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
02db986627
fixing route.
2012-04-03 17:07:56 -05:00
Taylor Otwell
e0e0b51b9b
tweaking profiler.
2012-04-03 16:57:55 -05:00
Taylor Otwell
e1d49749a3
fixing conflicts.
2012-04-03 16:54:28 -05:00
Taylor Otwell
1ca7d799af
changes
2012-04-03 16:53:15 -05:00
Taylor Otwell
3518f68633
tweaking layout.
2012-04-03 09:54:15 -05:00
Taylor Otwell
6735631cc1
tweaking style.
2012-04-03 09:53:33 -05:00
Taylor Otwell
71531e5fe9
cleaning up code.
2012-04-03 09:22:02 -05:00
Taylor Otwell
5d3cc6beb0
template changes.
2012-04-03 09:17:18 -05:00
Dayle Rees
6f8e3259f0
added welcome view with link to docs
2012-04-03 09:46:09 +01:00
Taylor Otwell
686f83ae8e
working on offline docs.
2012-04-02 09:47:30 -05:00
Dayle Rees
bf32b6f6ca
docs bundle in progress
2012-04-01 22:45:19 +01: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
a915e24b62
Pass bundle view directory in view loader.
2012-03-26 08:35:59 -05:00
Taylor Otwell
973da34bc0
Pass directory into View:: file method.
2012-03-26 08:27:53 -05:00
Taylor Otwell
8839138a6a
Fix junk I shouldn't have committed.
2012-03-22 13:38:50 -05:00
Taylor Otwell
090bf9b3f8
Added "shares" method to view instance.
2012-03-22 13:38:22 -05:00
Taylor Otwell
35e53b8cef
Reintegrating Blade with Laravel using View engine event.
2012-03-22 11:48:07 -05:00
Taylor Otwell
1929cadcb8
Cleaning up validation language file.
2012-03-21 22:32:40 -05:00
Taylor Otwell
5cbebb99d3
Merge pull request #436 from daylerees/date-filters
...
Date before and after filters
2012-03-21 20:29:33 -07:00
Taylor Otwell
d3af0153c1
Fixed order of session loading and auto-loader mappings in app start.
2012-03-21 16:37:43 -05:00
Dayle Rees
533112e2f5
added before and after date filters
...
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-03-21 21:07:10 +00:00
Taylor Otwell
52091bda5f
Added "match" validation rule for regular expression checks.
2012-03-21 13:40:52 -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
b65380d6ff
Added automatic controller detection.
...
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-12 17:03:09 -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
c433815fdf
cleaning up the application start file.
...
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-03 14:51:18 -06:00
Taylor Otwell
9bb69309f5
Display errors by default.
...
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-02 22:54:29 -06:00
Taylor Otwell
76eef23f54
Check for CLI before starting session.
...
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-02 17:12:43 -06:00
Taylor Otwell
2331ae18cf
Added lang and view loader events.
...
Added lang and view loader events similar to the configuration loader.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 11:52:05 -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
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