Yann Weber
3e3b4740da
Small bugfix & enhancement
7 years ago
Yann Weber
286e3ffe10
Updated builconf with lodel package path
7 years ago
Yann Weber
97b59379f4
Bugfixing lodelsites datasource
7 years ago
Yann Weber
689d6556c3
Updates lodelsites conf template
7 years ago
Yann Weber
a567abc187
Implements inconsistency detection between db & fs
In multisite loader utils
7 years ago
Yann Weber
b5f9f97031
Bugfix & compatibility for webui
In this state I was able to insert a new site. But only the mongodb datasource
seems to have receive the query (inserted in DB but not created on FS).
7 years ago
Yann Weber
4cd5be0147
Fixes #204
7 years ago
Yann Weber
2f6cdd279d
Add a missing file
7 years ago
Yann Weber
47fa14e566
Merge branch 'master' into lodelsites-dev
Conflicts:
lodel/editorial_model/components.py
lodel/editorial_model/model.py
lodel/plugin/plugins.py
lodel/plugins/Makefile.am
lodel/plugins/webui/templates/admin/editable_component.html
lodel/validator/validator.py
Revert:
lodel/validator/validator.py 3d51695ea6
The hook HAS TO be registered even if not value !
7 years ago
prieto
cdd13d9b4b
Delete is_exist
7 years ago
Yann Weber
c3aa0aa85c
Updated em pickle representation
7 years ago
Yann Weber
cad6962fea
Bugfix in webui
Deleted hardcoded Object class name + adding support for varchar & text
in editable_component template
7 years ago
Yann Weber
236861083f
Adapting plugins to implements a multisite web interface
7 years ago
Roland Haroutiounian
3899753023
Documentation on the lodel.leapi.datahandlers.datas module
7 years ago
Roland Haroutiounian
d23e0fd9d4
Added documentation to the lodel.editorial_model.translator package
7 years ago
Roland Haroutiounian
03cd76ff69
Documentation for the lodel.editorial_model.exceptions module
7 years ago
Yann Weber
5467df8184
Fixing multisite loader
Now it seems to work. Tested using :
dummy datasource, no handled sites, ipython ui
7 years ago
Roland Haroutiounian
d39f9784c4
Changed the documentation of the lodel.editorial_model.exceptions module
7 years ago
Roland Haroutiounian
ce28dc134f
Changed the documentation in the editorial_model.translator.xmlfile module
7 years ago
Yann Weber
95305a88ba
Add a small workarround for sicover plugin in multisite
Conditionnal plugins path given the context type (mono or multi site)
7 years ago
Yann Weber
d3b88c06b2
Begin LodelContext addaptation in order to support dyncodes
Now the directory tree looks like :
.sites_context/lodelsites/NAME/__init__.py
.sites_context/lodelsites/NAME/leapi_dyncode.py
.sites_context/lodelsites/NAME/lodel/ <- symlink
7 years ago
Yann Weber
8006bfb080
Now lodel_admin.py dyncode seems functionnal on multisite
Only tested for lodelsites instance
7 years ago
Yann Weber
63f6143003
Typo fixing
7 years ago
Yann Weber
f2a8578981
Bugfixes in dyncode core_script
7 years ago
Yann Weber
ee6db4f895
Bugfix about pickle translator & LodelContext
The is_instance test on classes loaded from a pickle file is not
relevant :
lodel.editorial_model.components.EmClass != lodelsites.__loader__.editorial_model.components.EmClass
7 years ago
Yann Weber
6e4942c6a9
Bugfix on lodeladmin allowing to run dyncode update
There is a problem left : when dyncode runs an error is triggered telling
that no active clases were found
7 years ago
Roland Haroutiounian
595e7a67ad
Fixed the documentation of lodel.editorial_model.translator.picklefile
7 years ago
Roland Haroutiounian
142f259a43
Added documentation for the picklefile module
7 years ago
Roland Haroutiounian
e447da53f0
Added comments in the documentation of the auth package
7 years ago
Roland Haroutiounian
8a7ac08c9d
Updated the documentation of the lodel.auth package
7 years ago
Yann Weber
f9ade94a06
Merged server.conf.d and lodelsites_conf.d for lodelsites
Now both __loader__ and lodelsites contexts are using the same configuration
files and the same confspecs.
7 years ago
Yann Weber
e877adf9c9
Seems to fixes #250 and fixes #316
7 years ago
Roland Haroutiounian
5d43f04276
Added documentation on the lodel/auth/exceptions.py module
7 years ago
Yann Weber
c4b37e151a
Bugfix on monosite deployment
Now using mass_deploy and slim seems to work for a monosite
7 years ago
prieto
1e7b93db52
Avoids accented name of instances in mass_deploy
7 years ago
prieto
548df7c36c
Allows a pretty display for em_simple
7 years ago
prieto
5964923d30
change of size for text
7 years ago
Hicham Benjelloun
5a49878df4
Fix Plugin.module_name()
7 years ago
Hicham Benjelloun
844b4eafb9
Refactor Plugin.module_name()
7 years ago
Hicham Benjelloun
1eb20f794d
Merge
7 years ago
Hicham Benjelloun
87567222ab
Refactor module_name method in class Plugin
7 years ago
prieto
b547f75c9f
Without is_exist
7 years ago
prieto
df60ae69d3
Enhances admin(create) interface
7 years ago
prieto
8df56868f2
With dirty workaround of ticket Bug #282
7 years ago
prieto
7976a21413
Correction of plugins/Makefile.am to make make deb right.
7 years ago
Hicham Benjelloun
a2e3707a4b
Fix Python allowed versions
7 years ago
Hicham Benjelloun
3d51695ea6
Fix plugins Makefile.am, settings initialization and validator
7 years ago
Yann Weber
52c8be3398
Add the multisite_install_model dir
7 years ago
Yann Weber
373772cf01
Updated lodel_admin.py script + started to write an updateDyncode core script
7 years ago
Yann Weber
5eef806aa4
Settings exception & error enhancement
7 years ago