Yann Weber
f4386d9b83
Bugfix in lodel.context
8 years ago
Yann Weber
e621f4adc5
Small bugfixes allowing deb pkg installation
Only syntax errors
8 years ago
Quentin Bonaventure
1ea521c971
Syntax error fix
8 years ago
Yann Weber
816d99adf6
[untested] Implements dyncode update in lodelsites
Implements dyncode update for handled sites in lodelsites. solves #260
8 years ago
Yann Weber
c117f97c6e
Typo fixing in multisite confspec
8 years ago
Quentin Bonaventure
c6ec0aba2a
Modifies lodel site install paths
8 years ago
Yann Weber
68cd6a0c7d
Updated confspec for multisite plugins
Introduce a new dependencie between lodelContext & multisite plugin
8 years ago
Yann Weber
6c642e3a41
Modified some constants in buildconf & in lodesites fs_utils
8 years ago
Quentin Bonaventure
d3bf43f3ff
fixed modules exposed and paths
8 years ago
Yann Weber
9df0443a8b
[broken] Starting multisite loader rewriting refs #235
At this point the loader in lodel/plugins/multisite/run.py is theorically
complete & correct. But some features are missing in order to be able
to test & debug it ( refs #275 ).
8 years ago
Quentin Bonaventure
738fff7494
Fixed Lodelsites path in fs_utils
8 years ago
Yann Weber
d5cf4cf668
Small bugfixes + pep8
8 years ago
Quentin Bonaventure
d0ff939544
bugfix on fs_utils.py related to Bug #253
8 years ago
Quentin Bonaventure
470dbfbca0
[unimportant] English corrections
8 years ago
Quentin Bonaventure
1c3edfba98
[Unimportant] english corrections
8 years ago
Quentin Bonaventure
3619f66a48
Fixed another typo caused b the first one
8 years ago
Quentin Bonaventure
bc9a0a0e6b
Typo correction
8 years ago
Yann Weber
d202a55773
Bugfixes in LodelSiteDatasource
Now we are able to insert a lodelsite
8 years ago
Quentin Bonaventure
8a8a624cb7
Correction of lodelsites plugin scripts
8 years ago
Yann Weber
df2c6810a6
[broken] First LodelSiteDatasource implementation
no debug has been made on those piece of code
8 years ago
prieto
4fb0c89ddb
Utilisation is_exist
8 years ago
prieto
54b1521d09
Adds LeQuery.is_exist function to test the existence of an LeObject instance
8 years ago
Roland Haroutiounian
adfe7b886a
Fixed some methods' documentation
8 years ago
Yann Weber
163b4cba88
Enhancement of some autotools actions
Warning, may contains some bugs !!!
8 years ago
Quentin Bonaventure
8d68809694
Added symlink on install
8 years ago
prieto
dc9a7616f8
Function to get authors in interface
8 years ago
prieto
c37d753a50
Interface for simple em
8 years ago
Yann Weber
93f1f91699
Code cleaning
Deleting code from old standalone server
8 years ago
Yann Weber
fcebf96031
More comments
8 years ago
Yann Weber
b7197d8ea4
Adding some comments in multisite loader.py & run.py
8 years ago
Yann Weber
6da005fa91
First commit of a single uWSGI serving X lodel2
Seems to works !! :)
8 years ago
Yann Weber
4e71cc3ad4
show_object* template factorisation
+ bugfixes in show_object_detailled
8 years ago
Yann Weber
be5be7689b
Bugfix in dummy plugin
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
5fe7b025ff
Enhancement in standalone server
Now we are able to limit the number of spawned child processes
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
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
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