Roland Haroutiounian
c376302786
Some docstring fixes
8 years ago
Yann Weber
8085efeb99
Replaced all lodel subthings import by LodelContext.expose_modules calls
Test passes
8 years ago
m.orban
67bd4087a9
Moved new class exceptions in exceptions.py
8 years ago
m.orban
1f4a822945
Added comment in datahandler class and derived class
8 years ago
m.orban
c7c0952ffb
checked_data_value passed test for datahandler class and derived class
8 years ago
prieto
33e65b1518
Authentification form in Webui interface
8 years ago
Yann Weber
20c1627bda
Commenting & bufixing in datahandlers & queries
8 years ago
prieto
a0d32cadb3
Some bugfixes in datahandlers
8 years ago
Roland Haroutiounian
49e893aa37
Added two unit tests for the format string datahandler + fix on a slicing end value
8 years ago
Roland Haroutiounian
9ab3293538
Added unit tests for the Regex datahandler
8 years ago
prieto
1cb07dc6bf
Adding of an attribute cast_type in UniqID datahandler, for a right insertion of uids in database
8 years ago
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 years ago
Yann Weber
9c3a770610
Bugfixes on filters handling
- calling check_data_value on filters value to ensure value casting
8 years ago
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 years ago
Yann Weber
5ba8fd8e7f
em_test update + DataHandler bugfix & enhancement
8 years ago
prieto
6db8ef8404
Add Concat datahandler
8 years ago
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 years ago
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8 years ago
Yann Weber
f572743c09
Bugfixes + add backreference support in datahandlers (untested)
8 years ago
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 years ago