prieto
170eabee69
python import instead of expose_module, LodelContext still used for getting module and other stuff
7 years ago
prieto
cdd13d9b4b
Delete is_exist
7 years ago
Roland Haroutiounian
3899753023
Documentation on the lodel.leapi.datahandlers.datas module
7 years ago
Roland Haroutiounian
d23e0fd9d4
Added documentation to the lodel.editorial_model.translator package
7 years ago
Roland Haroutiounian
ce28dc134f
Changed the documentation in the editorial_model.translator.xmlfile module
7 years ago
Roland Haroutiounian
595e7a67ad
Fixed the documentation of lodel.editorial_model.translator.picklefile
7 years ago
Roland Haroutiounian
142f259a43
Added documentation for the picklefile module
7 years ago
Yann Weber
8085efeb99
Replaced all lodel subthings import by LodelContext.expose_modules calls
Test passes
8 years ago
Yann Weber
8f48612c82
Enables debian package creation
with make deb . Next commit will update the README
8 years ago
Yann Weber
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...
8 years ago
Yann Weber
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
8 years ago
Yann Weber
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.
8 years ago
Yann Weber
52c60a9f63
Bugfixes in XmlFile translator & in base_classes datahandlers
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
006b0c4bc0
Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py
8 years ago
prieto
d24b7a92d6
Comments for doxygene
8 years ago
prieto
0dddf1146f
Working for all tests
8 years ago
prieto
8264423011
Corrections
8 years ago
Yann Weber
373987ab9f
[Broken tests] Add some tests for xmlfile EM translator
8 years ago
prieto
42361efe7a
Comments are added
8 years ago
prieto
aa67601c81
Bugs correction
8 years ago
prieto
9497130e8b
Add Save of Settings, EM translator in xml
8 years ago
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8 years ago
Yann Weber
747205a0fe
LeFactory first implementation
This implementation is broken because of relation data_handler. Backreference is a broken concept and relation data_handler too.
8 years ago
Yann Weber
2835624bad
Implements deterministic __hash__ methods for objects
8 years ago
Yann Weber
ba28ec26c0
Begin editorial_model package implementation + tests
8 years ago