- 21 Jun, 2013 27 commits
-
-
Arnaud Fontaine authored
Before, Constraints on the filesystem were checked but this does not work in the forementioned case as the Constraints of project A are not available anymore, thus those Constraints were skipped.
-
Arnaud Fontaine authored
generateNewId() calling getIdGenerator() accessor which not available yet, thus define a dummy accessor so that erp5_property_sheets can be installed.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
This avoids copying/pasting the content of the form and also keep records for later inspection.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Avoid running out of file descriptors when backing up many objects in the trash upon bt5 installation. Before, when installing a bt5 whose format has changed, many subobjects may end up being backup up, but it keeps one FD per subobject, thus easily reaching the limit of 1024 FDs (as given by ulimit -Sn/-Hn). This is a followup of b71e5a73 specific to TrashTool as that commit seems to only fix the issue when TrashTool is not used.
-
Arnaud Fontaine authored
Upon Business Path Item installation, update Local Roles of objects whose Portal Types defines Roles. Before, Local Roles were not updated upon Path Item installation, thus leading to security issues (such as Trade Model Line). This avoids ugly hacks in Upgrader and in tests as well. Also, move Portal Types Role installation before Path so that they can be used before updating Roles during Path installation.
-
Yusei Tahara authored
To show a workflow dialog which absolutely fail is not good.
-
Yusei Tahara authored
Improve error handling on Workflow_statusModify. If divergence is solved by other user, then show a nice message.
-
Yusei Tahara authored
Uid must be always consistent. If uid is changed, then workflow action which user selected is applied to different workflow and it causes different result.
-
Yusei Tahara authored
Improve error handling on Workflow_statusModify. If requested transition is not available, then show a nice message.
-
Arnaud Fontaine authored
PasswordTool_viewResetPassword/text_content from erp5_core wrongly requires Field Library in erp5_web and EmbeddedFile_view/my_description from erp5_base wrongly requires Field Library in erp5_dms.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
If an user has set SVN working copies in its preferences, it cannot be modified anymore after upgrade.
-
Arnaud Fontaine authored
-
Yusei Tahara authored
Now both ascending arrow and descending arrow are displayed in title column and user can sort in specific order explicitly. User also can sort multiple columns by click without using sort-on-dialog.
-
Yusei Tahara authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Fix error message of StringAttributeMatch Constraint incorrectly renamed after migration to ZODB (78e2ae32). Also, rename message_attribute_does_not_match to message_attribute_not_match to follow ERP5 naming conventions.
-
Benjamin Blanc authored
-
Benjamin Blanc authored
This revert partially commit "Fix bt5_path into ERP5TypeTestCase.py and ERP5TypeTestSuite.py" (81f4553a)
-
Sebastien Robin authored
-
Benjamin Blanc authored
-
Benjamin Blanc authored
-
- 20 Jun, 2013 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Since commit 3ff662dd ("fix bt search path for testXHTML"), BT were not searched anymore in $INSTANCE_HOME/bt5/*/
-
Julien Muchembled authored
-
- 18 Jun, 2013 9 commits
-
-
Julien Muchembled authored
-
Jérome Perrin authored
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Aurel authored
-
Jérome Perrin authored
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
Entity_stat scripts are also modified in a way similar to http://git.erp5.org/gitweb/erp5.git?a=commit;h=ce47e4d80b9d30943794d7023da9858cbbd1046b to properly use project parameter in stat columns Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
By changing the section one can enter accounting transaction lines on a different section bypassing the security because usually only the section at the transaction level is taken into account for roles assignements.
-
Kazuhiko Shiozaki authored
so that we can disable adding new entries or we log the backtrace that causes a new entry.
-
Kazuhiko Shiozaki authored
-