Shawn McCool
|
17ac74d7f8
|
made all sqlite fields nullable to fix various problems with the difference in sqlite's null functionality
|
2012-03-07 20:52:17 +01:00 |
Taylor Otwell
|
5b3031adb0
|
Fix output buffer checking bug.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-03-04 23:06:17 -06:00 |
Taylor Otwell
|
638032f4c0
|
Fix bug in IoC singleton checking.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-03-04 22:02:11 -06:00 |
Taylor Otwell
|
86fa595317
|
set application key by default.
|
2012-02-22 11:00:02 -06:00 |
Taylor Otwell
|
f84bdb98a1
|
cleaning up code.
|
2012-02-21 10:52:38 -06:00 |
Taylor Otwell
|
271e73462d
|
cleaning up code.
|
2012-02-21 10:52:19 -06:00 |
Taylor Otwell
|
ca40180b54
|
cleaning up code.
|
2012-02-21 10:51:31 -06:00 |
Taylor Otwell
|
353c7c527f
|
cleaning up code.
|
2012-02-21 10:50:25 -06:00 |
Taylor Otwell
|
f6ef233d39
|
alias aggregate column in query grammar.
|
2012-02-21 09:23:24 -06:00 |
William Cahill-Manley
|
6bed34fb8b
|
Use rtrim instead of prepending DS to avoid Windows issues
|
2012-02-20 14:52:32 -08:00 |
William Cahill-Manley
|
dd5ff5f12b
|
Trimmed Directory separator produces relative (and wrong) paths for bundles
|
2012-02-20 14:44:13 -08:00 |
Taylor Otwell
|
4e9369f5bf
|
rename autoloading method.
|
2012-02-20 15:50:58 -06:00 |
Taylor Otwell
|
1ff9deb150
|
clean up auto-loader registrations.
|
2012-02-20 15:50:09 -06:00 |
Taylor Otwell
|
e996093b72
|
cleaning up bundle registration.
|
2012-02-20 15:33:19 -06:00 |
Taylor Otwell
|
5c66658428
|
remove bundle guessing in autoloader in preference of explicit config.
|
2012-02-20 15:27:01 -06:00 |
Taylor Otwell
|
16dca5e74e
|
updating bundle class loading.
|
2012-02-20 14:40:24 -06:00 |
Taylor Otwell
|
ec84d3f90d
|
added ability to specify autoloader configuration for bundles in bundles.php
|
2012-02-20 14:00:11 -06:00 |
Taylor Otwell
|
a88511428a
|
silently flush output buffer on error.
|
2012-02-20 09:28:12 -06:00 |
Taylor Otwell
|
1098d50aff
|
cleaning.
|
2012-02-20 09:07:56 -06:00 |
Taylor Otwell
|
ea358eb371
|
cleaning up code.
|
2012-02-19 22:56:59 -06:00 |
Taylor Otwell
|
b262e743c0
|
autoload bundles based on namespace.
|
2012-02-19 21:59:57 -06:00 |
Taylor Otwell
|
106b5dc1e1
|
tweaks.
|
2012-02-19 09:43:34 -06:00 |
Taylor Otwell
|
22e5d8e425
|
tweaking autoloader variables.
|
2012-02-19 08:49:59 -06:00 |
Taylor Otwell
|
2f66c97806
|
changes
|
2012-02-18 13:37:02 -06:00 |
Taylor Otwell
|
fe0b4b287d
|
cleaning up code.
|
2012-02-17 16:30:11 -06:00 |
Taylor Otwell
|
33e4914634
|
random cleanup.
|
2012-02-17 14:47:46 -06:00 |
Taylor Otwell
|
3507d15323
|
fix charset in mysql and pgsql connectors.
|
2012-02-17 14:38:25 -06:00 |
Taylor Otwell
|
bf6313e50b
|
cleaning up code.
|
2012-02-17 14:02:53 -06:00 |
Taylor Otwell
|
ba3f62f79a
|
added auto_key config option.
|
2012-02-17 09:00:53 -06:00 |
Taylor Otwell
|
faa2eec3b9
|
consolidate database methods into db::query.
|
2012-02-17 08:47:06 -06:00 |
Taylor Otwell
|
42b9d1e097
|
import router.
|
2012-02-17 08:33:46 -06:00 |
Taylor Otwell
|
ed72448fb0
|
Merge pull request #343 from sparksp/patch-4
Consolidate Bundle::path and Bundle::location
|
2012-02-17 06:32:42 -08:00 |
Taylor Otwell
|
2296f63b8f
|
tweak bundle:assets.
|
2012-02-17 08:31:17 -06:00 |
Phill Sparks
|
aa9d790a15
|
Consolidate Bundle::path and ::location
|
2012-02-17 11:18:55 +00:00 |
Taylor Otwell
|
e828b6c0c3
|
all database exceptions now include SQL and bindings in message for easier debugging.
|
2012-02-16 22:32:09 -06:00 |
Taylor Otwell
|
dd6402c648
|
prefix built-in events with laravel.
|
2012-02-16 16:26:39 -06:00 |
Taylor Otwell
|
7aa78e1a3c
|
change done event name.
|
2012-02-16 16:24:52 -06:00 |
Taylor Otwell
|
0e63717be9
|
use default index names on implicit indexes.
|
2012-02-16 15:37:06 -06:00 |
Taylor Otwell
|
62d8c09cce
|
trim a long ling.
|
2012-02-16 15:31:07 -06:00 |
Taylor Otwell
|
851db1703e
|
dont register session in ioc.
|
2012-02-16 15:14:31 -06:00 |
Taylor Otwell
|
0e4f726874
|
cleaning up code before release.
|
2012-02-16 15:12:42 -06:00 |
Taylor Otwell
|
bb0967cceb
|
throw exception if padding is invalid.
|
2012-02-16 14:53:22 -06:00 |
Taylor Otwell
|
1324ba368c
|
tweak provider to use temp directory to avoid latest confusions.
|
2012-02-16 14:35:32 -06:00 |
Taylor Otwell
|
ab5ce2a7eb
|
added pkcs7 compliant padding to encryption class instead of default 0 padding.
|
2012-02-16 14:31:11 -06:00 |
Taylor Otwell
|
49d9666958
|
final code cleanup
|
2012-02-16 13:59:48 -06:00 |
Taylor Otwell
|
f41717dcb1
|
dont try to guess the bundle of classes.
|
2012-02-16 13:53:19 -06:00 |
Taylor Otwell
|
5cfe371360
|
null should return default bundle path.
|
2012-02-16 13:02:40 -06:00 |
Taylor Otwell
|
86102ac417
|
update test runner.
|
2012-02-16 10:32:39 -06:00 |
Taylor Otwell
|
317e8db81f
|
change query event name.
|
2012-02-16 09:08:00 -06:00 |
Taylor Otwell
|
36834c1118
|
add database.profile config option.
|
2012-02-16 08:46:48 -06:00 |