Quentin Bonaventure
c4289764ec
Created and added varcharlist DH to lodelsites EM
hace 8 años
prieto
4fb0c89ddb
Utilisation is_exist
hace 8 años
prieto
54b1521d09
Adds LeQuery.is_exist function to test the existence of an LeObject instance
hace 8 años
prieto
e9a0b7a924
Small correction
hace 8 años
prieto
084b2dd5f0
Corrects an error
hace 8 años
prieto
a66e5d2d30
Add a check that the given value points onto an allowed class
hace 8 años
Roland Haroutiounian
adfe7b886a
Fixed some methods' documentation
hace 8 años
Yann Weber
163b4cba88
Enhancement of some autotools actions
Warning, may contains some bugs !!!
hace 8 años
Yann Weber
a0bf4c1176
Bugfixes in PluginVersion comparison functions
hace 8 años
Quentin Bonaventure
8d68809694
Added symlink on install
hace 8 años
Yann Weber
08bcdbe57b
Starts implementation of uninstall plugins action
For the moment there is only uninstalling by name that works because #207
hace 8 años
Yann Weber
0a93191207
Syntax error bugfix
hace 8 años
Yann Weber
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)
hace 8 años
Yann Weber
5706810928
Enhancement in plugins-list lodel_admin action
Now in verbose mode we are printing all plugins, even those with duplicated
names and different versions
hace 8 años
Yann Weber
74893c76fb
Bugfixes in PluginVersion
hace 8 años
Yann Weber
0fc2b6ad0f
Add an action allowing to install plugins in lodel_admin
the action is named plugins
hace 8 años
Yann Weber
4277576b99
Begining to write plugins scripts
For the moment a new action for lodel_admin has been added : list-plugins
With two options : verbosity and output formatted in CSV
hace 8 años
Yann Weber
aa1c0fb40c
Updated comments for lodel.plugin.plugins
fixes #205
hace 8 años
Yann Weber
31a18f37fe
Updated plugins beahavior according to lodelContext
Now discover is run when we want to know the list of installed plugins.
+ bugfix in module name generation (only in the constructor) to take care
of possible subdirs
hace 8 años
Quentin Bonaventure
daa16b93e1
Removed strange import
Removed the "from .datasource_plugin import DatasourcePlugin" in
Plugin.register
hace 8 años
Quentin Bonaventure
dab816f228
Removed repeated conditionnal statements
The exact same conditionnal statement throwing error if ptype is unknown
in Plugin.register() is already executed by
MetaPlugType.type_from_name(), which is called right after it. Guessing
which class should be concerned by such a check, I ended up removing it
in Plugin.
hace 8 años
prieto
dc9a7616f8
Function to get authors in interface
hace 8 años
prieto
c37d753a50
Interface for simple em
hace 8 años
Yann Weber
93f1f91699
Code cleaning
Deleting code from old standalone server
hace 8 años
Yann Weber
fcebf96031
More comments
hace 8 años
Yann Weber
b7197d8ea4
Adding some comments in multisite loader.py & run.py
hace 8 años
Yann Weber
6da005fa91
First commit of a single uWSGI serving X lodel2
Seems to works !! :)
hace 8 años
Yann Weber
383af4be53
Quick & dirty workaround for issue #188
We delete all results with the same UID...
hace 8 años
Yann Weber
4e71cc3ad4
show_object* template factorisation
+ bugfixes in show_object_detailled
hace 8 años
Yann Weber
67bfa2152f
Implements new methods for reference datahandlers
get_referenced method were implemented for SingleReference and MultipleReference class
They are able to return LeObject instances refereced by them
hace 8 años
Yann Weber
be5be7689b
Bugfix in dummy plugin
hace 8 años
Yann Weber
705c8f511c
Bugfix in lodel.leapi.query
Hook names were wrong
hace 8 años
Yann Weber
e2ddb47777
Better loglevel for hooks calls
hace 8 años
Yann Weber
aa1ccd4a8d
Begin to fix back_reference update
hace 8 años
Yann Weber
548320e6d3
A bugfix, again, for the same piece of code (sorry)
forget to name the argument
hace 8 años
Yann Weber
2ba728da7d
Format bugfix in update controller for webui
hace 8 años
Yann Weber
c8d22fedba
Bugfix in webui update controller
Now when we try to update an object that do not exists a 404 is answered and not a 500 anymore
hace 8 años
Yann Weber
62f92ff641
Bugfix in datahandlers/base_classes.py
Deleted old methods that are unused (one of them was triggerring an error will doing nothing)
hace 8 años
Yann Weber
5fe7b025ff
Enhancement in standalone server
Now we are able to limit the number of spawned child processes
hace 8 años
Yann Weber
6fc931f52e
Bugfix in MONOSITE mode
hace 8 años
Yann Weber
c1f627eb18
Add configurable stuff for the standalone server
Now listening address, listening port and max_children count can be configured using the Settings module
hace 8 años
Yann Weber
31af31ded2
multisite server optimisation
Adding a cache for app module reducing seriously routing overhead
hace 8 años
Yann Weber
c8f571f0b7
Deleting debug messaging of multisite standalone server
hace 8 años
Yann Weber
e79cc4a9de
Enhancement of logger default options
hace 8 años
Yann Weber
5f5a45569a
Make webui admin controller multivalue form input splitting more permissive
Now all "empty" values are deleted from the resulting array
hace 8 años
Yann Weber
dd9f017b98
Now HttpException logs with lodel.logger
hace 8 años
Yann Weber
b3b1f9d3ee
Code factorisation
hace 8 años
Yann Weber
2be79e50f0
Changes & bugfix in lodel.plugin.plugins
There were manual import through importlib, we have to replace them with LodelContext calls.
Actually the plugins module is in a dirty state....
hace 8 años
Yann Weber
e31adfda8e
Bugfixes in numerous import processes
Replace some old pure python import by LodelContext calls
Change the plugins imports methods to use LodelContext instead
Fixes dyncode exposure method
hace 8 años
prieto
dac3e50d12
Small enhancement og interface
hace 8 años