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

1,083 commits

Author SHA1 Message Date
Yann
640f665326 More tests for SettingsLoader class 2016-04-12 10:13:34 +02:00
Yann
d360b11af0 Changing behavior when no settings loaded 2016-04-12 10:12:53 +02:00
Yann
d7a6e22db3 Changes the loader in order to load settings_local.ini instead of versionned settings.ini 2016-04-12 09:54:04 +02:00
Yann
7ef1bd8a2f Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-04-12 09:48:21 +02:00
Yann
2404c53fef Add a loader for tests in order to bootstrap settings 2016-04-12 09:47:56 +02:00
prieto
c7a218f251 names of variables 2016-04-12 09:30:32 +02:00
prieto
9efbbf8878 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-04-12 09:21:55 +02:00
prieto
7fe080eb38 ajout getter 2016-04-12 09:20:47 +02:00
Yann
c0c5d23adb Commit with comments, code clean etc. 2016-04-12 09:20:16 +02:00
prieto
8156104d1d corrections 2016-04-11 17:28:25 +02:00
prieto
7a4faaf5eb test settingloader 2016-04-11 17:17:24 +02:00
prieto
25c787051a corrections 2016-04-11 17:08:12 +02:00
prieto
c887008dc3 corrections 2016-04-11 17:06:30 +02:00
Yann
acb415f977 Settings and plugins first implementation 2016-04-11 15:23:51 +02:00
Yann
4c2d83e8d5 Settings validators implementation 2016-04-11 15:12:03 +02:00
prieto
40d2df4f05 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-04-11 14:56:43 +02:00
prieto
ebc3e742c7 Settings 2016-04-11 14:54:39 +02:00
Roland Haroutiounian
8bc0f8484e Code cleaning on the query module 2016-04-08 17:45:49 +02:00
Yann
68a27ff5dd [Broken state] started settings implementation 2016-04-08 17:33:48 +02:00
Yann
cc578d504d Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-04-08 15:21:57 +02:00
Yann
6297a2c67c SettingsError exception class implementation 2016-04-08 15:21:12 +02:00
Roland Haroutiounian
95e5b3c03d First implementation of the query preparation of the LeGetQuery class 2016-04-08 15:08:04 +02:00
prieto
20b148f0d0 Ajout getter 2016-04-08 15:05:21 +02:00
prieto
34012cd30a Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-04-08 15:00:08 +02:00
prieto
841b2334ff Classe SettingsLoader 2016-04-08 14:57:57 +02:00
Roland Haroutiounian
81ad187977 Bug fix on the name of a method in query module 2016-04-08 10:03:32 +02:00
Roland Haroutiounian
9c9dd8bc96 code cleaning 2016-04-08 10:02:47 +02:00
Roland Haroutiounian
62161a0ffb LeGetQuery.__get() now takes into account the group argument 2016-04-07 17:31:22 +02:00
Roland Haroutiounian
f9df2fb0f3 Added the implementation of LeGetQuery.__prepare_order() 2016-04-07 17:23:30 +02:00
Roland Haroutiounian
efe35331fe Moved the validate_query_filters method from LeQuery to LeFilteredQuery 2016-04-07 16:56:45 +02:00
Roland Haroutiounian
c342a85995 Implementation of the prepare method for LeDeleteQuery with the check of the validity of the query filters operators 2016-04-07 16:54:55 +02:00
Roland Haroutiounian
886e123d40 Hook-less implementation of the crud methods in the query module's classes 2016-04-07 16:46:44 +02:00
Roland Haroutiounian
22c43078bb Added the signatures for the LeInsertQuery methods 2016-04-07 12:16:15 +02:00
Roland Haroutiounian
4fc3a0eb2a Signatures of LeGetQuery methods , First implementation of LeDeleteQuery 2016-04-07 12:02:16 +02:00
Roland Haroutiounian
b36062534b First coding of the LeUpdateQuery class 2016-04-07 10:42:47 +02:00
Roland Haroutiounian
859ceb30f2 Fixed a relative import 2016-04-07 10:42:47 +02:00
Roland Haroutiounian
a326c1c3de Deleted a debug code block from the Query module 2016-04-07 10:42:47 +02:00
Roland Haroutiounian
be57cf17c0 First implementation of the query class 2016-04-07 10:42:47 +02:00
Roland Haroutiounian
9114028304 Added the signatures of the prepare_query and execute_query methods in LeQuery class 2016-04-07 10:42:47 +02:00
Roland Haroutiounian
12dd7a0d4c PEP8 + added the action class property on the query classes 2016-04-07 10:42:47 +02:00
prieto
f2cf90d1e1 correction import pymysql 2016-04-07 10:16:29 +02:00
Yann
a3c5a7932a Bugfix in settings.py 2016-04-07 10:13:45 +02:00
Yann
2b954d4a4d First implementation of hierarchical data handler 2016-04-06 17:27:13 +02:00
Yann
2c47c71116 Modification in backreference handling.
Now a backreference is represented by a tuple(LeObject child class, fieldname)
2016-04-06 15:49:03 +02:00
Yann
a57899fb18 Bugfix on backreferences + updates of em_test 2016-04-06 15:05:36 +02:00
Yann
9676537c40 Add a small dirty Makefile (to make doc and dynamic code) 2016-04-06 14:48:14 +02:00
Yann
b4f809d9bd em_test modifications 2016-04-06 14:42:31 +02:00
Yann
01df586379 Bugfix in lefactory method that allow to sort EmClass by dependencies + test update 2016-04-06 14:41:54 +02:00
Yann
f572743c09 Bugfixes + add backreference support in datahandlers (untested) 2016-04-06 14:05:52 +02:00
Yann
a9b4a1bfae em_test.py and examples/em_test.pickle updates 2016-04-06 14:04:37 +02:00