Yann Weber
6da005fa91
First commit of a single uWSGI serving X lodel2
Seems to works !! :)
8 years ago
Yann Weber
383af4be53
Quick & dirty workaround for issue #188
We delete all results with the same UID...
8 years ago
Yann Weber
4e71cc3ad4
show_object* template factorisation
+ bugfixes in show_object_detailled
8 years ago
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
8 years ago
Yann Weber
be5be7689b
Bugfix in dummy plugin
8 years ago
Yann Weber
705c8f511c
Bugfix in lodel.leapi.query
Hook names were wrong
8 years ago
Yann Weber
e2ddb47777
Better loglevel for hooks calls
8 years ago
Yann Weber
aa1ccd4a8d
Begin to fix back_reference update
8 years ago
Yann Weber
548320e6d3
A bugfix, again, for the same piece of code (sorry)
forget to name the argument
8 years ago
Yann Weber
2ba728da7d
Format bugfix in update controller for webui
8 years ago
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
8 years ago
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)
8 years ago
Yann Weber
5fe7b025ff
Enhancement in standalone server
Now we are able to limit the number of spawned child processes
8 years ago
Yann Weber
6fc931f52e
Bugfix in MONOSITE mode
8 years ago
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
8 years ago
Yann Weber
31af31ded2
multisite server optimisation
Adding a cache for app module reducing seriously routing overhead
8 years ago
Yann Weber
c8f571f0b7
Deleting debug messaging of multisite standalone server
8 years ago
Yann Weber
e79cc4a9de
Enhancement of logger default options
8 years ago
Yann Weber
5f5a45569a
Make webui admin controller multivalue form input splitting more permissive
Now all "empty" values are deleted from the resulting array
8 years ago
Yann Weber
dd9f017b98
Now HttpException logs with lodel.logger
8 years ago
Yann Weber
b3b1f9d3ee
Code factorisation
8 years ago
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....
8 years ago
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
8 years ago
prieto
dac3e50d12
Small enhancement og interface
8 years ago
prieto
5afd2c4718
Correction in in datasource, small correction in cbl
8 years ago
Yann Weber
471d99d3d9
Bugfixes in webui admin controler and in mongo datasource
8 years ago
Yann Weber
32e2579350
Bugfix in Reference DataHandler instanciation
**kwargs was not given to super() constructor
8 years ago
Yann Weber
4df8bdea89
Webui admin controller bugfix & factorisation
Implements a new exception class for webui : HttpErrors that uses a new template : errors.html to display multiples errors
8 years ago
Yann Weber
0f6efd899a
Enables more verbose messages for module overwriting
8 years ago
Yann Weber
742e77225a
Add a fogotten file
8 years ago
Yann Weber
8d4b764472
Commenting and reorganising code of lodel/context.py
8 years ago
Yann Weber
fc7c74660b
Debuging logger for multicontext environment
Before we were calling the logging.getLogger function without argument. The result was
that all contexts were sharing the same logger (and every message were logged X time with
X the number of loaded context).
Now getLogger is called with the context id as argument, each context has its own logger.
8 years ago
Yann Weber
dbcccb2bbf
Now we can use LodelContext with the with statement
8 years ago
Yann Weber
4310f73935
Updated logger to display loaded context in log messages
WARNING : not fully tested
8 years ago
Yann Weber
ab0e5146dd
Updates the multisite loader to enable loader settings & logger
8 years ago
Yann Weber
b2e904ad58
Changed loader context behavior
Now the loader context is threated like the others (it loads it's libs from a symlink, before it was loading them from lodel package)
8 years ago
Yann Weber
0ffe60ff2b
Modifying settings class to allow usage of custom confspecs
a bit dirty & quick
8 years ago
Yann Weber
b44113b74a
Fixing import in logger plugins & datasource_plugin
8 years ago
prieto
30ad11d1b6
Added import sys
8 years ago
Yann Weber
f4c88e9555
Bugfix in mongodb datasource select ordering
They were a bug when ordering stuff contains 2 values that are equals
8 years ago
Yann Weber
a21e0be25f
Fixing multisite loading process & dyncode bootstrapping
- a "normal" import was left in lefactory_common
- the hook triggering datasources init in dyncode was not called
- dyncode was not exposed in the loader (making hook call useless : the hook has to be called once the dyncode has been "seen" (imported) by python)
8 years ago
Yann Weber
e9f8f5e054
Bugfixes makin index of webinterface to work in MULTISITE
8 years ago
Yann Weber
9ceb726a4a
Attempt to expose dyncode in contexts + bugfixes
8 years ago
Yann Weber
7be6e80e1d
Deleted useless exposed module
8 years ago
Yann Weber
e3b8e49060
Bugfixes in context and webui in order to test multisite
Regression may have been introduced about MONOSITE mode
8 years ago
Yann Weber
4b3ebcabe8
Various bugfixes
concerning unittest & field validators
8 years ago
Roland Haroutiounian
29253424f4
Small fixes
8 years ago
Yann Weber
edb8dde101
Deployment bugfixes
Fixes problems with plugins
8 years ago
prieto
4e4190298b
Multisite loader - correction
8 years ago
prieto
3dfe523c5a
Multisite loader
8 years ago