Commit Graph

179 Commits

Author SHA1 Message Date
Taylor Otwell 6c177ab3b1 turn off profile by default. 2013-01-10 16:07:46 -06:00
Dejan Geci cf1ed5ba44 Changed DB config hosts to IP addresses
Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
2012-11-12 21:17:39 +01:00
crynobone fd86aef25a Trivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket
Signed-off-by: crynobone <crynobone@gmail.com>
2012-10-15 23:35:53 +08:00
Jason Walton adc23dc964 Added traffic and chassis as uncountable words to properly feed pluralizer
Signed-off-by: Jason Walton <jwalton512@gmail.com>
2012-09-10 11:25:08 -07:00
Taylor Otwell 926cdaa7f5 reimplement locale uri slugs. 2012-08-20 10:46:23 -05:00
Taylor Otwell 79f92e57df defer language support in URIs to version 4. 2012-08-09 22:42:03 -05:00
Dayle Rees 2c6ed23b45 fixing merge issues 2012-07-27 13:52:15 +01:00
Rack Lin 54f4cb2644 Added support PostgreSQL schema setting, if schema has been specified.
Signed-off-by: Rack Lin <racklin@gmail.com>
2012-07-19 12:55:23 +08:00
Chris Berthe b325e954e3 Merge remote-tracking branch 'upstream/develop' into develop 2012-07-12 11:15:43 -04:00
Taylor Otwell 10e5918e23 clear out langauges option. 2012-07-11 10:24:08 -05:00
Taylor Otwell c8718a32ec added option for URI languages. 2012-07-11 10:18:48 -05:00
Chris Berthe fafaf724b0 Grammar/Vocabulary fixes
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
2012-06-13 11:19:20 -04:00
Taylor Otwell dda3a81c10 cleaning up comment. 2012-06-03 19:52:26 -05:00
Taylor Otwell 8205a21965 Merge pull request #707 from cviebrock/auth-pass-field
Allow password field to be configured for Authentication drivers
2012-06-03 17:51:15 -07:00
Dayle Rees 4abd56e695 added alias Authenticator for Laravel\Auth\Drivers\Driver 2012-05-24 15:34:34 +02:00
Colin Viebrock 62afdf3f2c Allow password field to be configured.
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
2012-05-23 22:47:18 -05:00
Joachim Kudish 88908ade02 moose are uncountable 2012-05-10 10:03:54 -07:00
Taylor Otwell 223c3a7dde Fix typo. 2012-05-01 13:16:53 -05:00
Taylor Otwell f050f7731b Refactoring some auth code. 2012-05-01 13:12:32 -05:00
Taylor Otwell 60ab0b66e7 Finishing up auth re-write. 2012-05-01 11:33:10 -05:00
Taylor Otwell efe3de6843 Allow the specification of a asset base URL. 2012-04-30 11:52:30 -05:00
Colin Viebrock 95dc06ad2f whitespace fix 2012-04-23 23:44:31 -05:00
Colin Viebrock 71d361e071 Configuration option to set different server for asset files. 2012-04-23 22:48:16 -05:00
Taylor Otwell 4440412f57 turn off profiler by default. 2012-04-19 10:51:29 -05:00
Taylor Otwell c1582e7c84 Turn on profiler by default.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-04 14:21:38 -05:00
Taylor Otwell ffb4034631 fix url parsing. 2012-04-04 10:16:15 -05:00
Taylor Otwell 1ca7d799af changes 2012-04-03 16:53:15 -05:00
Dayle Rees daea5fee2d changed anbu to load automatically at end of request- taylors idea 2012-03-29 21:18:06 +01:00
Dayle Rees 8d16ce8d81 adding the anbu alias
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-03-28 11:09:11 +01:00
Dayle Rees 66ff8a4076 integrated a simple version of anbu into the laravel core
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-03-28 10:30:51 +01:00
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