Yann Weber
4acd6f8fbe
Deleted debug messages
8 years ago
Yann Weber
20c1627bda
Commenting & bufixing in datahandlers & queries
8 years ago
prieto
38fda3ce43
Some comments
8 years ago
prieto
57688e7afb
Automatic update of Back-references
8 years ago
prieto
61e0567abf
Bugfixe in Datetime
8 years ago
prieto
fee8dfdb68
Small corrections
8 years ago
prieto
5f889169d3
Small bugfixes
8 years ago
Roland Haroutiounian
909b9478e3
Added tests for the datahandler abstract class
8 years ago
Roland Haroutiounian
52564ee6db
Added tests for datetime and file datahandlers, with corresponding checks in the corresponding classes
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
46173c1dc9
Added unit test for the check data of the Text DataHandler
8 years ago
Roland Haroutiounian
925d42fb8e
The check_data_value method of the Varchar Datahandler is now using the max_length parameter
8 years ago
Roland Haroutiounian
0a6c5c96bd
Added unit tests for the Integer Datahandler
8 years ago
Roland Haroutiounian
ae3335deb8
Added a test for the check data functionnality of the Boolean datahandler
8 years ago
Roland Haroutiounian
9ab3293538
Added unit tests for the Regex datahandler
8 years ago
prieto
2961b7f916
Debug messages deleted
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
prieto
e3826c1750
Replace the term lodel_id in the interface by LeObject class method
8 years ago
m.orban
6787ec1cc8
Added a discover_plugin function to browse plugin directory
8 years ago
m.orban
40d1d827d9
Deleted Warning message useless
8 years ago
Yann Weber
0aec7f6ca8
Bugfixe in leobject
Deleted hardcoded condition that brokes standart field validation process
8 years ago
m.orban
a759ca3572
Changed classcmethod to classmethod in datahandlers/bases_classes in name function
8 years ago
m.orban
4e22b24b01
Changed staticmethod to classmethod in datahandlers/bases_classes in name function
8 years ago
Yann Weber
52c60a9f63
Bugfixes in XmlFile translator & in base_classes datahandlers
8 years ago
prieto
114148498b
Start handling some back_ref constraints
Updated interface with nex dyncode
8 years ago
prieto
7a321018a0
Interface
8 years ago
prieto
9a66c9a2f6
Gestion des relations
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
dd2f93faea
A lot of small bugfixes
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
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 years ago
Yann Weber
5ba8fd8e7f
em_test update + DataHandler bugfix & enhancement
8 years ago
prieto
6db8ef8404
Add Concat datahandler
8 years ago
Yann Weber
3128b17be8
Bugfixes in datahandlers base_classes.py
8 years ago
prieto
96f35011fa
Datas_base
8 years ago
prieto
4acb7832ff
Coorecting dats_base
8 years ago
prieto
b8b740ebd3
Adding _check_data_value methods for all types
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
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 years ago
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 years ago
Yann Weber
251fc6d324
Add some utility function + addition in query.py
8 years ago
Yann Weber
a312cbc4d9
First version of lodel2 instance creation script
8 years ago
prieto
c38cfa6b8d
Ajout ligne 48
8 years ago
Yann Weber
d30f3e189f
[1 test fail] Updated the settings to prepare them to be writable + more tests
8 years ago
Yann Weber
3ed55fdc29
Some modifications + tests update for settings loader
8 years ago
Roland Haroutiounian
10b24a43ff
Added the FieldValidationError reference to the references module
8 years ago
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8 years ago
Yann Weber
6297a2c67c
SettingsError exception class implementation
8 years ago