Commit Graph

82 Commits

Author SHA1 Message Date
Taylor Otwell dbf43877c6 added packages auto-load array. 2011-08-02 22:29:48 -05:00
Taylor Otwell c70f090465 added package class. 2011-08-02 22:07:40 -05:00
Taylor Otwell e40faa1945 changed application file structure and routing definitions. 2011-08-02 21:23:13 -05:00
Taylor Otwell 32f383205e restructured session driver interfaces and added cookie session driver. 2011-08-02 21:05:20 -05:00
Taylor Otwell 3583bc3b09 tweaked config and lang classes. 2011-08-02 20:20:17 -05:00
Taylor Otwell 92b57ca2d7 Tweak exception view for new error class changes. 2011-08-02 10:52:54 -05:00
Taylor Otwell f4fac15e48 Add response time and memory usage to install splash screen. 2011-08-02 10:29:06 -05:00
Taylor Otwell badc8a6088 database refactoring. 2011-08-01 17:58:20 -05:00
Taylor Otwell ce96fb6717 put aliases in alphabetical order. 2011-07-31 13:05:36 -05:00
Taylor Otwell b504089db7 moved exception view to application views and removed system view folder. 2011-07-31 12:54:22 -05:00
Taylor Otwell 2c68317b0d Merge pull request #36 from pedroborges/asset
Added Asset alias to config/aliases.php
2011-07-30 17:09:10 -07:00
Pedro Borges e8ad2db120 Added Asset alias to config/aliases.php 2011-07-30 20:50:03 -03:00
Taylor Otwell 481d2aa7ec added Str::ascii method and fixed accented character problem in URL::slug. 2011-07-30 09:52:49 -05:00
Taylor Otwell f3ddadce04 tweaking comment in composers.php. 2011-07-29 23:29:37 -05:00
Taylor Otwell dbdd45d9fc tweaked cache and session namespacing. 2011-07-29 23:17:57 -05:00
Taylor Otwell 3698315dc9 Improve comments in application/routes.php. 2011-07-28 14:17:35 -05:00
Taylor Otwell 1840989484 Add more documentation to application/filters.php. 2011-07-28 14:14:10 -05:00
Taylor Otwell 554f14c10c Cleaning up configuration comments. 2011-07-28 13:48:36 -05:00
Taylor Otwell a5cc47bd5d Cleaning up configuration comments. 2011-07-28 13:47:35 -05:00
Taylor Otwell f53334881c Cleaning up configuration comments. 2011-07-28 13:47:05 -05:00
Taylor Otwell cadda7a968 Cleaning up configuration comments. 2011-07-28 13:46:33 -05:00
Taylor Otwell 7ea2901d2b Cleaning up configuration comments. 2011-07-28 13:43:47 -05:00
Taylor Otwell b388ebe54c Cleaning up configuration comments. Converted Eloquent query to use dynamic query. 2011-07-28 13:43:24 -05:00
Taylor Otwell acea14a306 Cleaning up configuration comments. 2011-07-28 13:42:41 -05:00
Taylor Otwell 7719cc6657 Cleaning up configuration comments. 2011-07-28 13:42:04 -05:00
Taylor Otwell 84f05fd3ee Improve comments in routes.php. 2011-07-28 13:20:57 -05:00
Taylor Otwell 829a629200 Fixed broken link in filters.php. Use Response::error. 2011-07-28 12:06:05 -05:00
Taylor Otwell d74637958d Update CSS to Lobster Two font, which apparently changed. 2011-07-28 08:34:57 -05:00
Taylor Otwell 3a9adbdc8e Update CSS to Lobster Two font, which apparently changed. 2011-07-28 08:31:29 -05:00
Taylor Otwell cc6f8b8391 Update CSS to Lobster Two font, which apparently changed. 2011-07-28 08:31:00 -05:00
Taylor Otwell 306ecd3bfe added the storage_path constant. 2011-07-26 22:12:20 -05:00
Taylor Otwell 8cea023256 Remove staging from config .gitignore. 2011-07-26 08:13:49 -05:00
Taylor Otwell 8356151f71 added support for environment configuration files. 2011-07-25 22:47:33 -05:00
Taylor Otwell f62a2a6542 turn off file sessions. 2011-07-22 19:43:52 -05:00
Taylor Otwell c3d36d37bc added pagination lang file. 2011-07-22 12:16:22 -05:00
Taylor Otwell db45be960f Added http_only option to session configuration. 2011-07-22 08:00:14 -07:00
Taylor Otwell d6e1d5424d Edited application/config/view.php via GitHub 2011-07-22 06:20:17 -07:00
Taylor Otwell d420d1c07f added language support for characters and kilobytes in validator library. 2011-07-21 23:39:09 -05:00
Taylor Otwell c1ca97d9fb added support for named views. 2011-07-21 23:30:52 -05:00
Taylor Otwell f7fc01304c Edited application/routes.php via GitHub 2011-07-19 11:02:02 -07:00
Don Gilbert c99b9f09eb Updating routes comment to include link for organizing routes 2011-07-19 10:34:24 -07:00
Taylor Otwell 40b836511f fixed broken documentation link on welcome page. 2011-07-15 23:19:19 -05:00
Taylor Otwell c3b8524e1b rewrote validation library. 2011-07-12 20:04:14 -05:00
Taylor Otwell 9224e62cbe More tweaking to routes.php comment. 2011-07-11 13:03:09 -07:00
Taylor Otwell 218e64368c Tweak routes comment. 2011-07-11 13:02:07 -07:00
Taylor Otwell a9c14b3db5 Tweaking Auth config comments. 2011-07-11 12:45:04 -07:00
Taylor Otwell 9ec8f4a5b6 Refactor Auth config to use closures. 2011-07-11 12:41:50 -07:00
Taylor Otwell d2d5127fcf Fix default error config values. 2011-07-11 12:14:06 -07:00
Taylor Otwell a6d1449b40 deprecated log class. removed from aliases. added storage/log.txt. 2011-07-11 12:33:22 -05:00
Taylor Otwell f54ef2b4c9 Added "logger" option to error configuration. 2011-07-11 09:56:47 -07:00