Taylor Otwell
|
e2c69d0c84
added query array to db\connection.
|
13 years ago |
Taylor Otwell
|
7225ec0a9e
refactoring classes.
|
13 years ago |
Taylor Otwell
|
695a8848ed
added comment back to configuration class.
|
13 years ago |
Taylor Otwell
|
ad4e200d66
added changelog note for crypter class.
|
13 years ago |
Taylor Otwell
|
4c4ffa1d40
added new crypter class to replace static crypt methods.
|
13 years ago |
Taylor Otwell
|
b6720eb7c2
allow the configuration class to set entire files.
|
13 years ago |
Taylor Otwell
|
7b0495e864
More improvements to the configuration class.
|
13 years ago |
Taylor Otwell
|
551cffcdbc
Refactor the configuration class for more simplicity.
|
13 years ago |
Taylor Otwell
|
81a89604f9
refactor the arr class to fix a few bugs.
|
13 years ago |
Taylor Otwell
|
de38744d78
Continuing to refactor the configuration class.
|
13 years ago |
Taylor Otwell
|
d9b7b7dc52
Refactor the config class for more simplicity.
|
13 years ago |
Taylor Otwell
|
cd90845acc
Fix a couple of bugs in the Arr class.
|
13 years ago |
Taylor Otwell
|
4d38ec0279
Remove unnecessary parens from Auth::check.
|
13 years ago |
Taylor Otwell
|
0f7b2f72cb
Refactoring the cache class and its comments.
|
13 years ago |
Taylor Otwell
|
4c243f3a99
Refactor the auth class and its comments.
|
13 years ago |
Taylor Otwell
|
a7cf737ba6
Removed version control from Asset class. Attempting to implement better method of doing this soon.
|
13 years ago |
Taylor Otwell
|
88f3f222c3
Added item to changelog.
|
13 years ago |
Taylor Otwell
|
a414bbfccb
Remove any unspecified optional parameters from URIs created from routes.
|
13 years ago |
Taylor Otwell
|
23e100aa80
fix comment on arr::set.
|
13 years ago |
Taylor Otwell
|
b2991dd6ba
Fix bug in Arr::set that did not correctly create new array levels.
|
13 years ago |
Taylor Otwell
|
732a1e4a04
tweaked comment on arr::set.
|
13 years ago |
Taylor Otwell
|
6750c799f0
converted config class to use arr::set.
|
13 years ago |
Taylor Otwell
|
a667e32ad3
added arr::set method.
|
13 years ago |
Taylor Otwell
|
39d323c44f
refactoring response and session classes.
|
13 years ago |
Taylor Otwell
|
48120ce403
refactoring the response class.
|
13 years ago |
Taylor Otwell
|
60c317caba
refactoring pagination class.
|
13 years ago |
Taylor Otwell
|
20186dca03
refactoring loader class.
|
13 years ago |
Taylor Otwell
|
0cc0b7ac97
refactoring lang class.
|
13 years ago |
Taylor Otwell
|
b196313bd0
refactoring database and error classes.
|
13 years ago |
Taylor Otwell
|
d72f2c642b
refactored the encryption class.
|
13 years ago |
Taylor Otwell
|
d197a97aac
remove comment bloat.
|
13 years ago |
Taylor Otwell
|
83ab60922b
improving cache API documentation.
|
13 years ago |
Taylor Otwell
|
f72171f691
allow entire configuration files to be set.
|
13 years ago |
Taylor Otwell
|
57922c5a4d
allow Config::set to set an entire configuation array.
|
13 years ago |
Taylor Otwell
|
9f1edfaee3
refactoring comments and code.
|
13 years ago |
Taylor Otwell
|
8798d87e2f
Merge pull request #57 from pedroborges/develop
|
13 years ago |
Pedro Borges
|
826d74b476
Removed alias to absent Date class
|
13 years ago |
Taylor Otwell
|
450b6951af
improving class comments.
|
13 years ago |
Taylor Otwell
|
f346dae401
added changelog.
|
13 years ago |
Taylor Otwell
|
9d4d6e52bd
refactor database structure... moved db\manager back to system\db.php
|
13 years ago |
Taylor Otwell
|
21a6040a79
improving class comments.
|
13 years ago |
Taylor Otwell
|
47d2207c67
fixing API comments.
|
13 years ago |
Taylor Otwell
|
3ac2287329
fixing API comments.
|
13 years ago |
Taylor Otwell
|
ee373db59c
incremented version.
|
13 years ago |
Taylor Otwell
|
17727a2278
rename eloquent::model to eloquent::model_name
|
13 years ago |
Taylor Otwell
|
914b60e20b
Merge pull request #56 from mikelbring/develop
|
13 years ago |
Michael Hasselbring
|
d0d7ff19ce
config not found, added use System\Config
|
13 years ago |
Taylor Otwell
|
19de53ea3c
Merge branch 'develop' of github.com:laravel/laravel into develop
|
13 years ago |
Taylor Otwell
|
7579715563
Merge branch 'master' into develop
|
13 years ago |
Taylor Otwell
|
8cdf5f2444
Merge pull request #53 from staydecent/master
|
13 years ago |
staydecent
|
a7af884229
Fixed typo on line 12 of system/db/eloquent/model.php
|
13 years ago |
Taylor Otwell
|
1c4f305295
Merge pull request #52 from staydecent/master
|
13 years ago |
staydecent
|
193768e670
Comment in config/error editied from application/log.txt to storage/log.txt (Issue #48)
|
13 years ago |
Taylor Otwell
|
904588a51a
Add default value to order_by direction.
|
13 years ago |
Taylor Otwell
|
0beec68355
refactoring asset version handling.
|
13 years ago |
Taylor Otwell
|
a0c7db34fc
Merge pull request #50 from mikelbring/develop
|
13 years ago |
Michael Hasselbring
|
19f14fc66d
passed original to method
|
13 years ago |
Michael Hasselbring
|
ea26bde9e1
allowed ? in asset source
|
13 years ago |
Taylor Otwell
|
b8e534a117
Fix auth class comments.
|
13 years ago |
Taylor Otwell
|
bb7649043c
Refactor the Auth class method names.
|
13 years ago |
Taylor Otwell
|
3b5af93064
Return the Eloquent model instance in the fill method.
|
13 years ago |
Taylor Otwell
|
2e34309539
Refactor Auth class for consistency.
|
13 years ago |
Taylor Otwell
|
982789a320
Added Auth::remember method for conveniently logging in users after a fresh registration.
|
13 years ago |
Taylor Otwell
|
995310d62f
Fix bug that prevented route directory route files from loading in modules.
|
13 years ago |
Taylor Otwell
|
e4bc62da73
fix bug in route loader causing requests for specific formats to not be returned correctly.
|
13 years ago |
Taylor Otwell
|
3ba3089208
Improve internal documentation of benchmark class.
|
13 years ago |
Taylor Otwell
|
9f7cd6007b
Improve Asset class documentation.
|
13 years ago |
Taylor Otwell
|
daa91818d9
Tweak routes.php documentation.
|
13 years ago |
Taylor Otwell
|
0344d74c6e
Fix spacing issue in Asset documentation.
|
13 years ago |
Taylor Otwell
|
b6ba0de0bd
Improve Arr class documentation.
|
13 years ago |
Taylor Otwell
|
26dcc276fe
Fix spacing on Asset class documentation.
|
13 years ago |
Taylor Otwell
|
0e39941632
Fix spacing on Auth doc code examples.
|
13 years ago |
Taylor Otwell
|
7da624e0d9
Added better inline docs to the Auth class.
|
13 years ago |
Taylor Otwell
|
59dab32caa
Added even more asset documentation.
|
13 years ago |
Taylor Otwell
|
1078bd0006
Improve asset class documentation.
|
13 years ago |
Taylor Otwell
|
cbf199f6fe
Re-arrange docblock elements.
|
13 years ago |
Taylor Otwell
|
9b294accf3
Added better documentation to asset class.
|
13 years ago |
Taylor Otwell
|
b451becc2e
Tweak route documentation.
|
13 years ago |
Taylor Otwell
|
dfcf3dd322
Tweak filter documentation.
|
13 years ago |
Taylor Otwell
|
5b75546e7e
Add better documentation to composers.php
|
13 years ago |
Taylor Otwell
|
513c9c75a1
Remove "do" from filter example.
|
13 years ago |
Taylor Otwell
|
8781e52ab5
added support for periods in (:any) place-holder.
|
13 years ago |
Taylor Otwell
|
7ebcdf57c5
refactor redirect class.
|
13 years ago |
Taylor Otwell
|
09feb52db9
changed auth and view variables to protected.
|
13 years ago |
Taylor Otwell
|
aa1e20bcef
fixed bug in auto-loader that caused module classes to not load correctly.
|
13 years ago |
Taylor Otwell
|
512342c0db
Refactor the view class to use protected instead of private.
|
13 years ago |
Taylor Otwell
|
22676ccee0
Refactor the query->get() method.
|
13 years ago |
Taylor Otwell
|
3d30f9f855
Refactor the database connector.
|
13 years ago |
Taylor Otwell
|
7a4016b623
Change Config::load to private.
|
13 years ago |
Taylor Otwell
|
7ad1126cf1
Add sub-view evaluating back to view class.
|
13 years ago |
Taylor Otwell
|
120d6a5da6
Refactor the view class.
|
13 years ago |
Taylor Otwell
|
3bf85e03a5
Refactor the view class.
|
13 years ago |
Taylor Otwell
|
6278daca9c
Refactor the view class.
|
13 years ago |
Taylor Otwell
|
6ac1634fb5
Refactor and comment the view class.
|
13 years ago |
Taylor Otwell
|
1e3188479a
Refactor the view class.
|
13 years ago |
Taylor Otwell
|
6f847732a4
Convert spaces to tabs.
|
13 years ago |
Taylor Otwell
|
4465c02789
Refactor loader for performance.
|
13 years ago |
Taylor Otwell
|
e3785ee7ff
Refactor the package class.
|
13 years ago |
Taylor Otwell
|
ddc02a829a
Refactor the inflector.
|
13 years ago |
Taylor Otwell
|
8adb919489
Added method and URI to before filters.
|
13 years ago |