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
WARNING: IMPORTANT CHANGES AHEAD! ---------------------------------
bermi
as bermiferrer
More... about 17 years ago
Fixes #113. The value ZERO can be saved on columns which are defined as NOT NULL. More... about 17 years ago
UrlHelper::modify_current_url uses the parsed version of ak=.....
bermi
as bermiferrer
More... about 17 years ago
Making possible to specify finder options on models loaded automatically by the AkActionController::instantitiateModelClass.
bermi
as bermiferrer
More... about 17 years ago
Adding patch by bobchin for handling XHTML validation correctly. Closes #100
bermi
as bermiferrer
More... about 17 years ago
Making Ak::mail return a boolean value as documented
bermi
as bermiferrer
More... about 17 years ago
* Simplifying unit test calls for models and core tests. Updated generators to reflect this new way of calling tests. If you stick with the convention of prefixing your test cases with TestCase you will no longer need to call ak_test('testcaseclass')
bermi
as bermiferrer
More... over 17 years ago
Fixing bad path on script/migrate introduced in [421]. Fixes #86 [OmeZ]
bermi
as bermiferrer
More... over 17 years ago
Rearranging scripts to reduce the hassle of updating local application whenever scripts change.
bermi
as bermiferrer
More... over 17 years ago
AkInflector::demodulize() has been modified so it converts Module_ClassName or ClassName and module/path to path. Removed also repeated and unneeded AkInflector::modulize method, use AkInflector::classify instead. Closes #83
bermi
as bermiferrer
More... over 17 years ago
Fixing AkCache unit tests so the can be ran using ./script/test unit/lib/AkCache.php
bermi
as bermiferrer
More... over 17 years ago
Adding CHANGELOG.txt to keep developers informed about new changes on Akelos (this needs to be automated in a future using a svn hook).
bermi
as bermiferrer
More... over 17 years ago
Adding very simple HTTP authentication for controllers.
bermi
as bermiferrer
More... over 17 years ago
Adding testing plugin dirs
bermi
as bermiferrer
More... over 17 years ago
Updating Japanese locale. Closes #77
bermi
as bermiferrer
More... over 17 years ago
Fixinf "avaliable" typo. Fixes #78
bermi
as bermiferrer
More... over 17 years ago
Fixing file upload params ($_FILES) normalization. Closes #75
bermi
as bermiferrer
More... over 17 years ago
Adding support for non-ISO date-times in Ak::getTimestamp() for allowing date-times without seconds.
bermi
as bermiferrer
More... over 17 years ago
Fixing #74 reported by pillgrim. AK_URL did not include a : separation between the host name and the port number.
bermi
as bermiferrer
More... over 17 years ago
Adding support for MySQL sockets when using the mysqli database driver. Fixes #20
bermi
as bermiferrer
More... over 17 years ago
Updating locale files.
bermi
as bermiferrer
More... over 17 years ago
Preparing Akelos for supporting two new kings of plugins.
bermi
as bermiferrer
More... over 17 years ago
Implementing support for Sintags assignments and basic blocks
bermi
as bermiferrer
More... over 17 years ago
- Adding new command line script for managing plugins. - Improved the AkPluginManager to use subversion when available. - Fixed bug in Ak::directory_delete which prevented removing directories that contained files which started with a dot. - Fixing bug #57. Setup directories should be removed now on unix and windows - Adding timeout options to Ak::url_get_contents, and setting CURLOPT_RETURNTRANSFER for following redirects. FIxed a referrer bug. - Updating doc packages for other scripts.
bermi
as bermiferrer
More... over 17 years ago
Adding file header to AkRemoteConverter
bermi
as bermiferrer
More... over 17 years ago
Uddating generators package name to ActiveSupport
bermi
as bermiferrer
More... over 17 years ago
Improving plugins documentation and adding repository discovery functionality.
bermi
as bermiferrer
More... over 17 years ago
Adding new Plugin manager for retrieving and installing plugins from remote sources.
bermi
as bermiferrer
More... over 17 years ago
Making SSL available by defautl if current protocol is SSL. No there is no need to implicitly set _ssl_required_actions or _ssl_allowed_actions.
bermi
as bermiferrer
More... over 17 years ago
Adding support for module shared model. If a module admin exists and there is a file at app/models/admin_controller.php, it will be included before the module controller. Adding support for module default layout. Controllers inside modules, will have app/views/layouts/module_name.tpl as their default layout.
bermi
as bermiferrer
More... over 17 years ago