843 コミット (3dea17d7c4ec9a9ae84650d34b2de467cf68e1e2)
 

作成者 SHA1 メッセージ 日付
  Yann Weber 3dea17d7c4 Fixes incomplete except in fieldtypes to catch cast fails 8年前
  Yann Weber 801414fcc2 Fix the data value check in generic fieldtype 8年前
  Yann Weber 0b3f2bae1a New way to instanciate LeCrud child classes 8年前
  ArnAud 642fec49e9 sql datasource tests: repair after changes of utils functions 8年前
  Yann Weber b643477e3c Fixing syntax error 8年前
  Yann Weber 93f7b65172 Add a new fieldtype to handles EM uid 8年前
  Yann Weber 7756b5b591 Adding the newly added properties to _LeObject and _LeRelation classes 8年前
  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年前
  Yann Weber 3fbe9b69d5 Add 2 properties for LeRel2Type dynamically generated child classes 8年前
  ArnAud 98f02e1630 sql datasource: select/insert for relations 8年前
  ArnAud d509fdf196 LeRelation: first draft of method to instanciate from a dict of data 8年前
  ArnAud 44665600ef leType: relations use superior and subordinate name now 8年前
  ArnAud 94e6cbf81e LeObject: method to instanciate from a dict of data 8年前
  ArnAud 942826e5e6 LeClass.fieldlist() returns a list 8年前
  Yann Weber be2fe9b7a5 PEP8 + lint on migrationhandler and MySQL/utils 8年前
  Yann Weber 4b629fee81 More clean on migrationhandler 8年前
  Yann Weber 6a55df202e Changed the way to instanciate the MigrationHandler to fit with the DataSource 8年前
  Yann Weber 89667ee1d1 Fixing tests and other classes to fit recent changes 8年前
  Roland Haroutiounian 4bc15b1f6d [#100] First implementation of a Template module using jinja2 for template rendering 8年前
  Yann Weber 146c0fd69b Finish the new version of migrationhandler + modifications in leFactory and LeRelation (to handle generic lesup & lesub in LeRelation) 8年前
  Yann Weber ee8de38391 Better refreshdyn in install/Makefile 8年前
  ArnAud c129ceaa49 sql datasource: refactoring 8年前
  ArnAud a3f7cf3fa0 leapi: helper leo_class() to get class of a lodel object 8年前
  Yann Weber 54af3da85a Modified version of migration handler 8年前
  Yann Weber 0c046ab0a3 Small bugfixes in utils 8年前
  ArnAud 16d65606d3 SQL utils: use the right function name 8年前
  ArnAud 3143719d9c LeCrud: fieldlist() returns a True list 8年前
  Yann Weber f033b6c85b Updated install/loader.py to handle settings 8年前
  Yann Weber 8905246218 New version of MySQL utils 8年前
  ArnAud 8b5e1411c9 update README file 8年前
  Yann Weber 06a86af67f README.md + install/Makefile update 8年前
  ArnAud c3bfb07246 group for SQL group not groups 8年前
  Yann Weber 4577f76c09 Bugfixes in Makefile 8年前
  Yann Weber cf691c6538 Add a test on LeCrud.select() method (test order, groups, limit and offset arguments) + small bugfixes 8年前
  Roland Haroutiounian f3108d95d8 Casts the rank value from the resultset in LeRelation.get_max_rank() to an int 8年前
  Roland Haroutiounian e55187cbf7 Fixed the call to get method in LeRelation.get_max_rank() 8年前
  Roland Haroutiounian 6f4f69ec6e LeRelation : Modification de l'implémentation du max_rank 8年前
  ArnAud 07c18a9093 rel2type.insert() : return the id of inserted relation 8年前
  ArnAud b1b13f4afa crud, SQL: implement order, group, limit and offset in get() request 8年前
  Yann Weber c36c13e709 Add test for _prepare_order_fields 8年前
  Yann Weber 5515155cd9 Implement order by and group by in leobject.get 8年前
  Yann Weber 9b012f2566 Moved the doxygen leobject_filter in lecrud + update it 8年前
  Roland Haroutiounian 141ba96de3 Deleted the get_relation call in leapidatasource's update_rank method 8年前
  Yann Weber 7b22eef33b Add two more operators for filters : "like" and "not like" + updates the associated tests 8年前
  Roland Haroutiounian 6b92ec7d9b Changed the leapidatasource's update_rank method according to the LeRelation.set_rank method's changes 8年前
  Yann Weber b8266f3303 Update relations rank modifications 8年前
  Roland Haroutiounian b8b9914567 Changed the returned value in case of failure on the update rank query in LeRelation 8年前
  Roland Haroutiounian 60d73ba307 Added the boolean return to the update_rank method 8年前
  Yann Weber 1ba59c513e Deleted obsolete test file 8年前
  ArnAud 95deb4574e SQL datasource: insert method for relations 8年前