1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-22 00:59:03 +02:00
Commit graph

10 commits

Author SHA1 Message Date
Yann
006b0c4bc0 Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py 2016-06-16 15:57:13 +02:00
Yann
9da19f3665 Moved exceptions + LeUpdateQuery.__query implementation
- The LeUpdateQuery implementation is broken or at least have huge performance issue
- Moved LeObject exceptions and LeQuery exceptions in lodel.leapi.exceptions
2016-06-10 11:27:52 +02:00
Yann
472fcf1d43 Add Doxyfile form doxygen generation 2016-03-24 16:24:41 +01:00
Roland Haroutiounian
5cae70382a Cleaning the folder hierarchy 2016-03-18 09:58:26 +01:00
Yann
2234c0f451 Documentation update (again) 2016-01-28 11:47:11 +01:00
Yann
d774480aa6 Updated the doxygen documentation
Adding images support for doxygen documentation ( in doc/img ) + automated images generation with graphviz & make
2016-01-27 16:58:55 +01:00
Yann
23c5af58ea Adding graph generation to Doxyfile
Added class graph, caller and call graph
2015-07-01 13:57:09 +02:00
Yann
00614d90e9 New way to specify _fields and table in EmComponent's child classes
Now _fields and table MUST be class attribute.
Its important to note that _fields now consist in a list of (name, ftype) tuples and that ftype is a EmFieldType class and NOT an EmFieldType instance
2015-06-19 12:29:19 +02:00
Yann
07209417a7 Refactoring comments in db wrapper 2015-05-27 13:31:35 +02:00
Yann
df4c5cbfd8 Ajout du Doxyfile et des entêtes de méthodes pour les objets EmField, EmFieldGroup et EmType 2015-05-22 16:39:41 +02:00