Taylor Otwell
|
d462a72981
|
adjusting route class.
|
2012-02-03 10:43:09 -06:00 |
Taylor Otwell
|
17213fe073
|
urldecode all route parameters.
|
2012-02-03 10:35:15 -06:00 |
Taylor Otwell
|
3780da4ad1
|
add comment to boostrap.
|
2012-02-03 10:29:37 -06:00 |
Taylor Otwell
|
d02f4deb8f
|
tweaking bootstrap.
|
2012-02-03 09:39:10 -06:00 |
Taylor Otwell
|
d681f49920
|
fix 404 route issue.
|
2012-02-03 09:37:22 -06:00 |
Taylor Otwell
|
97fb28bd00
|
added base controller default setup.
|
2012-02-03 08:55:04 -06:00 |
Taylor Otwell
|
6ed4adf6c4
|
added parens to router wildcard character list.
|
2012-02-03 08:45:51 -06:00 |
Taylor Otwell
|
e21d914c1c
|
improve work directory cleanup.
|
2012-02-02 16:52:47 -06:00 |
Taylor Otwell
|
f0c273771a
|
moved directory function into github provider since it doesnt belong in base provider.
|
2012-02-02 16:41:23 -06:00 |
Taylor Otwell
|
b989594c82
|
clean up a few things.
|
2012-02-02 15:54:28 -06:00 |
Taylor Otwell
|
b97dccfbbc
|
attempt to clean up working directory after bundle install.
|
2012-02-02 15:52:57 -06:00 |
Taylor Otwell
|
e0c84a94cc
|
tweaking zip provider.
|
2012-02-02 15:41:20 -06:00 |
Taylor Otwell
|
62ee825071
|
added message for zip install.
|
2012-02-02 15:37:36 -06:00 |
Taylor Otwell
|
ef2c5af4f1
|
remove die from github provider.
|
2012-02-02 15:36:50 -06:00 |
Taylor Otwell
|
ec5c08a7cc
|
added ability to install github bundles using zips.
|
2012-02-02 15:18:36 -06:00 |
Taylor Otwell
|
87424c73f5
|
added delete option to cpdir method.
|
2012-02-02 14:13:27 -06:00 |
Taylor Otwell
|
ee400675d5
|
import request.
|
2012-02-02 13:47:30 -06:00 |
Taylor Otwell
|
14ab7c4e05
|
tweaking github provider.
|
2012-02-02 13:46:33 -06:00 |
Taylor Otwell
|
a6c083f311
|
added activity method to session.
|
2012-02-01 16:04:17 -06:00 |
Taylor Otwell
|
baac975fc6
|
added route task.
|
2012-02-01 15:22:25 -06:00 |
Taylor Otwell
|
10ee41f3b3
|
fix bug in fluent class.
|
2012-02-01 13:20:44 -06:00 |
Taylor Otwell
|
ded215d0e3
|
change cookie::sign to public.
|
2012-02-01 11:42:37 -06:00 |
Taylor Otwell
|
2504f8693f
|
fix cookie bug.
|
2012-02-01 11:02:12 -06:00 |
Taylor Otwell
|
33f34aa479
|
dont use ioc for session.
|
2012-02-01 10:32:06 -06:00 |
Taylor Otwell
|
eaa2cf593c
|
added support for custom validation lines.
|
2012-02-01 10:11:27 -06:00 |
Taylor Otwell
|
a9873a479d
|
added lang::has method.
|
2012-02-01 10:02:46 -06:00 |
Taylor Otwell
|
0c69b2c0c0
|
tweaked github provider.
|
2012-02-01 09:51:07 -06:00 |
Taylor Otwell
|
cf33cae228
|
fix github provider.
|
2012-02-01 09:48:48 -06:00 |
Taylor Otwell
|
068e92286d
|
added path support to bundle installer.
|
2012-02-01 09:29:34 -06:00 |
Taylor Otwell
|
8066a595bc
|
added remember_me cookie config option.
|
2012-02-01 08:52:57 -06:00 |
Taylor Otwell
|
ac277c58e6
|
Merge pull request #296 from cviebrock/develop
Date field support, please?
|
2012-02-01 06:45:24 -08:00 |
Taylor Otwell
|
f3a78490bd
|
fix sorting of migrations.
|
2012-02-01 08:44:26 -06:00 |
Taylor Otwell
|
8bd740d183
|
added support for named layouts.
|
2012-02-01 08:38:12 -06:00 |
Taylor Otwell
|
3c016285a1
|
make log function non-static.
|
2012-02-01 08:27:46 -06:00 |
Taylor Otwell
|
982e009a96
|
added query event for hooking into database for logging.
|
2012-02-01 08:25:54 -06:00 |
cviebrock
|
2d413044e8
|
Add HTML5 date field support.
|
2012-02-01 00:16:05 -06:00 |
Taylor Otwell
|
96b43e90b3
|
show warning when key is not set.
|
2012-01-31 16:35:35 -06:00 |
Taylor Otwell
|
d20deb2847
|
die out if application key is not set.
|
2012-01-31 16:16:39 -06:00 |
Taylor Otwell
|
2b12c0c140
|
modified cookie class. set application key on first request if not set.
|
2012-01-31 15:58:00 -06:00 |
Taylor Otwell
|
4cf7f0c627
|
added cookie jar that holds cookies until end of request.
|
2012-01-31 15:19:23 -06:00 |
Taylor Otwell
|
5a6f2f888d
|
unfix bug in validator, heh.
|
2012-01-31 14:21:59 -06:00 |
Taylor Otwell
|
62856a15ce
|
added config option for display_errors. fixed response::error to use dot syntax.
|
2012-01-31 13:29:38 -06:00 |
Taylor Otwell
|
659fd50a65
|
change function type in payload.
|
2012-01-31 11:47:55 -06:00 |
Taylor Otwell
|
bd532ee4b0
|
fix cache::remember method with closures.
|
2012-01-31 10:43:10 -06:00 |
Taylor Otwell
|
fd446aec62
|
fix bug in validation unique method.
|
2012-01-31 10:22:26 -06:00 |
Taylor Otwell
|
224b9eadd2
|
added two new core events.
|
2012-01-30 13:22:08 -06:00 |
Taylor Otwell
|
b5f9f9bd9a
|
added event firing when bundle is started.
|
2012-01-30 13:18:33 -06:00 |
Taylor Otwell
|
363632165c
|
fixed casing issues in inflection.
|
2012-01-30 10:58:32 -06:00 |
Taylor Otwell
|
ea13ddfb7f
|
fix aggregate selecting bug.
|
2012-01-30 10:38:12 -06:00 |
Taylor Otwell
|
6c1e3578ad
|
Merge pull request #279 from subdesign/patch-1
Added ü and Ü characters to strings.php
|
2012-01-30 08:22:59 -08:00 |