Wednesday May 11
-
agborkowski created update doc
###What was expected: - update this doc http://lithify.me/docs/lithium/data/...
-
Monday May 09
-
daschl created Console: create doesn't inform the user if a file exists
###What happened: - When you run "li3 create .." twice or over a set of file...
-
Tuesday May 03
-
dgalien created docblock fixes
###What happened: Docblocks arent up to date. (Example) old: {{{ /** ...
-
dgalien created Create command is using pluralize instead of classify => classifies behavior should use pluralize
###What happened: - commit: [Updated console `create` command to generate mo...
-
Tuesday April 26
-
dgalien created Response function _decode() does not work without newLine in body => _decode() changed its behavior
###Response->_decode() is changed its behavior: If the Response Header con...
-
Monday April 25
-
agborkowski created Fully transparent REST API
###What happened: - add rest routes {{{ /** * Lithium REST routes * @s...
-
agborkowski created Fully transparent REST API
###What happened: - add rest routes {{{ /** * Lithium REST routes * @s...
-
Friday April 22
-
thechriswalker created Http Digest Auth Broken (typo in header)
###What happened: Digest Realm and Qop set incorrectly in headers, but che...
-
agborkowski created code generator dont generate remove method in C
###What happened: * index * view * add * edit ###What was expected: ...
-
Thursday April 21
-
dgalien created li3 create Command still creates singularized Models
###What happened: - li3 create Foo creates models/Foo instead of model...
-
Monday April 18
-
rmarscher created Updated li3 create to use plural model names
###What happened: - Thanks to Masom's blog post. I noticed that models are ...
-
Saturday April 16
-
masom created Ability to log to a specific file
It would nice to be able to log to specific files instead of the preset ones ...
-
daschl created Console: li3 test missing does not work
###What happened: The `li3 test missing` command does not work. It simply pr...
-
daschl created Console: root library namespace tests do not work
###What happened: When you run tests case from the command line and use the ...
-
daschl created Console: The first test case never works in interactive mode
###What happened: When you run the test command and select the first test th...
-
greut created Validator::isRegex() only like "/"-based regexp.
###What's going on. - trying to validate all kind of regexp not-`/` delimite...
-
Thursday April 14
-
dgalien created ErrorHandler improvement proposal
###What happened: - the current ErrorHandler configured in error.php creates...
-
Wednesday April 13
-
Nys created Rendering absolute Link-Tag with the HTML-Helper
###What happened: - Rendering an absolute link inside a view shouldn't have ...
-
greut created A way to load the routes while testing a controller
###What's going on - you write a test for your controller - and realize tha...
-
Tuesday April 12
-
trooney created Add client_flag option to MySQL adapter
###What happened - There is no way to pass the mysql_connect() client_flag p...
-