- 24 Jul, 2012 2 commits
- 27 Jun, 2012 1 commit
-
-
Tobsn authored
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.
-
- 21 Jun, 2012 1 commit
-
-
Tobias Orterer authored
-
- 17 Jun, 2012 1 commit
-
-
Tobias Orterer authored
sanitized most functions and regular expressions. made the bigger functions a bit more solid, flexible in what they ignore and simplified various processes.
-
- 16 Jun, 2012 3 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
ATTENTION! Fixing reference issue in relationship matching (Causing MAMP, and other installs, to crash when eager-loading)
-
Koen Schmeets authored
-
- 13 Jun, 2012 2 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 11 Jun, 2012 1 commit
-
-
Taylor Otwell authored
Fix typo.
-
- 10 Jun, 2012 1 commit
-
-
Lucas Cherkewski authored
-
- 04 Jun, 2012 9 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
Fix whitespace issues in laravel/form.php
-
Colin Viebrock authored
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Allow password field to be configured for Authentication drivers
-
Taylor Otwell authored
-
- 03 Jun, 2012 19 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Add a last_query() function to Database connection class.
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Adding third parameter (filename) to upload method.
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Check against host name for CLI commands
-
Taylor Otwell authored
fix spelling mistake pointed out by @andrey_butov
-
Taylor Otwell authored
Render Response objects when casting as string
-
Taylor Otwell authored
Fixing bug in IoC::resolve
-
Taylor Otwell authored
Use the static "compiled" method
-
Taylor Otwell authored
Add a note about registering a named route for a controller action.
-
Taylor Otwell authored
Allow find to be called non-statically on Eloquent models
-
Taylor Otwell authored
-
Taylor Otwell authored
Fixed typo from previous fix in sqlserver grammar, primary key function.
-
AndrewBNZ authored
-