.. |
auth/drivers
|
added default to config call to get auth password for backwards compatibility.
|
2012-06-03 19:53:21 -05:00 |
cache/drivers
|
Remove obsolete namespace import in driver.php.
|
2012-05-11 12:21:43 +03:00 |
cli
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
database
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
documentation
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
profiling
|
fixed a conflict with .hidden class when using twitter bootstrap and made animation smoother
|
2012-05-22 23:33:02 -04:00 |
routing
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
session
|
Fixed typos
|
2012-07-27 11:29:59 +00: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
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
blade.php
|
Use the static "compiled" method
|
2012-06-02 17:16:59 +03:00 |
bundle.php
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
cache.php
|
Fix auth bug and other resolver bugs.
|
2012-05-02 16:52:55 -05:00 |
config.php
|
Remove obsolete namespace import in config.php.
|
2012-05-11 12:28:12 +03:00 |
cookie.php
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
core.php
|
cleaning up.
|
2012-06-03 17:37:46 -05:00 |
crypter.php
|
Altering visibility of Crypter::randomizer() to public.
|
2012-04-07 14:09:22 -05:00 |
database.php
|
cleaning up code.
|
2012-06-03 17:44:53 -05:00 |
error.php
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
event.php
|
Fix bug in events.
|
2012-05-11 15:32:28 -05:00 |
file.php
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
fluent.php
|
Fix bug in fluent class.
|
2012-03-23 22:54:09 -05:00 |
form.php
|
Clean-up whitespace issues
|
2012-06-03 21:32:03 -05:00 |
hash.php
|
basic code cleanup.
|
2012-02-23 14:02:59 -06:00 |
helpers.php
|
Generated URLs default to use the current protocol (http or https)
|
2012-05-30 13:14:16 +01:00 |
html.php
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
input.php
|
Input::has_file was not working properly.
|
2012-07-04 22:56:58 +03:00 |
ioc.php
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
lang.php
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
laravel.php
|
Fixed typos
|
2012-07-27 11:29:59 +00: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
|
refactored set_format to foromat.
|
2012-05-30 08:41:03 -05: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
|
Generated URLs default to use the current protocol (http or https)
|
2012-05-30 13:14:16 +01:00 |
redis.php
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
request.php
|
Fix capitalization regression in Request::server()
|
2012-05-21 23:56:48 -07:00 |
response.php
|
Fixed typos
|
2012-07-27 11:29:59 +00:00 |
section.php
|
cleaning up section class.
|
2012-04-10 11:37:38 -05:00 |
session.php
|
Fixed namespace issue when registering a session driver with the extend closure
|
2012-06-14 01:33:56 +03: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
|
Generated URLs default to use the current protocol (http or https)
|
2012-05-30 13:14:16 +01:00 |
validator.php
|
Fixed typos
|
2012-07-27 11:29:59 +00: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 |