Taylor Otwell
32d4eeff14
Merge branch 'develop' of github.com:laravel/laravel into develop
2012-03-01 11:24:04 -06:00
Taylor Otwell
5a25b5a714
Fix typo
...
Fix typo in the configuration loader event description.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 11:22:47 -06:00
Taylor Otwell
16fa094cc3
Setting up default config loader event.
...
Went ahead and just register the config.load event with Laravel on every request and default to the file implementation.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 11:21:11 -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
Eric Barnes
0f5252c5e5
Changed the route filter in the comment.
...
Signed-off-by: Eric Barnes <eric@ericlbarnes.com>
2012-02-28 10:00:40 -05: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
7f3f1f3481
global after filter receives response object.
2012-02-20 09:20:14 -06: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
82315f31d5
added configurable automatic key generation.
2012-02-15 13:02:38 -06:00
Taylor Otwell
6b14bd394e
change psr method to directories.
2012-02-15 11:12:23 -06:00
Taylor Otwell
14c9d38270
add facade for filter::register.
2012-02-14 08:22:10 -06:00
Taylor Otwell
5af190cca7
removed misleading comment in home controller.
2012-02-12 14:51:53 -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
3292024e69
use start.php for bundle bootstrapping, bundle.php for info.
2012-02-07 16:51:57 -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
Phill Sparks
62072e5281
PHPDoc fixes
2012-02-04 21:30:52 +00:00
Taylor Otwell
554d390f1e
added same and different validation rules.
2012-02-03 11:02:54 -06:00
Taylor Otwell
97fb28bd00
added base controller default setup.
2012-02-03 08:55:04 -06:00
Taylor Otwell
eaa2cf593c
added support for custom validation lines.
2012-02-01 10:11:27 -06:00
Taylor Otwell
8066a595bc
added remember_me cookie config option.
2012-02-01 08:52:57 -06:00
Taylor Otwell
96b43e90b3
show warning when key is not set.
2012-01-31 16:35:35 -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
72d181b330
added exists method and language lines for ip and exists rules.
2012-01-30 09:54:19 -06:00
Taylor Otwell
1ec6fc766c
added support for database table prefixes.
2012-01-29 13:07:15 -06:00
Taylor Otwell
97fcea1e51
cleaned up paths.
2012-01-28 14:55:08 -06:00
Taylor Otwell
f44c565ee4
converted path constants to $GLOBALS.
2012-01-27 16:17:43 -06:00
Taylor Otwell
f706ed75bf
made testing elegant.
2012-01-27 15:28:46 -06:00
Taylor Otwell
b9f6d162e6
improve key generation.
2012-01-27 10:43:45 -06:00
Taylor Otwell
82f56f9545
remove var_dump.
2012-01-26 20:07:59 -06:00
Taylor Otwell
70082508f5
improve bundle configuration and registration.
2012-01-26 20:07:02 -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
f182ae277f
wording change
2012-01-16 16:47:09 -06: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
ad386c8468
add space to css.
2011-11-23 23:13:51 -06:00
Taylor Otwell
581d2265e0
simplified splash pages.
2011-11-23 23:11:20 -06:00
Taylor Otwell
8d8aa750d1
remove unnecessary paginator language lines.
2011-11-22 23:15:11 -06:00
Taylor Otwell
1535eca1c9
refactoring pagination.
2011-11-22 21:21:36 -06:00
Taylor Otwell
837b480231
remove the input flashing from filters.
2011-11-22 18:17:23 -06:00
Taylor Otwell
5f348b2c6e
refactoring various classes.
2011-11-22 18:00:17 -06:00
Taylor Otwell
4283e7ec98
moved error pages to application directory.
2011-11-20 23:01:05 -06:00
Taylor Otwell
10b9001e13
adjust how the response is rendered, as well as move input flashing to after filter.
2011-11-20 22:47:56 -06:00
Taylor Otwell
d3f9391981
fixing some bugs.
2011-11-15 23:15:58 -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
0fd88b67f2
controller should extend base controller.
2011-11-09 22:04:28 -06:00
Taylor Otwell
9e9ee931b5
moved session class.
2011-11-09 21:55:21 -06: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
fefc202cb8
tweak comments in the default controller.
2011-11-07 22:15:30 -06:00
Taylor Otwell
6f60c44804
fix default controller method.
2011-11-07 22:14:55 -06:00
Taylor Otwell
4bfcb064bf
fix controller comment.
2011-11-04 21:58:09 -05:00
Taylor Otwell
88e6143338
made controllers restful by default.
2011-11-04 21:57:40 -05:00
Taylor Otwell
7b22f66a94
tweaked routing comments.
2011-11-04 18:49:52 -05:00
Taylor Otwell
9fd503f5b6
Small clean-up in the auth configuration file.
2011-11-03 13:20:29 -05:00
Taylor Otwell
23fcf35804
fixed validator bug.
2011-11-03 00:43:50 -05:00
Taylor Otwell
9caf239f6b
various refactorings.
2011-11-02 21:27:43 -05:00
Dayle Rees
da4c196c3c
corrected typo ::of_layout() to ::of_home() for clarity
2011-11-02 14:19:38 +00:00
Taylor Otwell
2a5c94a61b
ignoring files in the storage directory.
2011-11-01 23:55:10 -05:00
Taylor Otwell
ee71bdcd8f
adding back ignore files.
2011-11-01 23:54:36 -05:00
Taylor Otwell
493e1c1374
remove tests from main repository, moved storage directory to application.
2011-11-01 23:51:14 -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
880fd106c7
tweaking route introduction.
2011-11-01 23:29:06 -05:00
Taylor Otwell
2c108a9188
refactoring the filters.
2011-11-01 23:12:56 -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
d44c076ebf
refactoring the autoloader.
2011-10-31 23:00:13 -05:00
Taylor Otwell
997a90bcf5
major session refactoring.
2011-10-31 22:15:47 -05:00
Taylor Otwell
ef9e4dfd61
reverting di refactoring.
2011-10-29 22:31:50 -05:00
Taylor Otwell
932a70b6cf
refactoring for better dependency injection on a few classes.
2011-10-29 22:24:32 -05:00
Taylor Otwell
e44eec106d
fixed old input persistence bug.
2011-10-27 08:08:21 -05:00
Taylor Otwell
b6d7df4510
fix cache manager alias.
2011-10-27 08:03:44 -05:00
Taylor Otwell
7bf84066bf
refactoring. added redis drivers.
2011-10-26 21:21:31 -05:00
Taylor Otwell
8443cef301
added some notes to the home controller.
2011-10-24 22:50:36 -05:00
Taylor Otwell
d4ddb05abb
refactoring. added default controller. added uri class.
2011-10-24 21:00:51 -05:00
Taylor Otwell
af36cb3d5a
various refactoring and tweaks.
2011-10-20 21:44:18 -05:00
Taylor Otwell
d5d9776298
continuing to refactor the bootstrap process.
2011-10-18 21:03:13 -05:00
Taylor Otwell
9fc9f88a41
refactoring various pieces of the framework.
2011-10-18 20:19:36 -05:00
Taylor Otwell
2b93963f34
removed unnecessary namespace import from eloquent model.
2011-10-15 14:19:33 -05:00
Taylor Otwell
17ea09364d
fixed str test cases and str::limit function.
2011-10-15 14:17:58 -05:00
Taylor Otwell
9fa69e0844
refactoring routing and class comments.
2011-10-13 21:32:11 -05:00
Taylor Otwell
ba751b430b
restructured session handling.
2011-10-12 23:15:10 -05:00
Taylor Otwell
7317b5857b
refactored welcome pages.
2011-10-11 21:27:16 -05:00
Taylor Otwell
6cb79e6676
refactoring
2011-10-10 21:34:15 -05:00
Taylor Otwell
1b057c2854
continuing to refactor auth remembrance.
2011-10-09 23:41:58 -05:00
Taylor Otwell
e6f84bffd4
added integer validation check to user auth closure.
2011-10-09 23:23:57 -05:00
Taylor Otwell
17385697c0
continuing to work on the remember me authentication.
2011-10-09 23:20:54 -05:00
Taylor Otwell
c9beefaa28
add better comments to composer file.
2011-10-08 23:45:30 -05:00
Taylor Otwell
bcb6f189f7
refactored bcrypt hashing engine.
2011-10-08 22:41:52 -05:00
Eric Barnes
c8965c0d90
Fixed the auth alias
2011-10-08 22:39:27 -04:00
Taylor Otwell
48715bbb7d
fixed bug in view composers. changed crypter alias.
2011-10-05 23:22:25 -05:00
Taylor Otwell
1cafc02d55
removed unnecessary variable from route.
2011-10-05 18:35:34 -05:00
Taylor Otwell
71b0ab8b8d
refactoring container for speed.
2011-10-05 18:32:48 -05:00
Taylor Otwell
52b68c060b
refactoring. adding back pagination.
2011-10-04 21:43:39 -05:00
Taylor Otwell
14186a00e0
refactoring and bug fixes.
2011-09-29 21:22:48 -05:00
Taylor Otwell
516f310e27
added libraries directory.
2011-09-25 22:32:23 -05:00
Taylor Otwell
bd4fe8838c
refactoring the view class.
2011-09-25 22:13:43 -05:00
Taylor Otwell
122dff974f
added comments to form class.
2011-09-21 22:57:32 -05:00
Taylor Otwell
766fa9831a
tweaking code and adding comments.
2011-09-21 22:45:50 -05:00
Taylor Otwell
8711bb3d85
added better comments to arr class.
2011-09-21 22:00:06 -05:00
Taylor Otwell
0c4018ec88
refactoring.
2011-09-21 21:46:16 -05:00
Taylor Otwell
600e411ad4
more refactoring on DI and IoC.
2011-09-20 23:36:13 -05:00
Taylor Otwell
4525eae25a
revert back to more sensible architecture.
2011-09-20 23:14:09 -05:00
Taylor Otwell
47db2ff19b
refactoring, added uri class.
2011-09-20 21:28:19 -05:00
Taylor Otwell
a8dbe777df
more refactoring for 2.0
2011-09-19 21:33:25 -05:00
Taylor Otwell
5387312e0d
changed database config.
2011-09-17 22:18:06 -05:00
Taylor Otwell
220c359eee
fixed changes.
2011-09-16 20:01:10 -05:00
Taylor Otwell
5a9696da77
refactoring session for better architecture.
2011-09-15 20:23:30 -05:00
Taylor Otwell
6becbaba51
more session refactoring.
2011-09-14 20:49:38 -05:00
Taylor Otwell
ae5393f5a7
turned off sessions.
2011-09-14 20:17:08 -05:00
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