Adding Ak::html_entity_decode in order to deal escaping unicode entities on PHP4 and PHP5 |
|
More...
|
almost 18 years ago
|
Adding tests for Ak::convert('html','text',). Reorganizing Tests |
|
More...
|
almost 18 years ago
|
Applying Kaste patches for combined atrributes |
|
More...
|
almost 18 years ago
|
Refactoring AkActionView and added test for view partials. Correcting Partials docs. Removed the default PHP template as it can cause security issues if views are not handled with care. |
|
More...
|
almost 18 years ago
|
Removing pass by reference on removeUnavailableColumns and renaming to getOnlyAvailableAtrributes for reflecting what the function really does |
|
More...
|
almost 18 years ago
|
Adding support for defining combined attributesfrom a class variable var in models |
|
More...
|
almost 18 years ago
|
Fixing AkInflector, now it singularizes correctly Databases to Database and not Databasis as it previously did. This solves an issue on the web installer under Windows |
|
More...
|
almost 18 years ago
|
Finxing broken Charset on tests |
|
More...
|
almost 18 years ago
|
Applying Kaste's patch submitted on issue #25. Additionally fixes HasOne and BelongsTo issues. |
|
More...
|
almost 18 years ago
|
Fixing BelongsTo and HasOne. After investigating about why the tests didn't pass for SQLite, I found that the primary key was set accidentally to the association foreign key. I did some refactoring and fixed some issues that affected MySQL too |
|
More...
|
almost 18 years ago
|
Adding THANKS file |
|
More...
|
almost 18 years ago
|
Avoiding locale duplicates on URLs when implicit locale has been requested |
|
More...
|
almost 18 years ago
|
Upgrading prototype.js |
|
More...
|
almost 18 years ago
|
Updating script.aculo.us to the latest version |
|
More...
|
almost 18 years ago
|
Improving Ak::convert('html', 'text', ); Now it generates valid Markdown text |
|
More...
|
almost 18 years ago
|
Fixing Tutorial Typos. Thanks to isard |
|
More...
|
almost 18 years ago
|
Adding support for boolean form fields to the active_record helper |
|
More...
|
almost 18 years ago
|
Avoiding indexes on primary keys for DB session and DB cache |
|
More...
|
almost 18 years ago
|
Adding new tutorial to the Docs. |
|
More...
|
almost 18 years ago
|
Adding test and patch for fixing issue #24 reported by Naix. That prevented from field confirmation when setting the **_confirmation using a setter. |
|
More...
|
almost 18 years ago
|
Updating form_helper tests |
|
More...
|
almost 18 years ago
|
Improving generated scaffolds |
|
More...
|
almost 18 years ago
|
Fixing installer bugs |
|
More...
|
almost 18 years ago
|
Applying Kaste's patch for accesible attributes on Active records. Fixes issue #23 |
|
More...
|
almost 18 years ago
|
Applying Kaste's patch and tests for AkInstaller Closes issue #22. Added also new functionality for making installers a little bit more intelligent. Now you can provide 'just_the_column_name' for creating databases. The framework will default to string columns if it cant guess the column type by looking to the column name. Added tests to ensure existing installers work properly. See tests for more details. Fixed also bug on phpAdodb MetaIndexes when using sqlite driver. Reported to the vendor at http://phplens.com/lens/lensforum/msgs.php?id=16344 |
|
More...
|
almost 18 years ago
|
Applied patch provided by Naixn for fixing a bug that caused scaffolds with different Model and Controller to mismatch names for views and model inclusion |
|
More...
|
almost 18 years ago
|
Fixing bug in Xhtml Validator, caused by attribute values set to '0'. Thanks to Stephen Reay for the patch |
|
More...
|
almost 18 years ago
|
Improving the scaffold generator and fixing Active Record combined attributes documentation |
|
More...
|
almost 18 years ago
|
Fixing error added when beautifying last patch. Continuous Integration failed so no new release was created. |
|
More...
|
almost 18 years ago
|
Fixing AkRouter bug inserted on the last AkRouter patch that prevented default routes from working fine. This update is critical in order to have URL rewriting working properly |
|
More...
|
almost 18 years ago
|