- 24 Jul, 2012 2 commits
- 27 Jun, 2012 1 commit
-
-
it's not regex, its not posix, but it can fly… finally balanced parentheses to fix all the () issue. it's ugly but it's fast and works with all kinds of combinations. it basically just counts open vs. closed and if they are even again it knows exactly where the condition is and does not cut into html or cut off too much.
Tobsn committed
-
- 21 Jun, 2012 1 commit
-
-
Tobias Orterer committed
-
- 17 Jun, 2012 1 commit
-
-
sanitized most functions and regular expressions. made the bigger functions a bit more solid, flexible in what they ignore and simplified various processes.
Tobias Orterer committed
-
- 16 Jun, 2012 3 commits
-
-
Taylor Otwell committed
-
ATTENTION! Fixing reference issue in relationship matching (Causing MAMP, and other installs, to crash when eager-loading)
Taylor Otwell committed -
Koen Schmeets committed
-
- 13 Jun, 2012 2 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-
- 11 Jun, 2012 1 commit
-
-
Fix typo.
Taylor Otwell committed
-
- 10 Jun, 2012 1 commit
-
-
Lucas Cherkewski committed
-
- 04 Jun, 2012 9 commits
-
-
Taylor Otwell committed
-
Fix whitespace issues in laravel/form.php
Taylor Otwell committed -
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
Colin Viebrock committed -
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Allow password field to be configured for Authentication drivers
Taylor Otwell committed -
Taylor Otwell committed
-
- 03 Jun, 2012 19 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Add a last_query() function to Database connection class.
Taylor Otwell committed -
Taylor Otwell committed
-
Taylor Otwell committed
-
Adding third parameter (filename) to upload method.
Taylor Otwell committed -
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Check against host name for CLI commands
Taylor Otwell committed -
fix spelling mistake pointed out by @andrey_butov
Taylor Otwell committed -
Render Response objects when casting as string
Taylor Otwell committed -
Fixing bug in IoC::resolve
Taylor Otwell committed -
Use the static "compiled" method
Taylor Otwell committed -
Add a note about registering a named route for a controller action.
Taylor Otwell committed -
Allow find to be called non-statically on Eloquent models
Taylor Otwell committed -
Taylor Otwell committed
-
Fixed typo from previous fix in sqlserver grammar, primary key function.
Taylor Otwell committed -
AndrewBNZ committed
-