Commit graph

177 commits

Author SHA1 Message Date
Josh Sherman
4d02c1f9ce Added INSTALL file. 2010-03-11 22:59:11 -05:00
Josh Sherman
8d1b00610d Removed Form class.
* Removing non-critcal classes from PICKLES to help the rewrite efforts.

 * Form class would take a database table and convert it into a webform.  Nice script, but really had no place in PICKLES.

 * Eventually will replace with a generic HTML form element generation class.
2010-03-11 22:48:06 -05:00
Josh Sherman
38dfd82101 Removed Security class.
* Removing non-critcal classes from the system.

 * Security class was not very generic and will be replaced down the road once the security scheme is full realized.
2010-03-11 22:45:40 -05:00
Josh Sherman
de5b850db4 Removed Mailer class.
* Attempting to remove non-critical classes from the system.

 * Class will be re-added / re-factored at a later date once the core of PICKLES is done.
2010-03-11 22:44:07 -05:00
Josh Sherman
6234c7b216 Removed Cache class.
* File was little more than just a stub file for the Cache class.
2010-03-11 22:43:12 -05:00
Josh Sherman
67c12593bc Swapped DB class for Database class.
* DB class was quite dated and wasn't worth refactoring

 * Database class is a bit more modern and utilizes PDO
2010-03-11 22:42:11 -05:00
Josh Sherman
4e8691507d Added module() method.
* Pulls the value of site->module.

 * Also fixed some variable typos in the disabled() method.
2010-03-11 22:19:37 -05:00
Josh Sherman
b304e0c89b Added disabled() method. 2010-03-11 21:24:39 -05:00
Josh Sherman
04501f2a39 Updated Config class
* Removed extends information as the Config class is an orphaned singleton.
2010-03-11 21:00:33 -05:00
Josh Sherman
68ac2196a3 Refactored Config class.
* Config is now a Singleton.

 * Getter methods were removed, use $config->value instead.
2010-03-11 20:58:28 -05:00
Josh Sherman
16cd366b13 Refactored the Object class. 2010-03-11 20:54:03 -05:00
Josh Sherman
8ea0d90952 Removed Error Class
* Switching to Exceptions across the framework
2010-03-11 20:49:32 -05:00
Josh Sherman
aefeb1dca5 Removed Smarty Functions
* Smarty is no longer the default templating engine for PICKLES, so I decided to remove the custom functions.

 * Most of the good functions are available at http://github.com/joshtronic/smarty-functions

 * May re-add these to another location and port them over to be functions that can be used outside of Smarty.
2010-03-11 20:15:33 -05:00
Josh Sherman
38e0479ee8 Removed PNG Fix script, DEATH TO IE6 2010-03-10 00:26:31 -05:00
Josh Sherman
aaf5960aab Updated jQuery
* Removed all jQuery (1.3.2, ui, etc)

 * Added jQuery 1.4.2
2010-03-10 00:18:05 -05:00
Josh Sherman
f045a0cd05 Updated comments.
* Updated DocBlock header.
2010-03-10 00:12:19 -05:00
Josh Sherman
4531d62eb6 Updated the header again.
* Also cleaned up some whitespace.
2010-03-09 22:02:09 -05:00
Josh Sherman
edd2975852 Moved contrib to vendors. 2010-03-09 21:55:00 -05:00
Josh Sherman
8a6021c471 Moving contrib files to the vendors directory. 2010-03-09 21:54:37 -05:00
Josh Sherman
0d19c46e32 Removed shared images. 2010-03-09 21:51:27 -05:00
Josh Sherman
a3bdb86d14 Removed common code
* Attempting to remove form the core of PICKLES that shouldn't be there

 * Removed shared modules and templates
