105 コミット (7b647c5ba44f782e90009ab51ba1ac509f587a75)

作成者 SHA1 メッセージ 日付
  Yann Weber 10379c6a95 Fieldgroups are deleted 9年前
  Yann Weber 36ffdfdf0c Some bugfix in components.max_rank model.create_component in the random em generator and in the file fieldtype 9年前
  Yann Weber 1c4e2ddba8 Some Doxygen comments fix 9年前
  Roland Haroutiounian 8058785023 PEP8/Pylint on components.py 9年前
  Yann Weber 2dc226c65a Fixed a bug in set_rank() 9年前
  Yann Weber 58837a0ed4 Fix modify_rank and associated tests 9年前
  Yann Weber 6fa5a2a7f6 Reimplementation of get_max_rank for EmComponent + little correction in hash test 9年前
  ArnAud 9cc01fec46 EmComponent : lint + pep8 9年前
  ArnAud 4d1e687065 EmComponent : introduce attr_flat => reusable flattened attribut list of a component 9年前
  ArnAud 5f0f5dd3bf EmComponent: convert attr_dump attribut to a method 9年前
  ArnAud 90fcecd015 EmComponent: make the __hash__ function always return the same hash ! 9年前
  Roland Haroutiounian e4dfc1bb7a [#49] Changes made in the unit tests for test_model 9年前
  Yann Weber 3109cc72bd Deleted deprecated methos new_uid from EmComponent 9年前
  Roland Haroutiounian 88d79a0a22 [#49] added an existence test for the "model" property in EmComponent.dumps() 9年前
  Roland Haroutiounian f1a264ac59 [#49] Removed the string casting in attr_dump 9年前
  ArnAud 9131f7bcd2 EmField: type attribute is now called fieldtype 9年前
  Roland Haroutiounian f0c760fdb0 [#49] Took off the "model" property from the component dump 9年前
  Roland Haroutiounian e6de8b7a8b [#49] Changed the value format used for the component in its attr_dump method 9年前
  Yann Weber 18695e3a72 Implement the BackendJson save method 9年前
  Yann Weber d199d571bd Cleaning & commenting + adding warning 9年前
  Yann Weber aa6e01bff0 Dirty comit of a djago MH that "works" 9年前
  Yann Weber 17c1eba918 Solved a bug about checking ranks and getting max rank 9年前
  Yann Weber 46dfe3a7ba Added a new @property to EmComponent uniq_name 9年前
  ArnAud 5fb9c8b7b6 EmComponent: get_max_rank() should return an int 9年前
  Yann Weber e530211a1e Comments update 9年前
  Yann Weber 0901c29a33 Bugfix on EmComponent.check() 9年前
  Yann Weber d2f6509397 Checking type of model argument (without importing Model) 9年前
  Roland Haroutiounian 113deb302d [EmComponent] added a test to not take uids into account in the hash computation process 9年前
  Roland Haroutiounian 0bf24b6c48 [#45] Changed the return of the hash methods, we get integer instead of string 9年前
  Yann Weber 084b8af6c1 MigrationHandler enhancement (now records Model's hash for each changes). Better beaviour of Model.create_component if MigrationHandler raises 9年前
  Roland Haroutiounian 8a6fdd4c6a [#45] Added the __hash__ method implementation for the Model class 9年前
  Roland Haroutiounian c916801c99 [#45] Changed the __hash__ implementation of the EmComponent class 9年前
  Yann Weber ed9133016f Fixing component deletion 9年前
  Yann Weber fe9184f608 Reimplementig EmComponent::__setattr__ to call migration handler 9年前
  Yann Weber 195cca24a4 Implementing check methods for each EmComponent child (and EmComponent) 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年前
  Yann Weber a2529cf8eb Added a check method to EmComponent and EmClass 9年前
  Yann Weber 8bf864c597 Handling rank sorting in Model and rank modifier in EmComponent 9年前
  ArnAud 4803eba6a7 EmComponent: access to model is now named model !! 9年前
  Yann Weber b87c276b26 Now EmComponents gets a Model instance when instanciate, and the Model._components dict structure has change a bit 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年前
  ArnAud 79336030c7 EM: store in each component a reference to the list of the other 9年前
  ArnAud c73251795c EM: first draft for a Model Class 9年前
  ArnAud 1d2c069fb8 EmComponent: get rid of database functions 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年前
  Yann Weber cd37b0129f Better comments for set_rank method 9年前
  Yann Weber d7d4a989f1 TODO on EmComponent 9年前
  Roland Haroutiounian b03958a65a Suppression de sqlutils.getEngine au profit de sqlutils.get_engine 9年前