371 Commits (ac6f791508704a9f2494091f518a431cf124c9d4)
 

Author SHA1 Message Date
  ArnAud 3f30547252 Em Fieldtypes: a string value "0" should be seen as boolean false 9 years ago
  ArnAud 143134ac52 EmFieldgroups: lint and pep8 9 years ago
  Yann Weber eb69492363 Deleted comments and bugfix on EmFieldGroup.fields() 9 years ago
  ArnAud 619232c5d8 EM Model: pylint and pep8 9 years ago
  Yann Weber db62afb2a1 Updated EmClass to match the new Model 9 years ago
  Roland Haroutiounian df6c0b001d [EmField] Change of the delete method (uses the model member of the class to perform that action) 9 years ago
  ArnAud d8f8943ca8 EM Model: use the appropriate dict 9 years ago
  Roland Haroutiounian 9c5fad1b76 [EmFieldGroup] Deactivated the create method (soon to be deleted from the class members) 9 years ago
  Roland Haroutiounian f449ef8a89 [EmFieldGroup] Changed the delete and init methods 9 years ago
  Roland Haroutiounian 10c516e404 [EmFieldGroup] Changed in the deletion process. Raises a NotEmptyError in case fields are still attached to the fieldgroup 9 years ago
  Roland Haroutiounian 2fc6084c82 [EmFieldGroup] implementation of the EmField objects deletion on a EmFieldGroup deletion process 9 years ago
  ArnAud 4803eba6a7 EmComponent: access to model is now named model !! 9 years ago
  Yann Weber 9f0599939a Update of Model.create_component method 9 years ago
  Yann Weber b87c276b26 Now EmComponents gets a Model instance when instanciate, and the Model._components dict structure has change a bit 9 years ago
  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 years ago
  Roland Haroutiounian 06b5786c72 [EmFieldGroup] Modification de la méthode fields + pep8/pylint 9 years ago
  Roland Haroutiounian 74b993fba4 [EmFieldGroup] Modification de la récup des noms de clés dans le dictionnaire components 9 years ago
  Roland Haroutiounian 67707c6734 [EmFieldGroup] Update of the docstrings for the create method 9 years ago
  ArnAud e2ab8d9a25 EmType : implement classtype 9 years ago
  Roland Haroutiounian 129ba00c41 [EmFieldGroup] Changed the create method of the class 9 years ago
  Yann Weber c94c23f6e2 Added create_component delete_component to Model class 9 years ago
  Roland Haroutiounian abdb50691a [EmFieldGroup] Correction du nom d'une classe dans l'init 9 years ago
  Roland Haroutiounian ac181b4f27 [EmFieldGroup] Ajout du constructeur 9 years ago
  ArnAud cf2ea5f51e EM Type : implement selected_fields() 9 years ago
  ArnAud e05422dd63 EM Type:get subordinates and fields in __init__ 9 years ago
  Roland Haroutiounian 912ddc5184 [Fieldgroups] Implémentation de la récupération de la liste des fields d'un fieldgroup à partir de self.components 9 years ago
  ArnAud 79336030c7 EM: store in each component a reference to the list of the other 9 years ago
  ArnAud 6f2d895462 EM: Model: store all components in one dict 9 years ago
  ArnAud 71a1e852dc EM: a canonical EM in json 9 years ago
  ArnAud adec82093b delete SQL requirements 9 years ago
  ArnAud a9422795c7 EM: model: create a dict for each component 9 years ago
  ArnAud 5e799d0aa7 EM: todos 9 years ago
  ArnAud e85e19c4b1 ME: basic ME for tests 9 years ago
  ArnAud 55b030800f Em: draft for fieldgroup 9 years ago
  Roland Haroutiounian 89d45ab799 [EmType] pep8 + pylint 9 years ago
  Roland Haroutiounian d50a89ec36 [Fieldgroups] pep8 9 years ago
  Roland Haroutiounian 867ad023be [ClassTypes et Fields] Mise en commentaire des imports obsolètes et conformité pep8/pylint 9 years ago
  Roland Haroutiounian d169a9dd2e [Backend Json] Modification du nom du fichier pour éviter les conflits avec le module json de python 9 years ago
  Roland Haroutiounian 456403ba1b [Model] mise en conformité pep8 et pylint 9 years ago
  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