- 16 May, 2007 2 commits
-
-
Yoshinori Okuji authored
Modernize the test with portal_activities. This triggers another failure, but it is not a fault in this test itself. It is a problem in CMFCategory (or ERP5Type). The problem is that updateRelatedContent may be executed after reindexObject, and updateRelatedContent or notifyAfterUpdateRelatedContent does not call reindexObject. So the catalog becomes inconsistent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14504 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14503 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 May, 2007 8 commits
-
-
Jean-Paul Smets authored
Fixed a problem related to the naming of listbox. It is now possible to use listboxes with any ID, and change page even if for forms with multiple listboxes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14502 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Translation cache must always use the original (untranslated) value to avoid duplicates, because otherwise if "foo" translates as "bar", and "baz" translates also as "bar", only the first encountered will get indexed in translation table, meaning that any translated search on "baz" will produce no result. It causes the invisibility of some lines in listboxes typically when filtering by translated_workflow_state_title. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14499 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14498 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Do not reindex portal activities, as it is not a BaseTool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14492 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14491 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14490 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2007 13 commits
-
-
Jérome Perrin authored
pass **selection_params to getSecurityQuery, so that local_roles are taken into account git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14488 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14485 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
by Fabien, use the library Ft.Xml instead of xml.dom.minidom in order to make synchronization faster, and use xpath exression, this make the code much more cleaner git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Add Base_checkPermission. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14471 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Raise exception if impossible to conver to base format (OOOd). Because convertToBaseFormat is usually called upon indexing do NOT call workflow script processFile (for OOOd failure) because it will trigger another object indexing activity, thus creating an infinitive loop and growing ZODB. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2007 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2007 16 commits
-
-
Jérome Perrin authored
Allow to set a title on accounting transaction lines, which has priority over the transaction's title on report showing lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14467 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
When creating a reversal transaction for an existing transction, the new transaction will have the same causality as the voided transaction (+this transaction itself) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14462 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14461 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14460 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
This is needed to prevent errors in "Test" ZMI tab. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Link portal type is both in erp5_base and erp5_core, as all actions are in erp5_base, remove the portal type from erp5_core git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14456 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14453 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Use getCategoryChildIndentedTitleItemList instead of getCategoryChildTitleItemList in Preference_view, otherwise no way to see the hierarchy. Change description on oood coordinates fields git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- don't show ID in list - add owner as a "more column" - add missing list_ui and sort_on generic actions - remove bogus actions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
http://www.erp5.org/GuidelinesForNamingConventionJérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-