Commit graph

896 commits

Author SHA1 Message Date
Josh Sherman
b105ca976e Removed a stray ; 2010-03-13 14:42:13 -05:00
Josh Sherman
e6a046b402 Added core.js
* Script contains some generic default functionality

 * Includes PICKLES automatic Ajax handling

 * Zebra stripes are applied to tables (assuming the even and odd classes are defined)

 * Forms automatically have return false applied on submit.

 * Includes functions disableEnterKey(), autoTab() and truncate()
2010-03-13 14:14:13 -05:00
Josh Sherman
56038e3871 Added Model class.
* The Model class is what all data models should be extending.
2010-03-12 23:43:00 -05:00
Josh Sherman
7814b5dacb Updated @package name from pickles to PICKLES. 2010-03-12 23:42:21 -05:00
Josh Sherman
31624b5d2c Updated docs.
* Added README to advise on how to generate docs

 * Moved generate file to a sub directory under scripts.
2010-03-12 23:28:52 -05:00
Josh Sherman
71aefe0b8f Moved reset.css to vendors directory
* Even though it's "explicitly in the public domain", I didn't write it and felt it should be in the vendors directory.
2010-03-12 23:11:19 -05:00
Josh Sherman
4cfce9fb3c Updated foundation.css
* Added some text-decoration and font-variant classes and a reset (normal) class.
2010-03-12 23:07:46 -05:00
Josh Sherman
a6ccb2c23e Removed ajax.js
* This script was a self-rolled Ajax library for use in PICKLES.

 * It is being replaced by a simpler / more powerful jQuery rolled solution.
2010-03-12 23:01:29 -05:00
Josh Sherman
744040bf46 Renamed frame break script. 2010-03-12 23:00:56 -05:00
Josh Sherman
8bff272e8b Added comment header and refactored code slightly. 2010-03-12 22:57:19 -05:00
Josh Sherman
746efec194 Updates to vendor code
* Upgraded FCKEditor 2.6.4 to CKEditor 3.2

 * Moved jQuery to the vendors directory

 * Added new symbolic links to the appropriate public directories
2010-03-12 22:51:56 -05:00
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