24
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing issue #42 in prototype helper
bermi
as bermiferrer
More... almost 18 years ago
Adding 'unique' support for habtm associations
bermi
as bermiferrer
More... almost 18 years ago
Updating docs
bermi
as bermiferrer
More... almost 18 years ago
Updating docs
bermi
as bermiferrer
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
bermi
as bermiferrer
More... almost 18 years ago
Avoiding the use of AkRequest on prototype helper as it breaks AkRequest tests
bermi
as bermiferrer
More... almost 18 years ago
Aplying patch #43 for the prototype helper and adding unit tests
bermi
as bermiferrer
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
bermi
as bermiferrer
More... almost 18 years ago
Correcting docs
bermi
as bermiferrer
More... almost 18 years ago
Avoiding setting previous to default layout to trow notifications
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... almost 18 years ago
Enabling default template when controller template doesn't exist. Closes issue #41 by Jerome
bermi
as bermiferrer
More... almost 18 years ago
Adding AkResponse::deleteHeader method
bermi
as bermiferrer
More... almost 18 years ago
Avoiding pathinfo usage in favor of simpler substr+strrchr. Closes #40
bermi
as bermiferrer
More... almost 18 years ago
Fixing french tutorial translation encoding and correcting errors. Posted as issue #39 by Jerome Loyet
bermi
as bermiferrer
More... almost 18 years ago
Adding support for default layout as in Rails. Issue #34 by Jerome
bermi
as bermiferrer
More... almost 18 years ago
Removing php short tags from non-view files. This closes #33
bermi
as bermiferrer
More... almost 18 years ago
Refactoring the form options helper and adding support for '0' values
bermi
as bermiferrer
More... almost 18 years ago
Adding tests for new Sintags syntax
bermi
as bermiferrer
More... almost 18 years ago
Adding support for in-text Sintags.
bermi
as bermiferrer
More... almost 18 years ago
Adding support for empty string in SinTags function arguments
bermi
as bermiferrer
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}
bermi
as bermiferrer
More... almost 18 years ago
Removing pass by reference warnings on PHP4 for the new Nested Set
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... almost 18 years ago
Adding improved Nested Set. Tests for the new nethods will follow in the next commit
bermi
as bermiferrer
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.
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... almost 18 years ago
Fixing form tag helper tests
bermi
as bermiferrer
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.
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... almost 18 years ago