1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-26 09:39:01 +01:00
Commit graph

1,184 commits

Author SHA1 Message Date
Yann
24865eb6ee Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-03-23 15:50:13 +01:00
Yann
0bc507829f Tests update 2016-03-23 15:49:59 +01:00
Yann
2835624bad Implements deterministic __hash__ methods for objects 2016-03-23 15:48:39 +01:00
Roland Haroutiounian
2f85642769 First implementation of the data_fields type and of the field_data_handler 2016-03-23 12:15:26 +01:00
Yann
c85a78ff8a EmGroup implementation + fixes + tests 2016-03-23 11:43:18 +01:00
Roland Haroutiounian
51425bc319 First implementation of data_field and field_data_handler modules 2016-03-18 16:50:17 +01:00
Roland Haroutiounian
44402a667e Moved regexchar to regexvarchar 2016-03-18 15:49:20 +01:00
Roland Haroutiounian
6ad872b7f7 First implementation of regex string data field 2016-03-18 15:47:35 +01:00
Roland Haroutiounian
e461d1e75b Moved files to a new "lodel" package 2016-03-18 15:30:43 +01:00
Roland Haroutiounian
e89b11ec58 Added first implementations of new data fields types 2016-03-18 15:28:52 +01:00
Yann
fa949ddd64 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-03-18 15:05:43 +01:00
Yann
ba28ec26c0 Begin editorial_model package implementation + tests 2016-03-18 15:05:18 +01:00
Yann
7910374183 Implementing mlstring + tests 2016-03-18 15:04:50 +01:00
Roland Haroutiounian
91fe18d375 FieldDataHandler.module_name is now a static method 2016-03-18 14:48:55 +01:00
Roland Haroutiounian
3d72fcbfcc Added a generic datafield class name to all the data field modules (to be called dynamically) 2016-03-18 14:46:40 +01:00
Roland Haroutiounian
c5e57b7031 first implementation of data_fields types 2016-03-18 12:19:41 +01:00
Roland Haroutiounian
e84fe5a633 Added data_handlers first modules (to be filled) 2016-03-18 11:21:26 +01:00
Roland Haroutiounian
9d4a85b5af First empty packages (to create the folder hierarchy) 2016-03-18 10:11:50 +01:00
Roland Haroutiounian
df424f9af1 New cleaned requirements file 2016-03-18 10:03:34 +01:00
Roland Haroutiounian
5cae70382a Cleaning the folder hierarchy 2016-03-18 09:58:26 +01:00
Roland Haroutiounian
a6c6a5c98d deleted obsolete flask main entrance module 2016-02-26 12:00:50 +01:00
Yann
7995bf7887 Small changes & bugfixes in graphviz backend & some fieldtypes 2016-02-24 17:13:31 +01:00
Yann
3325e8ee16 Change the hardcoded listen addr in netipy.py 2016-02-24 08:59:50 +01:00
Yann
e4fb0532f2 [Doxygen] fixing some warnings at documentation generation 2016-02-23 17:37:22 +01:00
Yann
34dd2e95e6 Disables warnings for tests 2016-02-23 17:08:06 +01:00
Yann
4c6f189c1f Added tests for Lodel.user module
Testing authentication_method and identification_method decorator classes + UserIdentity and UserContext classes
2016-02-23 16:46:30 +01:00
Yann
b782b929df Added tests for leapi_delete_* and leapi_insert_* hooks calls 2016-02-23 15:31:19 +01:00
Yann
04636f7582 Add a LodelHook tests, for leapi_update_* hooks calls 2016-02-23 14:47:54 +01:00
Yann
be675bc723 Writing some tests for LodelHook 2016-02-23 14:30:47 +01:00
Yann
1ac0df3068 Renamed acl plugin into dummy_acl + documentation update 2016-02-23 11:53:59 +01:00
Yann
dab52a3941 New plugins organisation + utility methods + manage_lodel.py script 2016-02-23 11:25:52 +01:00
Yann
3948e5e543 Small bugfixes in Lodel/user.py & "acl" plugin 2016-02-22 16:38:31 +01:00
Yann
1d6dc1ad89 Updated netipy client to disables console logging + add a security logging instruction to dummy_auth plugin 2016-02-22 14:40:41 +01:00
Yann
0df2ffbf32 Add utility functions to Lodel.logger and updated settings 2016-02-22 14:39:50 +01:00
Yann
eec3e107ba Added a logger to Lodel2 2016-02-22 13:56:09 +01:00
Yann
cb1da3be7d Small updates in Lodel.user module 2016-02-22 13:54:58 +01:00
Yann
a1ea4c5769 Add a netipy (network interactive python) interface to install folder + settings modification 2016-02-19 17:18:42 +01:00
Yann
97f1256615 Example plugins that uses UserContext 2016-02-19 17:18:19 +01:00
Yann
6ac0984ba2 First implementation of UserContext handler 2016-02-19 17:17:59 +01:00
Yann
cb9b53e7a2 Hooks & plugins first implementation 2016-02-18 14:54:47 +01:00
Yann
44b5ecc31d Updated the makefile (less verbose) 2016-01-29 10:04:26 +01:00
Yann
c814146832 Cleanings doxygen comments 2016-01-29 09:55:56 +01:00
Yann
930bf7ba3a Fixing some doxygen comments errors 2016-01-28 17:24:16 +01:00
Yann
4d9ced1807 Unskip, delete and fix some tests 2016-01-28 15:43:49 +01:00
Yann
323fdd8496 Updated some tests 2016-01-28 14:51:27 +01:00
Yann
f7e66751f3 Merge branch 'datasource_fieldtypes' 2016-01-28 14:37:10 +01:00
Yann
dc143a3376 Implements delete in leapidatasource for leobjects and lerelations 2016-01-28 14:35:45 +01:00
Yann
e9fcd15c48 MigrationHandler : add ON DELETE CASCADE & ON UPDATE CASCADE to FK 2016-01-28 14:34:32 +01:00
ArnAud
96886c1b2f datasource sql: take care of multivalued field in select, insert and update 2016-01-28 12:28:23 +01:00
Yann
7fe0fe002e Updated leapi and dummy datasource update method
Now update take id and no more filters
2016-01-28 12:23:21 +01:00