Commit Graph

  • 24ba87f5de Refactoring Asset class. Taylor Otwell 2011-08-08 08:31:57 -0500
  • ed52c19e05 Refactoring Arr class. Taylor Otwell 2011-08-08 08:27:12 -0500
  • 8130f2da25 refactoring view class. Taylor Otwell 2011-08-07 09:08:31 -0500
  • ea3c59d6b9 trim view class comment bloat. Taylor Otwell 2011-08-06 20:52:48 -0500
  • 46199478d8 refactoring validation class. Taylor Otwell 2011-08-06 20:51:39 -0500
  • 6c98f5faee refactoring session class. Taylor Otwell 2011-08-06 20:49:53 -0500
  • af4403bac5 refactor messages class. Taylor Otwell 2011-08-06 20:47:20 -0500
  • 8ddfdd9e7a trim comment bloat from lang class. Taylor Otwell 2011-08-06 20:46:35 -0500
  • d53ae7457a refactoring input class. Taylor Otwell 2011-08-06 20:45:45 -0500
  • 5664c9dc92 adjust comments in crypt class. Taylor Otwell 2011-08-06 20:44:13 -0500
  • 68e3b468cf refactoring config class. Taylor Otwell 2011-08-06 20:42:53 -0500
  • 16a1f89929 refactor cache driver method. Taylor Otwell 2011-08-06 20:27:18 -0500
  • d59b3ad90a add check for session driver before using auth class. Taylor Otwell 2011-08-06 20:24:09 -0500
  • 59123fdfb0 import file class for assets. Taylor Otwell 2011-08-06 20:21:15 -0500
  • fe0f4a76f6 Pass request method and uri to before and after filters. Taylor Otwell 2011-08-05 15:49:59 -0500
  • 1a96696046 break if before filter returns a response. Taylor Otwell 2011-08-05 15:28:14 -0500
  • 6cf69d5406 Remove Request::segments method. Taylor Otwell 2011-08-05 15:24:24 -0500
  • 9827ca2cde More factoring on bootstrap. Taylor Otwell 2011-08-05 15:23:20 -0500
  • ebc736812b Refactor the laravel.php bootstrap. Taylor Otwell 2011-08-05 15:22:22 -0500
  • 4326f95997 Don't throw an exception if a filter is not found. Taylor Otwell 2011-08-05 15:01:25 -0500
  • 5a2dfd72d7 Added example of names to composer file. Taylor Otwell 2011-08-05 13:26:34 -0500
  • 0d910cd59f Add comments about view names to composers file. Taylor Otwell 2011-08-05 13:25:41 -0500
  • 541cb90356 Refactor view class. Taylor Otwell 2011-08-05 13:21:31 -0500
  • 55e8f0e330 Refactoring view class. Taylor Otwell 2011-08-05 11:52:52 -0500
  • 555299c353 Check package count before loading Package class. Taylor Otwell 2011-08-05 11:52:22 -0500
  • cc9c45710b Remove auto-detection of modules to enhance performance. Taylor Otwell 2011-08-05 11:40:29 -0500
  • 26bc2379c4 Fix named view data passing. Taylor Otwell 2011-08-05 11:31:12 -0500
  • fa1fa876b5 Rearranged view methods. Taylor Otwell 2011-08-05 11:12:15 -0500
  • c688eef3f2 Added back support for named views. Taylor Otwell 2011-08-05 11:11:26 -0500
  • 6346c54a07 moved composers back to application Michael Hasselbring 2011-08-05 10:02:38 -0500
  • 07ca09e824 Add ACTIVE_MODULE constant. Taylor Otwell 2011-08-05 09:38:15 -0500
  • 00af8c715f Added comments to $route->handler(). Taylor Otwell 2011-08-05 09:20:26 -0500
  • 8affa31a02 Added shortcut syntax for route handlers on named routes. Taylor Otwell 2011-08-05 09:18:40 -0500
  • 75a9591c65 Refactoring constant definition in laravel.php. Taylor Otwell 2011-08-05 09:06:55 -0500
  • 668ecaedd9 Tweaking front controller. Taylor Otwell 2011-08-05 09:06:23 -0500
  • ae1acfddda adjusted front controller. Taylor Otwell 2011-08-04 17:40:16 -0500
  • 69ec79c987 moved laravel framework request cycle into laravel.php, minimalized front controller. Taylor Otwell 2011-08-04 17:36:23 -0500
  • af5059a3d8 Return false when loader doesn't find class in application directory. Taylor Otwell 2011-08-04 13:22:18 -0500
  • ed0f2361fd Refactoring Request URI determination. Taylor Otwell 2011-08-04 10:59:28 -0500
  • 6c9bb15a8d Don't force modules to have route files. Taylor Otwell 2011-08-04 10:48:25 -0500
  • 87a022cf35 Cache the URI, and added Request::segment method. Taylor Otwell 2011-08-04 10:47:47 -0500
  • ede3e12620 Changed Request::uri() call to System\Request::uri(). Taylor Otwell 2011-08-04 10:07:13 -0500
  • ec3e059836 fixed bug in view class module loading and made loader properties public. Taylor Otwell 2011-08-03 23:36:39 -0500
  • 78903e99a8 removed benchmarking stuff from front controller. Taylor Otwell 2011-08-03 22:58:19 -0500
  • 2f047e3bef removed benchmarking from splash screen. Taylor Otwell 2011-08-03 22:55:48 -0500
  • 9edbce5ad3 add libraries directory. Taylor Otwell 2011-08-03 22:23:37 -0500
  • a83a85bbe8 removed favicon. Taylor Otwell 2011-08-03 22:21:56 -0500
  • eebbc08293 added back .gitignores Taylor Otwell 2011-08-03 22:15:08 -0500
  • f0f3dffc11 added module support! Taylor Otwell 2011-08-03 22:10:07 -0500
  • 927c522e67 Move view composer loading back to application directory. Taylor Otwell 2011-08-03 08:47:09 -0500
  • 57e6532723 Migrating back to old routing system. Taylor Otwell 2011-08-03 08:46:38 -0500
  • 63694de75b Changing back to old routing system. Taylor Otwell 2011-08-03 08:44:43 -0500
  • 277d161197 removed views/composters.php Michael Hasselbring 2011-08-03 08:36:09 -0500
  • 8068a88b87 removed routes directory Michael Hasselbring 2011-08-03 08:33:37 -0500
  • 12185bd4db Merge pull request #38 from mikelbring/develop Taylor Otwell 2011-08-03 06:29:00 -0700
  • 4424cee0af moved composers, filters and routes back to application, delete routes folder Michael Hasselbring 2011-08-03 08:26:40 -0500
  • 7f493421c4 syntax highlighting: take 3. Taylor Otwell 2011-08-02 22:54:56 -0500
  • 833b6ba881 syntax highlighting: take 2. Taylor Otwell 2011-08-02 22:54:10 -0500
  • e25c119fad trying to add syntax highlighting to readme. Taylor Otwell 2011-08-02 22:53:25 -0500
  • 4f6a8ba289 converted readme to markdown. Taylor Otwell 2011-08-02 22:51:38 -0500
  • 30b7eebfdb added better comments to loader::register function. Taylor Otwell 2011-08-02 22:49:31 -0500
  • b4aa39ab83 added benchmarking information to splash screen. Taylor Otwell 2011-08-02 22:46:13 -0500
  • 188b0c4f29 tweaks to package handling. Taylor Otwell 2011-08-02 22:40:12 -0500
  • dbf43877c6 added packages auto-load array. Taylor Otwell 2011-08-02 22:29:48 -0500
  • fb984016e8 added loader class. Taylor Otwell 2011-08-02 22:19:13 -0500
  • c70f090465 added package class. Taylor Otwell 2011-08-02 22:07:40 -0500
  • f2363b1141 return empty array when nested route directory doesnt have route file. Taylor Otwell 2011-08-02 21:26:29 -0500
  • e40faa1945 changed application file structure and routing definitions. Taylor Otwell 2011-08-02 21:23:13 -0500
  • 32f383205e restructured session driver interfaces and added cookie session driver. Taylor Otwell 2011-08-02 21:05:20 -0500
  • 3583bc3b09 tweaked config and lang classes. Taylor Otwell 2011-08-02 20:20:17 -0500
  • f087df9bb8 Refactor database manager. Taylor Otwell 2011-08-02 13:49:17 -0500
  • 614811bb40 Use array_key_exists in Arr::get instead of isset. Taylor Otwell 2011-08-02 13:44:02 -0500
  • 28c6ac93ef Scrap Arr::dot and put dot notation support in Arr::get. Taylor Otwell 2011-08-02 13:41:57 -0500
  • db5c61d50c Added code to return the entire array to Arr::dot. Taylor Otwell 2011-08-02 13:40:25 -0500
  • dfbd8e7950 Added Arr::dot method. Taylor Otwell 2011-08-02 13:38:50 -0500
  • 6c149b282f Clean up database session driver. Taylor Otwell 2011-08-02 12:00:54 -0500
  • 5f0ffe135d Add comment to cache file driver. Taylor Otwell 2011-08-02 11:57:01 -0500
  • 7e28433a61 Refactor session class. Taylor Otwell 2011-08-02 11:49:12 -0500
  • c19ab70a0f refactor paginator for readability. Taylor Otwell 2011-08-02 11:22:59 -0500
  • be3266d255 Decomplicate the messages->format method. Taylor Otwell 2011-08-02 11:14:36 -0500
  • 6ee6f7ba22 Refactor messages class. Taylor Otwell 2011-08-02 11:13:03 -0500
  • bc0e706c02 Refactoring the Lang class. Taylor Otwell 2011-08-02 11:03:48 -0500
  • 92b57ca2d7 Tweak exception view for new error class changes. Taylor Otwell 2011-08-02 10:52:54 -0500
  • 530e1292d5 Refactoring error class. Taylor Otwell 2011-08-02 10:52:02 -0500
  • fc87103205 Refactoring configuration class. Taylor Otwell 2011-08-02 10:43:12 -0500
  • f4fac15e48 Add response time and memory usage to install splash screen. Taylor Otwell 2011-08-02 10:29:06 -0500
  • a474850071 Add the laravel start time to the benchmarker. Taylor Otwell 2011-08-02 10:28:28 -0500
  • ecb4381d78 Refactoring Eloquent hydrator. Taylor Otwell 2011-08-02 09:02:34 -0500
  • 76cf877d7e Refactoring eloquent. Taylor Otwell 2011-08-02 08:56:21 -0500
  • 718d51e0b4 Refactoring eloquent model. Taylor Otwell 2011-08-02 08:50:25 -0500
  • 277be84853 Added where_id and or_where_id to the query builder. Taylor Otwell 2011-08-02 08:49:19 -0500
  • 320c72edbe Refactoring query class. Taylor Otwell 2011-08-02 08:27:01 -0500
  • e678b77b5b refactored wrap method for readability. Taylor Otwell 2011-08-01 20:20:32 -0500
  • 82a0218011 refactored query->select. Taylor Otwell 2011-08-01 20:14:30 -0500
  • 75d96c9204 slight database refactoring. Taylor Otwell 2011-08-01 19:57:48 -0500
  • fe0502ded9 use database manager in db session driver. Taylor Otwell 2011-08-01 18:10:03 -0500
  • b8e27533bd use db manager in validator. Taylor Otwell 2011-08-01 18:07:36 -0500
  • e3b6328394 fix connector conflict. Taylor Otwell 2011-08-01 17:59:31 -0500
  • badc8a6088 database refactoring. Taylor Otwell 2011-08-01 17:58:20 -0500
  • 716a957e93 Refactoring. Taylor Otwell 2011-08-01 17:09:10 -0500