Yann Weber
6e89fca151
The automatic UID creation by datasource implementation implies somes changes :
The UniqID datahandler has to call the datasource
LeObject has to be able to determine wich parent class define its UID datahandler
[NOT IMPLEMENTED] the datasource should be able to select with an abstract LeObject as target ( see #92 )
8年前
Yann Weber
2faeff1ecb
Implement construct data for datetime + bugfix in datahandler base class
- datahandler base class was not supporting default values due to a bug
- implements the datetime datahandler construct_data method
8年前
Yann Weber
5ba8fd8e7f
em_test update + DataHandler bugfix & enhancement
8年前
prieto
6db8ef8404
Add Concat datahandler
8年前
Yann Weber
3128b17be8
Bugfixes in datahandlers base_classes.py
8年前
prieto
96f35011fa
Datas_base
8年前
prieto
4acb7832ff
Coorecting dats_base
8年前
prieto
b8b740ebd3
Adding _check_data_value methods for all types
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
e55954d947
First test on multi datasource queries + em_test update + query.py debug
- Modified again the em_test to fit with testing purpose
- First test on multi datasource query written
- debugging of query.py
8年前
Yann Weber
9781577cb6
Add tests for filtered queries + bugfixes
- adds tests on filter parse & check
- standart filters parse & check
- relational filters parse & check
- bugfixes related to tests in query.py
- update the example and the test EM
- bugfixes in admin script
8年前
Yann Weber
251fc6d324
Add some utility function + addition in query.py
8年前
Yann Weber
a312cbc4d9
First version of lodel2 instance creation script
8年前
prieto
c38cfa6b8d
Ajout ligne 48
8年前
Yann Weber
d30f3e189f
[1 test fail] Updated the settings to prepare them to be writable + more tests
8年前
Yann Weber
3ed55fdc29
Some modifications + tests update for settings loader
8年前
Roland Haroutiounian
10b24a43ff
Added the FieldValidationError reference to the references module
8年前
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8年前
Yann Weber
6297a2c67c
SettingsError exception class implementation
8年前
Yann Weber
2b954d4a4d
First implementation of hierarchical data handler
8年前
Yann Weber
2c47c71116
Modification in backreference handling.
Now a backreference is represented by a tuple(LeObject child class, fieldname)
8年前
Yann Weber
a57899fb18
Bugfix on backreferences + updates of em_test
8年前
Yann Weber
f572743c09
Bugfixes + add backreference support in datahandlers (untested)
8年前
Yann Weber
5d0ded158f
Add settings & logger module
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
3cd22a08d5
Small changes in datahandlers
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
c7ef7d471b
Beginin leapi implementation
8年前
Roland Haroutiounian
7b7430ab90
Refactoring on dict reference type
8年前
Roland Haroutiounian
1c1d353719
Added the management of allowed_classes in Reference
8年前
Roland Haroutiounian
9986d068c0
PEP8
8年前
Roland Haroutiounian
c075992819
Refactoring on the can_override method in data_handlers types
8年前
Roland Haroutiounian
9b237fbe2e
Added can_override method to the data_handler types
8年前
Roland Haroutiounian
00f02c2c18
First implementations of the can_override method on the data_handler types
8年前
Roland Haroutiounian
aeacf2bf89
Bug Fix on the Relation class instanciation
8年前
Roland Haroutiounian
71bf295b27
Code cleaning
8年前
Roland Haroutiounian
9729d40fa4
Changed the relation init method
8年前
Roland Haroutiounian
c7695e0166
Moved relation module in references package
8年前
Yann Weber
7d209cdb3b
DataHandler names unification + test_em modifications
8年前
Roland Haroutiounian
33851ac919
Code cleaning
9年前
Roland Haroutiounian
acf560e761
First implementation of Relation
9年前
Roland Haroutiounian
2bb71f824f
PEP8 on Reference class
9年前
Roland Haroutiounian
90c3c8518b
Changed the validation check for the references
9年前
Roland Haroutiounian
70674ea0ac
Changed the allowed property type
9年前
Roland Haroutiounian
a57c9e8500
Added a todo
9年前
Roland Haroutiounian
bba3a1bbb8
Added the add_ref method
9年前
Roland Haroutiounian
954bd3874f
Changed the overrides of the Reference class methods
9年前
Roland Haroutiounian
07dccafcf1
First implementation of the List Reference type
9年前
Roland Haroutiounian
8f795a168d
First implementation of Reference abstract class and the child classes Link and Set
9年前
Roland Haroutiounian
15148112aa
Bug Fix on the field_data_handler
9年前