Taylor Otwell
|
76a5bc483a
|
refactoring various classes.
|
2011-10-15 14:39:52 -05:00 |
Taylor Otwell
|
2b93963f34
|
removed unnecessary namespace import from eloquent model.
|
2011-10-15 14:19:33 -05:00 |
Taylor Otwell
|
17ea09364d
|
fixed str test cases and str::limit function.
|
2011-10-15 14:17:58 -05:00 |
Taylor Otwell
|
a6eaa06981
|
refactoring routing and comments.
|
2011-10-15 14:04:11 -05:00 |
Taylor Otwell
|
a44ca9d53b
|
working on comments.
|
2011-10-13 21:49:40 -05:00 |
Taylor Otwell
|
9fa69e0844
|
refactoring routing and class comments.
|
2011-10-13 21:32:11 -05:00 |
Taylor Otwell
|
cff90b52ab
|
remove session manager from ioc container configuration.
|
2011-10-12 23:37:22 -05:00 |
Taylor Otwell
|
3998066eb7
|
refactored session tests.
|
2011-10-12 23:35:15 -05:00 |
Taylor Otwell
|
ba751b430b
|
restructured session handling.
|
2011-10-12 23:15:10 -05:00 |
Taylor Otwell
|
f68a918d69
|
refactoring session classes.
|
2011-10-12 22:29:49 -05:00 |
Taylor Otwell
|
4342f82aa9
|
refactoring cache and session classes.
|
2011-10-12 21:55:05 -05:00 |
Taylor Otwell
|
9f7ed576c5
|
allow eloquent models to use increment and decrement.
|
2011-10-12 21:35:23 -05:00 |
Taylor Otwell
|
9bf978abcd
|
added decrement method to query builder.
|
2011-10-12 21:32:06 -05:00 |
Taylor Otwell
|
559785f168
|
added increment method to query builder.
|
2011-10-12 21:27:29 -05:00 |
Taylor Otwell
|
68455378cc
|
added support for database expressions.
|
2011-10-12 19:55:44 -05:00 |
Taylor Otwell
|
76400967d9
|
modified splash page css.
|
2011-10-11 23:41:03 -05:00 |
Taylor Otwell
|
8846110e8d
|
refactored and prettified the default database grammar.
|
2011-10-11 22:45:19 -05:00 |
Taylor Otwell
|
08ea1dbbc8
|
fixed bug in request uri method.
|
2011-10-11 21:44:57 -05:00 |
Taylor Otwell
|
f6ea58ed96
|
improve request uri detection.
|
2011-10-11 21:41:57 -05:00 |
Taylor Otwell
|
02305fafc2
|
resolved conflicts.
|
2011-10-11 21:28:06 -05:00 |
Taylor Otwell
|
7317b5857b
|
refactored welcome pages.
|
2011-10-11 21:27:16 -05:00 |
Taylor Otwell
|
e979cf14a2
|
Merge pull request #115 from ericbarnes/fix/str_tests
Fix/str tests
|
2011-10-11 13:38:36 -07:00 |
Eric Barnes
|
aa607c9962
|
Added unit tests for Str::limit and limit_words. Also fixed bug in limit with multibyte characters.
|
2011-10-11 16:35:54 -04:00 |
Taylor Otwell
|
d9512221dc
|
Merge pull request #112 from ericbarnes/feature/unit-test
Feature/unit test
|
2011-10-11 06:13:41 -07:00 |
Taylor Otwell
|
459b2165a3
|
Merge pull request #111 from ericbarnes/feature/str_limit
Feature/str limit
|
2011-10-11 06:09:57 -07:00 |
Eric Barnes
|
212b349026
|
Added Str tests.
|
2011-10-11 00:24:42 -04:00 |
Taylor Otwell
|
d07714936f
|
finished tests for request class.
|
2011-10-10 22:55:57 -05:00 |
Taylor Otwell
|
0cb81d8585
|
added request::uri tests.
|
2011-10-10 22:42:43 -05:00 |
Taylor Otwell
|
f2b9d1e2f8
|
added request tests.
|
2011-10-10 22:31:59 -05:00 |
Taylor Otwell
|
c1e68717bc
|
working more on tests.
|
2011-10-10 22:29:05 -05:00 |
Taylor Otwell
|
bb77189f35
|
cleaned up arr tests.
|
2011-10-10 22:19:08 -05:00 |
Taylor Otwell
|
b3c9dc59c0
|
refactoring testing setup.
|
2011-10-10 22:17:22 -05:00 |
Taylor Otwell
|
392caeed91
|
refactoring formatting.
|
2011-10-10 21:43:30 -05:00 |
Taylor Otwell
|
6cb79e6676
|
refactoring
|
2011-10-10 21:34:15 -05:00 |
Taylor Otwell
|
d1c5aea26b
|
continuing to refactor auth remembrance.
|
2011-10-09 23:43:31 -05:00 |
Taylor Otwell
|
1b057c2854
|
continuing to refactor auth remembrance.
|
2011-10-09 23:41:58 -05:00 |
Taylor Otwell
|
e6f84bffd4
|
added integer validation check to user auth closure.
|
2011-10-09 23:23:57 -05:00 |
Taylor Otwell
|
17385697c0
|
continuing to work on the remember me authentication.
|
2011-10-09 23:20:54 -05:00 |
Eric Barnes
|
ba4fd3fab0
|
Added str::limit and str::limit_words. Unfortunately php doesn't include mb_str_word_count.
|
2011-10-09 23:23:45 -04:00 |
Taylor Otwell
|
6178a968ea
|
Merge pull request #110 from ericbarnes/feature/remember_me
Feature/remember me
|
2011-10-09 20:22:41 -07:00 |
Eric Barnes
|
6e0d69e23a
|
Refactered user and fixed parse error.
|
2011-10-09 12:49:41 -04:00 |
Eric Barnes
|
560a4cc1c2
|
Added comments and changed the $cookie var to use implode.
|
2011-10-09 12:05:12 -04:00 |
Eric Barnes
|
3d2aa29d44
|
Refactored auth remember me
|
2011-10-09 11:57:00 -04:00 |
Taylor Otwell
|
b7b5451a7f
|
refactoring session handling.
|
2011-10-08 23:53:13 -05:00 |
Taylor Otwell
|
c9beefaa28
|
add better comments to composer file.
|
2011-10-08 23:45:30 -05:00 |
Taylor Otwell
|
8ba0dfacc7
|
refactoring controller __get magic method ioc resolution.
|
2011-10-08 23:43:16 -05:00 |
Eric Barnes
|
b6537da8b6
|
Added first draft of remember me to auth.
|
2011-10-09 00:27:39 -04:00 |
Taylor Otwell
|
bcb6f189f7
|
refactored bcrypt hashing engine.
|
2011-10-08 22:41:52 -05:00 |
Taylor Otwell
|
92ecae3db9
|
Merge pull request #108 from ericbarnes/feature/alias
Feature/alias
|
2011-10-08 19:57:47 -07:00 |
Taylor Otwell
|
8c9bd12003
|
fixed old uri ioc container reference.
|
2011-10-08 21:48:10 -05:00 |