- 29 Jun, 2016 8 commits
-
-
Julien Muchembled authored
Instead of trying without and retry in case of TypeError, we now have a reliable rule: aq_parent is passed if and only if the name of first argument is 'self'.
-
Julien Muchembled authored
The main optimization is the replacement of erp5.component.extension.find_load_module by a simple __import__ like it was before commit c2ce3ba0
-
Julien Muchembled authored
Use it on PythonScript & ExternalMethod.
-
Julien Muchembled authored
- Code refactoring and small optimizations. - Really fix unwanted acquisition. - ExternalMethod: fix security declarations. - Fix role/permission checking for ExternalMethod called by a PythonScript with proxy roles. - When editing an existing guard, modify it instead of always recreate one. no very useful here, but that's good practice: this is nicer for the ZODB and it's easier to browse the history. BT should do the same when upgrading.
-
Julien Muchembled authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Sebastien Robin authored
If for some reasons, this gadget does not get results (usually due to network failures or service unavailable for other reasons), do not fail and retry until it works again
-
- 28 Jun, 2016 6 commits
-
-
Julien Muchembled authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Georgios Dagkakis authored
-
Jérome Perrin authored
-
Jérome Perrin authored
To be consistent with other type information classes such as SolverTypeInformation or PDFTypeInformation. At the same time, describe a bit more
-
- 27 Jun, 2016 2 commits
-
-
Tristan Cavelier authored
- use `obj.data` instead of `str(obj)` to get File object content - fix data_uri split unpack issue - fix str/unicode encoding errors - fix allow parse url list in css
-
Nicolas Wavrant authored
erp5_upgrader: TemplateTool_checkCategoryNameConsistency constraint can update categories which have moved
-
- 24 Jun, 2016 12 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
[erp5_web_renderjs_ui] Update website modification, to prevent launcher gadget modification date to be more recent
-
Tristan Cavelier authored
- WebPage_exportAsSingleFile - WebPage_extractReferredObjectDict
-
Tristan Cavelier authored
when converting an image, the returned value of img.convert is not everytime a string. It might be a kind of acquisition value
-
Tristan Cavelier authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Yusei Tahara authored
-
Romain Courteaud authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
- 23 Jun, 2016 11 commits
-
-
Kazuhiko Shiozaki authored
-
Nicolas Wavrant authored
testTask: new test to check that simulation inheritance can overwrite default ledgers set on portal type
-
Nicolas Wavrant authored
testAccounting: makes test_createBalanceOnLedgerWithTransactionsWithNoLedger closer from Delivery Type expected behaviour
-
Tristan Cavelier authored
Add allow_tag_list and deny_tag_list parameter to WebPage_extractReferredObjectDict
-
Vincent Pelletier authored
HTML rendering tolerates list value, and renders are multi-lines. Do the same in ODT renderer.
-
Kazuhiko Shiozaki authored
disable derived_merge in a query where it may cause the wrong result, instead of using DISTINCT trick.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
* normalize URL in a case where we have several languages in URL. * redirect to the web site root if HTTP_REFERER is not set.
-
Kazuhiko Shiozaki authored
-
Yusei Tahara authored
-
- 22 Jun, 2016 1 commit
-
-
Tristan Cavelier authored
erp5_web: set relative url path as absolute if no base_url found in WebPage_extractReferredObjectDict
-