1157 Commits (0a76b01c97ccdb0c3c6c2672e2620f89852adca8)
 

Author SHA1 Message Date
  Roland Haroutiounian 9c9dd8bc96 code cleaning 9 years ago
  Roland Haroutiounian 62161a0ffb LeGetQuery.__get() now takes into account the group argument 9 years ago
  Roland Haroutiounian f9df2fb0f3 Added the implementation of LeGetQuery.__prepare_order() 9 years ago
  Roland Haroutiounian efe35331fe Moved the validate_query_filters method from LeQuery to LeFilteredQuery 9 years ago
  Roland Haroutiounian c342a85995 Implementation of the prepare method for LeDeleteQuery with the check of the validity of the query filters operators 9 years ago
  Roland Haroutiounian 886e123d40 Hook-less implementation of the crud methods in the query module's classes 9 years ago
  Roland Haroutiounian 22c43078bb Added the signatures for the LeInsertQuery methods 9 years ago
  Roland Haroutiounian 4fc3a0eb2a Signatures of LeGetQuery methods , First implementation of LeDeleteQuery 9 years ago
  Roland Haroutiounian b36062534b First coding of the LeUpdateQuery class 9 years ago
  Roland Haroutiounian 859ceb30f2 Fixed a relative import 9 years ago
  Roland Haroutiounian a326c1c3de Deleted a debug code block from the Query module 9 years ago
  Roland Haroutiounian be57cf17c0 First implementation of the query class 9 years ago
  Roland Haroutiounian 9114028304 Added the signatures of the prepare_query and execute_query methods in LeQuery class 9 years ago
  Roland Haroutiounian 12dd7a0d4c PEP8 + added the action class property on the query classes 9 years ago
  prieto f2cf90d1e1 correction import pymysql 9 years ago
  Yann Weber a3c5a7932a Bugfix in settings.py 9 years ago
  Yann Weber 2b954d4a4d First implementation of hierarchical data handler 9 years ago
  Yann Weber 2c47c71116 Modification in backreference handling. 9 years ago
  Yann Weber a57899fb18 Bugfix on backreferences + updates of em_test 9 years ago
  Yann Weber 9676537c40 Add a small dirty Makefile (to make doc and dynamic code) 9 years ago
  Yann Weber b4f809d9bd em_test modifications 9 years ago
  Yann Weber 01df586379 Bugfix in lefactory method that allow to sort EmClass by dependencies + test update 9 years ago
  Yann Weber f572743c09 Bugfixes + add backreference support in datahandlers (untested) 9 years ago
  Yann Weber a9b4a1bfae em_test.py and examples/em_test.pickle updates 9 years ago
  Yann Weber 5d0ded158f Add settings & logger module 9 years ago
  Yann Weber 222cae438c Fixed the em_test.py (not fixed, just comments some lines) + update the em_test.pickle file 9 years ago
  Yann Weber e5898b29b6 Refactoring of datahandlers to simplify from_name() method 9 years ago
  Yann Weber 3cd22a08d5 Small changes in datahandlers 9 years ago
  Yann Weber 6df3b4d5ce Add some scripts to handler dynamic code generation (without doc) 9 years ago
  Yann Weber 747205a0fe LeFactory first implementation 9 years ago
  Yann Weber d96b8812c0 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 9 years ago
  Yann Weber 9fb87ec0ec Changed the EmField override check in EmClass + updated tests 9 years ago
  Yann Weber c7ef7d471b Beginin leapi implementation 9 years ago
  Roland Haroutiounian 311ef0c4f3 Created a mongodb subpackage in the datasource package 9 years ago
  Roland Haroutiounian 7b7430ab90 Refactoring on dict reference type 9 years ago
  Roland Haroutiounian 1c1d353719 Added the management of allowed_classes in Reference 9 years ago
  Roland Haroutiounian 9986d068c0 PEP8 9 years ago
  Roland Haroutiounian c075992819 Refactoring on the can_override method in data_handlers types 9 years ago
  Roland Haroutiounian 9b237fbe2e Added can_override method to the data_handler types 9 years ago
  Roland Haroutiounian 00f02c2c18 First implementations of the can_override method on the data_handler types 9 years ago
  Yann Weber 4c01b5dafc Add tests for EmClass field overriding 9 years ago
  Yann Weber a87ade8803 Updated EmClass fields overriding checks (still incomplete) 9 years ago
  Roland Haroutiounian aeacf2bf89 Bug Fix on the Relation class instanciation 9 years ago
  Roland Haroutiounian 35730ee916 Added a first implementation of the insert method in mongodb 9 years ago
  Roland Haroutiounian 71bf295b27 Code cleaning 9 years ago
  Roland Haroutiounian 9729d40fa4 Changed the relation init method 9 years ago
  Roland Haroutiounian c7695e0166 Moved relation module in references package 9 years ago
  Yann Weber 7d209cdb3b DataHandler names unification + test_em modifications 9 years ago
  Roland Haroutiounian 036f16f8aa Added the username and password management for the mongodb connection string 9 years ago
  Roland Haroutiounian e47dc0d8ee First implementation of the delete method of the MongoDbDataSource 9 years ago