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. |
|
More...
|
over 17 years ago
|
Reorganizing API packages hierarchy. |
|
More...
|
over 17 years ago
|
Fixing AkActionController::urlFor for generating relative urls when running from a non web-server environment. |
|
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. |
|
More...
|
over 17 years ago
|
Adding wax/es to the inflector |
|
More...
|
over 17 years ago
|
Classifying Active Record source by functionality as required by the upcoming API documentation generator. |
|
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+)?)+/ |
|
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 |
|
More...
|
over 17 years ago
|
Deprecating Akelos args. From this moment it is disabled by default except on console and test mode. |
|
More...
|
over 17 years ago
|
Fixing issue with Akelos shorthand attribute calls on Active Records. |
|
More...
|
over 17 years ago
|
Adding the possibility to escape a Sintags translation using a backslash like: {variable}\_{another_variable} |
|
More...
|
over 17 years ago
|
Adding the possibility to nullify current flash messages when using TextHelper::flash |
|
More...
|
over 17 years ago
|
Checkign if function clone exists in PHP4 before declaring it. |
|
More...
|
over 17 years ago
|
Restoring most frequent Mappings (these 112k are worth FTPing :D ) |
|
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 |
|
More...
|
over 17 years ago
|
Removing vendor/pear/Text as it is not needed by any Akelos component any more |
|
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 |
|
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 |
|
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. |
|
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 |
|
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. |
|
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. |
|
More...
|
over 17 years ago
|
Fixing bug in the scaffold generator when using a model with a different name. |
|
More...
|
over 17 years ago
|
Improving generators |
|
More...
|
over 17 years ago
|
Allow simple database syntax on migrations even if tabs are used |
|
More...
|
over 17 years ago
|
Fixing syntax error |
|
More...
|
over 17 years ago
|
Checking for session existence before removing DB schema cache on development mode |
|
More...
|
over 17 years ago
|
Adding tests for habtm |
|
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. |
|
More...
|
over 17 years ago
|
Fixing AkRouter::urlFor method which did not include additional parameters since the last performance update. |
|
More...
|
over 17 years ago
|