346 Commits (f1a9a7d52056d2034b9124944ae2fcdd3cddd2c4)

Author SHA1 Message Date
  Roland Haroutiounian ca65d11a5a pep8 sur classes.py 9 years ago
  Roland Haroutiounian 6c6fcea755 [EmClass] Modification de l'appel dans le delete (on appelle celui du parent) 9 years ago
  Roland Haroutiounian f3e05e760d [EmClass] Correction sur le nom de la classe dans l'appel vers super.create() 9 years ago
  Roland Haroutiounian f2572808d2 Modification du create dans EmClass pour appeler le create de EmComponent 9 years ago
  ArnAud c73251795c EM: first draft for a Model Class 9 years ago
  ArnAud 1d2c069fb8 EmComponent: get rid of database functions 9 years ago
  Roland Haroutiounian a1509dcc68 Désactivation du code SQL dans types.py 9 years ago
  Roland Haroutiounian 116795af12 Passage en commentaire du code obsolète 9 years ago
  Roland Haroutiounian 4f63f1c6d8 Suppression d'imports obsolètes dans EmClass 9 years ago
  Roland Haroutiounian 1918b18779 Nettoyage de EmClass 9 years ago
  Roland Haroutiounian 87d4ee3090 Nettoyage de EmFieldGroup 9 years ago
  Roland Haroutiounian a7bd17853f Nettoyage de EmField 9 years ago
  Roland Haroutiounian 79c168587e [pep8] Correction sur les lignes vides entre les classes et les méthodes 9 years ago
  ArnAud 68da99216c EmType: bad method name 9 years ago
  Yann Weber 889abc8547 Put the database configuration asinstance attribute of EmComponent 9 years ago
  ArnAud 8289fa70dd EmTypes: pylint -d C0301,C0111 9 years ago
  ArnAud bd8bc7e814 EmFields: unecessary comment 9 years ago
  ArnAud 09e74f3ec1 EmField: unused import + whitespace 9 years ago
  ArnAud b403aef65b EmFieldgroups: unecessary comment 9 years ago
  ArnAud 3a281f4261 EmFieldgroups: unused import 9 years ago
  ArnAud 89d9cb62cf EmClass: delete unused variable 9 years ago
  ArnAud 3c13e658a3 EmClass: delete unused import 9 years ago
  ArnAud acce76c48b EmClass: better documentation of linkedtype 9 years ago
  Yann Weber 65166a5dfd Adding icon argument to EmType::create() method 9 years ago
  Yann Weber cd37b0129f Better comments for set_rank method 9 years ago
  Yann Weber 47ce122e93 Changed icon field to EmField_icon in EmClass and EmField. Added sortcolumn argument for EmType and EmClass. 9 years ago
  Yann Weber e757a3fb90 Doing todo 9 years ago
  Roland Haroutiounian bf98e2a121 [TODO] Suppression d'un TODO obsolète dans fieldgroups.py 9 years ago
  Roland Haroutiounian 53c2a72a9d [TODO] Suppression d'un TODO dans fieldtypes 9 years ago
  Roland Haroutiounian 1cfac44b9f [TODO] Suppression d'un TODO dans fieldtypes 9 years ago
  Roland Haroutiounian 76c97bf1f3 [TODO] Suppression du TODO dans classes sur la vérification du class_type dans EmClass 9 years ago
  Yann Weber d7d4a989f1 TODO on EmComponent 9 years ago
  Roland Haroutiounian b03958a65a Suppression de sqlutils.getEngine au profit de sqlutils.get_engine 9 years ago
  Yann Weber 49dfe9ad03 Code factorization on EmComponent.modify_rank() 9 years ago
  Yann Weber f41d164603 Added test for EmComponent.get_max_rank(), replacing the default value for rank by the one processed by get_max_rank 9 years ago
  Yann Weber 6af0b45f3f Code factorization on EmType select and unselect fields. Added comparison capabilities to EmComponent (and childs) 9 years ago
  Yann Weber 27d178e531 Code factorization and create methods for EmComponent and childs changes 9 years ago
  Yann Weber 3f8aff6813 EmField add_column code factorization 9 years ago
  Yann Weber 166dc6ad75 Added docstrings comments to tests and fixed "false hidden failure" 9 years ago
  Driky 347a302e85 Correction: ajout de la valeur de ranked_in pour chaque classe 'em_*' 9 years ago
  Yann Weber a3b9daf319 sqlwrapper deletion and sqlsetup enhancement 9 years ago
  Roland Haroutiounian 43bb085667 [EmField] Modification AddColumn + test ranked_in dans Components repassé temporairement à -1 9 years ago
  Roland Haroutiounian e46ca292c8 [EmField] Suppression de l'appel à SqlWrapper 9 years ago
  Driky 847509590a Correction de Component. cl -> cls 9 years ago
  Driky c3560d3feb Correction sur Component pour passer get_max_rank en classmethod 9 years ago
  Driky 3b97054d3b Petite correction sur le rank initial 9 years ago
  Yann Weber 4fb2f789b5 Replacing EmComponent method getDbE by db_engine 9 years ago
  Yann Weber a23fd3dbfc Bugfix on EmClass and EmType so every tests pass 9 years ago
  Yann Weber 65b10a6c5d Added some tests to tests_types.py 9 years ago
  Roland Haroutiounian 744a9fdda2 [EditorialModel/classes.py] Passage au db_engine() 9 years ago