Taylor Otwell
|
718d51e0b4
|
Refactoring eloquent model.
|
2011-08-02 08:50:25 -05:00 |
Taylor Otwell
|
277be84853
|
Added where_id and or_where_id to the query builder.
|
2011-08-02 08:49:19 -05:00 |
Taylor Otwell
|
320c72edbe
|
Refactoring query class.
|
2011-08-02 08:27:01 -05:00 |
Taylor Otwell
|
e678b77b5b
|
refactored wrap method for readability.
|
2011-08-01 20:20:32 -05:00 |
Taylor Otwell
|
82a0218011
|
refactored query->select.
|
2011-08-01 20:14:30 -05:00 |
Taylor Otwell
|
75d96c9204
|
slight database refactoring.
|
2011-08-01 19:57:48 -05:00 |
Taylor Otwell
|
fe0502ded9
|
use database manager in db session driver.
|
2011-08-01 18:10:03 -05:00 |
Taylor Otwell
|
b8e27533bd
|
use db manager in validator.
|
2011-08-01 18:07:36 -05:00 |
Taylor Otwell
|
e3b6328394
|
fix connector conflict.
|
2011-08-01 17:59:31 -05:00 |
Taylor Otwell
|
badc8a6088
|
database refactoring.
|
2011-08-01 17:58:20 -05:00 |
Taylor Otwell
|
716a957e93
|
Refactoring.
|
2011-08-01 17:09:10 -05:00 |
Taylor Otwell
|
bc7df55f92
|
Fix call to Loader::everything.
|
2011-08-01 15:39:58 -05:00 |
Taylor Otwell
|
ae69149262
|
change Loader::everything to Loader::all.
|
2011-08-01 15:39:34 -05:00 |
Taylor Otwell
|
bf30ca7238
|
Pass path to route loader.
|
2011-08-01 15:36:49 -05:00 |
Taylor Otwell
|
2efdef01d2
|
Add path to route loader.
|
2011-08-01 15:36:09 -05:00 |
Taylor Otwell
|
10deff4505
|
Bypass auto-loader when loading core routing classes.
|
2011-08-01 09:57:53 -05:00 |
Taylor Otwell
|
23d5742575
|
remove item caching from cache manager.
|
2011-08-01 09:15:03 -05:00 |
Taylor Otwell
|
5f3d40b76c
|
Added support for in-memory SQLite databases.
|
2011-08-01 08:47:45 -05:00 |
Taylor Otwell
|
829088f3d1
|
use response::error in front controller.
|
2011-07-31 23:19:58 -05:00 |
Taylor Otwell
|
e060c3d1da
|
added reload function to loader everything function.
|
2011-07-31 23:11:45 -05:00 |
Taylor Otwell
|
b55e5169f3
|
adjusted comments in route loader.
|
2011-07-31 22:15:39 -05:00 |
Taylor Otwell
|
f9f168eacb
|
added more dependency injection to route loader and finder.
|
2011-07-31 22:11:49 -05:00 |
Taylor Otwell
|
0af326b636
|
working on routing architecture.
|
2011-07-31 21:51:55 -05:00 |
Taylor Otwell
|
344f49e1bf
|
made router routes optional and fixed front controller.
|
2011-07-31 17:40:03 -05:00 |
Taylor Otwell
|
3f6aa54487
|
fixed router conflicts.
|
2011-07-31 17:35:35 -05:00 |
Taylor Otwell
|
2bb7125127
|
fixed routing bug.
|
2011-07-31 17:24:43 -05:00 |
Taylor Otwell
|
74a05588f0
|
incremented version.
|
2011-07-31 17:23:48 -05:00 |
Taylor Otwell
|
a7e39e9cf0
|
fixed routing bug when using nested route directories.
|
2011-07-31 17:21:45 -05:00 |
Taylor Otwell
|
2275c74660
|
moved all routing classes into routing namespace.
|
2011-07-31 14:48:17 -05:00 |
Taylor Otwell
|
d8eba6389c
|
moved asset_container into asset.php
|
2011-07-31 14:28:24 -05:00 |
Taylor Otwell
|
83ace2de68
|
moved routing classes into system namespace.
|
2011-07-31 13:14:39 -05:00 |
Taylor Otwell
|
ce96fb6717
|
put aliases in alphabetical order.
|
2011-07-31 13:05:36 -05:00 |
Taylor Otwell
|
153d7007ac
|
moved asset container to system directory.
|
2011-07-31 13:04:49 -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
|
86075c2765
|
moved validation/errors into system/messages... not just useful for error messages.
|
2011-07-29 23:38:29 -05:00 |
Taylor Otwell
|
f3ddadce04
|
tweaking comment in composers.php.
|
2011-07-29 23:29:37 -05:00 |
Taylor Otwell
|
4609528d93
|
fixed bug in session and cache factories.
|
2011-07-29 23:21:54 -05:00 |
Taylor Otwell
|
dbdd45d9fc
|
tweaked cache and session namespacing.
|
2011-07-29 23:17:57 -05:00 |
Taylor Otwell
|
5b2858824b
|
tweaking router formatting.
|
2011-07-29 22:56:18 -05:00 |
Taylor Otwell
|
f16f90c89c
|
added script and style path constants. tweaked router usage in index.php.
|
2011-07-29 22:53:43 -05:00 |
Taylor Otwell
|
bc5299abfc
|
tweaked router architecture to be non-static.
|
2011-07-29 22:48:14 -05:00 |
Taylor Otwell
|
7ecb2cf436
|
Deprecated Router::call method.
|
2011-07-28 15:32:54 -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 |