Implementing experimental controller "Modules". |
|
More...
|
over 17 years ago
|
Adding Active Record to YAML conversion |
|
More...
|
over 17 years ago
|
Fixing bug produced by mail_to which badly escaped UTF-8 characters when using javascript encryption |
|
More...
|
over 17 years ago
|
Ak::locale will not terminate the execution now if the locale is not available yet |
|
More...
|
over 17 years ago
|
Adding unit tests for AkTimeZone, using now timezonedata zone names and supporting DST on PHP5 and PHP4 without safemode() |
|
More...
|
over 17 years ago
|
Improving AkTimeZone implementation. |
|
More...
|
over 17 years ago
|
Fixing notice on scaffold generator unit test comments |
|
More...
|
over 17 years ago
|
Making it possible to select desired columns to show using the <%= form 'Person', {'id','name'} %> syntax |
|
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. |
|
More...
|
over 17 years ago
|
Showing help when calling script/setup without parameters. |
|
More...
|
over 17 years ago
|
Fixing AK_WINDOWS var on setup. It should be AK_OS == 'WINDOWS', reported by alake |
|
More...
|
over 17 years ago
|
Adding unit test for recurse usage of Ak::dir |
|
More...
|
over 17 years ago
|
Adding Jyrki patch for computing userdir paths automatically. |
|
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. |
|
More...
|
over 17 years ago
|
Fixing compiled view path when catching virtual templates. |
|
More...
|
over 17 years ago
|
Fixing bug on automatic base URL computation. Formatting AkObserver documentation. |
|
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 |
|
More...
|
over 17 years ago
|
Fixing #63. That made sessions not to work after [357] on setups where old dispatching method was used. |
|
More...
|
over 17 years ago
|
Deprecating JavascriptMacrosHelper which will be removed on release 0.9 |
|
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. |
|
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. |
|
More...
|
over 17 years ago
|
Escaping Sintags using a backslash is now possible outside Sintags blocks. Adding test case. |
|
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 |
|
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 |
|
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/). |
|
More...
|
over 17 years ago
|
Fixing evalScript option for Ajax.Request on the prototype helper |
|
More...
|
over 17 years ago
|
Adding generic plugin loader at Ak::loadPlugins(). Enabling plugins on WebRequests. |
|
More...
|
over 17 years ago
|
Fixing bug in the controller generator when no actions are passed. |
|
More...
|
over 17 years ago
|
Updating prototype_helper documentation |
|
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. |
|
More...
|
over 17 years ago
|