root/trunk/lib/AkActiveRecord


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1436 [1436] 10/22/09 10:43:08 bermi By Julio Montoya. FIxing typo.
(edit) @1434 [1434] 10/21/09 18:25:56 bermi Adding new constant for checking if the app can fork processes, if so it …
(edit) @1401 [1401] 09/06/09 11:03:53 arnoschn fixing IN ? bug in findBy queries, fixing bind warning in associated …
(edit) @1399 [1399] 09/01/09 20:52:50 bermi When loading associations using load(), it will always return false is no …
(edit) @1387 [1387] 08/26/09 07:13:43 arnoschn Fixing (un)serialize behaviour, which had been broken due to running …
(edit) @1365 [1365] 08/07/09 05:15:55 arnoschn - Fixing #265 serialize problem on associated models - also fixing …
(edit) @1364 [1364] 08/07/09 05:06:41 arnoschn Fixing bug in AkHasMany->create method. the created Object did not have …
(edit) @1351 [1351] 07/31/09 02:05:18 arnoschn Fixing data type casting when retrieving associated records via …
(edit) @1345 [1345] 07/28/09 01:47:49 arnoschn - Fixing usage of bind / conditions = array() usage in nested finder
(edit) @1333 [1333] 07/16/09 11:11:35 arnoschn DB Schema Cache will not be saved from the CLI anymore, storing the cache …
(edit) @1326 [1326] 06/26/09 04:44:49 bermi Using Ak::trace() to display transaction failures
(edit) @1324 [1324] 06/21/09 21:12:22 bermi Has many counter SQL now works when calling it without requiring a …
(edit) @1322 [1322] 06/18/09 04:05:59 bermi Belongs to should not increment counter if owner is new record. Adding …
(edit) @1311 [1311] 06/03/09 06:10:12 bermi Fixing AkBelongsTo::counter_cache_column default settigns to match the …
(edit) @1309 [1309] 05/22/09 06:17:53 arnoschn fixing dependency nullify
(edit) @1307 [1307] 05/21/09 11:25:30 arnoschn adding replacement for tablename.* columns on the findWithAssociations
(edit) @1302 [1302] 05/18/09 03:28:43 arnoschn Adding dependent options nullify/delete. adding join_conditions options …
(edit) @1301 [1301] 05/18/09 03:21:34 arnoschn fixing afterDestroy method. if associated item isNewRecord or does not …
(edit) @1300 [1300] 05/18/09 03:20:20 arnoschn fixing bug on constructFinderSqlWithAssoctions. handing through …
(edit) @1299 [1299] 05/12/09 14:40:08 arnoschn refactoring the AkActiveRecordMock? and the objectgraph builder. Adding …
(edit) @1298 [1298] 05/03/09 20:54:19 bermi Making it easier to use Ak::trace() with active records and other objects. …
(edit) @1297 [1297] 04/30/09 02:41:03 arnoschn fixing issue on detecting content-columns when instantiating objects in …
(edit) @1293 [1293] 04/28/09 08:06:58 arnoschn adding the possiblity to findWithAssociations to return array or an array …
(edit) @1287 [1287] 04/26/09 11:32:27 arnoschn fixing a stupid Ak::compat() call. = adding a $optionswrap? to …
(edit) @1286 [1286] 04/26/09 07:23:26 arnoschn WARNING: IMPORTANT CHANGES AHEAD ON …
(edit) @1284 [1284] 04/16/09 09:41:19 masylum Duplicated default group
(edit) @1283 [1283] 04/16/09 09:39:13 masylum Added group to AkHasMany?
(edit) @1270 [1270] 03/19/09 15:00:04 arnoschn fixing second level associations. comparing ids and unsetting data
(edit) @1267 [1267] 03/18/09 09:24:19 arnoschn adding group by to findWithAssociation
(edit) @1266 [1266] 03/18/09 05:30:57 arnoschn implementing "conditions" and "order" option on 2nd level associations.
(edit) @1264 [1264] 03/17/09 07:18:18 bermi Adding tests for after destroy on belongs to associations
(edit) @1263 [1263] 03/17/09 07:09:52 arnoschn fixing return by reference
(edit) @1262 [1262] 03/17/09 06:31:32 arnoschn Adding experimental "2nd level findWithAssociations", which allows you to …
(edit) @1261 [1261] 03/17/09 05:41:26 bermi Adding more details for failed associations in order to make it easier to …
(edit) @1254 [1254] 02/25/09 06:20:13 bermi Adding dependency control on belongs to associations
(edit) @1252 [1252] 02/23/09 17:28:29 bermi Fixing #253. Added unit test for verifying that connection to multiple …
(edit) @1245 [1245] 02/07/09 17:49:17 bermi Refactoring Active Record schema cache. Fixes #249
(edit) @1237 [1237] 01/15/09 18:21:12 bermi Fixing #244. Reported by tosick
(edit) @1233 [1233] 01/08/09 19:15:24 bermi Fixing db charset setting on PHP4
(edit) @1232 [1232] 01/05/09 06:03:31 bermi Important: Data integrity issue on MySQL Before rev.1232 MySQL on some …
(edit) @1196 [1196] 10/12/08 04:19:14 arnoschn Fixing AkConfig? cache so that it works with the web installer. If …
(edit) @1185 [1185] 10/07/08 11:03:16 arnoschn WARNING: IMPORTANT CHANGES AHEAD! Using this version requires you do …
(edit) @1023 [1023] 08/11/08 18:44:20 kaste Fix. HasMany->load() now considers include-option and therefore …
(edit) @928 [928] 07/22/08 21:21:10 kaste Refactor. Moved logic from findBySqlWithAssociations to …
(edit) @660 [660] 06/17/08 07:12:06 arnoschn #190: table-inheritance aliasing bug fix
(edit) @647 [647] 06/05/08 06:07:13 bermiferrer * Making sure the installer does not add timestamp columns when modifying …
(edit) @626 [626] 05/23/08 12:21:18 kaste Cosmetic changes to AkDbAdapter? to support auto-completing IDE's
(edit) @578 [578] 05/04/08 14:10:40 bermiferrer Adding support for using string lists for finder 'include' params
(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) @563 [563] 04/14/08 19:54:13 kaste Fixes #149
(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) @495 [495] 03/01/08 06:07:06 kaste Fixes #131.
(edit) @486 [486] 02/22/08 19:02:38 kaste Destroying an ActiveRecord? with a hasOne-Association now cascades even …
(edit) @468 [468] 01/27/08 13:34:16 bermiferrer WARNING: IMPORTANT CHANGES AHEAD! --------------------------------- * …
(edit) @423 [423] 10/23/07 10:15:11 bermiferrer * Simplifying unit test calls for models and core tests. Updated …
(edit) @420 [420] 10/22/07 08:37:24 bermiferrer AkInflector::demodulize() has been modified so it converts …
(edit) @408 [408] 10/17/07 05:01:06 bermiferrer Fixinf "avaliable" typo. Fixes #78
(edit) @374 [374] 09/26/07 07:04:59 bermiferrer ActsAs? behaviors now can be scoped using a simple attribute even for …
(edit) @366 [366] 09/19/07 05:04:28 bermiferrer Fixing bug on automatic base URL computation. Formatting AkObserver?
(edit) @338 [338] 09/02/07 07:11:13 bermiferrer Adding support for looping using a custom variable on Sintags. Now you …
(edit) @336 [336] 08/31/07 19:46:35 bermiferrer Adding experimental plugin system for extending core components and adding …
(edit) @333 [333] 08/29/07 21:37:32 bermiferrer Fixed bug reported by Aditya produced when finding one record and …
(edit) @329 [329] 08/28/07 12:26:29 bermiferrer Fixing finder bug where find('first', 3, array(....)) missed the primary …
(edit) @328 [328] 08/27/07 20:10:14 bermiferrer Adding more tests for habtm and has_many associations. Fixed invalid …
(edit) @323 [323] 08/26/07 17:55:22 bermiferrer Updated the framework to pass the tests when using PostgreSQL …
(edit) @322 [322] 08/25/07 20:39:23 bermiferrer Updating many small issues related to no mod_rewrite availability and …
(edit) @320 [320] 08/24/07 05:30:37 bermiferrer Has and belongs to many deletion bug reported at #48 fixed.
(edit) @315 [315] 08/20/07 19:39:43 bermiferrer Including associated models on hasMany and hasAndBelongsToMany …
(edit) @285 [285] 07/19/07 20:07:58 bermiferrer Reorganizing API packages hierarchy.
(edit) @244 [244] 05/31/07 14:06:32 bermiferrer Refactoring browser language detection
(edit) @235 [235] 05/22/07 11:46:15 bermiferrer Removing false? hack to avoid Reference warnings on PHP4 methods that …
(edit) @232 [232] 05/14/07 18:37:55 bermiferrer Replacing modulize with camelize where model singularization is not …
(edit) @220 [220] 04/27/07 07:05:25 bermiferrer Application helpers can be set now using either a string or an array. …
(edit) @219 [219] 04/27/07 05:53:21 bermiferrer Nested sets now return references on PHP4
(edit) @217 [217] 04/26/07 17:55:27 bermiferrer First take on the Logging engine. Just define the constant AK_LOG_EVENTS …
(edit) @207 [207] 04/18/07 18:42:36 bermiferrer Minor refactorization of observers
(edit) @201 [201] 04/15/07 08:31:38 bermiferrer Fixing AkActsAsNestedSet? node deletion when no children nodes exist
(edit) @194 [194] 04/11/07 20:29:59 bermiferrer Adding 'unique' support for habtm associations
(edit) @173 [173] 04/09/07 13:32:19 bermiferrer Fixing french tutorial translation encoding and correcting errors. Posted …
(edit) @166 [166] 04/02/07 04:14:52 bermiferrer Adding negative assertions to SinTags?, now you can do {\x21Page.id} which …
(edit) @165 [165] 03/31/07 14:18:16 bermiferrer Removing pass by reference warnings on PHP4 for the new Nested Set
(edit) @164 [164] 03/31/07 14:02:13 bermiferrer Implementing a Better Nested set atcs as. This upgrade might break some …
(edit) @163 [163] 03/30/07 15:25:37 bermiferrer Adding improved Nested Set. Tests for the new nethods will follow in the …
(edit) @162 [162] 03/30/07 15:17:12 bermiferrer Porting Rails ActiveRecord? calculations. It doesn't support scooped …
(edit) @161 [161] 03/30/07 15:03:37 bermiferrer Porting Rails ActiveRecord? calculations. It doesn't support scooped …
(edit) @139 [139] 03/13/07 12:54:19 bermiferrer Adding support for unique elements on habtm associations.
(edit) @136 [136] 03/13/07 06:07:13 bermiferrer Fixing an error that caused erroneous habtm cascade deletion of records. …
(edit) @132 [132] 03/12/07 11:03:21 bermiferrer Fixing AkHasOne? finder
(edit) @130 [130] 03/12/07 08:12:00 bermiferrer Fixing primary key setting on AkHasOne? association. Bug reported by …
(edit) @129 [129] 03/11/07 08:54:24 bermiferrer Adding small fixes by Kaste for testing and AR Collections. Allowing new …
(edit) @123 [123] 03/05/07 09:47:23 bermiferrer Removing pass by reference on removeUnavailableColumns and renaming to …
(edit) @119 [119] 03/03/07 23:51:33 bermiferrer Applying Kaste's patch submitted on issue #25. Additionally fixes HasOne?
(edit) @118 [118] 03/03/07 21:18:39 bermiferrer Fixing BelongsTo? and HasOne?. After investigating about why the tests …
(edit) @106 [106] 03/01/07 14:31:55 bermiferrer Adding test and patch for fixing issue #24 reported by Naix. That …
(edit) @80 [80] 02/08/07 18:17:20 bermiferrer Apliying path by kaste. Closes issue #19
(edit) @64 [64] 01/29/07 16:24:30 bermiferrer Removing deprecated code
(edit) @63 [63] 01/29/07 15:09:31 bermiferrer Improved AkActiveRecord? instantation speed in at least an 18%. Added …
(edit) @62 [62] 01/25/07 18:09:42 bermiferrer Solving issue reported by Kaste about AR finders when using an array of …
Note: See TracRevisionLog for help on using the revision log.