Roland Haroutiounian
|
1e8e10b569
|
[#69] "parent" nature is now taken from EditorialModel.classtypes.EmNature
|
9 years ago |
Roland Haroutiounian
|
6a4a7af931
|
[#69] Added the code to add the relations to all the superiors in a hierarchy
|
9 years ago |
Yann Weber
|
668d97e2fb
|
Implements add_related set_relation_rank in MySQL ledatasource and updated get_relation
|
9 years ago |
Yann Weber
|
76c1174509
|
Implements get_subordinates in the MySQL datasource
|
9 years ago |
Roland Haroutiounian
|
75d47527ee
|
get_superiors query is ordered by depth desc
|
9 years ago |
Roland Haroutiounian
|
74e6c2b7da
|
[#71] get_superiors method's first implementation
|
9 years ago |
Roland Haroutiounian
|
fa4e45d4c5
|
[#69] First implementation of add_superior, without the recursive calls
* add_superior's implementation in LeDataSourceSQL
* cleaning the code
|
9 years ago |
Yann Weber
|
54ba4cc3c5
|
Implements get_relation in LeDatasourceSQL + some small changes in MySQL and MH
|
9 years ago |
Roland Haroutiounian
|
0ad4e3c9fd
|
[#67] del_relation method now uses only a relation id as argument
|
9 years ago |
Roland Haroutiounian
|
b202a7933d
|
[#68] get_relations method uses only one argument which is the object from which we want the relations
|
9 years ago |
Roland Haroutiounian
|
70c237d65f
|
[#68] get_relations method is implemented in LeDataSourceSQL
|
9 years ago |
Roland Haroutiounian
|
b062a28e7b
|
[#67] del_relation is declared implemented
|
9 years ago |
Roland Haroutiounian
|
492e2c1c25
|
[#67] Delete of a relation is implemented now in LeDataSourceSQL
* The two mandatory arguments of the del_relation method are checked
|
9 years ago |
Roland Haroutiounian
|
cbd3d89426
|
[#63] PEP8/Pylint
|
9 years ago |
Roland Haroutiounian
|
518cfad9cd
|
[#63] Mysql migration handler and ledatasourceSQL are using MySQL DataSource
|
9 years ago |
Roland Haroutiounian
|
6f06c86a86
|
[#63] Change in the new of the foreign key generator
|
9 years ago |
Yann Weber
|
10379c6a95
|
Fieldgroups are deleted
|
9 years ago |
Roland Haroutiounian
|
7f3981f24a
|
Corrected the delete method in LeDataSourceSQL
|
9 years ago |
Roland Haroutiounian
|
119b9b6f9f
|
Added the deleting in the object table
|
9 years ago |
Yann Weber
|
3f9067492c
|
Removed a debug message + bugfix on LeDatasource returned values
|
9 years ago |
Yann Weber
|
bdd85d9bde
|
Implement the LeDatasource.insert() method + user friendly LeObject.insert() datas arg
|
9 years ago |
Roland Haroutiounian
|
6540e2c233
|
Changed the class name detection in the LeDataSourceSQL class
|
9 years ago |
Roland Haroutiounian
|
ded36cacc8
|
Reimplemented the delete function
|
9 years ago |
Roland Haroutiounian
|
936219e47a
|
Added a test to detect empty relational filter arguments in the parsing process
|
9 years ago |
Roland Haroutiounian
|
edb86d7f55
|
Optimized the relational filters parsing
|
9 years ago |
Roland Haroutiounian
|
9f47b7848f
|
Fixed connection strings for mysql
|
9 years ago |
Roland Haroutiounian
|
5c7bb9d76b
|
Changed LeDataSourceSQL to use MySQL
|
9 years ago |
Roland Haroutiounian
|
77e7f66efc
|
Corrected the constructor and the get method of LeDataSourceSQL
|
9 years ago |
Roland Haroutiounian
|
996039d6aa
|
Added the first test for the LeObject datasource
|
9 years ago |
Roland Haroutiounian
|
32fe54e205
|
PEP8 / PyLint on datasources module
|
9 years ago |
Roland Haroutiounian
|
4bccea4cb6
|
Corrected a docstring
|
9 years ago |
Roland Haroutiounian
|
e3dba75747
|
[#61] Corrected the relational filters parsing method in LeDataSourceSQL
|
9 years ago |
Roland Haroutiounian
|
f2c721a9ae
|
[#61] Added the first implementation of update and delete functions
|
9 years ago |
Roland Haroutiounian
|
16e3b2c210
|
[#61] started the implementation of the update method in LeDataSourceSQL object
|
9 years ago |
Roland Haroutiounian
|
ee89b62f40
|
[#61] added a default module setting to LeDataSourceSQL object
|
9 years ago |
Roland Haroutiounian
|
a27aba08f0
|
[#61] Added a first implementation of the insert method
|
9 years ago |
Roland Haroutiounian
|
7bf9ceb7a3
|
[#61] pep8 correction
|
9 years ago |
Roland Haroutiounian
|
8bc93a67d5
|
[#61] First implementation of the get method in ledatasourcesql
|
9 years ago |
Roland Haroutiounian
|
dcd65f5f4c
|
[#61] Rewriting the method headers
|
9 years ago |
Roland Haroutiounian
|
8478fef37d
|
[#61] started the implementation of relational_filters in LeDataSourceSQL
|
9 years ago |
Roland Haroutiounian
|
d826611811
|
[#61] Added the case of a non given relational_filters argument
|
9 years ago |
Roland Haroutiounian
|
50af1b16a8
|
[#61] Added the empty functions : update, insert, delete to the LeDataSourceSQL class
|
9 years ago |
Roland Haroutiounian
|
e064173359
|
[#61] Corrected the headers of update and delete methods in dummy datasource
|
9 years ago |
Roland Haroutiounian
|
2fedc186da
|
[#61] Moved ledatasource into dummy
|
9 years ago |
Roland Haroutiounian
|
3f8e5c9fce
|
[#61] Added the tablename generation
|
9 years ago |
Roland Haroutiounian
|
765a4e5830
|
[#61] Added the return as a dict in the get method of LeDataSource
|
9 years ago |
Roland Haroutiounian
|
89b13c5d91
|
[#61] Added the prepare_filters method
|
9 years ago |
Roland Haroutiounian
|
e98e024916
|
[#61] Started using mosql
|
9 years ago |
Roland Haroutiounian
|
a935446871
|
[#61] added the LeDataSourceSQL class
|
9 years ago |