prieto
50560c8496
Changes to slim for LodelContext
8 years ago
Roland Haroutiounian
360a60fee7
LodelContext is used in the lodelsite starting process
8 years ago
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 years ago
Yann Weber
d3f4a0d8d3
Bugfix with debian package build
Add the lodelsites directory to the autotools chain. Note : for the moment it's a dirty POC, we have to do it in a cleaner way...
8 years ago
Yann Weber
c3137b658f
Replaced imports by LodelContext.expose_modules() calls
Theorically all of those imports were tested by unit testing, but we've got no inssurance about that.
And even if unit tests had check for syntax errors, all pieces of code were not tested. We cannot
be sure that an import was missed or forgotten...
8 years ago
Yann Weber
8085efeb99
Replaced all lodel subthings import by LodelContext.expose_modules calls
Test passes
8 years ago
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 years ago
Yann Weber
572c408a79
POC of context manager to handle virtual lodel packages
8 years ago
Yann Weber
63ca38b370
Fixed runtest scripts
8 years ago
prieto
d0f52641b3
In operator with cast of right type
8 years ago
prieto
b79a82e9f0
detailed object listing
8 years ago
Roland Haroutiounian
bb60b09d66
Added the conversion between a string and a list for the "in"/"not in" operators
8 years ago
prieto
2d8a9811e6
Some adjustments and corresions
8 years ago
m.orban
a6ddb0a972
Modified README to deploy in VM
8 years ago
Yann Weber
0b60a24582
Bugfixes on back reference handling for singleRef solves #154
8 years ago
Yann Weber
397dc521c3
bugfix in CBL
Addapted to links withou _blank target
8 years ago
Yann Weber
ea8bb4f6d1
em_test updates
8 years ago
prieto
c04fe41b80
Objects detailed
8 years ago
prieto
c451dc188e
Merge branch 'master' of git.labocleo.org:lodel2
8 years ago
Yann Weber
740d0c1167
Bugfixes on backreference handling
8 years ago
Yann Weber
2010fb29e8
empty method implementation for Reference objects
8 years ago
Yann Weber
1c716173be
Quick & dirty readonly input removal
Removed useless readonly property on some fields
8 years ago
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 years ago
Yann Weber
14ec5a0b66
solves #153
Add master = true to uwsgi.ini
8 years ago
Yann Weber
44f39356eb
Removed target="_blank" on links
8 years ago
prieto
7c096073c0
Display detailed of an object
8 years ago
Roland Haroutiounian
2830502b0d
Added a TODO in the search controller
8 years ago
Roland Haroutiounian
97418cbeaa
Added a template for a search page
8 years ago
Yann Weber
1d2749392f
bugfix in base template
8 years ago
Yann Weber
4d361423ff
Bugfixes in webui update handling
8 years ago
Yann Weber
6f8c2d3173
Generic error template enhancement
Add the custom message provided by HttpException to the template
8 years ago
Yann Weber
df45f318d4
Bugfixe in MongoDb datasource
Pymongo do not handles sets as value. We have to cast them into lists
done only in update for the moment...
8 years ago
Yann Weber
8a1aef8d68
Enhancement of LeObject get_from_uid method
Return an instance and not a list of len 1 anymore
8 years ago
Yann Weber
78e3dca30b
MultipleRef datahandlers bugfixes
In construct and check data
8 years ago
Yann Weber
d57c677cc6
mass_deploy script enhancement
Add the possibility to give a fixed name to instances created by mass_deploy
8 years ago
prieto
9a38e50fb5
create_datas
8 years ago
prieto
35f543074b
Bugfixes
8 years ago
prieto
d18b23d19c
Adds usage in script
8 years ago
prieto
aa7766c3a1
pickle file
8 years ago
Yann Weber
864c57ed78
Commenting CBL
8 years ago
prieto
a09585d63c
Enhancements of crea_datas scripts
8 years ago
prieto
be03a5da63
dyncode
8 years ago
Yann Weber
8f5e33cb7f
V1 of CBL script
Tree 'scenario' are available :
- mass insertion
- mass edition
- mass deletion
For the moment scenario parameters and order are harcoded :
- 50 iteration for mass_insertion
- 10 iteration for mass_edition
- 10 iteration on deletion
8 years ago
prieto
0e4b87c41c
Corrects allowed_classes in Collection
8 years ago
prieto
7fa8dee106
Remove curl access to indexthemes
8 years ago
prieto
28d823986e
Static url to templates
8 years ago
prieto
09511f3b5f
Static url to templates
8 years ago
prieto
5bbcdbbdcb
Correction of static url
8 years ago
prieto
910b078ed6
Last changes
8 years ago
prieto
bcd368fc01
Bugfixes
8 years ago