|
|
|
@988
|
[988]
|
07/31/08 05:56:56 |
bermiferrer |
Fixing bug on Action Mailer which required to create manually a mail … |
|
|
|
@977
|
[977]
|
07/26/08 09:45:16 |
bermiferrer |
Adding the Action Mailer framework, for sending emails from your Akelos … |
|
|
|
@925
|
[925]
|
07/22/08 21:19:56 |
kaste |
Added group-by clause to AR->find(). |
|
|
|
@847
|
[847]
|
07/14/08 11:47:08 |
kaste |
ValidatesNumericalityOf? now handles integer_strings correctly.
Fixes … |
|
|
|
@773
|
[773]
|
07/09/08 09:10:20 |
kaste |
Decimals now handle the thousands-seperator. (tosick)
Fixes [194]. |
|
|
|
@660
|
[660]
|
06/17/08 07:12:06 |
arnoschn |
#190: table-inheritance aliasing bug fix |
|
|
|
@659
|
[659]
|
06/15/08 05:56:52 |
kaste |
Simplified handling of uncountables in AkInflector?.
Problem: the word … |
|
|
|
@646
|
[646]
|
06/05/08 05:53:47 |
bermiferrer |
We need to remove the testing plugin in order to avoid conflicts with … |
|
|
|
@645
|
[645]
|
05/30/08 20:59:26 |
bermiferrer |
Implementing PHP Bug 33595 hack for truly freeing up memory when unsetting … |
|
|
|
@628
|
[628]
|
05/23/08 12:22:24 |
kaste |
Fixes unit test after [575]. Sqlite wants that we drop join-tables. |
|
|
|
@627
|
[627]
|
05/23/08 12:21:51 |
kaste |
Fixes unit test. After [578] postgres failed because we can't expect an … |
|
|
|
@579
|
[579]
|
05/14/08 18:03:15 |
bermiferrer |
AkWebRequest? will log errors and display them as in … |
|
|
|
@578
|
[578]
|
05/04/08 14:10:40 |
bermiferrer |
Adding support for using string lists for finder 'include' params |
|
|
|
@576
|
[576]
|
05/01/08 13:17:46 |
bermiferrer |
Fixing #161, for allowing selection of blank date in date_helper |
|
|
|
@575
|
[575]
|
05/01/08 12:32:21 |
bermiferrer |
Fixing bug on habtm where when multiple associates where set() on existing … |
|
|
|
@574
|
[574]
|
04/30/08 13:09:14 |
bermiferrer |
New records could not hold multiple habtm associates using ::set(). Fixes … |
|
|
|
@563
|
[563]
|
04/14/08 19:54:13 |
kaste |
Fixes #149 |
|
|
|
@562
|
[562]
|
04/14/08 19:45:02 |
kaste |
Unit test for #149.
refs #149 |
|
|
|
@556
|
[556]
|
04/11/08 21:39:55 |
bermiferrer |
* Adding a new HTTP client for performing REST requests at … |
|
|
|
@555
|
[555]
|
04/07/08 19:58:46 |
kaste |
Add test/tmp/* to svn:ignore |
|
|
|
@553
|
[553]
|
04/07/08 18:55:03 |
kaste |
Set AK_TMP_DIR to */test/tmp during unit tests. |
|
|
|
@552
|
[552]
|
04/07/08 18:38:20 |
kaste |
Fixes unit test after changes in [549]. |
|
|
|
@551
|
[551]
|
04/06/08 21:06:20 |
bermiferrer |
Adding wildcards to previous ignore svn properties. |
|
|
|
@550
|
[550]
|
04/06/08 21:03:26 |
bermiferrer |
Adding new resources to ignore. Closes #143 |
|
|
|
@549
|
[549]
|
04/06/08 20:38:15 |
bermiferrer |
In those cases where ./tmp is not writable, Akelos will set AK_TMP_DIR to … |
|
|
|
@546
|
[546]
|
04/06/08 13:18:47 |
kaste |
Trivial change of test/AkHasAndBelongsToMany to investigate ticket … |
|
|
|
@543
|
[543]
|
04/06/08 10:15:14 |
kaste |
Making menu_helper test robust against modules or subfolders in the … |
|
|
|
@540
|
[540]
|
04/05/08 14:02:23 |
bermiferrer |
Fixed #141. Binary columns now can contain null chars.
Fixing odd bug … |
|
|
|
@538
|
[538]
|
04/05/08 08:31:39 |
kaste |
Fixes unit tests. unit.php did not run AkActiveRecord? _partial-tests. |
|
|
|
@533
|
[533]
|
04/04/08 13:35:56 |
kaste |
Fixes unit tests. Occasionally AkActionController\_model_instantiation.php … |
|
|
|
@532
|
[532]
|
04/04/08 13:29:50 |
kaste |
Fixes unit tests. active_record_helper.php line 71 & 79 failed with … |
|
|
|
@522
|
[522]
|
03/27/08 22:20:05 |
bermiferrer |
Fixing issues with the scaffold generator (custom actions did not … |
|
|
|
@514
|
[514]
|
03/26/08 15:07:24 |
bermiferrer |
Fixing #138 |
|
|
|
@513
|
[513]
|
03/26/08 12:22:36 |
bermiferrer |
Fixing #124 on SQLite.
Rolling back changes on [504] to … |
|
|
|
@510
|
[510]
|
03/21/08 20:44:19 |
bermiferrer |
Adding a handy utility for modifying arrays which is useful for securing … |
|
|
|
@509
|
[509]
|
03/19/08 18:48:32 |
bermiferrer |
Fixing AkRouter?. Parameters with slashes where not escaped correctly … |
|
|
|
@503
|
[503]
|
03/02/08 15:00:54 |
bermiferrer |
Fixing template security bug. It did not allowed
[…] |
|
|
|
@497
|
[497]
|
03/01/08 07:23:38 |
bermiferrer |
Making unit test compatible with PHP4. Closes #131. |
|
|
|
@494
|
[494]
|
03/01/08 06:05:55 |
kaste |
Implemented the update-command in scripts/plugin. 'install' complains now … |
|
|
|
@493
|
[493]
|
03/01/08 06:00:26 |
kaste |
Unit tests for: AkHasMany->delete() does not destroy the associated … |
|
|
|
@490
|
[490]
|
02/24/08 12:00:36 |
bermiferrer |
Fixing small typo on test. And checking if this commit message closes … |
|
|
|
@489
|
[489]
|
02/23/08 09:51:34 |
kaste |
Empty values are null and not zero on integers now.
The DateHelper? in … |
|
|
|
@488
|
[488]
|
02/23/08 07:37:14 |
kaste |
Added test for #128 |
|
|
|
@487
|
[487]
|
02/23/08 06:41:14 |
kaste |
Added a specification that an empty integer field and an empty date-field … |
|
|
|
@485
|
[485]
|
02/22/08 18:48:50 |
kaste |
Added unit test for #125 |
|
|
|
@484
|
[484]
|
02/22/08 18:35:50 |
kaste |
The value null can be saved to a column of type string when creating. … |
|
|
|
@483
|
[483]
|
02/22/08 13:29:06 |
kaste |
Added unit-test for #124 |
|
|
|
@482
|
[482]
|
02/22/08 11:56:32 |
kaste |
Added unit test for #123 |
|
|
|
@481
|
[481]
|
02/18/08 10:10:00 |
bermiferrer |
Re-enabling ternary operator support on views which was accidentally … |
|
|
|
@480
|
[480]
|
02/18/08 07:24:12 |
bermiferrer |
Adding tests for securing private variable inclussion on templates.
Fixed … |
|
|
|
@476
|
[476]
|
02/12/08 07:27:12 |
bermiferrer |
Adding includeAndInstatiateModels and uninstallAndInstallMigration to … |
|
|
|
@475
|
[475]
|
02/11/08 20:04:41 |
bermiferrer |
On the views $controller_name sometimes contained an instance of the … |
|
|
|
@474
|
[474]
|
02/11/08 19:17:30 |
bermiferrer |
Fixing bug on Sintags variable internationalization
[…]
always … |
|
|
|
@468
|
[468]
|
01/27/08 13:34:16 |
bermiferrer |
WARNING: IMPORTANT CHANGES AHEAD!
---------------------------------
* … |
|
|
|
@443
|
[443]
|
11/17/07 09:05:36 |
bermiferrer |
Making possible to specify finder options on models loaded automatically … |
|
|
|
@423
|
[423]
|
10/23/07 10:15:11 |
bermiferrer |
* Simplifying unit test calls for models and core tests. Updated … |
|
|
|
@421
|
[421]
|
10/22/07 16:44:02 |
bermiferrer |
Rearranging scripts to reduce the hassle of updating local application … |
|
|
|
@420
|
[420]
|
10/22/07 08:37:24 |
bermiferrer |
AkInflector::demodulize() has been modified so it converts … |
|
|
|
@414
|
[414]
|
10/19/07 16:02:46 |
bermiferrer |
Fixing AkCache? unit tests so the can be ran using ./script/test … |
|
|
|
@413
|
[413]
|
10/19/07 14:00:48 |
bermiferrer |
Adding CHANGELOG.txt to keep developers informed about new changes on … |
|
|
|
@412
|
[412]
|
10/19/07 13:35:53 |
bermiferrer |
Adding very simple HTTP authentication for controllers.
[…]
Added … |
|
|
|
@410
|
[410]
|
10/17/07 05:47:33 |
bermiferrer |
Adding testing plugin dirs |
|
|
|
@405
|
[405]
|
10/15/07 13:58:38 |
bermiferrer |
Fixing file upload params ($_FILES) normalization. Closes #75 |
|
|
|
@404
|
[404]
|
10/15/07 12:03:28 |
bermiferrer |
Adding support for non-ISO date-times in Ak::getTimestamp() for allowing … |
|
|
|
@393
|
[393]
|
10/09/07 22:18:17 |
bermiferrer |
Implementing support for Sintags assignments and basic blocks
The … |
|
|
|
@392
|
[392]
|
10/08/07 21:56:27 |
bermiferrer |
- Adding new command line script for managing plugins.
- Improved the … |
|
|
|
@389
|
[389]
|
10/07/07 19:42:47 |
bermiferrer |
Improving plugins documentation and adding repository discovery … |
|
|
|
@388
|
[388]
|
10/07/07 14:24:26 |
bermiferrer |
Adding new Plugin manager for retrieving and installing plugins from … |
|
|
|
@381
|
[381]
|
10/05/07 07:29:15 |
bermiferrer |
Fixing bug produced by mail_to which badly escaped UTF-8 characters when … |
|
|
|
@379
|
[379]
|
10/01/07 14:29:38 |
bermiferrer |
Adding unit tests for AkTimeZone?, using now timezonedata zone names and … |
|
|
|
@378
|
[378]
|
09/29/07 10:27:26 |
bermiferrer |
Improving AkTimeZone? implementation. |
|
|
|
@376
|
[376]
|
09/26/07 12:39:42 |
bermiferrer |
Making it possible to select desired columns to show using the <%= form … |
|
|
|
@374
|
[374]
|
09/26/07 07:04:59 |
bermiferrer |
ActsAs? behaviors now can be scoped using a simple attribute even for … |
|
|
|
@371
|
[371]
|
09/24/07 09:08:45 |
bermiferrer |
Adding unit test for recurse usage of Ak::dir |
|
|
|
@361
|
[361]
|
09/15/07 19:52:07 |
bermiferrer |
Fixing #57 and #13 where recursive directory deleting did not work as … |
|
|
|
@360
|
[360]
|
09/15/07 17:34:31 |
bermiferrer |
Escaping Sintags using a backslash is now possible outside Sintags blocks. … |
|
|
|
@357
|
[357]
|
09/14/07 16:24:40 |
bermiferrer |
MAJOR CHANGE. The way Akelos dispatches requests has changed completely. … |
|
|
|
@347
|
[347]
|
09/09/07 06:00:43 |
bermiferrer |
Adding html_escape and h to the Text Helper. Fixing Sintags to support one … |
|
|
|
@340
|
[340]
|
09/02/07 13:41:13 |
bermiferrer |
Updating the path to the generators on the AkActionWebservice? tests |
|
|
|
@338
|
[338]
|
09/02/07 07:11:13 |
bermiferrer |
Adding support for looping using a custom variable on Sintags.
Now you … |
|
|
|
@335
|
[335]
|
08/30/07 06:12:09 |
bermiferrer |
Disabling function based getters/setters by default on active records. … |
|
|
|
@333
|
[333]
|
08/29/07 21:37:32 |
bermiferrer |
Fixed bug reported by Aditya produced when finding one record and … |
|
|
|
@329
|
[329]
|
08/28/07 12:26:29 |
bermiferrer |
Fixing finder bug where find('first', 3, array(....)) missed the primary … |
|
|
|
@328
|
[328]
|
08/27/07 20:10:14 |
bermiferrer |
Adding more tests for habtm and has_many associations. Fixed invalid … |
|
|
|
@325
|
[325]
|
08/27/07 09:56:57 |
bermiferrer |
Adding pre/post test processing for avoiding repetition on unit … |
|
|
|
@323
|
[323]
|
08/26/07 17:55:22 |
bermiferrer |
Updated the framework to pass the tests when using PostgreSQL … |
|
|
|
@322
|
[322]
|
08/25/07 20:39:23 |
bermiferrer |
Updating many small issues related to no mod_rewrite availability and … |
|
|
|
@320
|
[320]
|
08/24/07 05:30:37 |
bermiferrer |
Has and belongs to many deletion bug reported at #48 fixed. |
|
|
|
@319
|
[319]
|
08/23/07 19:13:38 |
bermiferrer |
Adding more tests for habtm associations. |
|
|
|
@318
|
[318]
|
08/23/07 13:23:14 |
bermiferrer |
Implementing AkInflector::is_singular and … |
|
|
|
@315
|
[315]
|
08/20/07 19:39:43 |
bermiferrer |
Including associated models on hasMany and hasAndBelongsToMany … |
|
|
|
@313
|
[313]
|
08/18/07 10:30:41 |
bermiferrer |
Adding fixtures for new tests. |
|
|
|
@312
|
[312]
|
08/18/07 10:26:22 |
bermiferrer |
Commit [308] introduced some bugs undetected by the unit tests which have … |
|
|
|
@308
|
[308]
|
08/09/07 16:17:48 |
bermiferrer |
Fixing bug on Ak::size that returned wrong size on numeric strings. Closes … |
|
|
|
@303
|
[303]
|
08/02/07 12:49:01 |
bermiferrer |
This is a big patch provided by salavert that fixes the issues that … |
|
|
|
@301
|
[301]
|
08/01/07 09:20:11 |
bermiferrer |
Removing .htaccess from the tests dir. |
|
|
|
@299
|
[299]
|
07/31/07 08:18:30 |
bermiferrer |
Fixing #12. Now validatesInclusionOf works fine with empty values if … |
|
|
|
@296
|
[296]
|
07/30/07 09:47:34 |
bermiferrer |
Some big changes are being introduced on this commit.
The first is … |
|
|
|
@295
|
[295]
|
07/28/07 20:44:07 |
bermiferrer |
Integer fields in Active Record models can be set now as string (including … |
|
|
|
@293
|
[293]
|
07/26/07 07:30:10 |
bermiferrer |
Adding some changes for those who unpack the framework and point their … |