- 30 Apr, 2010 15 commits
-
-
Nicolas Delaby authored
* re-use same temp_object variable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34889 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
to initialise some variables like portal_type and filename to ease the creation of temporary object. Without this patch, the first portal_type of allowed_content_type of portal_contribution is used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34888 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
to increase revision and force generation of a new cache key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34886 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Add a test to check expected behaviour of new refresh caching process. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34883 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34882 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* call getToolByName with portal_object to avoid acquisitions loockup * remove calls of clearConversionCache * follow naming convention res => result_list, ob => document git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34880 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Compute new cache key with revision (incremental counter based on edit transtions of edit_workflow) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34878 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
the same portal type as the original git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34877 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34875 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* extend checkConsistency and fixConsistency API to accept 'filter' argument, that supports 'id' only for now. * use boolean instead of 0/1 for fixit argument. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34873 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34866 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Apr, 2010 12 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
IOW, be nice with the OS and other software/users. - /tmp should never be hardcoded: $TMPDIR is better - $TMPDIR should be only used with 'tempfile' and appropriate clean up - in unit tests, the 'tests' directory can be used as temporary storage (like in this commit) This fixes possible random failures of SyncML related tests when, for example, testERP5SyncML and testERP5DocumentSyncML are run in parallel. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jacques Honoré authored
- updated change log git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34859 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
backport SimulationMovement.asComposedDocument() and modify TradeCondition.getTradeModelLineComposedList() so as to search trade model lines from the nearest delivery in the simulation tree. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
allow specialise category in line level, and allow acquisition from parent in order type and delivery type for specialise base category. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34853 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34852 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34850 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34848 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34846 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Apr, 2010 11 commits
-
-
Julien Muchembled authored
At most 1 message for a given serialization tag can be validated (cf [28706]). Respect priority/date/uid when validating only 1 message (cf [34632]). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34841 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
constraints messages without . git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34832 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34828 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2010 2 commits
-
-
Mame Coumba Sall authored
defined in preferences those properties are taken into account when the user views an image. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
set a title on this interaction workflow as Transformation already have a workflow named Interaction Workflow Definition that make confusing in the jump menu. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34823 20353a03-c40f-0410-a6d1-a30d3c3de9de
-