- 26 Feb, 2016 1 commit
-
-
Sebastien Robin authored
-
- 25 Feb, 2016 6 commits
-
-
Sebastien Robin authored
When a delivery was splitted, then the new delivery was also splitted, and so on, we were generiting ids like "1_split_0_split_0_split_0_split_0...". It ended having simulation having a path up to 240 characters on some projects due to this (near 255 catalog limit). For keeping some information on the split, only keep "_split_" one time in the id. If we really need to know exactly from which simulation movement a new splitted simulation movement is coming from, we should use something else than id.
-
Sebastien Robin authored
-
Kazuhiko Shiozaki authored
Now ERP5Site_reindex is not called during test setup, thus some tools added before portal_activities should be reindexed explicitly.
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Jérome Perrin authored
Only portal_catalog.searchResults supports ignore_unknown_columns, it does not make sense at the level of Products.ZSQLCatalog.SQLCatalog.Query
-
- 24 Feb, 2016 1 commit
-
-
Jérome Perrin authored
Since we now have a transaction cache, changes in user assignements are only taken into account in the next transaction.
-
- 23 Feb, 2016 8 commits
-
-
Romain Courteaud authored
It allows user to correctly select the start time and time zone.
-
Romain Courteaud authored
It allows to create new DateTime with the same timezone.
-
iv authored
-
iv authored
-
Romain Courteaud authored
-
Georgios Dagkakis authored
remove Base_getURLTopmostDocumentValue (was moved to erp5_xhtml_style in 0bf719d3)
-
Georgios Dagkakis authored
-
Tristan Cavelier authored
-
- 22 Feb, 2016 1 commit
-
-
Romain Courteaud authored
-
- 21 Feb, 2016 1 commit
-
-
Kirill Smelkov authored
Both erp5.git and slapos.git were moved to lab.nexedi.com, so it is time to update all links.
-
- 19 Feb, 2016 22 commits
-
-
Alain Takoudjou authored
Set permission 'Access future portal content' and 'Private only accessible from trusted code' to Manager only
-
Łukasz Nowak authored
Conflicts: product/ERP5/Document/BusinessTemplate.py
-
Łukasz Nowak authored
PayZen interface expectes all dates in UTC, but suds library is not configurable. So force UTC usage while importing and using suds, so no date mangling will happen. Conflicts: bt5/erp5_payzen_secure_payment/bt/revision
-
Łukasz Nowak authored
Do not *reset* them, as it is normal to have more then one Open Sale Order with same reference, as other coordinates (like validation_state) are used to distinguish the documents. Conflicts: bt5/erp5_open_trade/bt/revision
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The logic of assignments checking shall be easy to use by other plugins in order to avoid code duplication and minimise risk of non fixed security issues.
-
Alain Takoudjou authored
-
Łukasz Nowak authored
Order Builder has same functionality as Devliery Builder.
-
Romain Courteaud authored
Conflicts: product/ERP5/Tool/CertificateAuthorityTool.py
-
Alain Takoudjou authored
erp5_web_shadir override _getOb function in VirtualFolderMixin, but all parameters are not well propagated thereafter. We add missing parameter 'default'.
-
Romain Courteaud authored
Acknowledgement can not be displayed without more informations.
-
Julien Muchembled authored
-
Romain Courteaud authored
Calling an external python will prevent calling navigate from a python script with a proxy role.
-
Łukasz Nowak authored
-
Romain Courteaud authored
-
Xiaowu Zhang authored
listbox & clone document See merge request !55
-
Xiaowu Zhang authored
-
Romain Courteaud authored
-
Alain Takoudjou authored
-
Łukasz Nowak authored
Show sorted list, as sorting does not impact sets equality, and, if possible, format a list in human readable way.
-
Rafael Monnerat authored
Permit user update promise file searching by bt5s name, and including its repository. Conflicts: product/ERP5Type/tests/ERP5TypeTestCase.py
-
Tristan Cavelier authored
-