Commit Graph

149 Commits

Author SHA1 Message Date
Vlad Rusu ab9a94e5a3 Updated ascii array to better support some romanian letters with diacritics
Signed-off-by: Vlad Rusu <vlad.rusu@gmail.com>
2012-03-26 21:08:08 +03:00
Taylor Otwell 35e53b8cef Reintegrating Blade with Laravel using View engine event. 2012-03-22 11:48:07 -05:00
Taylor Otwell 244d4bfd07 Fix bugs in Redis class. 2012-03-21 11:38:30 -05:00
Taylor Otwell 26afb000bf Added in automatic inflection on english strings. Non-english strings may be added to the "irregular" array. 2012-03-19 13:51:44 -05:00
Taylor Otwell d6d667af90 Added Eloquent 2.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-16 08:37:31 -05:00
Taylor Otwell 51183c348d Added "memory" (array based) cache driver for easier unit testing of application cache operations for developers.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-07 21:59:54 -06:00
Taylor Otwell 32d4eeff14 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-03-01 11:24:04 -06:00
Taylor Otwell be95496158 Allowing for config.load event.
Moved more basic logic into application start to make it easier to hook into early life cycle events such as configuration loading while not introducing extra files into the framework.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 10:55:37 -06:00
Taylor Otwell d12f868f8c Merge branch 'master' into develop 2012-02-29 20:39:23 -06:00
Taylor Otwell e36dba4f10 default to showing all errors.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-29 20:39:02 -06:00
Taylor Otwell 30d69ef548 updating comment.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-28 10:09:51 -06:00
Taylor Otwell 484a737382 make the pdo fetch style configurable. 2012-02-24 11:35:02 -06:00
Taylor Otwell 86fa595317 set application key by default. 2012-02-22 11:00:02 -06:00
ladea 670dee6c49 typo 2012-02-21 14:31:52 +02:00
Taylor Otwell ba3f62f79a added auto_key config option. 2012-02-17 09:00:53 -06:00
Taylor Otwell 36834c1118 add database.profile config option. 2012-02-16 08:46:48 -06:00
Taylor Otwell 3a92facc76 updated routing to fix several issues. 2012-02-12 14:48:36 -06:00
Taylor Otwell a0379ea48d fix comment about bundle caching. 2012-02-08 08:20:46 -06:00
Taylor Otwell 3e398d1b49 added auto start bundle option. 2012-02-07 16:59:51 -06:00
Taylor Otwell a11318863a improving bundle workflow. 2012-02-07 15:00:35 -06:00
Taylor Otwell 5b6b156b41 move timezone set into core bootstrap. 2012-02-06 09:35:28 -06:00
Taylor Otwell 8066a595bc added remember_me cookie config option. 2012-02-01 08:52:57 -06:00
Taylor Otwell 2b12c0c140 modified cookie class. set application key on first request if not set. 2012-01-31 15:58:00 -06:00
Taylor Otwell 62856a15ce added config option for display_errors. fixed response::error to use dot syntax. 2012-01-31 13:29:38 -06:00
Taylor Otwell 6c1e3578ad Merge pull request #279 from subdesign/patch-1
Added ü and Ü characters to strings.php
2012-01-30 08:22:59 -08:00
Taylor Otwell 1ec6fc766c added support for database table prefixes. 2012-01-29 13:07:15 -06:00
Taylor Otwell b9f6d162e6 improve key generation. 2012-01-27 10:43:45 -06:00
Taylor Otwell d76cf4ba23 bundle improvements. 2012-01-26 17:01:17 -06:00
Barna Szalai 931d3ee414 Updated with "ü" and "Ü" characters. Letter occurs in Hungarian, German, Karelian, Turkish, Estonian, Azeri, Turkmen languages. 2012-01-26 15:58:00 +01:00
Taylor Otwell b5442c67fc merged skunkworks into develop. 2012-01-16 13:59:24 -06:00
Taylor Otwell b7b80d6d49 the application url will now be auto-detected. 2011-11-28 23:10:16 -06:00
Taylor Otwell 5f348b2c6e refactoring various classes. 2011-11-22 18:00:17 -06:00
Taylor Otwell 1acd66a247 turn off error logging. 2011-11-15 20:04:06 -06:00
Taylor Otwell e226a463bf refactoring. 2011-11-15 19:15:31 -06:00
Taylor Otwell d1a969bd29 added uri class. refactored. 2011-11-14 21:18:18 -06:00
Taylor Otwell b6ab0b08ce moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file. 2011-11-11 21:27:30 -06:00
Taylor Otwell 0a2c61ec29 refactoring error handling. 2011-11-10 22:46:01 -06:00
Jason Lewis 654a0b88f2 Added Paginator to the array of aliased classes. 2011-11-10 17:52:37 +11:00
Taylor Otwell 75ba2447f8 Fix Hash class alias. 2011-11-09 10:32:26 -06:00
Taylor Otwell a1e82d2166 added section class. refactored session for ioc usage. improved controller. added yielding and sections to blade. general blade improvements. 2011-11-08 20:08:20 -06:00
Taylor Otwell d05f4fa0db renamed hasher class to hash and hash method to make. 2011-11-07 23:32:32 -06:00
Taylor Otwell 0cd6966e15 tweaked configuration comments. 2011-11-07 22:59:00 -06:00
Taylor Otwell 9fd503f5b6 Small clean-up in the auth configuration file. 2011-11-03 13:20:29 -05:00
Taylor Otwell 9caf239f6b various refactorings. 2011-11-02 21:27:43 -05:00
Taylor Otwell 6081baaa20 git rid of uri test case and remove information from config. 2011-11-01 23:42:47 -05:00
Taylor Otwell 6048d20921 refactoring the session class. 2011-11-01 23:11:08 -05:00
Taylor Otwell 2e1fed294f refactoring bootstrapping. 2011-11-01 22:55:43 -05:00
Taylor Otwell ca2c988274 added cookie option to session configuration. 2011-11-01 20:53:48 -05:00
Taylor Otwell 83d927c4f1 refactoring. 2011-11-01 19:41:35 -05:00
Taylor Otwell 997a90bcf5 major session refactoring. 2011-10-31 22:15:47 -05:00