119 Commits (dc143a3376577e7ed8e6ab7555e75b27dd387b52)

Author SHA1 Message Date
  Yann Weber 43e8145dab Implements get_max_rank() in LeApi. Add a fieldtype rank. + A lot of bugfix 8 years ago
  ArnAud 53663603fa lecrud: get() flag instanciate to choose to get raw data or objects 8 years ago
  Yann Weber f2a54b72cd Comments update for doxygen doc 8 years ago
  Yann Weber b34ce35e85 Removed unused & obsolete code in leapi/letype.py 8 years ago
  ArnAud ff8b0dd10a lecrud.update(): do not check data consistency on update: must be done later 8 years ago
  ArnAud cd99fb106b lerelation: instanciate from data 8 years ago
  Yann Weber 680ad61036 Fixed LeFactory tests 8 years ago
  ArnAud 8eea3495e8 leapi: put name2classname() from LeFactory in _LeCrud to be available everywhere 8 years ago
  Yann Weber ef8f961c2b Removed old code 8 years ago
  Yann Weber 9b7d8c0357 Changes the doc and make change in partial instanciation process 8 years ago
  Yann Weber 222f10282d Bugfixes due to properties name changes in LeRelation 8 years ago
  Yann Weber e44dbcbad8 Add -f option to rm in Makefiles and changes 2 properties names in generated code 8 years ago
  ArnAud 0cfd0b7f7b leapi: datas() can be in _lecrud 8 years ago
  Yann Weber 0b3f2bae1a New way to instanciate LeCrud child classes 8 years ago
  Yann Weber b643477e3c Fixing syntax error 8 years ago
  Yann Weber 7756b5b591 Adding the newly added properties to _LeObject and _LeRelation classes 8 years ago
  Yann Weber 9711cc65dc Add a new propertie to LeObject dynamic class : _me_uid_field_names (stores the names of the fields _class_id and _type_id) 8 years ago
  Yann Weber 3fbe9b69d5 Add 2 properties for LeRel2Type dynamically generated child classes 8 years ago
  ArnAud d509fdf196 LeRelation: first draft of method to instanciate from a dict of data 8 years ago
  ArnAud 44665600ef leType: relations use superior and subordinate name now 8 years ago
  ArnAud 94e6cbf81e LeObject: method to instanciate from a dict of data 8 years ago
  ArnAud 942826e5e6 LeClass.fieldlist() returns a list 8 years ago
  Yann Weber 89667ee1d1 Fixing tests and other classes to fit recent changes 8 years ago
  Yann Weber 146c0fd69b Finish the new version of migrationhandler + modifications in leFactory and LeRelation (to handle generic lesup & lesub in LeRelation) 8 years ago
  ArnAud a3f7cf3fa0 leapi: helper leo_class() to get class of a lodel object 8 years ago
  ArnAud 3143719d9c LeCrud: fieldlist() returns a True list 8 years ago
  ArnAud c3bfb07246 group for SQL group not groups 8 years ago
  Yann Weber cf691c6538 Add a test on LeCrud.select() method (test order, groups, limit and offset arguments) + small bugfixes 8 years ago
  Roland Haroutiounian f3108d95d8 Casts the rank value from the resultset in LeRelation.get_max_rank() to an int 8 years ago
  Roland Haroutiounian e55187cbf7 Fixed the call to get method in LeRelation.get_max_rank() 8 years ago
  Roland Haroutiounian 6f4f69ec6e LeRelation : Modification de l'implémentation du max_rank 8 years ago
  ArnAud 07c18a9093 rel2type.insert() : return the id of inserted relation 8 years ago
  ArnAud b1b13f4afa crud, SQL: implement order, group, limit and offset in get() request 8 years ago
  Yann Weber c36c13e709 Add test for _prepare_order_fields 8 years ago
  Yann Weber 5515155cd9 Implement order by and group by in leobject.get 8 years ago
  Yann Weber 9b012f2566 Moved the doxygen leobject_filter in lecrud + update it 8 years ago
  Roland Haroutiounian 141ba96de3 Deleted the get_relation call in leapidatasource's update_rank method 8 years ago
  Yann Weber 7b22eef33b Add two more operators for filters : "like" and "not like" + updates the associated tests 8 years ago
  Roland Haroutiounian 6b92ec7d9b Changed the leapidatasource's update_rank method according to the LeRelation.set_rank method's changes 8 years ago
  Yann Weber b8266f3303 Update relations rank modifications 8 years ago
  Yann Weber 1ba59c513e Deleted obsolete test file 8 years ago
  ArnAud 95deb4574e SQL datasource: insert method for relations 8 years ago
  Roland Haroutiounian 4af1606b04 Added a first implementation of the set_rank method in LeRelation 8 years ago
  Roland Haroutiounian 5a21025d89 Added a _parse_rank method in LeRelation and the corresponding tests 8 years ago
  Yann Weber 339545e89a Add some tests for LeCrud utils methods 8 years ago
  ArnAud 1a2c0f6a45 sqlDatasource: insert() for a hierarchical relation 8 years ago
  Yann Weber 67dbe5c097 Implements relation stuff + a lot of fixes in tests and in leo fieldtypes validation stack 8 years ago
  Yann Weber bde008a68c Updated lefactory (unused attr in relations) 8 years ago
  Yann Weber 117ecad86a Bugfix in super calls + tests modification given modifications in _prepare_filters 8 years ago
  Yann Weber 59d489bd67 Implements delete instance methods for relations classes 8 years ago