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
When using automatic getters and setters and using a column that matches a getter/setter name AkActiveRecord will enter in an infinite loop that will raise a Segmentation Fault. In order to avoid this situation column name compatibility will be checked when creating tables using migrations.
bermi
as bermiferrer
More... over 17 years ago
Reorganizing API packages hierarchy.
bermi
as bermiferrer
More... over 17 years ago
Fixing AkActionController::urlFor for generating relative urls when running from a non web-server environment.
bermi
as bermiferrer
More... over 17 years ago
Fixing PHP $_SESSION port bug that mismatched server ports when different from 80. Adding support for user:password@ parameter on urls.
bermi
as bermiferrer
More... over 17 years ago
Adding wax/es to the inflector
bermi
as bermiferrer
More... over 17 years ago
Classifying Active Record source by functionality as required by the upcoming API documentation generator.
bermi
as bermiferrer
More... over 17 years ago
Modifying AkRouter regular expressions for optional parameters to avoid PHP 5.2.0 to PHP 5.2.3 Segmentation Fault produced by a bug in PCRE when compiling nested expressions like /((a+)?)+/
bermi
as bermiferrer
More... over 17 years ago
Adding new file/directory copying function to the Ak namespace. This function allows to copy directories recursively without filesystem permission issues if the copy is performed inside the AK_BASE_DIR path
bermi
as bermiferrer
More... over 17 years ago
Deprecating Akelos args. From this moment it is disabled by default except on console and test mode.
bermi
as bermiferrer
More... over 17 years ago
Fixing issue with Akelos shorthand attribute calls on Active Records.
bermi
as bermiferrer
More... over 17 years ago
Adding the possibility to escape a Sintags translation using a backslash like: {variable}\_{another_variable}
bermi
as bermiferrer
More... over 17 years ago
Adding the possibility to nullify current flash messages when using TextHelper::flash
bermi
as bermiferrer
More... over 17 years ago
Checkign if function clone exists in PHP4 before declaring it.
bermi
as bermiferrer
More... over 17 years ago
Restoring most frequent Mappings (these 112k are worth FTPing :D )
bermi
as bermiferrer
More... over 17 years ago
Removing charset encoding mappings to put Akelos on a diet. As they are not essential neither needed on most cases an cause many headaches when FTPing Akelos apps, they will be moved to a new repository path at extras/utf8_mappings
bermi
as bermiferrer
More... over 17 years ago
Removing vendor/pear/Text as it is not needed by any Akelos component any more
bermi
as bermiferrer
More... over 17 years ago
Improving installation guessing. Adding support for relative paths like ../../file in the but maintaining the Akelos application scope using the AkFtp class
bermi
as bermiferrer
More... over 17 years ago
Fixing assigns issue in renderPartial Changing the default log file name to development/testing/production .log Adding new style to highlight error fields in the active record helper and in the scaffold.css
bermi
as bermiferrer
More... over 17 years ago
Adding a shortcut for ./script/setup. Making multilingual text work in new Sintags scaffold. Removing garbage after web based wizard has ran.
bermi
as bermiferrer
More... over 17 years ago
Adding application test runner. Just type ./script/test unit and you'll run all the unit tests for your application
bermi
as bermiferrer
More... over 17 years ago
Adding a SIntags version of the scaffold generator. Just need to add --sintags at the end of the generate scaffold command.
bermi
as bermiferrer
More... over 17 years ago
Removing all the installer files once the application has been configured. Making sure that the database schema is not cached on development mode.
bermi
as bermiferrer
More... over 17 years ago
Fixing bug in the scaffold generator when using a model with a different name.
bermi
as bermiferrer
More... over 17 years ago
Improving generators
bermi
as bermiferrer
More... over 17 years ago
Allow simple database syntax on migrations even if tabs are used
bermi
as bermiferrer
More... over 17 years ago
Fixing syntax error
bermi
as bermiferrer
More... over 17 years ago
Checking for session existence before removing DB schema cache on development mode
bermi
as bermiferrer
More... over 17 years ago
Adding tests for habtm
bermi
as bermiferrer
More... over 17 years ago
Fixed Multipart forms Requests that where not merged correctly. If _POST index was set on both, file and on-file fields, only the file field was included into the request.
bermi
as bermiferrer
More... over 17 years ago
Fixing AkRouter::urlFor method which did not include additional parameters since the last performance update.
bermi
as bermiferrer
More... over 17 years ago