- 04 Apr, 2013 2 commits
-
-
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 6 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
otherwise the result for 2-bit input is unreadable 2-bit with current imagemagick.
-
Kazuhiko Shiozaki authored
-
Arnaud Fontaine authored
Otherwise a TypeError exception is raised when calling Connection().columns().
-
Tatuya Kamada authored
Inventory movements are not indexed into stock table every time, and inventory_stock table no longer exists. Thus we use movement table instead.
-
- 01 Apr, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 31 Mar, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
that raises an Exception for PDF documents without any metadata.
-
- 29 Mar, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 28 Mar, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 27 Mar, 2013 15 commits
-
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Tatuya Kamada authored
-
Vincent Pelletier authored
With due warnings.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
try..except is significantly slower than getattr with default value when an exception is raised. defaultdict is faster than calling setdefault. The two other try..except blocks need more careful analysis of typical hit-rates to tell if they are optimal.
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
override _edit() to migrate existing documents if hook is not yet registered.
-
Kazuhiko Shiozaki authored
otherwise the result is unpredictable.
-
Tatuya Kamada authored
-
Arnaud Fontaine authored
Remove Japanese accounting bt5s as there is no standard like in France, thus making these bt5s useless.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 26 Mar, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 25 Mar, 2013 2 commits
-
-
Kazuhiko Shiozaki authored
so that we can change the skin selection in each Web Section.
-
Ivan Tyagov authored
Refactor code and use proper default page templates names so no need to rename manually to enable this bt5.
-
- 22 Mar, 2013 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
This does not work well with erp5_accounting_alternate_catalog. It is left for draft transactions, because draft may not have any section set. For the records, the idea behind is to prevent an unexpected behaviour when a user have a section_category in his selection and calls a worklist which is also supposed to display transactions which are not part of the selected section_category. In such case, section_category= is passed to reset the selected section_category and display all transactions, the problem is that alternate catalog is not able to decide wether to display source or destination section in that case
-
- 21 Mar, 2013 2 commits
-
-
Ivan Tyagov authored
-
Aurel authored
-