Friday June 03
-
rmarscher created Added 'element' to Media::type() options
###What happened: - Discussion on #li3 with a person who couldn't get elemen...
-
Thursday June 02
-
agborkowski created app params in li3 command
###What happened: - i use supervisord to run lithium command - i execute sh...
-
Wednesday June 01
-
greut created Router::match() don't respect the order of the parameters
###What happened: - Having funky routes - The URL generation was not workin...
-
greut created Router::match('Foo::') to behave like Router::match('controller' => 'foo')
###What happened: - I like the short syntax `Controller::action` - but cann...
-
Monday May 30
-
greut created Read-through caching seems to be broken
###What happened: - [read this article](http://dev.lithify.me/lithium/wiki/b...
-
Saturday May 28
-
nate created Moving to GitHub
I'm tallying votes for moving principal development to GitHub, and arguments ...
-
Friday May 27
-
rmarscher created Added cache prefix support
### The Problem - We were running multiple Lithium apps using the same cache...
-
Thursday May 26
-
coryalder created "li3 create -i" creates weird views
###What happened: using the current git master version of lithium (lithium-0...
-
smergler created default format is not being passed to validation function correctly
###What happened: - In writing a custom validation function, I found that 'f...
-
smergler created validation function not called when format is specified
###What happened: - While trying to specify a format to a custom validator, ...
-
Monday May 23
-
trooney created Model::find() does not respect array-based finders
###What happened: - Adding custom finders with an array of $options does not...
-
Saturday May 21
-
DeKay created Session delete/clearing pattern
Hi, I am not sure whether the following is the intended behavior but readi...
-
Wednesday May 18
-
mehlah created Lithium library path and Php Session adapter
###Background: I deployed a Lithium app to my production server for the doma...
-
trooney created Add 'NOT LIKE' operator
###What happened: - Tried to add 'NOT LIKE' condition. - Saw "Notice: Undef...
-
trooney created RecordSet does not autobox data
###What happened: - Created and populated a new RecordSet Object with an arr...
-
Saturday May 14
-
trooney created Give console access to App Models
###What happened: - Read docs on Console Commands, esp portion about "[reus...
-
Thursday May 12
-
edmunc created li3 help command should accept lowercase commands
Noticed some changes in the console, decided to finally try it out. ###Wha...
-
DeKay created form->field() does not populate embedded properties correctly
###What is happening: {{{ echo $this->form->field('timePeriod.start', arr...
-
edmunc created Avoid unnecessary calls to cast()
###What happened: When working with big Mongo documents (or many small one...
-
alkemann created Recursion version of Document in x-relationship causes endless loop.
###What happened: - After merging in commit:[c493360f5a1332d06c44abb3686d821...
-