- 06 Jan, 2012 8 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
changeTranslations was removed in c60e89fe in favour of single-value, better-named setter.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Julien Muchembled authored
Otherwise, deleting objects and packing would not free memory.
-
Kazuhiko Shiozaki authored
-
- 05 Jan, 2012 16 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
move delivery builders from erp5_simplified_invoicing to erp5_simulation_test and make invoice builder global.
-
Rafael Monnerat authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
move delivery builders from erp5_trade to erp5_simulation_test and make packing list builder global.
-
Łukasz Nowak authored
variation property which comes from Item generates getVariationPropertyList. VariationRange's property defines variation_property which also generates getVariationPropertyList As there is conflict which is not solved by category accessor generation sorting (which is per property sheet) adding later VariationRange will result in overwriting accessor for category with own one.
-
Łukasz Nowak authored
They use the same method name to do another task: check consistency on passed object. Thus it is impossible to check consistency on them.
-
Łukasz Nowak authored
They use the same method name to do another task: check consistency on passed object. Thus it is impossible to check consistency on them.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
variation property which comes from Item generates getVariationPropertyList. VariationRange's property defines variation_property which also generates getVariationPropertyList As there is conflict which is not solved by category accessor generation sorting (which is per property sheet) adding later VariationRange will result in overwriting accessor for category with own one.
-
Łukasz Nowak authored
For now check functionality of variation_property_list property.
-
Łukasz Nowak authored
Reuse searchAndActivate method. Allow to select no modules, which will result in full, unrestricted site check.
-
Kazuhiko Shiozaki authored
* move create/drop table SQL for content_translation table from erp5_content_translation to erp5_full_text_*_catalog BT.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
revert 5389ed8c (use countResults as a count method for a listbox where we use portal_catalog as a list method). 'countResults' method is overridden in Document/ExteralSource.py and using 'portal_catalog' as count method is internally translated to 'countResults', thus using countResults globally here may cause unexcpected value for certain cases.
-
- 04 Jan, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 02 Jan, 2012 3 commits
-
-
Vincent Pelletier authored
Based on a patch by Aurélien Calonne <aurel@nexedi.com>. Also, cleanup TranslationProviderBase code a bit.
-
Vincent Pelletier authored
-
Julien Muchembled authored
This fixes a regression by commit 6fd63363.
-
- 29 Dec, 2011 5 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
This is similar to commit a0d26594 ("Fix possible resource leak with ImageMagick conversion").
-
Vincent Pelletier authored
There should be no need for volatiles, as this class doesn't subclass Persistent. Also, TM interface is deprecated.
-
Vincent Pelletier authored
They are much easier to understand than ngt, max, etc. There is no replacement for minngt and minmax at this time, though.
-
Vincent Pelletier authored
This prevent using iterators, and there is an easy alternative.
-
- 28 Dec, 2011 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 27 Dec, 2011 4 commits
-
-
Rafael Monnerat authored
The TestPage_view was lacking of several fields important to DMS/Web usage of the files.
-
Łukasz Nowak authored
This reverts commit b7677ac0. More analysis have to be done before changing implementation.
-
Łukasz Nowak authored
Business Link method accepts None, so allow to call global build on Business Process itself.
-
Rafael Monnerat authored
-