Commit graph

1035 commits

Author SHA1 Message Date
Josh Sherman
e38803641e Removed 3rd Party Web Service Support.
* These scripts will eventually pop up in another git repository, they just don't belong in the core of PICKLES.
2010-03-12 22:42:33 -05:00
Josh Sherman
55f1b2b8df Added installation steps (albeit not complete). 2010-03-12 22:39:59 -05:00
Josh Sherman
012c3f8717 Refactoring Display logic 2010-03-12 00:02:29 -05:00
Josh Sherman
1f4d4acf94 Updated Module class.
* Set all variables to public for easier access from the Controller (easier than writing setter methods, meh.)

 * Added engine variable and defaulted it to PHP.
2010-03-11 23:32:50 -05:00
Josh Sherman
3cfa7c4227 Merge branch 'master' of git@github.com:joshtronic/pickles 2010-03-11 23:20:21 -05:00
Josh Sherman
c2445d3a62 Removed Cache class.
* File was little more than just a stub file for the Cache class.

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.

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.

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.

Added INSTALL file.

Updated derivation of the hostname.

 * Hostname is now defaulted in the class variable definition.

Refactoring Controller and Module
2010-03-11 23:19:33 -05:00
Josh Sherman
3c75861e9c Refactoring Controller and Module 2010-03-11 23:16:14 -05:00
Josh Sherman
6c0b28b82f Updated derivation of the hostname.
* Hostname is now defaulted in the class variable definition.
2010-03-11 23:02:10 -05:00
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