Fixing issue #42 in prototype helper |
|
More...
|
almost 18 years ago
|
Adding 'unique' support for habtm associations |
|
More...
|
almost 18 years ago
|
Updating docs |
|
More...
|
almost 18 years ago
|
Updating docs |
|
More...
|
almost 18 years ago
|
As suggested by Naixn I have added the possibility to store compiled view in a different directory. You just need to define the constant AK_COMPILED_VIEWS_DIR to let Akelos where to store compiled views |
|
More...
|
almost 18 years ago
|
Avoiding the use of AkRequest on prototype helper as it breaks AkRequest tests |
|
More...
|
almost 18 years ago
|
Aplying patch #43 for the prototype helper and adding unit tests |
|
More...
|
almost 18 years ago
|
Updating Tag helper as proposed by Jermoe's patch and adding unit tests to avoid double entity escaping. Closes #44 |
|
More...
|
almost 18 years ago
|
Correcting docs |
|
More...
|
almost 18 years ago
|
Avoiding setting previous to default layout to trow notifications |
|
More...
|
almost 18 years ago
|
Adding Matias Quaglia spanish trasnlation of the tutorial and set path Mini Tutorial for windows. Adding also new MVC diagram. |
|
More...
|
almost 18 years ago
|
Enabling default template when controller template doesn't exist. Closes issue #41 by Jerome |
|
More...
|
almost 18 years ago
|
Adding AkResponse::deleteHeader method |
|
More...
|
almost 18 years ago
|
Avoiding pathinfo usage in favor of simpler substr+strrchr. Closes #40 |
|
More...
|
almost 18 years ago
|
Fixing french tutorial translation encoding and correcting errors. Posted as issue #39 by Jerome Loyet |
|
More...
|
almost 18 years ago
|
Adding support for default layout as in Rails. Issue #34 by Jerome |
|
More...
|
almost 18 years ago
|
Removing php short tags from non-view files. This closes #33 |
|
More...
|
almost 18 years ago
|
Refactoring the form options helper and adding support for '0' values |
|
More...
|
almost 18 years ago
|
Adding tests for new Sintags syntax |
|
More...
|
almost 18 years ago
|
Adding support for in-text Sintags. |
|
More...
|
almost 18 years ago
|
Adding support for empty string in SinTags function arguments |
|
More...
|
almost 18 years ago
|
Adding negative assertions to SinTags, now you can do {\x21Page.id} which will match a non empty page id. This is the opposite of {?Page.id} |
|
More...
|
almost 18 years ago
|
Removing pass by reference warnings on PHP4 for the new Nested Set |
|
More...
|
almost 18 years ago
|
Implementing a Better Nested set atcs as. This upgrade might break some previous implementations but it now supports: - Having multiple roots, - Moving nodes and branches, - Getting ancestors and Siblings and full triggers on deletion. |
|
More...
|
almost 18 years ago
|
Adding improved Nested Set. Tests for the new nethods will follow in the next commit |
|
More...
|
almost 18 years ago
|
Porting Rails ActiveRecord calculations. It doesn't support scooped queries or associations yet, but add these methods to your models sum, maximum, minimum, and average. |
|
More...
|
almost 18 years ago
|
Porting Rails ActiveRecord calculations. It doesn't support scooped queries or associations yet, but add these methods to your models sum, maximum, minimum, and average. |
|
More...
|
almost 18 years ago
|
Fixing form tag helper tests |
|
More...
|
almost 18 years ago
|
Fixed TagHelper which didn't allowed setting blank attributes implicitly. This might be useful for creating for options programatically that contain an initial empty value. |
|
More...
|
almost 18 years ago
|
Porting AkActiveRecord::validatesAssociated, which validates whether the associated object or objects are all valid themselves. Works with any kind of association. |
|
More...
|
almost 18 years ago
|