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
Ensuring tests pass after bringing back support for db DSN connection. Rel. [501]. Fixes #132
bermi
as bermiferrer
More... almost 17 years ago
Making it possible to connect using just a DSN. Refs #132 More... almost 17 years ago
Fixing perms on svn hooks.
bermi
as bermiferrer
More... almost 17 years ago
Another small change to debug svn post-commit hook. Closes #131.
bermi
as bermiferrer
More... almost 17 years ago
Small change to debug svn post-commit hook. Closes #131.
bermi
as bermiferrer
More... almost 17 years ago
Making unit test compatible with PHP4. Closes #131.
bermi
as bermiferrer
More... almost 17 years ago
Fixes #131. More... almost 17 years ago
Implemented the update-command in scripts/plugin. 'install' complains now about an plugin which cannot be found. 'remove' lists all installed plugins when called without arguments. More... almost 17 years ago
Unit tests for: AkHasMany->delete() does not destroy the associated ActiveRecord though dependent=>destroy. More... almost 17 years ago
Fixing small typo on test. And checking if this commit message closes #127.
bermi
as bermiferrer
More... almost 17 years ago
Empty values are null and not zero on integers now. More... almost 17 years ago
Added test for #128 More... almost 17 years ago
Added a specification that an empty integer field and an empty date-field should be casted as null. More... almost 17 years ago
Destroying an ActiveRecord with a hasOne-Association now cascades even when the associated object has not been loaded. We simply call ->load() in the afterDestroy()-hook. More... almost 17 years ago
Added unit test for #125 More... almost 17 years ago
The value null can be saved to a column of type string when creating. Before that only updating to null worked. More... almost 17 years ago
Added unit-test for #124 More... almost 17 years ago
Added unit test for #123 More... almost 17 years ago
Re-enabling ternary operator support on views which was accidentally forbidden by [480].
bermi
as bermiferrer
More... almost 17 years ago
Adding tests for securing private variable inclussion on templates.
bermi
as bermiferrer
More... almost 17 years ago
Fixing #119. Akelos was silencing fatal errors on controllers, which could lead to confusing debugging when having syntax errors on controllers and views.
bermi
as bermiferrer
More... almost 17 years ago
Fixing mime_content_type which failed on Windows
bermi
as bermiferrer
More... almost 17 years ago
Adding includeAndInstatiateModels and uninstallAndInstallMigration to AkUnitTest
bermi
as bermiferrer
More... almost 17 years ago
On the views $controller_name sometimes contained an instance of the current controller.
bermi
as bermiferrer
More... almost 17 years ago
Fixing bug on Sintags variable internationalization
bermi
as bermiferrer
More... almost 17 years ago
Fixing typo. Closes #118
bermi
as bermiferrer
More... almost 17 years ago
Adding module support for scripts/migrate.
bermi
as bermiferrer
More... almost 17 years ago
Adding support for 'sort' on findBy options
bermi
as bermiferrer
More... almost 17 years ago
Model generator now supports customizing first migration version column setting from the command line like:
bermi
as bermiferrer
More... about 17 years ago
Fixing FrameworkSetup. Now it uses AkDbAdapter.
bermi
as bermiferrer
More... about 17 years ago