Yann Weber
1f1e6f13b3
Add a new get_class_childs to Model class and a child_classes method to LeObject
Now lefactory populate a LeObject attribute named _child_classes
8年前
Yann Weber
006b0c4bc0
Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py
8年前
prieto
d24b7a92d6
Comments for doxygene
8年前
Yann Weber
30bc9eec08
Fixing test and EmClass
- Now returning automatic common field classname in fields method
8年前
Yann Weber
e9f17eab6e
Fixes #79 (and brokes tests of xml translator)
Adding a field to all non abstract classes to store in DB the name of corresponding LeObject subclass
8年前
Yann Weber
77e7c36de9
Not fully tested. Enables separated datasources for read only or read&write access to the DB
8年前
prieto
0dddf1146f
Working for all tests
8年前
prieto
8264423011
Corrections
8年前
Yann Weber
3fe63787fb
Updated lequery.py to use targe_class datasource and not taking it as arguement of execute methods
8年前
Yann Weber
a7c69629e7
Introducing a datasource attribute by em_class
8年前
Yann Weber
373987ab9f
[Broken tests] Add some tests for xmlfile EM translator
8年前
prieto
42361efe7a
Comments are added
8年前
prieto
aa67601c81
Bugs correction
8年前
prieto
7070838e92
Addons for xml translator
8年前
prieto
d2a570ca45
Correction d_hash
8年前
prieto
9497130e8b
Add Save of Settings, EM translator in xml
8年前
Yann Weber
a312cbc4d9
First version of lodel2 instance creation script
8年前
Yann Weber
2739a94e5a
Add more capabilities to Model class to handles actives groups
8年前
Yann Weber
3ed55fdc29
Some modifications + tests update for settings loader
8年前
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8年前
prieto
7fe080eb38
ajout getter
8年前
prieto
20b148f0d0
Ajout getter
8年前
Yann Weber
f572743c09
Bugfixes + add backreference support in datahandlers (untested)
8年前
Yann Weber
e5898b29b6
Refactoring of datahandlers to simplify from_name() method
Warning, this commit is in a broken state. The em_test.py doesn't works yet
because it uses old relation handler (that doesn't exists anymore). The pickle file in
example is broken too
8年前
Yann Weber
747205a0fe
LeFactory first implementation
This implementation is broken because of relation data_handler. Backreference is a broken concept and relation data_handler too.
8年前
Yann Weber
9fb87ec0ec
Changed the EmField override check in EmClass + updated tests
8年前
Yann Weber
a87ade8803
Updated EmClass fields overriding checks (still incomplete)
8年前
Yann Weber
c98d1cb703
EmField d_hash() bugfix + tests updates
8年前
Roland Haroutiounian
dd73e0a5b2
Fix on the call to FieldDataHandler.from_name
8年前
Yann Weber
62752d9f8c
[broken tests] Updated EmField to use FieldDataHandler
8年前
Yann Weber
a102a064e8
More tests on d_hash() + some fixes
8年前
Yann Weber
0ad46e9e37
Disabled deterministic __hash__ method and renamed it d_hash() + tests
8年前
Yann Weber
2835624bad
Implements deterministic __hash__ methods for objects
8年前
Yann Weber
c85a78ff8a
EmGroup implementation + fixes + tests
8年前
Yann Weber
ba28ec26c0
Begin editorial_model package implementation + tests
8年前
Yann Weber
7910374183
Implementing mlstring + tests
8年前