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年前
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年前
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年前
Yann Weber
6e4fdde5f6
Doxygen documentation enhancement
Created groups (they can be found under the "Modules" menu -_- )
Created new pages : on LeAPI EditorialModel Plugins etc
8年前
Yann Weber
52c60a9f63
Bugfixes in XmlFile translator & in base_classes datahandlers
8年前
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年前
Yann Weber
91fff4ca1c
Bugfixes on EmGroups handling
8年前
Yann Weber
28f45b080f
Bugfixes on model and for test fixing
8年前
Yann Weber
69f59baa2c
Bugfix on group activation (in EmClasses all fields were always actives)
8年前
Yann Weber
ae8d8c05a6
Bugfix on EM groups handling (now we have to set actives groups in settings)
8年前
Yann Weber
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
8年前
Yann Weber
006b0c4bc0
Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py
8年前
prieto
d24b7a92d6
Comments for doxygene
8年前
Yann Weber
30bc9eec08
Fixing test and EmClass
- Now returning automatic common field classname in fields method
8年前
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年前
Yann Weber
77e7c36de9
Not fully tested. Enables separated datasources for read only or read&write access to the DB
8年前
prieto
0dddf1146f
Working for all tests
8年前
prieto
8264423011
Corrections
8年前
Yann Weber
3fe63787fb
Updated lequery.py to use targe_class datasource and not taking it as arguement of execute methods
8年前
Yann Weber
a7c69629e7
Introducing a datasource attribute by em_class
8年前
Yann Weber
373987ab9f
[Broken tests] Add some tests for xmlfile EM translator
8年前
prieto
42361efe7a
Comments are added
8年前
prieto
aa67601c81
Bugs correction
8年前
prieto
7070838e92
Addons for xml translator
8年前
prieto
d2a570ca45
Correction d_hash
8年前
prieto
9497130e8b
Add Save of Settings, EM translator in xml
8年前
Yann Weber
a312cbc4d9
First version of lodel2 instance creation script
8年前
Yann Weber
2739a94e5a
Add more capabilities to Model class to handles actives groups
8年前
Yann Weber
3ed55fdc29
Some modifications + tests update for settings loader
8年前
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8年前
prieto
7fe080eb38
ajout getter
8年前
prieto
20b148f0d0
Ajout getter
8年前
Yann Weber
f572743c09
Bugfixes + add backreference support in datahandlers (untested)
8年前
Yann Weber
e5898b29b6
Refactoring of datahandlers to simplify from_name() method
Warning, this commit is in a broken state. The em_test.py doesn't works yet
because it uses old relation handler (that doesn't exists anymore). The pickle file in
example is broken too
8年前
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年前
Yann Weber
9fb87ec0ec
Changed the EmField override check in EmClass + updated tests
8年前
Yann Weber
a87ade8803
Updated EmClass fields overriding checks (still incomplete)
8年前
Yann Weber
c98d1cb703
EmField d_hash() bugfix + tests updates
8年前
Roland Haroutiounian
dd73e0a5b2
Fix on the call to FieldDataHandler.from_name
8年前
Yann Weber
62752d9f8c
[broken tests] Updated EmField to use FieldDataHandler
8年前
Yann Weber
a102a064e8
More tests on d_hash() + some fixes
8年前
Yann Weber
0ad46e9e37
Disabled deterministic __hash__ method and renamed it d_hash() + tests
8年前
Yann Weber
2835624bad
Implements deterministic __hash__ methods for objects
8年前
Yann Weber
c85a78ff8a
EmGroup implementation + fixes + tests
8年前
Yann Weber
ba28ec26c0
Begin editorial_model package implementation + tests
8年前
Yann Weber
7910374183
Implementing mlstring + tests
8年前