Commit Graph

994 Commits

Author SHA1 Message Date
Taylor Otwell
fdcebc1bcb Added override and clear methods to event class.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 12:02:16 -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
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
Dayle Rees
2c4d35e6a4 allow File::cpdir() to fail (and return false) 2012-03-01 12:12:39 +00:00
Colin Viebrock
b7d068f2f2 Move method into grammar.php instead of duplicating in each grammar 2012-02-29 15:21:20 -06:00
Colin Viebrock
26c7273493 Add unsigned() modifier, so you can create unsigned integer columns 2012-02-29 15:09:13 -06:00
Taylor Otwell
b37c966aea improve session ID assignment to avoid possible overlaps.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-28 10:06:53 -06:00
Taylor Otwell
425192a05d fix bug in route. 2012-02-28 09:30:43 -06:00
Taylor Otwell
5325acac64 adding support for attaching filters based on URI routing.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-28 09:28:23 -06:00
Taylor Otwell
01ddff5cdc adding support for filter patterns.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-27 22:36:28 -06:00
Taylor Otwell
9954482194 added search and extension functions to view class for registering them.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-27 16:27:28 -06:00
Taylor Otwell
64b61abcd5 added paths and extensions options to view class.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-27 15:29:11 -06:00
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
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
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
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
Aaron Kuzemchak
115eb8d085 Added shortcut method to load a designated route's response 2012-02-23 20:08:12 -05: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
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
f6ef233d39 alias aggregate column in query grammar. 2012-02-21 09:23:24 -06:00
William Cahill-Manley
6bed34fb8b Use rtrim instead of prepending DS to avoid Windows issues 2012-02-20 14:52:32 -08:00
William Cahill-Manley
dd5ff5f12b Trimmed Directory separator produces relative (and wrong) paths for bundles 2012-02-20 14:44:13 -08:00
Taylor Otwell
4e9369f5bf rename autoloading method. 2012-02-20 15:50:58 -06:00
Taylor Otwell
1ff9deb150 clean up auto-loader registrations. 2012-02-20 15:50:09 -06:00
Taylor Otwell
e996093b72 cleaning up bundle registration. 2012-02-20 15:33:19 -06:00
Taylor Otwell
5c66658428 remove bundle guessing in autoloader in preference of explicit config. 2012-02-20 15:27:01 -06:00
Taylor Otwell
16dca5e74e updating bundle class loading. 2012-02-20 14:40:24 -06:00