Yann Weber
32e2579350
Bugfix in Reference DataHandler instanciation
**kwargs was not given to super() constructor
8 роки тому
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 роки тому
Yann Weber
0f6efd899a
Enables more verbose messages for module overwriting
8 роки тому
Yann Weber
742e77225a
Add a fogotten file
8 роки тому
Yann Weber
8d4b764472
Commenting and reorganising code of lodel/context.py
8 роки тому
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 роки тому
Yann Weber
dbcccb2bbf
Now we can use LodelContext with the with statement
8 роки тому
Yann Weber
4310f73935
Updated logger to display loaded context in log messages
WARNING : not fully tested
8 роки тому
Yann Weber
ab0e5146dd
Updates the multisite loader to enable loader settings & logger
8 роки тому
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 роки тому
Yann Weber
0ffe60ff2b
Modifying settings class to allow usage of custom confspecs
a bit dirty & quick
8 роки тому
Yann Weber
b44113b74a
Fixing import in logger plugins & datasource_plugin
8 роки тому
prieto
30ad11d1b6
Added import sys
8 роки тому
Yann Weber
f4c88e9555
Bugfix in mongodb datasource select ordering
They were a bug when ordering stuff contains 2 values that are equals
8 роки тому
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 роки тому
Yann Weber
e9f8f5e054
Bugfixes makin index of webinterface to work in MULTISITE
8 роки тому
Yann Weber
9ceb726a4a
Attempt to expose dyncode in contexts + bugfixes
8 роки тому
Yann Weber
7be6e80e1d
Deleted useless exposed module
8 роки тому
Yann Weber
e3b8e49060
Bugfixes in context and webui in order to test multisite
Regression may have been introduced about MONOSITE mode
8 роки тому
Yann Weber
4b3ebcabe8
Various bugfixes
concerning unittest & field validators
8 роки тому
Roland Haroutiounian
29253424f4
Small fixes
8 роки тому
Yann Weber
edb8dde101
Deployment bugfixes
Fixes problems with plugins
8 роки тому
prieto
4e4190298b
Multisite loader - correction
8 роки тому
prieto
3dfe523c5a
Multisite loader
8 роки тому
Yann Weber
773ea0e696
LodelContext enhancement to fit the new loader
+ uses the changes in the preload method
8 роки тому
Roland Haroutiounian
fb45b2bb4e
bugfix in loader.py
8 роки тому
Roland Haroutiounian
1607c99d7b
Deleted a useless import in the loader module in the multisite plugin
8 роки тому
Roland Haroutiounian
44a674d99b
The preload function is getting its contexts directly from LodelContexts._contexts
8 роки тому
Roland Haroutiounian
8521a393c1
Added the plugins loading to the preload
8 роки тому
Yann Weber
9668aed506
Enhancement of multisite WSGIServer
- found a way to make it implements the socketserver.ForkinTCPServer features reducing the global code size (and removed a lot of dirty copy & paste from cpython sources)
- deleted useless imports
8 роки тому
Roland Haroutiounian
9a8a615893
Added a loader module in the multisite plugin
8 роки тому
Yann Weber
2a7c196bfb
Solves the client socket leak bug in forking wsgi server
8 роки тому
Yann Weber
0aaadb3d2d
Overwrite default socketserver.ForkingMixIn max_children limit
8 роки тому
Yann Weber
5e46a8f791
Load context now uses the original lodel package as context
8 роки тому
Yann Weber
ae84b591bd
Added a new reserved context name for loading steps
- the reserved context is create and set at init time by the LodelContext.init method
- allows to use lodel libs will loading
- no special features implemented yet
8 роки тому
Yann Weber
0406e91846
Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
8 роки тому
Yann Weber
250f4b8683
LodelContext.from_path enhancement
Method is now disabled in MONOSITE mode
8 роки тому
Yann Weber
fbbfd35111
syntax bugfix
8 роки тому
prieto
50560c8496
Changes to slim for LodelContext
8 роки тому
Roland Haroutiounian
360a60fee7
LodelContext is used in the lodelsite starting process
8 роки тому
Yann Weber
5981bdc0e5
Various bugfix in LodelContext integration
- Replaced some "hidden" import with LodelContext.expose_modules calls
- in some functions of Setting, Plugin, validator
- in loader.py (temporary version)
In this state the tests runs (151 success), I'm able to run an instance (from debian package using slim) in MONOSITE mode and in MULTISITE mode by creating and loading a context in the loader.
8 роки тому
Yann Weber
8085efeb99
Replaced all lodel subthings import by LodelContext.expose_modules calls
Test passes
8 роки тому
Yann Weber
1257e49de6
Add the possibility to indicate an alias when exposing a list of objects
Changed the exposure specs to allow giving an alias for an object when importing using the from x import y,z form
8 роки тому
Yann Weber
572c408a79
POC of context manager to handle virtual lodel packages
8 роки тому
prieto
2d8a9811e6
Some adjustments and corresions
8 роки тому
Yann Weber
0b60a24582
Bugfixes on back reference handling for singleRef solves #154
8 роки тому
Yann Weber
2010fb29e8
empty method implementation for Reference objects
8 роки тому
Yann Weber
949320298d
Another bugfix on get_from_uid LeObject method
When not found return None and do not try to run len() on None
8 роки тому
Yann Weber
8a1aef8d68
Enhancement of LeObject get_from_uid method
Return an instance and not a list of len 1 anymore
8 роки тому
Yann Weber
78e3dca30b
MultipleRef datahandlers bugfixes
In construct and check data
8 роки тому