1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-13 01:19:16 +01:00
Commit graph

65 commits

Author SHA1 Message Date
Quentin Bonaventure
ec1e531aa2 Most of licence headers + LICENCE.md 2017-05-04 08:42:40 +02:00
prieto
aa2db00ccf Adjustements for doxygen 2017-03-28 17:10:35 +02:00
prieto
cdd13d9b4b Delete is_exist 2017-03-23 15:35:10 +01:00
Roland Haroutiounian
3899753023 Documentation on the lodel.leapi.datahandlers.datas module 2017-03-23 11:43:06 +01:00
Roland Haroutiounian
d23e0fd9d4 Added documentation to the lodel.editorial_model.translator package 2017-03-23 09:41:10 +01:00
Roland Haroutiounian
03cd76ff69 Documentation for the lodel.editorial_model.exceptions module 2017-03-23 09:32:27 +01:00
Roland Haroutiounian
d39f9784c4 Changed the documentation of the lodel.editorial_model.exceptions module 2017-03-23 09:29:52 +01:00
Roland Haroutiounian
ce28dc134f Changed the documentation in the editorial_model.translator.xmlfile module 2017-03-23 09:24:46 +01:00
Roland Haroutiounian
595e7a67ad Fixed the documentation of lodel.editorial_model.translator.picklefile 2017-03-22 14:39:58 +01:00
Roland Haroutiounian
142f259a43 Added documentation for the picklefile module 2017-03-22 14:35:58 +01:00
prieto
a8577a7f2f List of DataHandlers 2017-02-20 15:14:34 +01:00
prieto
3b4494cb7a Only indentation and stuff like that 2017-02-17 09:27:42 +01:00
Roland Haroutiounian
2a3b157a3b Correcting a syntax error in EmClass 2017-02-17 09:27:42 +01:00
prieto
5d2be8737a Inheritance of MlNamedObject 3 2017-02-17 09:27:42 +01:00
prieto
6d5da933e0 Inheritance of MlNamedObject 2 2017-02-17 09:27:42 +01:00
prieto
3abf402cfb Inheritance of MlNamedObject 2017-02-17 09:27:42 +01:00
Yann
8085efeb99 Replaced all lodel subthings import by LodelContext.expose_modules calls
Test passes
2016-11-02 16:24:22 +01:00
Yann
8f48612c82 Enables debian package creation
with make deb . Next commit will update the README
2016-09-23 14:34:57 +02:00
Yann
b5a6adc3a8 Enhancement of distclean target
Now when running distclean ALL files generated by the ./bootstrap && ./configure && make are deleted.
Maybe it's not a good idea because it's not the purpose of distclean target...
2016-08-31 09:26:57 +02:00
Yann
21af2bbcbc Autotools chain enhancement + solves #137
Using $pkgpythondir instead of $pythondir in Makefile.am
Solves a bug that put installed files in site-packages instead of dist-packages on debian
2016-08-30 17:26:32 +02:00
Yann
8316ab82ff Configure autotools for distributing lodel2
IMPORTANT : tests are broken. See details below

A new lodel/buildconf.py.ini file created. It will be transformed to a lodel/buildconf.py file by ./configure .
This file goal is to store build time constant (for the moment the presence of pymongo).
You have to build lodel2 before being able to run the tests.
2016-08-30 14:01:25 +02:00
Yann
6e4fdde5f6 Doxygen documentation enhancement
Created groups (they can be found under the "Modules" menu -_- )
Created new pages : on LeAPI EditorialModel Plugins etc
2016-08-25 14:55:34 +02:00
Yann
52c60a9f63 Bugfixes in XmlFile translator & in base_classes datahandlers 2016-07-21 11:02:40 +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
28f45b080f Bugfixes on model and for test fixing 2016-06-29 15:38:36 +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
1f1e6f13b3 Add a new get_class_childs to Model class and a child_classes method to LeObject
Now lefactory populate a LeObject attribute named _child_classes
2016-06-22 17:03:15 +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
prieto
d24b7a92d6 Comments for doxygene 2016-06-16 15:34:30 +02:00
Yann
30bc9eec08 Fixing test and EmClass
- Now returning automatic common field classname in fields method
2016-06-10 09:51:53 +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
77e7c36de9 Not fully tested. Enables separated datasources for read only or read&write access to the DB 2016-06-09 15:11:25 +02:00
prieto
0dddf1146f Working for all tests 2016-05-27 16:15:04 +02:00
prieto
79e236200d Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-05-27 13:58:26 +02:00
prieto
8264423011 Corrections 2016-05-27 13:55:49 +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
373987ab9f [Broken tests] Add some tests for xmlfile EM translator 2016-05-25 11:13:38 +02:00
prieto
42361efe7a Comments are added 2016-05-19 13:56:50 +02:00
prieto
aa67601c81 Bugs correction 2016-05-19 11:50:12 +02:00
prieto
7070838e92 Addons for xml translator 2016-05-18 10:07:34 +02:00
prieto
d2a570ca45 Correction d_hash 2016-05-18 10:04:53 +02:00
prieto
9497130e8b Add Save of Settings, EM translator in xml 2016-05-18 09:53:16 +02:00
Yann
a312cbc4d9 First version of lodel2 instance creation script 2016-04-21 11:51:57 +02:00
Yann
2739a94e5a Add more capabilities to Model class to handles actives groups 2016-04-21 09:41:06 +02:00
Yann
3ed55fdc29 Some modifications + tests update for settings loader 2016-04-20 11:08:46 +02:00
Yann
c5971d9590 Updated comments (and deleting space between ## and @brief ) 2016-04-12 12:16:52 +02:00
prieto
7fe080eb38 ajout getter 2016-04-12 09:20:47 +02:00