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
Adding Ak::html_entity_decode in order to deal escaping unicode entities on PHP4 and PHP5
bermi
as bermiferrer
More... almost 18 years ago
Adding tests for Ak::convert('html','text',). Reorganizing Tests
bermi
as bermiferrer
More... almost 18 years ago
Applying Kaste patches for combined atrributes
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... almost 18 years ago
Removing pass by reference on removeUnavailableColumns and renaming to getOnlyAvailableAtrributes for reflecting what the function really does
bermi
as bermiferrer
More... almost 18 years ago
Adding support for defining combined attributesfrom a class variable var in models
bermi
as bermiferrer
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
bermi
as bermiferrer
More... almost 18 years ago
Finxing broken Charset on tests
bermi
as bermiferrer
More... almost 18 years ago
Applying Kaste's patch submitted on issue #25. Additionally fixes HasOne and BelongsTo issues.
bermi
as bermiferrer
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
bermi
as bermiferrer
More... almost 18 years ago
Adding THANKS file
bermi
as bermiferrer
More... almost 18 years ago
Avoiding locale duplicates on URLs when implicit locale has been requested
bermi
as bermiferrer
More... almost 18 years ago
Upgrading prototype.js
bermi
as bermiferrer
More... almost 18 years ago
Updating script.aculo.us to the latest version
bermi
as bermiferrer
More... almost 18 years ago
Improving Ak::convert('html', 'text', ); Now it generates valid Markdown text
bermi
as bermiferrer
More... almost 18 years ago
Fixing Tutorial Typos. Thanks to isard
bermi
as bermiferrer
More... almost 18 years ago
Adding support for boolean form fields to the active_record helper
bermi
as bermiferrer
More... almost 18 years ago
Avoiding indexes on primary keys for DB session and DB cache
bermi
as bermiferrer
More... almost 18 years ago
Adding new tutorial to the Docs.
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... almost 18 years ago
Updating form_helper tests
bermi
as bermiferrer
More... almost 18 years ago
Improving generated scaffolds
bermi
as bermiferrer
More... almost 18 years ago
Fixing installer bugs
bermi
as bermiferrer
More... almost 18 years ago
Applying Kaste's patch for accesible attributes on Active records. Fixes issue #23
bermi
as bermiferrer
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
bermi
as bermiferrer
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
bermi
as bermiferrer
More... almost 18 years ago
Fixing bug in Xhtml Validator, caused by attribute values set to '0'. Thanks to Stephen Reay for the patch
bermi
as bermiferrer
More... almost 18 years ago
Improving the scaffold generator and fixing Active Record combined attributes documentation
bermi
as bermiferrer
More... almost 18 years ago
Fixing error added when beautifying last patch. Continuous Integration failed so no new release was created.
bermi
as bermiferrer
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
bermi
as bermiferrer
More... almost 18 years ago