1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-27 23:56:53 +01:00
Commit graph

61 commits

Author SHA1 Message Date
prieto
b79feb2ddf Resolves conflicts with last merge 2016-12-14 08:53:55 +01:00
prieto
95abc1e881 Display of Link reference 2016-12-14 08:44:24 +01:00
Roland Haroutiounian
d5d2285977 Fixed some methods' docstrings 2016-12-09 17:16:45 +01:00
Yann
4e71cc3ad4 show_object* template factorisation
+ bugfixes in show_object_detailled
2016-12-09 15:43:54 +01:00
Yann
be5be7689b Bugfix in dummy plugin 2016-12-09 13:53:02 +01:00
prieto
4d7e9da1c4 Merge branch 'context_manager_poc' into new_em 2016-12-09 10:36:31 +01:00
Yann
aa1ccd4a8d Begin to fix back_reference update 2016-12-07 17:29:02 +01:00
prieto
a67a362aa9 Resolving conflict with merge 2016-12-07 17:20:11 +01:00
Yann
548320e6d3 A bugfix, again, for the same piece of code (sorry)
forget to name the argument
2016-12-07 16:00:11 +01:00
Yann
2ba728da7d Format bugfix in update controller for webui 2016-12-07 15:58:17 +01:00
Yann
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
2016-12-07 15:54:04 +01:00
Yann
5fe7b025ff Enhancement in standalone server
Now we are able to limit the number of spawned child processes
2016-12-07 13:54:56 +01:00
prieto
560bee2d40 Error corrected 2016-12-07 12:12:54 +01:00
prieto
0f2261f8a6 Error corrected 2016-12-07 12:11:40 +01:00
prieto
614a5f6eea Home page with collections listing 2016-12-07 11:18:52 +01:00
prieto
a33cf7f3eb Still small adjustments 2016-12-07 10:09:24 +01:00
prieto
86a11eb6f5 Bug fixes 2016-12-07 08:49:41 +01:00
prieto
bfba135265 Big fix 2016-12-07 08:45:59 +01:00
prieto
b87122d293 Still inteface 2016-12-05 14:03:29 +01:00
prieto
bb1b48a964 Still interface 2016-12-02 10:13:44 +01:00
prieto
7178d9116d Interface for new em 2016-12-02 09:26:19 +01:00
prieto
58fa86ba6d Correcting query.py 2016-12-01 13:47:08 +01:00
prieto
e53d9f5ac4 Editorial model correctoin 2016-12-01 10:14:39 +01:00
prieto
98a15fd7a5 Added colections listing 2016-11-30 16:20:40 +01:00
prieto
89c61a95df Changement de modèle éditorial 2016-11-25 14:23:37 +01:00
Yann
c1f627eb18 Add configurable stuff for the standalone server
Now listening address, listening port and max_children count can be configured using the Settings module
2016-11-18 16:55:09 +01:00
Yann
31af31ded2 multisite server optimisation
Adding a cache for app module reducing seriously routing overhead
2016-11-18 11:03:45 +01:00
Yann
c8f571f0b7 Deleting debug messaging of multisite standalone server 2016-11-18 10:24:43 +01:00
Yann
5f5a45569a Make webui admin controller multivalue form input splitting more permissive
Now all "empty" values are deleted from the resulting array
2016-11-18 09:15:44 +01:00
Yann
dd9f017b98 Now HttpException logs with lodel.logger 2016-11-18 09:15:21 +01:00
Yann
b3b1f9d3ee Code factorisation 2016-11-18 08:55:12 +01:00
Yann
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....
2016-11-18 08:52:47 +01:00
Yann
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
2016-11-18 08:52:47 +01:00
prieto
dac3e50d12 Small enhancement og interface 2016-11-17 17:10:02 +01:00
prieto
5afd2c4718 Correction in in datasource, small correction in cbl 2016-11-17 17:02:09 +01:00
Yann
471d99d3d9 Bugfixes in webui admin controler and in mongo datasource 2016-11-17 16:07:49 +01:00
Yann
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
2016-11-17 15:07:33 +01:00
Yann
742e77225a Add a fogotten file 2016-11-16 11:59:19 +01:00
Yann
ab0e5146dd Updates the multisite loader to enable loader settings & logger 2016-11-10 16:28:46 +01:00
prieto
30ad11d1b6 Added import sys 2016-11-10 15:22:37 +01:00
Yann
f4c88e9555 Bugfix in mongodb datasource select ordering
They were a bug when ordering stuff contains 2 values that are equals
2016-11-09 16:48:40 +01:00
Yann
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)
2016-11-09 12:17:17 +01:00
Yann
e9f8f5e054 Bugfixes makin index of webinterface to work in MULTISITE 2016-11-04 17:15:36 +01:00
Yann
9ceb726a4a Attempt to expose dyncode in contexts + bugfixes 2016-11-04 16:56:03 +01:00
Yann
e3b8e49060 Bugfixes in context and webui in order to test multisite
Regression may have been introduced about MONOSITE mode
2016-11-04 16:09:58 +01:00
Roland Haroutiounian
29253424f4 Small fixes 2016-11-04 15:00:12 +01:00
prieto
4e4190298b Multisite loader - correction 2016-11-04 14:35:05 +01:00
prieto
3dfe523c5a Multisite loader 2016-11-04 14:32:53 +01:00
Yann
2195ca15af Merge branch 'context_manager_poc' of git.labocleo.org:lodel2 into context_manager_poc
Conflicts:
	lodel/plugins/multisite/loader.py
2016-11-04 14:20:46 +01:00
Yann
773ea0e696 LodelContext enhancement to fit the new loader
+ uses the changes in the preload method
2016-11-04 14:17:58 +01:00