Commit Graph
37 Commits
Author SHA1 Message Date
Phill Sparks 8296f30c82 Update laravel/database/eloquent/model.php
Make query() available publicly via object and statically.
2012-11-27 12:33:01 +00:00
Phill Sparks ebec6ba8e0 Merge pull request #1077 from aebersold/master
Fix Documentation Error in html.md
2012-08-07 14:56:44 -07:00
Phill Sparks 86b0ac0dff Merge pull request #1064 from jwpage/bug/fix_index_path
Update path to index view file.
2012-08-07 06:17:08 -07:00
Phill Sparks 4b49ae422c Merge pull request #746 from delmot/develop
Fixed wrong closing tag name
2012-06-01 04:52:01 -07:00
Phill Sparks 548e73ac94 Merge pull request #715 from daylerees/feature/overide-core-tasks
Allow overloading of core tasks.
2012-05-27 03:18:43 -07:00
Phill Sparks 639d64c584 Merge pull request #711 from benjam-es/patch-1
Changed .gitignore in session to ignore all contents
2012-05-25 01:48:07 -07:00
Phill Sparks 80386977aa Merge pull request #699 from falzhobel/profiler-js-finetune
Profiler js finetune
2012-05-23 06:10:01 -07:00
Phill Sparks 8edd8fcbec Fixed line endings.
Signed-off-by: Phill Sparks <[email protected]>
2012-05-23 11:21:07 +01:00
Phill Sparks 3e92ee27db Merge pull request #701 from tkaw220/develop
Typo in documentation
2012-05-23 03:03:40 -07:00
Phill Sparks 0baf5ad9b1 Fix View's use of Events so you can actually implement your own things
Signed-off-by: Phill Sparks <[email protected]>
2012-05-04 14:55:05 +01:00
Phill Sparks 56fac668b3 Don't show the trace on shutdown, it's useless.
Signed-off-by: Phill Sparks <[email protected]>
2012-04-06 10:41:10 +01:00
Phill Sparks d1de7b9ffe Fix named keys on Schema columns.
Signed-off-by: Phill Sparks <[email protected]>
2012-03-22 14:27:37 +00:00
Phill Sparks f27027d3a8 Added __isset and __unset to Fluent
Signed-off-by: Phill Sparks <[email protected]>
2012-03-22 14:27:04 +00:00
Phill Sparks aa9d790a15 Consolidate Bundle::path and ::location 2012-02-17 11:18:55 +00:00
Phill Sparks 8e5a143bbe SQLServer::limit and ::offset return strings 2012-02-04 21:33:25 +00:00
Phill Sparks 62072e5281 PHPDoc fixes 2012-02-04 21:30:52 +00:00
Phill Sparks 733392f72f Really default location to bundle name. 2012-01-28 20:03:29 +00:00
Phill Sparks 5502497432 Prevent a bundle from starting itself into a loop 2012-01-24 10:46:29 +00:00
Phill Sparks 1ecadb826c Sort outstanding tasks by filename 2012-01-21 13:34:45 +00:00
Phill Sparks e0db24aa9b Create the bundle migrations dir automatically 2012-01-21 00:09:40 +00:00
Phill Sparks b4621e489f Session throws an Exception when it's not started 2012-01-20 15:33:53 +00:00
Phill Sparks 1f17629baa Session flush now correctly prepares empty data. 2011-12-09 19:05:08 +00:00
Phill Sparks e994dffc51 Fix Response::of_something() calls 2011-11-23 00:47:58 +00:00
Phill Sparks 60033e52d3 Fixed Cache\Drivers\Driver::remember 2011-11-18 13:06:10 +00:00
Phill Sparks 8fd522fd67 Refactored redis destruction 2011-11-17 14:02:40 +00:00
Phill Sparks 1d5fbab515 Refactor error handling to log ignored errors 2011-11-16 12:21:42 +00:00
Phill Sparks 662bde8580 Merge branch 'develop' of http://github.com/laravel/laravel into develop/exception 2011-11-15 12:53:48 +00:00
Phill Sparks 58638216e8 Throw better Exceptions 2011-11-15 12:35:04 +00:00
Phill Sparks 02929f7fbd Fixed the new URI class 2011-11-15 11:30:34 +00:00
Phill Sparks b4fe148de5 Got rid of all IoC::container() calls 2011-11-11 09:52:30 +00:00
Phill Sparks 5da8c1e1d9 Data is countable, it's plural of datum 2011-11-10 00:44:26 +00:00
Phill Sparks 932dec6af7 Added more uncountables, the list could go on 2011-11-10 00:40:45 +00:00
Phill Sparks e84fb806f8 Fixed plural count check 2011-11-10 00:39:30 +00:00
Phill Sparks ca1e5ac29c Fix Laravel Env Config path 2011-10-23 21:41:18 +01:00
Phill Sparks 7f2fd60e9f Fixed route before filter
and throw an Exception for anything falling through __call
2011-10-16 11:46:38 +01:00
Phill Sparks 58807cc5a6 Fixed laravel path bug
Affects installations where laravel is in a submodule named laravel.
2011-10-16 11:14:11 +01:00
Phill Sparks aeae2c8476 Secure extracts
Updated extract calls to use EXTR_SKIP.
2011-10-04 13:11:11 +01:00