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

2,006 commits

Author SHA1 Message Date
Quentin Bonaventure
7c94b9f7a4 DataHandlers documentation 2017-03-28 12:09:05 +02:00
Roland Haroutiounian
595e7a67ad Fixed the documentation of lodel.editorial_model.translator.picklefile 2017-03-22 14:39:58 +01:00
Roland Haroutiounian
142f259a43 Added documentation for the picklefile module 2017-03-22 14:35:58 +01:00
Roland Haroutiounian
e447da53f0 Added comments in the documentation of the auth package 2017-03-22 14:24:33 +01:00
Roland Haroutiounian
8a7ac08c9d Updated the documentation of the lodel.auth package 2017-03-22 14:20:34 +01:00
Roland Haroutiounian
5d43f04276 Added documentation on the lodel/auth/exceptions.py module 2017-03-22 11:51:40 +01:00
prieto
1e7b93db52 Avoids accented name of instances in mass_deploy 2017-03-17 13:34:38 +01:00
prieto
548df7c36c Allows a pretty display for em_simple 2017-03-17 11:41:24 +01:00
prieto
5964923d30 change of size for text 2017-03-17 11:41:24 +01:00
Hicham Benjelloun
5a49878df4 Fix Plugin.module_name() 2017-03-16 18:08:37 +01:00
Hicham Benjelloun
844b4eafb9 Refactor Plugin.module_name() 2017-03-16 18:06:12 +01:00
Hicham Benjelloun
1eb20f794d Merge 2017-03-16 17:56:14 +01:00
Hicham Benjelloun
87567222ab Refactor module_name method in class Plugin 2017-03-16 17:54:01 +01:00
prieto
b547f75c9f Without is_exist 2017-03-16 16:13:00 +01:00
prieto
df60ae69d3 Enhances admin(create) interface 2017-03-16 11:58:18 +01:00
prieto
8df56868f2 With dirty workaround of ticket Bug #282 2017-03-16 10:09:35 +01:00
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