Taylor Otwell
|
9d4d6e52bd
|
refactor database structure... moved db\manager back to system\db.php
|
2011-08-13 22:23:07 -05:00 |
Taylor Otwell
|
21a6040a79
|
improving class comments.
|
2011-08-13 22:19:04 -05:00 |
Taylor Otwell
|
47d2207c67
|
fixing API comments.
|
2011-08-13 21:45:51 -05:00 |
Taylor Otwell
|
3ac2287329
|
fixing API comments.
|
2011-08-13 21:43:33 -05:00 |
Taylor Otwell
|
17727a2278
|
rename eloquent::model to eloquent::model_name
|
2011-08-13 20:01:45 -05:00 |
Michael Hasselbring
|
d0d7ff19ce
|
config not found, added use System\Config
|
2011-08-12 23:36:22 -05:00 |
Taylor Otwell
|
19de53ea3c
|
Merge branch 'develop' of github.com:laravel/laravel into develop
|
2011-08-12 20:16:45 -05:00 |
Taylor Otwell
|
7579715563
|
Merge branch 'master' into develop
|
2011-08-12 20:16:37 -05:00 |
staydecent
|
a7af884229
|
Fixed typo on line 12 of system/db/eloquent/model.php
|
2011-08-12 12:30:55 -07:00 |
Taylor Otwell
|
904588a51a
|
Add default value to order_by direction.
|
2011-08-12 08:47:31 -05:00 |
Taylor Otwell
|
0beec68355
|
refactoring asset version handling.
|
2011-08-11 22:05:41 -05:00 |
Michael Hasselbring
|
19f14fc66d
|
passed original to method
|
2011-08-11 21:27:20 -05:00 |
Michael Hasselbring
|
ea26bde9e1
|
allowed ? in asset source
|
2011-08-11 21:25:00 -05:00 |
Taylor Otwell
|
b8e534a117
|
Fix auth class comments.
|
2011-08-11 15:46:15 -05:00 |
Taylor Otwell
|
bb7649043c
|
Refactor the Auth class method names.
|
2011-08-11 15:44:29 -05:00 |
Taylor Otwell
|
3b5af93064
|
Return the Eloquent model instance in the fill method.
|
2011-08-11 13:54:48 -05:00 |
Taylor Otwell
|
2e34309539
|
Refactor Auth class for consistency.
|
2011-08-11 13:45:17 -05:00 |
Taylor Otwell
|
982789a320
|
Added Auth::remember method for conveniently logging in users after a fresh registration.
|
2011-08-11 13:44:13 -05:00 |
Taylor Otwell
|
995310d62f
|
Fix bug that prevented route directory route files from loading in modules.
|
2011-08-11 08:28:51 -05:00 |
Taylor Otwell
|
e4bc62da73
|
fix bug in route loader causing requests for specific formats to not be returned correctly.
|
2011-08-10 22:45:19 -05:00 |
Taylor Otwell
|
3ba3089208
|
Improve internal documentation of benchmark class.
|
2011-08-09 15:33:31 -05:00 |
Taylor Otwell
|
9f7cd6007b
|
Improve Asset class documentation.
|
2011-08-09 14:36:32 -05:00 |
Taylor Otwell
|
0344d74c6e
|
Fix spacing issue in Asset documentation.
|
2011-08-09 14:32:35 -05:00 |
Taylor Otwell
|
b6ba0de0bd
|
Improve Arr class documentation.
|
2011-08-09 14:31:57 -05:00 |
Taylor Otwell
|
26dcc276fe
|
Fix spacing on Asset class documentation.
|
2011-08-09 14:31:05 -05:00 |
Taylor Otwell
|
0e39941632
|
Fix spacing on Auth doc code examples.
|
2011-08-09 14:21:51 -05:00 |
Taylor Otwell
|
7da624e0d9
|
Added better inline docs to the Auth class.
|
2011-08-09 14:18:16 -05:00 |
Taylor Otwell
|
59dab32caa
|
Added even more asset documentation.
|
2011-08-09 13:32:05 -05:00 |
Taylor Otwell
|
1078bd0006
|
Improve asset class documentation.
|
2011-08-09 13:27:30 -05:00 |
Taylor Otwell
|
cbf199f6fe
|
Re-arrange docblock elements.
|
2011-08-09 13:26:31 -05:00 |
Taylor Otwell
|
9b294accf3
|
Added better documentation to asset class.
|
2011-08-09 13:25:52 -05:00 |
Taylor Otwell
|
8781e52ab5
|
added support for periods in (:any) place-holder.
|
2011-08-08 23:53:00 -05:00 |
Taylor Otwell
|
7ebcdf57c5
|
refactor redirect class.
|
2011-08-08 23:09:10 -05:00 |
Taylor Otwell
|
09feb52db9
|
changed auth and view variables to protected.
|
2011-08-08 22:20:59 -05:00 |
Taylor Otwell
|
aa1e20bcef
|
fixed bug in auto-loader that caused module classes to not load correctly.
|
2011-08-08 21:46:59 -05:00 |
Taylor Otwell
|
512342c0db
|
Refactor the view class to use protected instead of private.
|
2011-08-08 16:52:10 -05:00 |
Taylor Otwell
|
22676ccee0
|
Refactor the query->get() method.
|
2011-08-08 16:09:08 -05:00 |
Taylor Otwell
|
3d30f9f855
|
Refactor the database connector.
|
2011-08-08 16:00:01 -05:00 |
Taylor Otwell
|
7a4016b623
|
Change Config::load to private.
|
2011-08-08 15:46:37 -05:00 |
Taylor Otwell
|
7ad1126cf1
|
Add sub-view evaluating back to view class.
|
2011-08-08 15:19:44 -05:00 |
Taylor Otwell
|
120d6a5da6
|
Refactor the view class.
|
2011-08-08 15:16:21 -05:00 |
Taylor Otwell
|
3bf85e03a5
|
Refactor the view class.
|
2011-08-08 14:55:27 -05:00 |
Taylor Otwell
|
6278daca9c
|
Refactor the view class.
|
2011-08-08 14:54:54 -05:00 |
Taylor Otwell
|
6ac1634fb5
|
Refactor and comment the view class.
|
2011-08-08 14:44:30 -05:00 |
Taylor Otwell
|
1e3188479a
|
Refactor the view class.
|
2011-08-08 14:33:53 -05:00 |
Taylor Otwell
|
6f847732a4
|
Convert spaces to tabs.
|
2011-08-08 14:31:12 -05:00 |
Taylor Otwell
|
4465c02789
|
Refactor loader for performance.
|
2011-08-08 14:29:19 -05:00 |
Taylor Otwell
|
e3785ee7ff
|
Refactor the package class.
|
2011-08-08 14:28:38 -05:00 |
Taylor Otwell
|
ddc02a829a
|
Refactor the inflector.
|
2011-08-08 14:21:34 -05:00 |
Taylor Otwell
|
762a0e4175
|
Added "needs" parameter to routes.
|
2011-08-08 13:43:41 -05:00 |
Taylor Otwell
|
d5a11cdb71
|
Cleaning up the view class.
|
2011-08-08 13:41:29 -05:00 |
Taylor Otwell
|
9cabf54530
|
Refactor the route class.
|
2011-08-08 13:37:39 -05:00 |
Taylor Otwell
|
d1d4ac1056
|
Refactor the view class method order and comments.
|
2011-08-08 13:35:01 -05:00 |
Taylor Otwell
|
6590b54f44
|
Refactor the session class.
|
2011-08-08 13:22:41 -05:00 |
Taylor Otwell
|
23e86c707d
|
Refactor the form class comments.
|
2011-08-08 13:17:53 -05:00 |
Taylor Otwell
|
f6aecf706a
|
Refactor the encryption class.
|
2011-08-08 13:15:27 -05:00 |
Taylor Otwell
|
8a175894b2
|
Refactor the encryption class.
|
2011-08-08 13:14:50 -05:00 |
Taylor Otwell
|
4dc7f9448c
|
Refactor the configuration class.
|
2011-08-08 13:12:37 -05:00 |
Taylor Otwell
|
86fde936ac
|
refactor the route loader.
|
2011-08-08 11:28:17 -05:00 |
Taylor Otwell
|
366f8dad39
|
refactoring the view class.
|
2011-08-08 11:19:01 -05:00 |
Taylor Otwell
|
f0db808fd1
|
refactor the validator class.
|
2011-08-08 11:18:07 -05:00 |
Taylor Otwell
|
3d48b323c3
|
refactor the request class.
|
2011-08-08 11:16:08 -05:00 |
Taylor Otwell
|
25ebe9fb97
|
Refactor the memcache class.
|
2011-08-08 11:14:53 -05:00 |
Taylor Otwell
|
4243e721ca
|
Return a boolean success or failure when saving Eloquent models.
|
2011-08-08 11:04:50 -05:00 |
Taylor Otwell
|
87a65c2032
|
Refactor the database query builder.
|
2011-08-08 10:57:37 -05:00 |
Taylor Otwell
|
d2be60205b
|
Refactor the database query builder.
|
2011-08-08 10:56:06 -05:00 |
Taylor Otwell
|
73065d12c2
|
Refactor the database manager.
|
2011-08-08 10:51:46 -05:00 |
Taylor Otwell
|
a1956f016c
|
Refactor the database connector.
|
2011-08-08 10:51:01 -05:00 |
Taylor Otwell
|
edae391593
|
Refactor the view class.
|
2011-08-08 10:49:15 -05:00 |
Taylor Otwell
|
4585f25092
|
Don't write session cookie if headers have already been sent.
|
2011-08-08 10:47:41 -05:00 |
Taylor Otwell
|
11ac2919f8
|
Refactor the auto-loader.
|
2011-08-08 10:44:44 -05:00 |
Taylor Otwell
|
7282954e27
|
refactor the lang class.
|
2011-08-08 10:44:03 -05:00 |
Taylor Otwell
|
afc80dd4d1
|
Refactor the inflector class.
|
2011-08-08 10:42:24 -05:00 |
Taylor Otwell
|
e39ab9a0f9
|
Refactor the config class.
|
2011-08-08 10:40:30 -05:00 |
Taylor Otwell
|
ee5212a27f
|
Refactoring the cache class.
|
2011-08-08 10:38:40 -05:00 |
Taylor Otwell
|
130772ca57
|
Fix bug in size validation when using a string containing all numbers.
|
2011-08-08 10:35:28 -05:00 |
Taylor Otwell
|
f470796261
|
Refactor the file session driver.
|
2011-08-08 10:30:19 -05:00 |
Taylor Otwell
|
115bde0b23
|
Refactor the route loader.
|
2011-08-08 10:28:42 -05:00 |
Taylor Otwell
|
b25edfaf9b
|
Refactor the route finder.
|
2011-08-08 10:27:19 -05:00 |
Taylor Otwell
|
2aef4de8d5
|
Refactoring Eloquent.
|
2011-08-08 10:26:34 -05:00 |
Taylor Otwell
|
db391b8090
|
Refactor the database query class.
|
2011-08-08 10:24:23 -05:00 |
Taylor Otwell
|
64fb09a870
|
Refactor the database manager.
|
2011-08-08 10:23:13 -05:00 |
Taylor Otwell
|
e78a5b0ad3
|
Refactor the connector class.
|
2011-08-08 10:22:37 -05:00 |
Taylor Otwell
|
e81dd68a94
|
Refactoring file cache driver.
|
2011-08-08 10:21:35 -05:00 |
Taylor Otwell
|
fa3ec4d796
|
Refactoring the view class.
|
2011-08-08 10:13:22 -05:00 |
Taylor Otwell
|
d8d0ddfa09
|
Refactoring the validator class.
|
2011-08-08 10:09:16 -05:00 |
Taylor Otwell
|
c145e6cbaa
|
Refactor the URL class.
|
2011-08-08 10:01:00 -05:00 |
Taylor Otwell
|
04a1e44e6e
|
Refactor the session class.
|
2011-08-08 09:59:50 -05:00 |
Taylor Otwell
|
a3e8d5ae26
|
Refactoring the session class.
|
2011-08-08 09:58:44 -05:00 |
Taylor Otwell
|
6f26ce6e5f
|
Always return cache driver instance.
|
2011-08-08 09:58:16 -05:00 |
Taylor Otwell
|
a26efbc2e3
|
Even more refactoring on the request class.
|
2011-08-08 09:44:57 -05:00 |
Taylor Otwell
|
88ebf6125c
|
Refactor the request class.
|
2011-08-08 09:44:10 -05:00 |
Taylor Otwell
|
3d684136b8
|
Refactor the request class.
|
2011-08-08 09:42:38 -05:00 |
Taylor Otwell
|
3f35bb1591
|
Refactoring the redirect class.
|
2011-08-08 09:39:51 -05:00 |
Taylor Otwell
|
bad119a48b
|
Refactoring paginator... added paginator->append method.
|
2011-08-08 09:37:56 -05:00 |
Taylor Otwell
|
aba4eec83d
|
Refactoring the package class.
|
2011-08-08 09:21:56 -05:00 |
Taylor Otwell
|
8a6b85175e
|
Continue refactoring the memcache class.
|
2011-08-08 09:18:08 -05:00 |
Taylor Otwell
|
cb7a59711a
|
refactor the memcached class.
|
2011-08-08 09:16:47 -05:00 |
Taylor Otwell
|
07d6ed5703
|
refactoring the auto-loader.
|
2011-08-08 09:14:25 -05:00 |
Taylor Otwell
|
67ef4ea865
|
Refactor the lang class.
|
2011-08-08 09:12:23 -05:00 |