Bartosz Romanowski
|
2a2f699169
Added the cache key to avoid cache overwritting
|
13 years ago |
Taylor Otwell
|
dead6c0a7b
Merge branch 'develop'
|
13 years ago |
Taylor Otwell
|
4f361a1b37
fixed messed up cache driver commit.
|
13 years ago |
Taylor Otwell
|
fcd6cd77ef
fixed messed up commit of file cache driver.
|
13 years ago |
Bartosz Romanowski
|
b031fdf43d
APC cache driver
|
13 years ago |
Taylor Otwell
|
a3a9368707
added dynamic Request::is_ method.. e.g. Request::is_login().
|
13 years ago |
Taylor Otwell
|
7f06e0f4cd
added request::is.
|
13 years ago |
Taylor Otwell
|
396d148720
added is method, improved comments.
|
13 years ago |
Taylor Otwell
|
c972fe198b
Merge remote-tracking branch 'pedroborges/develop' into request_is
|
13 years ago |
Taylor Otwell
|
8a4db9ff2d
fixed attribute setting bug in hydrator.
|
13 years ago |
Pedro Borges
|
d446ccc82f
Added the method 'is' to request.php
|
13 years ago |
Taylor Otwell
|
c751844aab
fixed belongs_to eager loading bug when parent does not exist.
|
13 years ago |
Taylor Otwell
|
8f8c5f6dd4
fix bug in route loader that caused exception to be thrown when 404 should have been shown.
|
13 years ago |
Taylor Otwell
|
150fa6a3ac
Lazy-load error class inside of error handlers. Speed boost!
|
13 years ago |
Taylor Otwell
|
90fadb2980
Fixing spacing in Eloquent\Hydrator.
|
13 years ago |
Taylor Otwell
|
21c1249484
Fixing spacing in Eloquent.
|
13 years ago |
Taylor Otwell
|
e3ffb3f171
Refactoring Eloquent\Hydrator.
|
13 years ago |
Taylor Otwell
|
eaaac620a0
Refactoring System\DB\Eloquent.
|
13 years ago |
Taylor Otwell
|
8c0dfffa34
Add PHPDoc to delete method in Eloquent.
|
13 years ago |
Taylor Otwell
|
43f196878c
Improved comments in System\DB\Eloquent.
|
13 years ago |
Taylor Otwell
|
5bfbfe4243
Refactoring System\DB\Query.
|
13 years ago |
Taylor Otwell
|
2f7fa6687c
Added "driver" method to System\DB.
|
13 years ago |
Taylor Otwell
|
0f8f3f347c
Refactor Query\Compiler.
|
13 years ago |
Taylor Otwell
|
00fcaf2be9
Improve comments in DB\Connector.
|
13 years ago |
Taylor Otwell
|
1e57baf923
Refactor database session driver.
|
13 years ago |
Taylor Otwell
|
89239abd9e
Take extra junk out of Route\Parser comments.
|
13 years ago |
Taylor Otwell
|
c55b4c5b7b
Improve comments in Route\Parser.
|
13 years ago |
Taylor Otwell
|
253e529c41
Fix typo in Route\Finder comment.
|
13 years ago |
Taylor Otwell
|
ad3f98db6b
Improve comments in Route\Finder.
|
13 years ago |
Taylor Otwell
|
7ce9c6f270
Improved comments in memcached cache driver.
|
13 years ago |
Taylor Otwell
|
55e1055dd7
Improved comments in file cache driver.
|
13 years ago |
Taylor Otwell
|
0ee4239613
Tweaked Input::has to check for empty strings. Deprecated Input::filled.
|
13 years ago |
Taylor Otwell
|
6c6dac3579
deprecated download class. added methods to file class. tweaked log class. tweaked input class.
|
13 years ago |
Taylor Otwell
|
fe10176694
Merge pull request #13 from mikelbring/develop
|
13 years ago |
Michael Hasselbring
|
8e9f16bd39
Moved all download methods to file, deprecated Download::file
|
13 years ago |
Taylor Otwell
|
1f748e7f64
minor tweaks to spacing.
|
13 years ago |
Taylor Otwell
|
fd26c5d592
Merge branch 'develop' of github.com:taylorotwell/laravel into develop
|
13 years ago |
Taylor Otwell
|
bc8fa3570e
fixed bug in route parameterizer.
|
13 years ago |
Taylor Otwell
|
c4639524d0
Merge pull request #12 from mikelbring/develop
|
13 years ago |
Taylor Otwell
|
3408bb8492
overall code refactoring, comment improvement.
|
13 years ago |
Michael Hasselbring
|
4d7794c2ca
Created file class with File::extension method, added File to aliases under application
|
13 years ago |
Taylor Otwell
|
5c275db6f4
tweaking has methods.
|
13 years ago |
Taylor Otwell
|
73d8e2f2fa
fixed arr::get argument order.
|
13 years ago |
Taylor Otwell
|
d802ae8386
added arr class and tweaked input class.
|
13 years ago |
Taylor Otwell
|
3038ed7a49
fix view handling to properly catch exceptions when rendering.
|
13 years ago |
Taylor Otwell
|
4669911d61
fixed bug in html link methods.
|
13 years ago |
Taylor Otwell
|
bf44ce81d7
added asset links and improved html class.
|
13 years ago |
Taylor Otwell
|
868a33fb9c
remove error method call in welcome view.
|
13 years ago |
Taylor Otwell
|
ae09e5e99b
extract id assignment to method.
|
13 years ago |
Taylor Otwell
|
7f3baf9742
improve comments in filter class.
|
13 years ago |
Taylor Otwell
|
c8be377d5a
check for strict false in config class.
|
13 years ago |
Taylor Otwell
|
9e8f5d57c1
tweaking config class comments.
|
13 years ago |
Taylor Otwell
|
ee307657d3
improve error class comments.
|
13 years ago |
Taylor Otwell
|
26ff78da84
Merge branch 'develop' of github.com:taylorotwell/laravel into develop
|
13 years ago |
Taylor Otwell
|
780370826a
Merge pull request #11 from mikelbring/develop
|
13 years ago |
Taylor Otwell
|
f044b429e3
improved comments to download class.
|
13 years ago |
Michael Hasselbring
|
2b659dfae9
ability to load a config file with out a key
|
13 years ago |
Taylor Otwell
|
ebf89b7211
improve db class comments.
|
13 years ago |
Taylor Otwell
|
825ac35a47
improve crypt class comments.
|
13 years ago |
Taylor Otwell
|
fb66bf532d
improve cookie class comments.
|
13 years ago |
Taylor Otwell
|
df235f3fb7
Merge branch 'develop' of github.com:taylorotwell/laravel into develop
|
13 years ago |
Taylor Otwell
|
5a4e6ebc75
improved comments in config class.
|
13 years ago |
Taylor Otwell
|
65b0068d38
Merge pull request #10 from mikelbring/develop
|
13 years ago |
Michael Hasselbring
|
79c09381cb
added PUBLIC_PATH
|
13 years ago |
Taylor Otwell
|
e467c831cc
improve cache class documentation.
|
13 years ago |
Taylor Otwell
|
72e7275fe0
throw exception in benchmark class if one has not been defined.
|
13 years ago |
Taylor Otwell
|
ab08987247
improving auth class comments.
|
13 years ago |
Taylor Otwell
|
f841e5d289
One more fix to URL slash handling! :)
|
13 years ago |
Taylor Otwell
|
5ad4943edd
Fix slash handling in URL class.
|
13 years ago |
Taylor Otwell
|
ac7a77ffeb
Fixed comment on application.url.
|
13 years ago |
Taylor Otwell
|
825be5be77
Updated URL class to use application.index.
|
13 years ago |
Taylor Otwell
|
5659532d6e
Added application.index to configuration file.
|
13 years ago |
Taylor Otwell
|
bd3b5f1800
Improved URI detection.
|
13 years ago |
Taylor Otwell
|
9b9a880326
Clean up request::uri method.
|
13 years ago |
Taylor Otwell
|
dae7912c40
fixed request uri determination bug.
|
13 years ago |
Taylor Otwell
|
1c694915e5
merging develop.
|
13 years ago |
Taylor Otwell
|
04fb81367f
added support for alpha only random strings in Str::random.
|
13 years ago |
Taylor Otwell
|
5ddab2bf96
fixed typo in form class.
|
13 years ago |
Taylor Otwell
|
cd7e1eb664
Added missing paren from previous commit.
|
13 years ago |
Taylor Otwell
|
2413b9cc63
Fixed bug in route finder.
|
13 years ago |
Taylor Otwell
|
324845a855
Added Input::filled, Input::had, and Input::was_filled.
|
13 years ago |
Taylor Otwell
|
f6ea2676f3
Added Input::filled, Input::had, and Input::was_filled.
|
13 years ago |
Taylor Otwell
|
52390c4a63
Added ability to pass multiple items to Input::has_old.
|
13 years ago |
Taylor Otwell
|
65dca24939
Added ability to pass multiple parameters to Cookie::has.
|
13 years ago |
Taylor Otwell
|
55eb2ecb08
Fixed parameters on Session::has.
|
13 years ago |
Taylor Otwell
|
525f53b54c
Fix formatting on Session::has method.
|
13 years ago |
Taylor Otwell
|
2ef32608f2
Allow multiple items to be passed to Session::has.
|
13 years ago |
Taylor Otwell
|
f48d76abca
Fix bug in session garbage collection.
|
13 years ago |
Taylor Otwell
|
f00f3d5ea1
removed extraneous comment from Input class.
|
13 years ago |
Taylor Otwell
|
aee154c12f
Tweaked Input::has method to accept multiple arguments and to return false if an argument is an empty string.
|
13 years ago |
Taylor Otwell
|
5a0a230b3d
Added ability to create cookies using properties.
|
13 years ago |
Taylor Otwell
|
92939a8a71
Added ability to create cookies using properties.
|
13 years ago |
Taylor Otwell
|
afd0026015
Edited session class to use new Cookie send method.
|
13 years ago |
Taylor Otwell
|
3cffaf589d
Changed (:any) wildcard to more restrictive.
|
13 years ago |
Taylor Otwell
|
0db0dadef7
Improve request URI determination.
|
13 years ago |
Taylor Otwell
|
d380992aa7
incremented version.
|
13 years ago |
Taylor Otwell
|
34387fc4e9
Merge branch 'develop' of github.com:taylorotwell/laravel into develop
|
13 years ago |
Taylor Otwell
|
30c83f265d
overall code refactoring.
|
13 years ago |
Taylor Otwell
|
8161e2c736
Moved Form::close next to Form::open.
|
13 years ago |
Taylor Otwell
|
59fa681de1
Fix tabs on Form close method.
|
13 years ago |