Commit Graph

281 Commits

Author SHA1 Message Date
Taylor Otwell 26a66027f8 more refactoring on the framework. 2011-09-14 20:16:13 -05:00
Taylor Otwell 8688270f22 fixed database bugs. 2011-09-13 23:47:38 -05:00
Taylor Otwell 59a7e47f82 simplified database connection configuration. 2011-09-12 23:14:24 -05:00
Taylor Otwell 9db8e1bb6c simplified hashing. re-worked the auth class for a little more flexibility. 2011-09-11 22:44:01 -05:00
Taylor Otwell abc1fad6c1 more refactoring and changes. 2011-09-08 17:49:16 -05:00
Taylor Otwell ed9e04db6f refactoring. 2011-09-06 23:29:19 -05:00
Taylor Otwell 70b6cc5994 refactoring. 2011-09-06 22:26:14 -05:00
Taylor Otwell 7eef380d8a more refactoring and dependency injection. 2011-09-06 22:04:52 -05:00
Taylor Otwell cb8e8194ce removed application and resolver classes. added phpunit tests. 2011-09-04 23:19:14 -05:00
Taylor Otwell d35e2abd77 refactoring the routing engine. 2011-09-04 22:40:33 -05:00
Taylor Otwell c2f5e7eeb5 fix config calls in error views. 2011-09-03 23:51:14 -05:00
Taylor Otwell d608e214a3 removed error class from aliases. 2011-09-03 23:40:32 -05:00
Taylor Otwell 2d170e2314 added more facades. 2011-09-03 23:05:06 -05:00
Taylor Otwell 31e2c1c49e added facades for core classes. 2011-09-03 22:36:27 -05:00
Taylor Otwell 893bb83895 added application access to composers. 2011-09-01 00:04:12 -05:00
Taylor Otwell c200f3eb1e more ioc refactoring. 2011-08-30 22:35:32 -05:00
Taylor Otwell 0ef96fb8d0 added facades and made other ioc improvements. 2011-08-30 22:09:47 -05:00
Taylor Otwell 8229891d26 continued refactoring of view classes. 2011-08-29 19:27:02 -05:00
Taylor Otwell 56044d31f5 refactoring bootstrap process. 2011-08-28 21:33:44 -05:00
Taylor Otwell 1e49001dfc continued ioc refactoring. 2011-08-26 21:42:04 -05:00
Taylor Otwell a045496684 pass request into route closures. 2011-08-25 23:17:11 -05:00
Taylor Otwell e0a9f57515 fixed database namespacing. 2011-08-25 23:12:30 -05:00
Taylor Otwell 1e7850d9ba refactoring for dependency injection and testability. 2011-08-25 22:53:05 -05:00
Taylor Otwell 6a8aafc259 refactoring and adding more dependency injection through ioc container. 2011-08-24 22:51:32 -05:00
Taylor Otwell df84e36314 refactoring. 2011-08-23 21:04:40 -05:00
Taylor Otwell 0a5c442295 fixed vie errors. 2011-08-18 22:00:59 -05:00
Taylor Otwell 1e90e42404 first commit of 2.0 2011-08-18 19:56:29 -05:00
Taylor Otwell 4c4ffa1d40 added new crypter class to replace static crypt methods. 2011-08-15 20:11:21 -05:00
Pedro Borges 826d74b476 Removed alias to absent Date class 2011-08-14 14:03:33 -03:00
Taylor Otwell 9d4d6e52bd refactor database structure... moved db\manager back to system\db.php 2011-08-13 22:23:07 -05:00
staydecent 193768e670 Comment in config/error editied from application/log.txt to storage/log.txt (Issue #48) 2011-08-12 12:02:08 -07:00
Taylor Otwell daa91818d9 Tweak routes.php documentation. 2011-08-09 14:35:13 -05:00
Taylor Otwell b451becc2e Tweak route documentation. 2011-08-09 11:22:27 -05:00
Taylor Otwell dfcf3dd322 Tweak filter documentation. 2011-08-09 11:21:46 -05:00
Taylor Otwell 5b75546e7e Add better documentation to composers.php 2011-08-09 11:21:17 -05:00
Taylor Otwell 513c9c75a1 Remove "do" from filter example. 2011-08-09 11:16:44 -05:00
Taylor Otwell 8adb919489 Added method and URI to before filters. 2011-08-08 13:46:15 -05:00
Taylor Otwell 5a2dfd72d7 Added example of names to composer file. 2011-08-05 13:26:34 -05:00
Taylor Otwell 0d910cd59f Add comments about view names to composers file. 2011-08-05 13:25:41 -05:00
Michael Hasselbring 6346c54a07 moved composers back to application 2011-08-05 10:02:38 -05:00
Taylor Otwell 2f047e3bef removed benchmarking from splash screen. 2011-08-03 22:55:48 -05:00
Taylor Otwell 9edbce5ad3 add libraries directory. 2011-08-03 22:23:37 -05:00
Taylor Otwell eebbc08293 added back .gitignores 2011-08-03 22:15:08 -05:00
Taylor Otwell f0f3dffc11 added module support! 2011-08-03 22:10:07 -05:00
Michael Hasselbring 277d161197 removed views/composters.php 2011-08-03 08:36:09 -05:00
Michael Hasselbring 8068a88b87 removed routes directory 2011-08-03 08:33:37 -05:00
Michael Hasselbring 4424cee0af moved composers, filters and routes back to application, delete routes folder 2011-08-03 08:26:40 -05:00
Taylor Otwell b4aa39ab83 added benchmarking information to splash screen. 2011-08-02 22:46:13 -05:00
Taylor Otwell 188b0c4f29 tweaks to package handling. 2011-08-02 22:40:12 -05:00
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
Taylor Otwell 9249ab7d40 Improved the generic error view and made it consistent with other system views. 2011-07-11 09:08:46 -07:00
Taylor Otwell d60772e534 Improved the default 404 page and made it consistent with other system views. 2011-07-11 09:08:04 -07:00
Taylor Otwell 48419ad321 tweaking routes. 2011-07-10 23:21:33 -05:00
Taylor Otwell 95528adab5 fix syntax error in error class. 2011-07-10 23:16:11 -05:00
Taylor Otwell 4fe64b3a73 remove broken link from routes file. 2011-07-03 12:51:11 -05:00
Taylor Otwell f7dcb05799 added more html5 form elements. 2011-07-02 08:51:14 -05:00
Taylor Otwell cd33e81702 added several of the new html5 form elements. added support for attributes such as required, autofocus, etc. 2011-07-02 07:37:37 -05:00
Taylor Otwell 4e4ca091d9 Fix link to documentation on welcome page. 2011-07-01 06:18:15 -07:00
Taylor Otwell 21f33bb46d Tweaking built-in validation messages. 2011-06-30 09:41:58 -07:00
Taylor Otwell e2f382545b Removed Download class from aliases configuration. 2011-06-30 09:24:19 -07:00
Taylor Otwell 1aa86d0798 improved performance. added support for database ports. 2011-06-28 12:21:21 -05:00
Taylor Otwell fef1809982 fix syntax error in upload_of... add types to file_wrong_type lang message. 2011-06-27 21:08:49 -05:00
Taylor Otwell 2c4e807525 removed .gitignore from validation lang. 2011-06-27 20:53:22 -05:00
Taylor Otwell 260f997394 added comments to validation lang. 2011-06-27 20:51:38 -05:00
Taylor Otwell d51be02dd2 enhanced validation, added mimes config array. 2011-06-27 17:33:07 -05:00
Taylor Otwell 6cb5af3024 added libraries directory and package class. 2011-06-24 23:08:09 -05:00
Taylor Otwell 739068b00d moved cache, db, logs, and sessions to the storage directory. 2011-06-24 23:03:22 -05:00
Taylor Otwell 3b63335c95 added apc session driver. 2011-06-21 23:19:37 -05:00
Taylor Otwell 471ba2f8ae added validator to aliases. 2011-06-21 20:22:52 -05:00
michaelowens c77e8c5a36 Fixed typo in View alias (missing backslash). 2011-06-19 11:50:56 -07:00
Taylor Otwell 1ff5f84545 added apc driver notes in cache configuration file. 2011-06-18 19:49:29 -05:00
Michael Hasselbring 4d7794c2ca Created file class with File::extension method, added File to aliases under application 2011-06-16 23:51:28 -05:00
Taylor Otwell 868a33fb9c remove error method call in welcome view. 2011-06-16 21:10:28 -05:00
Taylor Otwell ee307657d3 improve error class comments. 2011-06-16 21:00:27 -05:00
Taylor Otwell ac7a77ffeb Fixed comment on application.url. 2011-06-16 07:24:46 -07:00
Taylor Otwell 5659532d6e Added application.index to configuration file. 2011-06-16 07:23:26 -07:00
Taylor Otwell 30c83f265d overall code refactoring. 2011-06-14 17:27:11 -05:00
Taylor Otwell c05ccc5d49 moved entities method to html class and added encoding configuration option. 2011-06-11 21:30:19 -05:00
Taylor Otwell da9fcd6964 removed test class 2011-06-10 22:45:39 -05:00
Taylor Otwell f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 2011-06-10 12:43:09 -05:00
Taylor Otwell 49f7145729 added log to aliases. fixed flash data bug. 2011-06-09 12:31:35 -05:00
Taylor Otwell a188d62105 initial commit of laravel! 2011-06-08 23:45:08 -05:00