| Name |
Author |
Message |
Date |
Commit |
| app |
Howard Lince III |
Adding initial schema caching implementation bootstrap/cache.php: cache filter bootstrap.php: placing caching below connections so connections can be initialized mysql/sqlite3 adapters: adding a catch and return if the fields param is set (loaded via cache) |
March 06 2011 |
9259...d774 |
| libraries |
Ali Farhadi |
Adding support for NOT operator. |
March 10 2011 |
bacd...b5af |
| .gitignore |
Nate Abele |
Merging "plugin" and "library" concepts; both are now handled uniformly as "libraries". Removing `app/libraries/plugins` directory, removing plugin loading / configuration code, and refactoring `\core\Libraries::add()`. Adding route auto-loading to filter in `app/config/bootstrap/action.php`. |
February 23 2010 |
e141...bf00 |
| .htaccess |
Nate Abele |
Fixing formatting consistency in `.htaccess` files. |
July 06 2010 |
5312...28ec |