1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-21 13:19:16 +01:00
Commit graph

653 commits

Author SHA1 Message Date
prieto
a8577a7f2f List of DataHandlers 2017-02-20 15:14:34 +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
Quentin Bonaventure
c4289764ec Created and added varcharlist DH to lodelsites EM 2017-02-01 17:05:47 +01:00
prieto
4fb0c89ddb Utilisation is_exist 2017-01-27 16:51:34 +01:00
prieto
54b1521d09 Adds LeQuery.is_exist function to test the existence of an LeObject instance 2017-01-26 16:04:41 +01:00
prieto
e9a0b7a924 Small correction 2017-01-20 16:41:33 +01:00
prieto
084b2dd5f0 Corrects an error 2017-01-20 15:19:35 +01:00
prieto
a66e5d2d30 Add a check that the given value points onto an allowed class 2017-01-19 17:06:58 +01:00
Roland Haroutiounian
adfe7b886a Fixed some methods' documentation 2017-01-12 17:06:31 +01:00
Yann
163b4cba88 Enhancement of some autotools actions
Warning, may contains some bugs !!!
2017-01-11 15:13:40 +01:00
Yann
a0bf4c1176 Bugfixes in PluginVersion comparison functions 2017-01-11 14:44:05 +01:00
Quentin Bonaventure
8d68809694 Added symlink on install 2017-01-11 14:34:31 +01:00
Yann
08bcdbe57b Starts implementation of uninstall plugins action
For the moment there is only uninstalling by name that works because #207
2017-01-05 17:18:34 +01:00
Yann
0a93191207 Syntax error bugfix 2017-01-05 17:18:15 +01:00
Yann
eac6df20fa Adding a -c --clean option to plugins action in lodel_admin
Clean take care of deleting plugins with same name and different versions
(the lower versions will be deleted)
2017-01-05 16:35:51 +01:00