Commit graph

304 commits

Author SHA1 Message Date
Josh Sherman
bb336ed3d1 Updated the readme and loaded it up with markdown. 2010-10-18 22:42:34 -04:00
Josh Sherman
9f3f041514 Updated docs, moved doc generator script up a directory and added a markdown file extension on the README file. 2010-10-17 23:18:44 -04:00
Josh Sherman
2d466d98e7 Gave the controller some more smarts with the ability to detect requests for internal files and pass them through. Used to use the Javascript and CSS that is provided in PICKLES without the need of copying the files into the public scope, symlinking or Apache aliasing. 2010-10-17 23:10:48 -04:00
Josh Sherman
1980b8871a Added new Mongo wrapper. Still a work in progress in regards to integrating it into the Model. 2010-10-17 22:46:24 -04:00
Josh Sherman
60d0cf0928 Removed configuration options to override classes in templates. Simply name your class CustomClass where Class is the name of the class you want to override. 2010-10-17 17:56:52 -04:00
Josh Sherman
66088b7613 Added a class for handling hard caching and minification of [dynamic] content. 2010-10-17 17:34:51 -04:00
Josh Sherman
29f3275988 Updated styles. 2010-10-17 16:00:47 -04:00
Josh Sherman
3aca3f011d Updated jquery, moved code out of vendor branch to eliminate symlink. 2010-10-17 02:26:04 -04:00
Josh Sherman
8f97e44e36 Remapped the jquery files. 2010-10-16 00:42:22 -04:00
Josh Sherman
4ea757291d Rearranged the jquery vendor files. 2010-10-16 00:41:37 -04:00
Josh Sherman
024751a492 Removed bulky jquery validate directory. 2010-10-16 00:40:51 -04:00
Josh Sherman
656b9df172 Rearranged the jQuery files. 2010-10-16 00:40:23 -04:00
Josh Sherman
18032a854e Removed left over jquery-ui directory 2010-10-16 00:27:17 -04:00
Josh Sherman
dc2a6f3475 Updated jQuery UI to 1.8.5, switched to smaller package. 2010-10-16 00:26:43 -04:00
Josh Sherman
83da525bd6 Removed SimpleTest. 2010-10-16 00:18:56 -04:00
Josh Sherman
b019cee5b7 Removed FAMFAMFAM silk icons. 2010-10-16 00:18:04 -04:00
Josh Sherman
a2bfd4a5f4 Modified file permissions. 2010-10-16 00:16:21 -04:00
Josh Sherman
d1167a9817 Removed CKEditor. 2010-10-16 00:16:00 -04:00
Josh Sherman
3ce42507da Changed type variable to be driver, and updated PDO driver names (in the config) to line up with the PHP internal names. 2010-10-14 22:24:16 -04:00
Josh Sherman
a81f3c90ed Moved installed to github Wiki, added new sample site (dubbed launchpad) 2010-10-14 22:06:45 -04:00
Josh Sherman
3fb1e8d3d0 Updated the docs 2010-10-14 20:53:44 -04:00
Josh Sherman
1cd61dda42 Updated licensing to use the [better suited] MIT License. 2010-10-14 20:12:40 -04:00
Josh Sherman
186d57f648 Removed sample site, will be replaced with wiki entries. 2010-10-14 20:11:15 -04:00
Josh Sherman
1cb7980353 Moved PDO classes into Database/PDO and gave data models the ability to know which datasource to use. 2010-10-13 23:41:27 -04:00
Josh Sherman
1e0a7cd719 Added support for PostgreSQL and SQLite. 2010-10-13 23:06:46 -04:00
Josh Sherman
83e8447d8a Added Mongo layer by piggy backing the PHP/Pecl Mongo class. 2010-10-12 03:30:47 -04:00
Josh Sherman
630a1276aa Gutted config system to use a PHP array instead of 1980's INI files. Broke down the database layer to support multiple types of interfaces and started laying out the Mongo interface class. 2010-10-12 01:44:10 -04:00
Josh Sherman
9fe5ce72d4 Building in security capabilities. 2010-10-06 00:01:49 -04:00
Josh Sherman
0a6c124302 Fixed some issued with PHP <5.3, added more built in profiling and ditched the Singleton class (related to <5.3 issues). 2010-10-03 23:07:48 -04:00
Josh Sherman
b4db5d1e45 Added support for optgroup. 2010-10-03 19:19:45 -04:00
Josh Sherman
b8c795c569 Implemented environment support without this class. 2010-10-03 19:07:00 -04:00
Josh Sherman
a38d58dfc1 Added support for multiple environments and config INIs. 2010-10-03 19:06:18 -04:00
Josh Sherman
9b4763dd23 Removed whitespace. 2010-10-03 15:16:01 -04:00
Josh Sherman
520d841500 Removed whitespace. 2010-10-03 15:09:29 -04:00
Josh Sherman
e0e2a87aaa Rebuilt the Model class. 2010-10-03 15:07:28 -04:00
Josh Sherman
9a24b32e67 Added another @usage. 2010-10-02 17:43:18 -04:00
Josh Sherman
d2966c7345 Created a Singleton parent class and implemented some common Object method. 2010-10-02 16:36:54 -04:00
Josh Sherman
5b0c42bda3 Updated documentation. 2010-10-01 23:28:14 -04:00
Josh Sherman
1a15dfd337 Expanded the Profiler and added SQL query profiling. 2010-10-01 23:25:45 -04:00
Josh Sherman
9bf37c37ec Profiler, Phase 1. 2010-10-01 01:12:37 -04:00
Josh Sherman
28525dcf08 Updated Database class interaction to use Singleton getInstance() method. 2010-09-30 21:51:28 -04:00
Josh Sherman
744418fe0f Fixed bad markup that was being generated. 2010-09-28 11:42:01 -04:00
Josh Sherman
afe82e3da3 Fixed the redirect URL variable. 2010-09-26 23:17:52 -04:00
Josh Sherman
583d75350b Added new element to listen on and added check if jquery validation plugin is loaded. 2010-09-26 22:29:12 -04:00
Josh Sherman
17042f4151 Fixed variable names. 2010-09-26 20:17:14 -04:00
Josh Sherman
b210803e81 Added the Form class and updated the configuration arrangement. 2010-09-26 20:07:50 -04:00
Josh Sherman
cd1593a045 Updated the documentation. 2010-09-19 22:52:21 -04:00
Josh Sherman
c54b9a2610 Updated documentation and removed some Smarty remnants. 2010-09-19 22:51:03 -04:00
Josh Sherman
4f83d3ebe3 Refactored whitespacer trimmer. 2010-09-19 22:03:59 -04:00
Josh Sherman
6bd87d270d Refactored a bunch of the display logic, added handling to avoid the infinite redirect loop in the controller. 2010-09-19 19:13:11 -04:00