- 05 Apr, 2013 13 commits
-
-
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).
-
Kazuhiko Shiozaki authored
-
- 04 Apr, 2013 20 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
also raise an exception in case of error, like cloudooo is not running.
-
Jérome Perrin authored
-
Jérome Perrin authored
Also remove copy pasted comments
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Update stock report and field library to use parameters named node_category & section_category instead of site & group
-
Jérome Perrin authored
* use translationContext instead of low level hacks * introduce a script ERP5Site_notifyReportComplete to do the actual notification * do not activate a useless getTitle * store strings encoded as zlib to prevent database growth
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
-
Jérome Perrin authored
usually generated SQL query can use a better index this way
-
Jérome Perrin authored
-
Jérome Perrin authored
We were not able to export and import back roles of a document when more than one local role group id was used.
-
Jérome Perrin authored
It can only work with default id generator and anyway catalog does not understand this syntax, so this has no effect
-
- 03 Apr, 2013 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
you can apply this change on the existing table by the following query : ALTER TABLE stock DROP INDEX `section_uid_portal_type`, ADD INDEX `section_uid_portal_type_mirror_section_uid` (`section_uid`,`portal_type`, `mirror_section_uid`);
-
Ivan Tyagov authored
Do not try to translate user input by using Localizier as it will fill up its internal structure (very inefficient) and lead to increase of ZODB (every modification is a new Localizer object holding all entries).
-
Tatuya Kamada authored
-
- 02 Apr, 2013 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
otherwise the result for 2-bit input is unreadable 2-bit with current imagemagick.
-