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
e3b8e49060
Bugfixes in context and webui in order to test multisite
Regression may have been introduced about MONOSITE mode
8年前
Roland Haroutiounian
29253424f4
Small fixes
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
0406e91846
Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
8年前
Yann Weber
75c2a81225
Now plugins can define dependencies.
8年前
Yann Weber
cc337ccb73
Fixing tests and skipping the Settings set test
- I do not understand wy the set test for Settings was OK before...
8年前