1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-30 19:19:03 +01:00
Commit graph

1,990 commits

Author SHA1 Message Date
prieto
7976a21413 Correction of plugins/Makefile.am to make make deb right. 2017-03-16 09:21:57 +01:00
Hicham Benjelloun
a2e3707a4b Fix Python allowed versions 2017-03-15 13:38:11 +01:00
Hicham Benjelloun
3d51695ea6 Fix plugins Makefile.am, settings initialization and validator 2017-03-15 13:35:06 +01:00
Yann
c363b4c588 Plugins loader message enhancement 2017-02-22 17:10:39 +01:00
Yann
bf1ed9ff1a Bugfix on settings_loader default values solves #308 2017-02-22 17:09:16 +01:00
prieto
a8577a7f2f List of DataHandlers 2017-02-20 15:14:34 +01:00
prieto
5b09492048 Merge branch 'lodel2-datahandlers' 2017-02-17 09:28:12 +01:00
prieto
2174b23ec6 Autotools adaptation for new directories 2017-02-17 09:27:42 +01:00
prieto
a958d9cf1f List of existting datahandlers 2017-02-17 09:27:42 +01:00
prieto
a0b46aa787 After autopep8 2017-02-17 09:27:42 +01:00
prieto
3b4494cb7a Only indentation and stuff like that 2017-02-17 09:27:42 +01:00
prieto
a1afe3b48d After pylint 2017-02-17 09:27:42 +01:00
prieto
65fa562552 Commit test 2017-02-17 09:27:42 +01:00
prieto
1fb73c1e7f Small adaptation 2017-02-17 09:27:42 +01:00
prieto
b6b0a60b4c display_name and help_text are handled in __init__ of datahandler base class 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
2a3b157a3b Correcting a syntax error in EmClass 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
dc3a8f4e22 Code cleaning on references module 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
b6093866cd Changed datahandler exceptions from functions to classes 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
c48c0119a2 code cleaning 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
915817b6bd Code cleaning on datahandlers/datas.py 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
822ad1bea2 Code cleaning 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
283fa4a3cc Added an Exception management for the DatahandlerOption's check_value method 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
be429fc018 Changed help_text and display_name from private to public in the datahandlers options 2017-02-17 09:27:42 +01:00
prieto
57b650c686 display_name and helpt_text are removed in datahandleroption 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
ebe8338938 Changed the management of the option values in a datahandler 2017-02-17 09:27:42 +01:00
prieto
656932fe68 Removes settings/validator.py 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
18770976cf Changed the importing of the UnallowedOption Exception 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
0716e77a1a Code cleaning 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
dd1b1d0b13 Fix on the call to the parent's init in DataHandler and DataHandlerOption classes 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
530ad1088f Added inheritance of the datahandler base class and the datahandler option class to the MlNamedObject class 2017-02-17 09:27:42 +01:00
prieto
08ad11624d Class Validator replaces SettingValidator 2017-02-17 09:27:42 +01:00
prieto
5d2be8737a Inheritance of MlNamedObject 3 2017-02-17 09:27:42 +01:00
prieto
6d5da933e0 Inheritance of MlNamedObject 2 2017-02-17 09:27:42 +01:00
prieto
3abf402cfb Inheritance of MlNamedObject 2017-02-17 09:27:42 +01:00
prieto
8844197c57 New class MlNamedObject 2017-02-17 09:27:41 +01:00
Roland Haroutiounian
3394543af8 Added a new exception raised when a not allowed option is passed to a datahandler 2017-02-17 09:27:41 +01:00
Roland Haroutiounian
763e4a880d Added a check in the options' check method, to see if the option name indicated corresponds to an existing option 2017-02-17 09:27:41 +01:00
Roland Haroutiounian
6e6463cb8f Added some changes to the DataHandler class to deal with the options and their values 2017-02-17 09:27:41 +01:00
Roland Haroutiounian
c2f62bce50 Added new properties and the check_options method to the DataHandler class 2017-02-17 09:27:41 +01:00
prieto
7a1416ee21 Class DhOptionvaidator 2017-02-17 09:27:41 +01:00
prieto
ac2312dad0 Class validator 2017-02-17 09:27:41 +01:00
Roland Haroutiounian
b3437848bb Added the DatahandlerOption class 2017-02-17 09:27:41 +01:00
Yann
22ab3174c3 Add a comment in buildconf.py.am.in
Associated to multisite loading & context stuff. I choose to commit this
change in master because it is important to not break the fact that
the buildconf HAS TO be importable safely outside any context.
2017-02-03 17:26:49 +01:00
Yann
fa8bf06f15 Make runtest.sh exit status consistent solves #249 2017-02-02 12:00:41 +01:00
Yann
a65b87d596 Deleted more from runtest.sh solves #249 2017-02-02 11:50:39 +01:00
Quentin Bonaventure
c4289764ec Created and added varcharlist DH to lodelsites EM 2017-02-01 17:05:47 +01:00
Quentin Bonaventure
ec6da44b47 Adding the lodelsites_em.py for EM generation
No knowing what datahandler ought to be used for em_groups, I simply set
'text' in place of it. To be changed accordingly
2017-02-01 14:39:59 +01:00
prieto
086dd471cb Remove useless and wrong import 2017-01-27 16:55:10 +01:00
prieto
4fb0c89ddb Utilisation is_exist 2017-01-27 16:51:34 +01:00
Yann
d89203665b Updated tests on Plugin class
The Plugin class and discover steps were updated. Some test are deleted
because they were obsolete (discover method do not take any argument
anymore)
2017-01-27 16:30:07 +01:00