root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1081 [1081] 09/03/08 03:41:22 bermiferrer Defaulting ->log() to message
(edit) @1080 [1080] 09/03/08 03:25:23 bermiferrer AkObject::log() now uses AkLogger? instead of PEAR::Log. This closes #215
(edit) @1079 [1079] 09/03/08 03:23:46 bermiferrer Fixing invalid template picking on the Mailer generator
(edit) @1023 [1023] 08/11/08 18:44:20 kaste Fix. HasMany->load() now considers include-option and therefore …
(edit) @988 [988] 07/31/08 05:56:56 bermiferrer Fixing bug on Action Mailer which required to create manually a mail …
(edit) @981 [981] 07/27/08 11:32:52 bermiferrer Fixing content type ordering when content_type is not defined.
(edit) @980 [980] 07/27/08 10:05:34 bermiferrer Fixing AkCharset::SetRecodingEngine(), It did not cache effectively which …
(edit) @977 [977] 07/26/08 09:45:16 bermiferrer Adding the Action Mailer framework, for sending emails from your Akelos …
(edit) @976 [976] 07/25/08 19:02:54 bermiferrer Adding extra charsets for ActionMailer? unit tests, if you're looking to …
(edit) @975 [975] 07/25/08 18:50:49 bermiferrer Removing phpmailer
(edit) @974 [974] 07/25/08 18:50:21 bermiferrer Updating PEAR Mail, Net and Auth
(edit) @928 [928] 07/22/08 21:21:10 kaste Refactor. Moved logic from findBySqlWithAssociations to …
(edit) @927 [927] 07/22/08 21:20:45 kaste Marginal refactoring in AR->_findEvery().
(edit) @926 [926] 07/22/08 21:20:21 kaste Removed unused method AkAR->_validateFindOptions(). We use …
(edit) @925 [925] 07/22/08 21:19:56 kaste Added group-by clause to AR->find().
(edit) @907 [907] 07/20/08 17:34:54 bermiferrer Fixing bug (no index on array warning) on the plugin manager introduced on …
(edit) @859 [859] 07/16/08 15:34:27 kaste Fixed Ak::array_to_xml().
(edit) @851 [851] 07/15/08 03:19:33 bermiferrer Removing performAction from the scaffold generator until we can have …
(edit) @848 [848] 07/14/08 11:54:25 kaste Ouch. Removed the # at the beginning of AkActiveRecord?.php And I wondered …
(edit) @847 [847] 07/14/08 11:47:08 kaste ValidatesNumericalityOf? now handles integer_strings correctly. Fixes …
(edit) @822 [822] 07/10/08 19:03:37 bermiferrer Making it possible to install plugins from local directories in order to …
(edit) @821 [821] 07/10/08 12:32:30 kaste AR->find only selects fields from current table if you manually set …
(edit) @773 [773] 07/09/08 09:10:20 kaste Decimals now handle the thousands-seperator. (tosick) Fixes [194].
(edit) @660 [660] 06/17/08 07:12:06 arnoschn #190: table-inheritance aliasing bug fix
(edit) @659 [659] 06/15/08 05:56:52 kaste Simplified handling of uncountables in AkInflector?. Problem: the word …
(edit) @647 [647] 06/05/08 06:07:13 bermiferrer * Making sure the installer does not add timestamp columns when modifying …
(edit) @646 [646] 06/05/08 05:53:47 bermiferrer We need to remove the testing plugin in order to avoid conflicts with …
(edit) @645 [645] 05/30/08 20:59:26 bermiferrer Implementing PHP Bug 33595 hack for truly freeing up memory when unsetting …
(edit) @643 [643] 05/29/08 08:00:39 bermiferrer Installer names can now be passes with_underscores or …
(edit) @641 [641] 05/28/08 13:01:19 bermiferrer Fixing unquoted string, and improving formatting output.
(edit) @632 [632] 05/23/08 12:52:05 kaste Applied patch for the booklink-tutorial from Shtriter if …
(edit) @631 [631] 05/23/08 12:51:43 kaste Added patch to booklink-tutorial. Idea from Shtriter. Closes #64.
(edit) @630 [630] 05/23/08 12:51:16 kaste Applied patch for the booklink-tutorials from ccornwell. Closes #116.
(edit) @629 [629] 05/23/08 12:22:48 kaste AkInflector::toHelperFileName now adds '_helper' to the filename. Closes …
(edit) @628 [628] 05/23/08 12:22:24 kaste Fixes unit test after [575]. Sqlite wants that we drop join-tables.
(edit) @627 [627] 05/23/08 12:21:51 kaste Fixes unit test. After [578] postgres failed because we can't expect an …
(edit) @626 [626] 05/23/08 12:21:18 kaste Cosmetic changes to AkDbAdapter? to support auto-completing IDE's
(edit) @579 [579] 05/14/08 18:03:15 bermiferrer AkWebRequest? will log errors and display them as in …
(edit) @578 [578] 05/04/08 14:10:40 bermiferrer Adding support for using string lists for finder 'include' params
(edit) @577 [577] 05/01/08 14:08:32 bermiferrer Allowing layout switching on modules. Making layout setting a little more …
(edit) @576 [576] 05/01/08 13:17:46 bermiferrer Fixing #161, for allowing selection of blank date in date_helper
(edit) @575 [575] 05/01/08 12:32:21 bermiferrer Fixing bug on habtm where when multiple associates where set() on existing …
(edit) @574 [574] 04/30/08 13:09:14 bermiferrer New records could not hold multiple habtm associates using ::set(). Fixes …
(edit) @573 [573] 04/24/08 11:09:59 bermiferrer Fixing method name typo in AkInstaller::promtUserVar, which is now …
(edit) @572 [572] 04/24/08 10:56:41 bermiferrer Fixing doc bug as reported at …
(edit) @571 [571] 04/23/08 04:05:51 bermiferrer Modifying generator docs. Fixes #151
(edit) @570 [570] 04/20/08 08:50:46 kaste returning false or invoking a render in a before-filter halts the …
(edit) @566 [566] 04/15/08 19:20:06 bermiferrer Scaffold generator when using plural controller names created plural …
(edit) @563 [563] 04/14/08 19:54:13 kaste Fixes #149
(edit) @562 [562] 04/14/08 19:45:02 kaste Unit test for #149. refs #149
(edit) @561 [561] 04/14/08 18:16:17 kaste Removed 'base_path' from AkInstaller->setInstalledVersion because …
(edit) @559 [559] 04/13/08 14:20:32 bermiferrer Fixing compiled template path bug, when running Apache as a different user …
(edit) @558 [558] 04/12/08 15:48:58 bermiferrer Oooops.... Adding forgotten AkHttpClient?.php Sorry
(edit) @556 [556] 04/11/08 21:39:55 bermiferrer * Adding a new HTTP client for performing REST requests at …
(edit) @555 [555] 04/07/08 19:58:46 kaste Add test/tmp/* to svn:ignore
(edit) @554 [554] 04/07/08 19:56:13 kaste Moving installers versions folder to tmp/installer_versions and …
(edit) @553 [553] 04/07/08 18:55:03 kaste Set AK_TMP_DIR to */test/tmp during unit tests.
(edit) @552 [552] 04/07/08 18:38:20 kaste Fixes unit test after changes in [549].
(edit) @551 [551] 04/06/08 21:06:20 bermiferrer Adding wildcards to previous ignore svn properties.
(edit) @550 [550] 04/06/08 21:03:26 bermiferrer Adding new resources to ignore. Closes #143
(edit) @549 [549] 04/06/08 20:38:15 bermiferrer In those cases where ./tmp is not writable, Akelos will set AK_TMP_DIR to …
(edit) @548 [548] 04/06/08 18:40:09 bermiferrer Fixing binary null files on postgresql
(edit) @546 [546] 04/06/08 13:18:47 kaste Trivial change of test/AkHasAndBelongsToMany to investigate ticket …
(edit) @545 [545] 04/06/08 13:09:35 kaste Added -n option to ci_tests script to run tests repeatedly.
(edit) @544 [544] 04/06/08 12:53:13 kaste Refactored AkActionController::getControllerName. Fixes #105.
(edit) @543 [543] 04/06/08 10:15:14 kaste Making menu_helper test robust against modules or subfolders in the …
(edit) @541 [541] 04/05/08 19:55:53 bermiferrer Adding generic command line argument promt system. This has been …
(edit) @540 [540] 04/05/08 14:02:23 bermiferrer Fixed #141. Binary columns now can contain null chars. Fixing odd bug …
(edit) @538 [538] 04/05/08 08:31:39 kaste Fixes unit tests. unit.php did not run AkActiveRecord? _partial-tests.
(edit) @537 [537] 04/04/08 18:39:46 kaste Initial version of a ci-test-runner. (= run tests with different …
(edit) @535 [535] 04/04/08 15:11:06 kaste Fixes false conditional before defining AkRequest-class.
(edit) @533 [533] 04/04/08 13:35:56 kaste Fixes unit tests. Occasionally AkActionController\_model_instantiation.php …
(edit) @532 [532] 04/04/08 13:29:50 kaste Fixes unit tests. active_record_helper.php line 71 & 79 failed with …
(edit) @531 [531] 04/04/08 12:54:44 kaste Moved handling/sanitizing variables in conditions out of …
(edit) @522 [522] 03/27/08 22:20:05 bermiferrer Fixing issues with the scaffold generator (custom actions did not …
(edit) @521 [521] 03/27/08 22:16:16 bermiferrer Adding a VERY experimental method for extending core classes …
(edit) @516 [516] 03/26/08 23:16:19 bermiferrer Making plugin installer options available to AkInstaller?
(edit) @514 [514] 03/26/08 15:07:24 bermiferrer Fixing #138
(edit) @513 [513] 03/26/08 12:22:36 bermiferrer Fixing #124 on SQLite. Rolling back changes on [504] to …
(edit) @511 [511] 03/25/08 06:58:37 bermiferrer Action Controllers now will automatically load singular named helpers and …
(edit) @510 [510] 03/21/08 20:44:19 bermiferrer Adding a handy utility for modifying arrays which is useful for securing …
(edit) @509 [509] 03/19/08 18:48:32 bermiferrer Fixing AkRouter?. Parameters with slashes where not escaped correctly …
(edit) @508 [508] 03/18/08 16:23:00 bermiferrer Adding the possibility to make the PHP code sanitizer less restrictive by …
(edit) @507 [507] 03/18/08 09:43:07 webfaction testing
(edit) @506 [506] 03/18/08 09:40:30 webfaction testing
(edit) @505 [505] 03/03/08 17:39:40 kaste Fixes AkRequest->isGet()
(edit) @504 [504] 03/03/08 17:37:50 kaste AkUnitTest->installAndIncludeModels(array('model'=>table_definition)) now …
(edit) @503 [503] 03/02/08 15:00:54 bermiferrer Fixing template security bug. It did not allowed […]
(edit) @502 [502] 03/02/08 13:37:51 bermiferrer Ensuring tests pass after bringing back support for db DSN connection. …
(edit) @501 [501] 03/02/08 13:04:24 bermi Making it possible to connect using just a DSN. Refs #132
(edit) @500 [500] 03/01/08 07:45:23 bermiferrer Fixing perms on svn hooks. Closes #131.
(edit) @499 [499] 03/01/08 07:37:54 bermiferrer Another small change to debug svn post-commit hook. Closes #131.
(edit) @498 [498] 03/01/08 07:30:31 bermiferrer Small change to debug svn post-commit hook. Closes #131.
(edit) @497 [497] 03/01/08 07:23:38 bermiferrer Making unit test compatible with PHP4. Closes #131.
(edit) @495 [495] 03/01/08 06:07:06 kaste Fixes #131.
(edit) @494 [494] 03/01/08 06:05:55 kaste Implemented the update-command in scripts/plugin. 'install' complains now …
(edit) @493 [493] 03/01/08 06:00:26 kaste Unit tests for: AkHasMany->delete() does not destroy the associated …
(edit) @490 [490] 02/24/08 12:00:36 bermiferrer Fixing small typo on test. And checking if this commit message closes …
(edit) @489 [489] 02/23/08 09:51:34 kaste Empty values are null and not zero on integers now. The DateHelper? in …
(edit) @488 [488] 02/23/08 07:37:14 kaste Added test for #128
Note: See TracRevisionLog for help on using the revision log.