Commit Graph

841 Commits

Author SHA1 Message Date
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
ee373db59c incremented version. 2011-08-13 20:08:22 -05:00
Taylor Otwell
17727a2278 rename eloquent::model to eloquent::model_name 2011-08-13 20:01:45 -05:00
Taylor Otwell
914b60e20b Merge pull request #56 from mikelbring/develop
Config not found, added use System\Config
2011-08-13 05:03:05 -07: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
Taylor Otwell
8cdf5f2444 Merge pull request #53 from staydecent/master
Typo in eloquent/model.php
2011-08-12 12:33:36 -07:00
staydecent
a7af884229 Fixed typo on line 12 of system/db/eloquent/model.php 2011-08-12 12:30:55 -07:00
Taylor Otwell
1c4f305295 Merge pull request #52 from staydecent/master
Issue #48 typo fix.
2011-08-12 12:06:10 -07:00
staydecent
193768e670 Comment in config/error editied from application/log.txt to storage/log.txt (Issue #48) 2011-08-12 12:02:08 -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
Taylor Otwell
a0c7db34fc Merge pull request #50 from mikelbring/develop
Allow ? in Asset source
2011-08-11 19:48:07 -07: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
daa91818d9 Tweak routes.php documentation. 2011-08-09 14:35:13 -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
b451becc2e Tweak route documentation. 2011-08-09 11:22:27 -05:00
Taylor Otwell
dfcf3dd322 Tweak filter documentation. 2011-08-09 11:21:46 -05:00
Taylor Otwell
5b75546e7e Add better documentation to composers.php 2011-08-09 11:21:17 -05:00
Taylor Otwell
513c9c75a1 Remove "do" from filter example. 2011-08-09 11:16:44 -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