Wednesday March 10
-
daschl created FormHelper and Errors
###What happened: - When a form with invalid params is submitted, the error ...
-
daschl modified HtmlHelper link and and ID param (pending)
ah ok thank you for that input. i had a look at the routes file and thought t... -
eberfreitas modified Can't extend a base model (pending)
- version was changed to lithium-0.7
- description was changed
-
eberfreitas created Sending the calling field as an option key to validation rules...
It would be really nice if we could know which field is calling the given val...
-
eberfreitas created \lithium\data\Model::validates() send 3 parameters to \lithium\utils\Validator::check()...
... but it only takes 2 parameters. - [Model::validates()](http://lithify....
-
nate modified Classes in need of (class) docblocks (pending)
- description was changed
-
meenie modified Using Custom Media Type Gives A Notice (pending)
- description was changed
-
eberfreitas modified Can't extend a base model (pending)
- description was changed
-
eberfreitas created Can't extend a base model
I've created a base model for my models like this: {{{ namespace app\mode...
-
meenie created Using Custom Media Type Gives A Notice
###What happened: Think I may have found a bug with the Media class when cre...
-
rafalfilipek modified HtmlHelper link and and ID param (pending)
Id is an argument in url so You have to put it into ```args``` array: {{{ <... -
daschl created HtmlHelper link and and ID param
###What happened: - A link method call does not return the expected result (...
-
gwoo modified $this->form->create bad output (closed)
- status was changed to closed
- resolution was changed to fixed
-
gwoo pushed b09f...1fba to 0.8
fixing #39 form->create bad output
-
gwoo modified $this->form->create bad output (closed)
- owner was changed to gwoo
- status was changed to in progress
-
rafalfilipek modified $this->form->create bad output (closed)
- description was changed
-
rafalfilipek created $this->form->create bad output
###What happened: in controller {{{ $post = Post::find($id); //post exists...
-
Tuesday March 09
-
gwoo created drafts/blog-tutorial
-
indiefan pushed 4d67...2712 to 0.8-test
Fixing Report Test bug.
-
indiefan pushed e007...ed6d to 0.8-test
Added Integration test for Filters.
-