Roland Haroutiounian
915817b6bd
Code cleaning on datahandlers/datas.py
8年前
Quentin Bonaventure
c4289764ec
Created and added varcharlist DH to lodelsites EM
8年前
Roland Haroutiounian
adfe7b886a
Fixed some methods' documentation
8年前
Yann Weber
8085efeb99
Replaced all lodel subthings import by LodelContext.expose_modules calls
Test passes
8年前
m.orban
67bd4087a9
Moved new class exceptions in exceptions.py
8年前
m.orban
1f4a822945
Added comment in datahandler class and derived class
8年前
m.orban
c7c0952ffb
checked_data_value passed test for datahandler class and derived class
8年前
prieto
33e65b1518
Authentification form in Webui interface
8年前
Yann Weber
20c1627bda
Commenting & bufixing in datahandlers & queries
8年前
prieto
a0d32cadb3
Some bugfixes in datahandlers
8年前
Roland Haroutiounian
49e893aa37
Added two unit tests for the format string datahandler + fix on a slicing end value
8年前
Roland Haroutiounian
9ab3293538
Added unit tests for the Regex datahandler
8年前
prieto
1cb07dc6bf
Adding of an attribute cast_type in UniqID datahandler, for a right insertion of uids in database
8年前
Yann Weber
904d14cae7
Small changes in webui plugin and loader.py
- webui now calls a hook to indicate a session end
- loader.py now set a lodel.dyncode module exposing dynmically generated code
8年前
Yann Weber
9c3a770610
Bugfixes on filters handling
- calling check_data_value on filters value to ensure value casting
8年前
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
5ba8fd8e7f
em_test update + DataHandler bugfix & enhancement
8年前
prieto
6db8ef8404
Add Concat datahandler
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
c5971d9590
Updated comments (and deleting space between ## and @brief )
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年前