root / elixir / trunk / elixir / ext

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @506 [506] 3 years ged plug a deprecation warning in ext.associable with SA 0.6
(edit) @504 [504] 3 years ged - Fixed custom bases classes and versioned extension when used with zope …
(edit) @502 [502] 3 years ged fix ReST markup so that API docs look good
(edit) @490 [490] 3 years ged Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from …
(edit) @484 [484] 3 years ged update all web links
(edit) @446 [446] 3 years ged - Fixed encrypted extension to not encrypt several times an instance …
(edit) @443 [443] 3 years ged apply patch from "Secator" to fix py2.6 warnings
(edit) @440 [440] 3 years cleverdevil Fixing the docstring for the encrypted extension.
(edit) @427 [427] 3 years ged - Deprecated act_as_list extension in favor of SQLAlchemy's orderinglist …
(edit) @418 [418] 3 years ged Fix move_to_bottom on MySQL (by issuing an extra query). Fixes #34. Added …
(edit) @411 [411] 4 years ged added "preload_data" extension which allows to insert data into the …
(edit) @410 [410] 4 years ged - Added new extension: perform_ddl. It allows to execute one or several …
(edit) @409 [409] 4 years ged - Added new column_names argument to the acts_as_versioned extension, …
(edit) @408 [408] 4 years ged minor cleanups
(edit) @406 [406] 4 years ged - added documentation for target_column and test for a O2M using a M2O …
(edit) @395 [395] 4 years ged fix encrypted extension for on_reconstitute renamed
(edit) @358 [358] 4 years ged - added add_mapper_extension helper method on EntityBuilder - minor …
(edit) @354 [354] 4 years ged - Fixed acts_as_list extension with autoloaded entities (patch from maqr, …
(edit) @350 [350] 4 years ged - added add_mapper_property and add_table_column helper method in …
(edit) @349 [349] 4 years ged - The default session (elixir.session) uses sessionmaker() instead of …
(edit) @340 [340] 4 years ged fix encrypted extension on SA0.5
(edit) @336 [336] 4 years ged update Elixir to work with SA0.5
(edit) @313 [313] 4 years ged Apply one more patch from Jason R. Coombs for python2.3 …
(edit) @312 [312] 4 years cleverdevil Two changes to the versioning extension: * Applied a patch resolving …
(edit) @310 [310] 4 years ged fix deprecated warnings with latest SQLAlchemy version (replace String …
(edit) @309 [309] 4 years ged - Fixed act_as_list extension to work with DBMS that require subselects to …
(edit) @293 [293] 4 years cleverdevil Now you can specify a column name for the position column in acts_as_list.
(edit) @292 [292] 4 years cleverdevil Support compound primary keys in acts_as_list.
(edit) @289 [289] 4 years cleverdevil Fixed several documentation errors in the acts_as_list extension.
(edit) @288 [288] 4 years cleverdevil Added a new elixir plugin for managing entities as lists, including …
(edit) @286 [286] 4 years cleverdevil Applied a patch, closing ticket 29, where the versioning extension was not …
(edit) @279 [279] 4 years ged - make inheritance work for custom base classes (closes #25). - remove …
(edit) @274 [274] 4 years ged Fixed associable to work with SQLAlchemy trunk (future 0.4.2).
(edit) @267 [267] 5 years ged - cleanup class attributes (in the attributes-based syntax) after the …
(edit) @264 [264] 5 years ged added python hilight hint in encrypted ext docstring
(edit) @263 [263] 5 years ged - minor style improvements, correct typos, ... - bump version to 0.4.1
(edit) @236 [236] 5 years ged - migrate to attribute-based syntax in all examples and documentation. - …
(edit) @223 [223] 5 years ged enable syntax hilighting for python code in docstrings
(edit) @221 [221] 5 years ged - added the possibility to not have the autosetup triggers installer (use …
(edit) @218 [218] 5 years ged - Applied patch from Stou Sandalski to add an "ignore" option to the …
(edit) @217 [217] 5 years ged minor cleanup as per a suggestion by Stou Sandalski
(edit) @212 [212] 5 years ged - made events methods compatible with using other extensions (namely …
(edit) @210 [210] 5 years ged - moved away from assign_mapper, now all assign_mapper-provided methods …
(edit) @207 [207] 5 years bbangert Prior version update didn't actually fix updates. This time we fully check …
(edit) @206 [206] 5 years bbangert - Fixed bug in versioning that could cause repeat inserts of duplicates …
(edit) @202 [202] 5 years ged - plugged a couple deprecated warnings with SA 0.4, but making sure that …
(edit) @201 [201] 5 years ged made encrypted extension work with both version 0.3 and 0.4 of SA
(edit) @199 [199] 5 years ged - Added test for the case when you refer to a remotely-defined class by …
(edit) @195 [195] 5 years ged small fix so that the column is not added twice
(edit) @194 [194] 5 years ged - fixed associable ext for the autodelay mechanism and simplified/cleaned …
(edit) @190 [190] 5 years bbangert - Fixed bug in associable not properly picking out its own plural name …
(edit) @185 [185] 5 years cleverdevil Patch from Mike Bayer: The attached patch modifies Elixir's …
(edit) @181 [181] 5 years ged revamped statements system (each statement can trigger several methods …
(edit) @180 [180] 5 years cleverdevil Fixing an assumption in the versioning extension's before_delete method …
(edit) @179 [179] 5 years ged - fixed imports (for SA 0.4) ext tests still fail though - one more …
(edit) @175 [175] 5 years ged merged autodelay branch!
(edit) @172 [172] 5 years cleverdevil Added two new extensions to elixir: * elixir.ext.versioned - automatic …
(edit) @171 [171] 5 years cleverdevil Events move into the core!
(edit) @170 [170] 5 years cleverdevil First part of moving events into the core of elixir. Next, I will be …
(edit) @169 [169] 5 years cleverdevil Added a method to EntityDescriptor for adding mapper extensions. Updated …
(edit) @168 [168] 5 years ged optimized and cleaned event stuff
(edit) @167 [167] 5 years cleverdevil Added an early version of an "event" handler extension for elixir. It …
(edit) @140 [140] 5 years ged - applied patch from Isaac Csandl to make associable relationships lazy by …
(edit) @135 [135] 5 years ged - Apply fix from Isaac Csandl in associable ext: If you have …
(edit) @127 [127] 5 years bbangert Adding ability to specify plural name for use in associable classes to the …
(edit) @123 [123] 5 years ged - Apply suggestion from Isaac Csandl: If the table of the associable …
(edit) @121 [121] 5 years bbangert Added select helper method to associable and updated docs to reflect …
(edit) @120 [120] 5 years bbangert Adding select_by helper function to query associables for columns from the …
(edit) @118 [118] 5 years bbangert Switching Associable statement to inherit from Relationship.
(add) @116 [116] 5 years bbangert - Added ext.associable for generating polymorphic associations with …
Note: See TracRevisionLog for help on using the revision log.