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 |
Taylor Otwell
|
80173d4848
Merge pull request #4 from pedroborges/develop
|
13 years ago |
Taylor Otwell
|
e87f7dc2f5
Merge pull request #5 from mikelbring/develop
|
13 years ago |
Michael Hasselbring
|
1b620c5938
added PHP_EOL in close method
|
13 years ago |
Michael Hasselbring
|
279983b079
add form method to form
|
13 years ago |
Pedro Borges
|
de16d5cf01
Fixed typo in a comment
|
13 years ago |
Pedro Borges
|
b4db6396cc
Auto detect label and add id to field
|
13 years ago |
Pedro Borges
|
efb040c507
Added support for <label> element
|
13 years ago |
Taylor Otwell
|
af24e8db45
adding some comments to the router class.
|
13 years ago |
Taylor Otwell
|
fd42e0ca40
moved route loading into separate function.
|
13 years ago |
Taylor Otwell
|
9cee469371
added support for overriding many-to-many table names.
|
13 years ago |
Taylor Otwell
|
ae7114163a
syntax cleanup in eloquent warehouse.
|
13 years ago |
Taylor Otwell
|
d2a74750c9
added support for organizing routes in a routes directory.
|
13 years ago |
Taylor Otwell
|
285cdcc8f2
fixed bug when deleting eloquent models.
|
13 years ago |
Taylor Otwell
|
05b2e28770
added ability to specify foreign key for has_one and has_many relationships.
|
13 years ago |
Taylor Otwell
|
2bcf7ed327
removed with method from view class.
|
13 years ago |
Taylor Otwell
|
edbf7f3b0f
added with method to view class.
|
13 years ago |
Taylor Otwell
|
c05ccc5d49
moved entities method to html class and added encoding configuration option.
|
13 years ago |
Taylor Otwell
|
a77b6a9737
changed loading of view to fix bug when binding content view data.
|
13 years ago |
Taylor Otwell
|
c92bdea091
Merge branch 'master' into develop
|
13 years ago |
Taylor Otwell
|
da9fcd6964
removed test class
|
13 years ago |
Taylor Otwell
|
6f1f5eed0d
allow literal path in sqlite database config.
|
13 years ago |
Taylor Otwell
|
e85e8f957a
Moved error class load up in front controller to match config and str loads.
|
13 years ago |
Taylor Otwell
|
3f04484b83
Modified default .htaccess to be more consistent with other popular frameworks.
|
13 years ago |
Taylor Otwell
|
328b9fcb28
Made the response headers public.
|
13 years ago |
Taylor Otwell
|
b91930c592
Fixed bug in Config::set method.
|
13 years ago |
Taylor Otwell
|
c17e357fb6
Merge pull request #1 from hinathan/master
|
13 years ago |
Nathan
|
c07c0ee3de
Preload error handler class
|
13 years ago |
Taylor Otwell
|
f7bb0c5510
trimmed comment bloat. returning boolean on eloquent save.
|
13 years ago |
Taylor Otwell
|
b66be283d4
fixed comment in session class.
|
13 years ago |
Taylor Otwell
|
49f7145729
added log to aliases. fixed flash data bug.
|
13 years ago |
Taylor Otwell
|
8ae6b95dcf
added readme
|
13 years ago |
Taylor Otwell
|
a188d62105
initial commit of laravel!
|
13 years ago |