Taylor Otwell
|
ca5dfa4061
|
fixing underscored library auto-loading.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-27 14:08:01 -06:00 |
Taylor Otwell
|
2fdde4ad2f
|
Merge branch 'develop' of github.com:laravel/laravel into develop
|
2012-02-27 09:29:35 -06:00 |
Taylor Otwell
|
621fee09be
|
cleaning up code.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-27 09:28:21 -06:00 |
Taylor Otwell
|
d87b01ad6c
|
cleaning up code.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-27 09:26:51 -06:00 |
Taylor Otwell
|
d4f3813b76
|
Merge branch 'master' into develop
|
2012-02-26 22:29:40 -06:00 |
Taylor Otwell
|
37ea2c8221
|
updating readme.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-26 22:29:14 -06:00 |
Taylor Otwell
|
714e2f8c10
|
updating readme.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-26 22:27:17 -06:00 |
Taylor Otwell
|
5ff6ea5bcc
|
updating readme.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-26 22:25:47 -06:00 |
Taylor Otwell
|
a08537335a
|
simplify autoloader namespace mapping.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-25 22:41:19 -06:00 |
Taylor Otwell
|
909413916c
|
cleaning up code.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-25 22:32:12 -06:00 |
Taylor Otwell
|
2a02b9f6ac
|
cleaning up view code.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-25 22:30:35 -06:00 |
Taylor Otwell
|
711d60a506
|
dont override paths if they are already set in bootstrap.
|
2012-02-25 14:54:34 -06:00 |
Taylor Otwell
|
a289b287e8
|
modified log gitignore.
|
2012-02-25 14:43:05 -06:00 |
Taylor Otwell
|
4064013e84
|
Merge branch 'master' into develop
|
2012-02-25 14:10:40 -06:00 |
Taylor Otwell
|
1e5c6ee246
|
incremented version.
|
2012-02-25 14:10:10 -06:00 |
Taylor Otwell
|
14f82766fb
|
added certificate of origin to license file.
|
2012-02-25 14:09:03 -06:00 |
Taylor Otwell
|
fa9bad811f
|
add change note.
|
2012-02-24 17:22:13 -06:00 |
Taylor Otwell
|
cb55111724
|
add change note.
|
2012-02-24 17:21:41 -06:00 |
Taylor Otwell
|
62ffbc270a
|
updated changelog.
|
2012-02-24 17:21:18 -06:00 |
Taylor Otwell
|
818a488d4a
|
updated changelog.
|
2012-02-24 17:20:58 -06:00 |
Taylor Otwell
|
1d209fde78
|
add change note.
|
2012-02-24 17:20:42 -06:00 |
Taylor Otwell
|
484a737382
|
make the pdo fetch style configurable.
|
2012-02-24 11:35:02 -06:00 |
Taylor Otwell
|
9804bb55dc
|
comment cleanup.
|
2012-02-24 11:17:56 -06:00 |
Taylor Otwell
|
97cb0035f4
|
clarify cookie comment.
|
2012-02-24 10:31:43 -06:00 |
Taylor Otwell
|
c9bb800ee9
|
cleaning up the cookie class.
|
2012-02-24 10:29:20 -06:00 |
Taylor Otwell
|
9019c6e2f6
|
added link_to_action method to html class.
|
2012-02-24 08:08:56 -06:00 |
Taylor Otwell
|
d6fba0ade1
|
blade ext constant no longer needed.
|
2012-02-23 22:35:33 -06:00 |
Taylor Otwell
|
49d3c5251b
|
removed blade from core and extracted it into bundle. added view engine event to hook in any view engine to the core.
|
2012-02-23 22:34:42 -06:00 |
Taylor Otwell
|
441a9e206f
|
working on view engine event.
|
2012-02-23 17:00:36 -06:00 |
Taylor Otwell
|
2b4ab94e6b
|
trimming up comment bloat.
|
2012-02-23 16:29:30 -06:00 |
Taylor Otwell
|
753c769d10
|
fixing comment.
|
2012-02-23 16:19:00 -06:00 |
Taylor Otwell
|
160e839e81
|
cleaning up classes.
|
2012-02-23 16:18:08 -06:00 |
Taylor Otwell
|
fadadd0f62
|
allow events to override the log class.
|
2012-02-23 14:50:07 -06:00 |
Taylor Otwell
|
157f619e98
|
basic code cleanup.
|
2012-02-23 14:02:59 -06:00 |
Taylor Otwell
|
e69f988fe5
|
improving some comments.
|
2012-02-23 09:09:56 -06:00 |
Taylor Otwell
|
d29a127948
|
allow multiple request methods for uri.
|
2012-02-23 09:09:00 -06:00 |
Taylor Otwell
|
f624a6849f
|
fix handling of HEAD http requests.
|
2012-02-23 08:43:55 -06:00 |
Taylor Otwell
|
e70261e962
|
added support for controller factories.
|
2012-02-22 15:09:04 -06:00 |
Taylor Otwell
|
86fa595317
|
set application key by default.
|
2012-02-22 11:00:02 -06:00 |
Taylor Otwell
|
257d917e19
|
resolving merge conflicts.
|
2012-02-22 09:00:43 -06:00 |
Taylor Otwell
|
0f448271f6
|
Merge branch 'develop' of github.com:laravel/laravel into develop
|
2012-02-21 11:46:15 -06:00 |
Taylor Otwell
|
f84bdb98a1
|
cleaning up code.
|
2012-02-21 10:52:38 -06:00 |
Taylor Otwell
|
271e73462d
|
cleaning up code.
|
2012-02-21 10:52:19 -06:00 |
Taylor Otwell
|
ca40180b54
|
cleaning up code.
|
2012-02-21 10:51:31 -06:00 |
Taylor Otwell
|
353c7c527f
|
cleaning up code.
|
2012-02-21 10:50:25 -06:00 |
Taylor Otwell
|
b5f568404a
|
increment version.
|
2012-02-21 09:33:15 -06:00 |
Taylor Otwell
|
3789972a35
|
fix bug in controller auto-loading.
|
2012-02-21 09:32:21 -06:00 |
Taylor Otwell
|
f6ef233d39
|
alias aggregate column in query grammar.
|
2012-02-21 09:23:24 -06:00 |
Taylor Otwell
|
c88433f16a
|
Merge pull request #351 from ladea/develop
typo
|
2012-02-21 06:55:52 -08:00 |
ladea
|
670dee6c49
|
typo
|
2012-02-21 14:31:52 +02:00 |