55 コミット (5266c9ccf22e64d10bcd58cee1856c5024de89dd)

作成者 SHA1 メッセージ 日付
  Roland Haroutiounian ccf36dfe8b [EditorialModel - classes] pep8+pylint on classes.py 9年前
  Yann Weber ed9133016f Fixing component deletion 9年前
  Yann Weber 195cca24a4 Implementing check methods for each EmComponent child (and EmComponent) 9年前
  Yann Weber 99ee79b894 Removed the class attribute _fields from EmClass 9年前
  Roland Haroutiounian 30bbd91f2c [EmClass] pep8+pylint 9年前
  Yann Weber 405dd318dd Added type check in EmComponent and childs class type check. Added some cast functions to Backend 9年前
  Yann Weber b6ef37752f Supressed _fields from EmComponent and transforming the EmComponent in a standart object with standarts attributes 9年前
  Roland Haroutiounian 77f91bc68b [#44] EmClass: added the call to the check method in the delete process 9年前
  Yann Weber a2529cf8eb Added a check method to EmComponent and EmClass 9年前
  Yann Weber db62afb2a1 Updated EmClass to match the new Model 9年前
  Yann Weber 6a56b31ba5 Migrating EmClass methods and EmComponent.delete according to the new Model object, changed the Model.components dict keys (and the json test file) 9年前
  Roland Haroutiounian ca65d11a5a pep8 sur classes.py 9年前
  Roland Haroutiounian 6c6fcea755 [EmClass] Modification de l'appel dans le delete (on appelle celui du parent) 9年前
  Roland Haroutiounian f3e05e760d [EmClass] Correction sur le nom de la classe dans l'appel vers super.create() 9年前
  Roland Haroutiounian f2572808d2 Modification du create dans EmClass pour appeler le create de EmComponent 9年前
  Roland Haroutiounian 116795af12 Passage en commentaire du code obsolète 9年前
  Roland Haroutiounian 4f63f1c6d8 Suppression d'imports obsolètes dans EmClass 9年前
  Roland Haroutiounian 1918b18779 Nettoyage de EmClass 9年前
  Roland Haroutiounian 79c168587e [pep8] Correction sur les lignes vides entre les classes et les méthodes 9年前
  Yann Weber 889abc8547 Put the database configuration asinstance attribute of EmComponent 9年前
  ArnAud 89d9cb62cf EmClass: delete unused variable 9年前
  ArnAud 3c13e658a3 EmClass: delete unused import 9年前
  ArnAud acce76c48b EmClass: better documentation of linkedtype 9年前
  Yann Weber 47ce122e93 Changed icon field to EmField_icon in EmClass and EmField. Added sortcolumn argument for EmType and EmClass. 9年前
  Roland Haroutiounian 76c97bf1f3 [TODO] Suppression du TODO dans classes sur la vérification du class_type dans EmClass 9年前
  Yann Weber d7d4a989f1 TODO on EmComponent 9年前
  Yann Weber 27d178e531 Code factorization and create methods for EmComponent and childs changes 9年前
  Driky 347a302e85 Correction: ajout de la valeur de ranked_in pour chaque classe 'em_*' 9年前
  Yann Weber a23fd3dbfc Bugfix on EmClass and EmType so every tests pass 9年前
  Roland Haroutiounian 744a9fdda2 [EditorialModel/classes.py] Passage au db_engine() 9年前
  Roland Haroutiounian 501ee8f0ea PEP8 9年前
  Roland Haroutiounian 6db8376afb Nettoyage du code de EmField 9年前
  Roland Haroutiounian 9f993c4b42 Résolution d'un conflit 9年前
  Yann Weber 503ecd570b Some tests dont pass, but most of them does 9年前
  Roland Haroutiounian e6783b4580 [#15] Implémentation de la méthode linked_types pour EmClass 9年前
  Yann Weber a042306c14 Delete implementation for EmClass and EmField 9年前
  ArnAud fcbf952d6d EmClass: pylint and pep8 9年前
  ArnAud 8844aba318 EmClass: creation on linked types table 9年前
  ArnAud 958c9a9191 EmClasses: implementation of EmClass.fields() 9年前
  Yann Weber 00614d90e9 New way to specify _fields and table in EmComponent's child classes 9年前
  ArnAud 007a04ca2a EmClass: test of types(), use uid instead of id 9年前
  ArnAud 98b1dc455f EmClass: import EditorialModel module. use uid instead of id 9年前
  Yann Weber 97c6b41e88 Close #31 9年前
  ArnAud 76da309f4c EM: put data fields in a dict, simplify save() and populate() 9年前
  Yann Weber c100dd43f3 Adding default date for date_create and date_update columns 9年前
  Yann Weber f958efbff5 Code factorisation for new UID creation 9年前
  ArnAud 2f8ca27161 EmClass: create should return a populated object 9年前
  Yann Weber c4e1afd192 More SQL isolation and some little bugfixes 9年前
  Yann Weber 46a4686944 SQL isolation in classes and components 9年前
  ArnAud 22b9dfc4b6 EmFieldGroup: create, save and load. fieldgroups() method for EmClass. 9年前