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