Yann Weber
|
1ff7e6afc0
|
install/Makefile update (add a rule to remove dynamic code)
|
il y a 8 ans |
Yann Weber
|
07570b6b8c
|
Make current acl call catcher less verbose (don't print message when calling a methods starting with '__')
|
il y a 8 ans |
Yann Weber
|
912f27d4bf
|
Disabled wrapper in default settings + some little modifications
Modified Makefile (it was outdated)
Modified the way of checking caller in _LeCrud.__new__
Modified the way the method is called by ACL wrapper
|
il y a 8 ans |
Yann Weber
|
1b78028bb5
|
A quick "hack" to solve the ACL leapi instanciation problem
|
il y a 8 ans |
Yann Weber
|
20e7bbdcd1
|
Now ACL and its factory use transwrap
|
il y a 8 ans |
Yann Weber
|
d42a6eeedc
|
Commenting transwrap
|
il y a 8 ans |
Yann Weber
|
c92678ae0c
|
New library to wrap leapi instance
|
il y a 8 ans |
Yann Weber
|
d4c346262a
|
Update instances (new loader and utils)
|
il y a 8 ans |
Yann Weber
|
8c69a36d05
|
Adds LeHierarch and LeRel2Type to generated acl wrapper
|
il y a 8 ans |
Yann Weber
|
729a4ca3eb
|
Quite dirty & quick commit implementing acl wrapper for dynleapi
|
il y a 8 ans |
Yann Weber
|
44b5ecc31d
|
Updated the makefile (less verbose)
|
il y a 8 ans |
Yann Weber
|
c814146832
|
Cleanings doxygen comments
|
il y a 8 ans |
Yann Weber
|
930bf7ba3a
|
Fixing some doxygen comments errors
|
il y a 8 ans |
Yann Weber
|
4d9ced1807
|
Unskip, delete and fix some tests
|
il y a 8 ans |
Yann Weber
|
323fdd8496
|
Updated some tests
|
il y a 8 ans |
Yann Weber
|
f7e66751f3
|
Merge branch 'datasource_fieldtypes'
|
il y a 8 ans |
Yann Weber
|
dc143a3376
|
Implements delete in leapidatasource for leobjects and lerelations
|
il y a 8 ans |
Yann Weber
|
e9fcd15c48
|
MigrationHandler : add ON DELETE CASCADE & ON UPDATE CASCADE to FK
|
il y a 8 ans |
ArnAud
|
96886c1b2f
|
datasource sql: take care of multivalued field in select, insert and update
|
il y a 8 ans |
Yann Weber
|
7fe0fe002e
|
Updated leapi and dummy datasource update method
Now update take id and no more filters
|
il y a 8 ans |
Yann Weber
|
9876764f55
|
Documentation mainpage update
|
il y a 8 ans |
Yann Weber
|
2234c0f451
|
Documentation update (again)
|
il y a 8 ans |
Yann Weber
|
aa95f534cf
|
Updated lodel2 UI schema in documentation
|
il y a 8 ans |
Yann Weber
|
afb1ee99f1
|
Documentation update : add something about Lodel2 UI and ACL
|
il y a 8 ans |
Yann Weber
|
346f403cff
|
Updated doc + em backend graphviz upgrade & fix
|
il y a 8 ans |
Yann Weber
|
d774480aa6
|
Updated the doxygen documentation
Adding images support for doxygen documentation ( in doc/img ) + automated images generation with graphviz & make
|
il y a 8 ans |
Yann Weber
|
6e349fbd66
|
Update tests
|
il y a 8 ans |
ArnAud
|
6337722967
|
datasource SQL: cast values according to fieldtype
|
il y a 8 ans |
ArnAud
|
d978e8100b
|
lerelation: send the value not the key
|
il y a 8 ans |
Yann Weber
|
51eaf22273
|
Updated fieldtypes() method in LeRel2Type
|
il y a 8 ans |
ArnAud
|
ab59896f8f
|
lerelation: empty return value from datasource would be [] not None
|
il y a 8 ans |
Yann Weber
|
d4504df92a
|
Bugfix for Em MlString translations + me.json update
|
il y a 8 ans |
Yann Weber
|
ec386c3e72
|
Update datasource tests (deleted test concerning multivalue fields) + add an utility method in DataSource/MySQL/fieldtypes.py
|
il y a 8 ans |
ArnAud
|
a2cd199f10
|
fieldtypes, leo: check attr before using method
|
il y a 8 ans |
ArnAud
|
0baf161bd2
|
datasource SQL: GET with multivalued field for LeType
|
il y a 8 ans |
Yann Weber
|
af34f4bf59
|
Allowing None values in i18n dict
|
il y a 8 ans |
Yann Weber
|
ba6cffbd03
|
Updated em json files
|
il y a 8 ans |
Yann Weber
|
02e32d887b
|
MlString update
|
il y a 8 ans |
Yann Weber
|
5eadaf145d
|
MlString enhancement + i18n check functions implementation
|
il y a 8 ans |
Yann Weber
|
6368aaea34
|
Now LeCrud.datas() method has a lang argument allowing datas to be indexed by fieldname translations
|
il y a 8 ans |
ArnAud
|
88c5f2fe54
|
datasource SQL: take care of multivalued fields in INSERT
|
il y a 8 ans |
Yann Weber
|
cae0377c3d
|
More doc + tests fixes and rank fieldtype fix
|
il y a 8 ans |
Yann Weber
|
2b2e219549
|
Changed the way of complete arguement is interpreted in fieldtypes() and fieldlist() method
|
il y a 8 ans |
Yann Weber
|
bf44d66440
|
Changed the _fields properties of LeType child classes in dynamic code + adding complete argument to fieldlist() and fieldtypes() methods
+ tests
|
il y a 8 ans |
Yann Weber
|
5ad9c27a07
|
Introducing the notion of immutable fieldtypes for classtypes fields definition
|
il y a 8 ans |
Roland Haroutiounian
|
9d591399e4
|
Changed the sample display of request parameters in the index routing method
|
il y a 8 ans |
Roland Haroutiounian
|
220f7ea7c3
|
Merge branch 'flask'
|
il y a 8 ans |
Roland Haroutiounian
|
5570fe1473
|
The index method of the routing is parsing the url elements and arguments
|
il y a 8 ans |
Roland Haroutiounian
|
bbb4756f57
|
Flask is implemented with a Router module to parse and deal with url elements and params
|
il y a 8 ans |
Yann Weber
|
f28c941a38
|
Add a forgotten file (namerelation)
|
il y a 8 ans |