2010-03-09 21:48:21 -05:00
Josh Sherman
b35ba9fffe Added file extensions to scripts. 2010-03-09 21:46:50 -05:00
Josh Sherman
2e6603e8c4 Moved /contrib to /vendors 2010-03-09 21:45:11 -05:00
Josh Sherman
52ee04a9ee Updated header and remove LGPL
* Licensing has changed to GPLv3
2010-03-09 21:43:24 -05:00
Josh Sherman
7b5d27f237 Added README. 2010-03-09 20:13:13 -05:00
Josh Sherman
24cdc5bdd9 Fixed file permissions 2010-03-09 19:47:20 -05:00
Josh Sherman
c14ea7d78a Removed then readded the WS directory. 2010-03-09 19:44:01 -05:00
Josh Sherman
4dae6f0b5b Added category pull. 2009-12-27 21:35:45 -05:00
Josh Sherman
95d9c78ed8 Updated some labels. 2009-12-20 16:35:49 -05:00
Josh Sherman
87f3376c76 Removed some whitespace. 2009-12-20 11:27:29 -05:00
Josh Sherman
653adaf365 Added the jquery UI.
git-svn-id: http://svn.cleancode.org/svn/pickles@147 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-08-04 03:28:15 +00:00
Josh Sherman
3272985395 Added PennySMS webservice (incomplete)
git-svn-id: http://svn.cleancode.org/svn/pickles@146 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-08-02 23:55:24 +00:00
Josh Sherman
cc0151be61 Added simpletests and jquery.
git-svn-id: http://svn.cleancode.org/svn/pickles@145 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-07-29 01:17:29 +00:00
Josh Sherman
c471a7aa3f Updates.
git-svn-id: http://svn.cleancode.org/svn/pickles@144 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-07-29 01:16:49 +00:00
Josh Sherman
71b2a7c11a made the HTML email work.
git-svn-id: http://svn.cleancode.org/svn/pickles@143 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-07-23 01:57:14 +00:00
Josh Sherman
ef8ca4a50a Retooled the { and } and also removed a stripslashes to attempt to troubleshoot why we're not sending line breaks.
git-svn-id: http://svn.cleancode.org/svn/pickles@142 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-07-23 01:40:17 +00:00
Josh Sherman
f2a9935b6b Added Smarty 2.6.26
git-svn-id: http://svn.cleancode.org/svn/pickles@141 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-07-15 04:55:41 +00:00
Josh Sherman
031b37b9dd Removed Smart-2.6.25
git-svn-id: http://svn.cleancode.org/svn/pickles@140 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-07-15 04:54:50 +00:00
Josh Sherman
d267b214ea Lotsa updates.
git-svn-id: http://svn.cleancode.org/svn/pickles@139 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-07-09 03:58:47 +00:00
Josh Sherman
21e2c997ce Commiting changes before I go trying to implement PHPUnit.
git-svn-id: http://svn.cleancode.org/svn/pickles@138 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-07-07 00:57:26 +00:00
Josh Sherman
eaa2c2d1da Resolved the filtering issue.
git-svn-id: http://svn.cleancode.org/svn/pickles@137 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-18 02:41:12 +00:00
Josh Sherman
94f2611b48 Super hack to fix a production issue with the shared modules.
git-svn-id: http://svn.cleancode.org/svn/pickles@136 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-15 02:37:33 +00:00
Josh Sherman
efb5b6a677 Ugh, tired.
git-svn-id: http://svn.cleancode.org/svn/pickles@135 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-15 02:24:48 +00:00
Josh Sherman
a157d4962b Added overrides to the RSS class.
git-svn-id: http://svn.cleancode.org/svn/pickles@134 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-13 21:16:36 +00:00
Josh Sherman
14e68f8052 Jailbreak frame script.
git-svn-id: http://svn.cleancode.org/svn/pickles@133 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-12 03:18:41 +00:00
Josh Sherman
b7ce35bb71 Shitty TGJ only code.
git-svn-id: http://svn.cleancode.org/svn/pickles@132 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-12 03:16:36 +00:00
Josh Sherman
50b1b03576 Upgraded FCKeditor from 2.6.3 to 2.6.4
git-svn-id: http://svn.cleancode.org/svn/pickles@131 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-12 02:42:17 +00:00
Josh Sherman
6f3489be60 Added filtering to the orders
git-svn-id: http://svn.cleancode.org/svn/pickles@130 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-11 02:47:13 +00:00
Josh Sherman
64bfd5d448 Fixed an issue with the packing slip not showing up and revamped the packing slip to actually be useful.
git-svn-id: http://svn.cleancode.org/svn/pickles@129 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-10 02:26:14 +00:00
Josh Sherman
fd55affaf0 Added the -strike- to the foundation CSS, and added the delete method to the DB class.
git-svn-id: http://svn.cleancode.org/svn/pickles@128 4d10bc64-7434-11dc-a737-d2d0f8310089
2009-06-09 02:23:12 +00:00