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
Implementing experimental controller "Modules".
bermi
as bermiferrer
More... over 17 years ago
Adding Active Record to YAML conversion
bermi
as bermiferrer
More... over 17 years ago
Fixing bug produced by mail_to which badly escaped UTF-8 characters when using javascript encryption
bermi
as bermiferrer
More... over 17 years ago
Ak::locale will not terminate the execution now if the locale is not available yet
bermi
as bermiferrer
More... over 17 years ago
Adding unit tests for AkTimeZone, using now timezonedata zone names and supporting DST on PHP5 and PHP4 without safemode()
bermi
as bermiferrer
More... over 17 years ago
Improving AkTimeZone implementation.
bermi
as bermiferrer
More... over 17 years ago
Fixing notice on scaffold generator unit test comments
bermi
as bermiferrer
More... over 17 years ago
Making it possible to select desired columns to show using the <%= form 'Person', {'id','name'} %> syntax
bermi
as bermiferrer
More... over 17 years ago
ActsAs behaviors now can be scoped using a simple attribute even for variable values. The scope will be built using current model values.
bermi
as bermiferrer
More... over 17 years ago
Showing help when calling script/setup without parameters.
bermi
as bermiferrer
More... over 17 years ago
Fixing AK_WINDOWS var on setup. It should be AK_OS == 'WINDOWS', reported by alake
bermi
as bermiferrer
More... over 17 years ago
Adding unit test for recurse usage of Ak::dir
bermi
as bermiferrer
More... over 17 years ago
Adding Jyrki patch for computing userdir paths automatically.
bermi
as bermiferrer
More... over 17 years ago
Removing buggy AkHtmlToTextile converter and adding Remote converters. This is a simple way of providing RESTful converters using the URI defined at AK_REMOTE_CONVERTER_URI.
bermi
as bermiferrer
More... over 17 years ago
Fixing compiled view path when catching virtual templates.
bermi
as bermiferrer
More... over 17 years ago
Fixing bug on automatic base URL computation. Formatting AkObserver documentation.
bermi
as bermiferrer
More... over 17 years ago
Fixing bug produced when computing AK_SITE_URL_SUFFIX in more than one level. Reported at http://forum.akelos.org/discussion/69
bermi
as bermiferrer
More... over 17 years ago
Fixing #63. That made sessions not to work after [357] on setups where old dispatching method was used.
bermi
as bermiferrer
More... over 17 years ago
Deprecating JavascriptMacrosHelper which will be removed on release 0.9
bermi
as bermiferrer
More... over 17 years ago
Making the setup script more XAMPP friendly. The setup will now try to enable InnoDB in my.cnf which is disabled by default.
bermi
as bermiferrer
More... over 17 years ago
Fixing #57 and #13 where recursive directory deleting did not work as expected. Using opendir() has been discarded as we can easily hit the ulimit. Needs testing on Windows.
bermi
as bermiferrer
More... over 17 years ago
Escaping Sintags using a backslash is now possible outside Sintags blocks. Adding test case.
bermi
as bermiferrer
More... over 17 years ago
Fixing issue #60 by bobchin. Now public/index.php will not hold a definition to AK_FRAMEWORK_DIR. It will be added to the setup script and from there to the config/config.php file
bermi
as bermiferrer
More... over 17 years ago
Fixing pass by reference bug on Request and absolute path on index.php which was introduced by mistake and found by the CI system
bermi
as bermiferrer
More... over 17 years ago
MAJOR CHANGE. The way Akelos dispatches requests has changed completely. You are encouraged to update your existing applications public/index.php and config/boot.php to benefit from this changes. Now Akelos uses a generic Dispatcher that will serve as the base Akelos bootstrapping for executing Akelos in share-nothing environments (the default PHP workflow) and as an Application Server (Like Mongrel cubes using SCGI and http://code.google.com/p/appserver-in-php/).
bermi
as bermiferrer
More... over 17 years ago
Fixing evalScript option for Ajax.Request on the prototype helper
bermi
as bermiferrer
More... over 17 years ago
Adding generic plugin loader at Ak::loadPlugins(). Enabling plugins on WebRequests.
bermi
as bermiferrer
More... over 17 years ago
Fixing bug in the controller generator when no actions are passed.
bermi
as bermiferrer
More... over 17 years ago
Updating prototype_helper documentation
bermi
as bermiferrer
More... over 17 years ago
Adding html_escape and h to the Text Helper. Fixing Sintags to support one character variables and methods. Adding options parameters on TextHelper::textilize for controlling formatting options.
bermi
as bermiferrer
More... over 17 years ago