Yann
ce9e64ac8e
em_test bugfix
...
added a default value for Subsection parent field
2016-11-17 15:12:12 +01:00
Yann
882a3baacb
em_test update
...
adds a default value to Publication collection field
2016-11-17 15:07:33 +01:00
Yann
ea8bb4f6d1
em_test updates
2016-09-30 17:26:30 +02:00
prieto
aa7766c3a1
pickle file
2016-09-29 17:16:15 +02:00
prieto
be03a5da63
dyncode
2016-09-29 16:23:35 +02:00
prieto
0e4b87c41c
Corrects allowed_classes in Collection
2016-09-29 15:49:20 +02:00
Yann
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
2016-09-08 14:48:35 +02:00
prieto
33e65b1518
Authentification form in Webui interface
2016-09-01 12:12:59 +02:00
m.orban
0e7b5828fa
Added a settings validator for plugin
2016-08-19 09:58:15 +02:00
Yann
0aec7f6ca8
Bugfixe in leobject
...
Deleted hardcoded condition that brokes standart field validation process
2016-07-21 14:33:02 +02:00
Yann
52c60a9f63
Bugfixes in XmlFile translator & in base_classes datahandlers
2016-07-21 11:02:40 +02:00
Yann
25a231702e
Changed confspec to include Auth specs + em_test modifications
2016-07-07 16:35:28 +02:00
Yann
dd2f93faea
A lot of small bugfixes
2016-06-30 17:43:49 +02:00
Yann
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
2016-06-30 11:18:33 +02:00
Yann
91fff4ca1c
Bugfixes on EmGroups handling
2016-06-30 09:26:17 +02:00
Yann
69f59baa2c
Bugfix on group activation (in EmClasses all fields were always actives)
2016-06-29 15:03:51 +02:00
Yann
ae8d8c05a6
Bugfix on EM groups handling (now we have to set actives groups in settings)
2016-06-29 14:35:12 +02:00
Yann
f02bba37f2
Separate the controllers function in multiples files
2016-06-29 12:34:30 +02:00
Yann
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 )
2016-06-22 14:20:46 +02:00
Yann
ece5029d66
em_test update + bugfix in tests
2016-06-22 11:17:45 +02:00
Yann
5ba8fd8e7f
em_test update + DataHandler bugfix & enhancement
2016-06-16 16:36:16 +02:00
Yann
006b0c4bc0
Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py
2016-06-16 15:57:13 +02:00
Yann
0b60023145
More tests on LeObject
2016-06-10 16:30:13 +02:00
Yann
e278200414
More tests on LeObject
2016-06-10 15:05:24 +02:00
Yann
976d0c90c8
First tests on LeObjects
2016-06-10 14:46:38 +02:00
Yann
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
2016-06-09 17:49:14 +02:00
Yann
0f9b07f08a
More tests & debug on multi datasource queries + em_test update
...
- Added missing allowed_classes options to some references in em_test
2016-06-07 17:34:26 +02:00
Yann
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
2016-06-07 15:55:45 +02:00
Yann
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
2016-06-07 14:45:29 +02:00
Yann
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"
2016-06-07 14:24:16 +02:00
Yann
8204f97fc5
Documentin Plugin + update pickle file example
2016-06-01 16:41:42 +02:00
Yann
63a85eb85c
Bugfix in xmfile translator tests (path problem)
...
Using the conf to load emtests.pickle
2016-06-01 08:55:15 +02:00
Yann
3fe63787fb
Updated lequery.py to use targe_class datasource and not taking it as arguement of execute methods
2016-05-27 10:58:41 +02:00
Yann
a7c69629e7
Introducing a datasource attribute by em_class
2016-05-27 10:49:17 +02:00
Yann
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
2016-05-25 12:23:41 +02:00
Yann
2628e67982
Bugfix in utility script
2016-05-25 10:37:39 +02:00
Yann
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
2016-05-20 14:48:53 +02:00
Yann
a312cbc4d9
First version of lodel2 instance creation script
2016-04-21 11:51:57 +02:00
Yann
54493b4538
Fixes scripts & em_tests (bugs with settings bootstrap)
2016-04-13 12:07:31 +02:00
Yann
46fe058e5a
Deleted a print in tests + updates pickled em
2016-04-13 11:43:18 +02:00
Yann
2c47c71116
Modification in backreference handling.
...
Now a backreference is represented by a tuple(LeObject child class, fieldname)
2016-04-06 15:49:03 +02:00
Yann
a57899fb18
Bugfix on backreferences + updates of em_test
2016-04-06 15:05:36 +02:00
Yann
9676537c40
Add a small dirty Makefile (to make doc and dynamic code)
2016-04-06 14:48:14 +02:00
Yann
b4f809d9bd
em_test modifications
2016-04-06 14:42:31 +02:00
Yann
a9b4a1bfae
em_test.py and examples/em_test.pickle updates
2016-04-06 14:04:37 +02:00
Yann
222cae438c
Fixed the em_test.py (not fixed, just comments some lines) + update the em_test.pickle file
2016-04-04 16:17:30 +02:00
Yann
6df3b4d5ce
Add some scripts to handler dynamic code generation (without doc)
2016-04-01 17:18:31 +02:00