Sunday January 09
-
daschl created lithium\data\collection\RecordSet::prev() Bug?
On: Master ###What happened: While developing additional functionality fo...
-
Saturday January 08
-
svemir created Mis-matched td/th tags in test templates
###What happened: - Some td tags in two templates were being closed with th ...
-
svemir created Tweaking lithium\action\Request class
###What happened: Two tests in lithium\tests\cases\action\RequestTest were f...
-
svemir created Fixing unit tests for Windows
###What happened: Running lithium's own unit tests on Windows is resulting i...
-
Wednesday January 05
-
jbrumley created Add a 'last' key to validation rules to skip subsequent rules when fails
###What happened: There is no easy way to display only one error message whe...
-
Tuesday January 04
-
misja created Autoloader can't resolve phar archive file paths
###What happened: - When creating an app inside a phar archive file paths wi...
-
Sunday January 02
-
leeb created Empty array treated as an object using Mongo.
###What happened: I created a mongo collection containing a field, which w...
-
Tuesday December 28
-
RobertCuadra created Test groups only work for lithium library tests
###What happened: - Clicking on a group of lithium tests runs the tests for ...
-
Monday December 27
-
yandod created Pecl Mongo doesn't accept boolean as persist parameter
Lithium gives boolean value as persist parameter to Mongo extension by defaul...
-
Saturday December 25
-
mthenw created Fatal error while quering Sqlite3 database
###What happened: - Fatal error: Call to undefined method SQLite3Result::nex...
-
Friday December 24
-
farhadi created Security vulnerability in form-based authentication
When authenticating, Form adapter retrieves credentials from `request->data` ...
-
Thursday December 23
-
thebluetiger created Validation Error - Multiple Select
###What happened: - When using the default validation rules, I experienced t...
-
leechael created Error in Database::read() with options 'fields'
###What happened: I preform a query like ```$results = Post::all(array('fi...
-
leechael created Database::read() throw error with return type 'array'
###What happened: I had created a model `Post` without defines $schema, an...
-
Wednesday December 22
-
leechael created Undefined index in lithium\data\model\Query::export()
###What happened: Sorry I point out what happened with an example, but I m...
-
leechael created lithium\data\Model::save() can not omit callbacks.
###What happened: When I perform save for an model without callbacks, I ca...
-
Monday December 20
-
daschl created Adding accent support to the Inflector
###About this patch: - After talking on irc to jperras and nate, I played ar...
-
daschl created Test layout does not set utf8 encodin
###What happened: - When I was playing around with the InflectorTests and ac...
-
moos3 created Encryption Changes
We should consider implementing bcrypt into the Auth Class for a password met...
-
Saturday December 18
-
Howard created Database Operators do not list LIKE
###What happened: The database operators do not specify like, so you cannot ...
-