MIF_E31222691/laravel
crynobone 57f94a7829 Validator: During replace :attribute, need to verify Lang::has('key') instead of checking is_null()
Signed-off-by: crynobone <crynobone@gmail.com>
2012-05-06 00:53:33 +08:00
..
auth/drivers Fix return for real. 2012-05-02 16:06:20 -05:00
cache/drivers Cleaned up the section able implementation. 2012-04-30 10:17:59 -05:00
cli Fixing bugs. 2012-04-20 11:35:47 -05:00
database added trim() for the sql statement 2012-05-03 11:16:32 -06:00
documentation tweaking wording. 2012-05-04 10:51:16 -05:00
profiling Added total SQL execution time to profiler. 2012-04-04 17:08:16 -05:00
routing add spacing to router. 2012-05-03 08:36:32 -05:00
session fixing conflicts. 2012-04-24 10:42:57 -05:00
vendor/Symfony/Component added simpler and easier environment handling. 2012-04-12 23:35:41 -05:00
asset.php cleaning up code. 2012-04-10 22:36:20 -05:00
auth.php Fix auth bug and other resolver bugs. 2012-05-02 16:52:55 -05:00
autoloader.php cleaning up the autoloader> 2012-04-13 13:33:54 -05:00
blade.php change matcher function to public. 2012-05-04 14:49:07 -05:00
bundle.php Fix typos. 2012-05-02 16:51:52 -04:00
cache.php Fix auth bug and other resolver bugs. 2012-05-02 16:52:55 -05:00
config.php fixing some issues related to environment. 2012-04-19 14:32:27 -05:00
cookie.php fix secure cookie issue. 2012-04-04 10:28:06 -05:00
core.php Fix typos. 2012-05-02 16:51:52 -04:00
crypter.php Altering visibility of Crypter::randomizer() to public. 2012-04-07 14:09:22 -05:00
database.php Fix auth bug and other resolver bugs. 2012-05-02 16:52:55 -05:00
error.php Fix Eloquent eager loading matching. 2012-04-23 16:08:57 -05:00
event.php Fix View's use of Events so you can actually implement your own things 2012-05-04 14:55:05 +01:00
file.php Merge pull request #564 from ProgerXP/patch-del 2012-05-03 06:26:02 -07:00
fluent.php Fix bug in fluent class. 2012-03-23 22:54:09 -05:00
form.php Merge remote-tracking branch 'laravel/develop' into develop 2012-03-21 14:10:24 -05:00
hash.php basic code cleanup. 2012-02-23 14:02:59 -06:00
helpers.php Fully qualify eloquent class. 2012-05-03 20:22:03 -05:00
html.php fix html class. 2012-04-24 21:51:19 -05:00
input.php Use regular array_merge on Input::all(). 2012-05-03 17:32:33 -05:00
ioc.php Fix IoC bug. 2012-05-02 16:49:48 -05:00
lang.php updated lang::has method. 2012-05-05 11:36:04 -05:00
laravel.php require_once on error class. 2012-04-30 10:09:38 -05:00
log.php allow events to override the log class. 2012-02-23 14:50:07 -06:00
memcached.php use memcached instead of memcache. 2012-04-17 20:09:41 -05:00
messages.php Make the key optional for has() too ... like a "has_any()" method 2012-03-08 13:11:09 -06:00
paginator.php fix some input stuff and revert paginator changes. 2012-03-28 23:56:20 -05:00
pluralizer.php Use Str::lower in pluralizer. 2012-03-22 15:11:19 -05:00
redirect.php added redirect::back method. 2012-03-26 15:30:01 -05:00
redis.php Fix bugs in Redis class. 2012-03-21 11:38:30 -05:00
request.php move json method to input class. 2012-05-02 08:12:52 -05:00
response.php added Response::eloquent method. 2012-05-02 08:50:37 -05:00
section.php cleaning up section class. 2012-04-10 11:37:38 -05:00
session.php Fix auth bug and other resolver bugs. 2012-05-02 16:52:55 -05:00
str.php add u PCRE modifier to str::words. 2012-05-03 08:37:52 -05:00
uri.php add sqlite query driver. 2012-05-03 08:28:40 -05:00
url.php Allow the specification of a asset base URL. 2012-04-30 11:52:30 -05:00
validator.php Validator: During replace :attribute, need to verify Lang::has('key') instead of checking is_null() 2012-05-06 00:53:33 +08:00
view.php Fix View's use of Events so you can actually implement your own things 2012-05-04 14:55:05 +01:00