Yann Weber
ce9e64ac8e
em_test bugfix
added a default value for Subsection parent field
8 years ago
Yann Weber
882a3baacb
em_test update
adds a default value to Publication collection field
8 years ago
Yann Weber
ea8bb4f6d1
em_test updates
8 years ago
prieto
aa7766c3a1
pickle file
8 years ago
prieto
be03a5da63
dyncode
8 years ago
prieto
0e4b87c41c
Corrects allowed_classes in Collection
8 years ago
Yann Weber
9d273e6fef
Add a new sttings validator + use it
- Written a new custom_list validator, it takes another validator name as argument (in order to validate items of list)
- Using it to validate list of plugins names
8 years ago
prieto
33e65b1518
Authentification form in Webui interface
8 years ago
m.orban
18aa82b531
Deleted old conf (plugins_path and plugins) in globconf.d
8 years ago
m.orban
0e7b5828fa
Added a settings validator for plugin
8 years ago
Yann Weber
0aec7f6ca8
Bugfixe in leobject
Deleted hardcoded condition that brokes standart field validation process
8 years ago
Yann Weber
52c60a9f63
Bugfixes in XmlFile translator & in base_classes datahandlers
8 years ago
Yann Weber
25a231702e
Changed confspec to include Auth specs + em_test modifications
8 years ago
Yann Weber
dd2f93faea
A lot of small bugfixes
8 years ago
Yann Weber
557d277186
Multiple bugfixes + create_instance.sh script update
- Add an update feature to create_instance.sh script
- Updated webui plugin load instruction (running loader.start() in run)
- Updated the way EmCmponents handles EmGroup
- Updated the way EmFields handles EmClass
- Updated xmlfile translator according to EmComponent modification
8 years ago
Yann Weber
91fff4ca1c
Bugfixes on EmGroups handling
8 years ago
Yann Weber
69f59baa2c
Bugfix on group activation (in EmClasses all fields were always actives)
8 years ago
Yann Weber
ae8d8c05a6
Bugfix on EM groups handling (now we have to set actives groups in settings)
8 years ago
Yann Weber
f02bba37f2
Separate the controllers function in multiples files
8 years ago
Yann Weber
6e89fca151
The automatic UID creation by datasource implementation implies somes changes :
The UniqID datahandler has to call the datasource
LeObject has to be able to determine wich parent class define its UID datahandler
[NOT IMPLEMENTED] the datasource should be able to select with an abstract LeObject as target ( see #92 )
8 years ago
Yann Weber
ece5029d66
em_test update + bugfix in tests
8 years ago
Yann Weber
5ba8fd8e7f
em_test update + DataHandler bugfix & enhancement
8 years ago
Yann Weber
006b0c4bc0
Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py
8 years ago
Yann Weber
0b60023145
More tests on LeObject
8 years ago
Yann Weber
e278200414
More tests on LeObject
8 years ago
Yann Weber
976d0c90c8
First tests on LeObjects
8 years ago
Yann Weber
e9f17eab6e
Fixes #79 (and brokes tests of xml translator)
Adding a field to all non abstract classes to store in DB the name of corresponding LeObject subclass
8 years ago
Yann Weber
0f9b07f08a
More tests & debug on multi datasource queries + em_test update
- Added missing allowed_classes options to some references in em_test
8 years ago
Yann Weber
e55954d947
First test on multi datasource queries + em_test update + query.py debug
- Modified again the em_test to fit with testing purpose
- First test on multi datasource query written
- debugging of query.py
8 years ago
Yann Weber
b8d5b5bba2
Completing em_test modifications + completing the dump_infos method of LeFilteredQuery
- adding an EmClass to make a double link between indexes and texts
- adding subqueries infos to dump_infos method of LeFilteredQuery
8 years ago
Yann Weber
d6fbc5cfd1
Test editorial model updated to use two different datasources
- defining a new datasource named dummy2 in both tests conf and install/conf.d
- adding two class using the new datasource in em_test.py
- index : abtract class representing indexes (two fields, name & content)
- indextheme : thematic index, inheriting from index but with one more field "theme"
8 years ago
Yann Weber
8204f97fc5
Documentin Plugin + update pickle file example
8 years ago
Yann Weber
63a85eb85c
Bugfix in xmfile translator tests (path problem)
Using the conf to load emtests.pickle
8 years ago
Yann Weber
3fe63787fb
Updated lequery.py to use targe_class datasource and not taking it as arguement of execute methods
8 years ago
Yann Weber
a7c69629e7
Introducing a datasource attribute by em_class
8 years ago
Yann Weber
9781577cb6
Add tests for filtered queries + bugfixes
- adds tests on filter parse & check
- standart filters parse & check
- relational filters parse & check
- bugfixes related to tests in query.py
- update the example and the test EM
- bugfixes in admin script
8 years ago
Yann Weber
2628e67982
Bugfix in utility script
8 years ago
Yann Weber
f402902b5b
Written some tests for filtered queries + query re modifications
- the re for filter spliting is modified to better handle operators
- added leading & trailing space to some operators
8 years ago
Yann Weber
a312cbc4d9
First version of lodel2 instance creation script
8 years ago
Yann Weber
54493b4538
Fixes scripts & em_tests (bugs with settings bootstrap)
8 years ago
Yann Weber
46fe058e5a
Deleted a print in tests + updates pickled em
8 years ago
Yann Weber
2c47c71116
Modification in backreference handling.
Now a backreference is represented by a tuple(LeObject child class, fieldname)
8 years ago
Yann Weber
a57899fb18
Bugfix on backreferences + updates of em_test
8 years ago
Yann Weber
9676537c40
Add a small dirty Makefile (to make doc and dynamic code)
8 years ago
Yann Weber
b4f809d9bd
em_test modifications
8 years ago
Yann Weber
a9b4a1bfae
em_test.py and examples/em_test.pickle updates
8 years ago
Yann Weber
222cae438c
Fixed the em_test.py (not fixed, just comments some lines) + update the em_test.pickle file
8 years ago
Yann Weber
6df3b4d5ce
Add some scripts to handler dynamic code generation (without doc)
8 years ago