- 08 Jan, 2010 9 commits
-
-
Ivan Tyagov authored
In list_mode when doing side wide full text search using top, right input container is equal to Zope application object where getVisibleAllowedContentTypeList is not available. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
There is no reason to keep original_path since we have original_container and since document can be placed in an acquisition chain here. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Made the key more explicit with shared code througth a private method. Use UID instead of path. (will be replaced by uuid generated some day) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added 2 tests for cache management. One to test what happens if ID changes and the other to test what happens if content is edited through a web site. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Fixed a problem view of workflow history was not able to paging. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
use objectValues instead of searchFolder so that we don't need to wait for tic in tests. this change will fix the current failure of testPlanningBox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Contrary to Europe/Paris, Zope performs automatic DST calculation in US/Eastern timezone, which caused infinite loop in Alarm.getNextPeriodicalDate. Reenable testOpenOrder.testPeriodicityDateList (still failing though), and create a testOpenOrder.testPeriodicityDateListUniversal to show that it works with UTC times. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Make sure that when not in list mode, New button is displayed correctly (or not) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jan, 2010 31 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
Add new column "order_id" and make it part of the primary key. This column will avoid conflicts like Exception: _mysql_exceptions.IntegrityError (1062, "Duplicate entry '65398-24823' for key 1") git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
sometimes, the relation is not set on the context so the solution is to guess the accessor name from the field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
<img src="REF.TO.IMAGE" ... /> become <draw:image xlink:href="../REF.TO.IMAGE" ... /> so remove "../" added by OOo * compile regex only once reviewed by Kazuhiko git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- stop using the no longer needed where expression hack git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
In case of binary modification, the history tab of listboxes try to display diff between binary data, but it fails because binary data can't be converted to unicode. Now a message "Binary data can't be displayed" is display instead and the listbox don't crash for this reason. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Check that contribution tool is correctly indexed by ERP5Site_reindexAll. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
considering preference where the user had an Owner role, but as we sometimes have manager users that are also owner globally, it's better to do this using ownership and not owner role. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- fix test title git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31640 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Hervé Poulain authored
PropertyTypeValidity. Remove some useles white spaces. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- use the columns from the relationfield in the jump listbox git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31636 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31635 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- some sort list of delegations (automatically by BT5 svn mechanism) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31631 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31630 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Register workflows the CMF2 way even under CFM1 so tests only need to use the CMF2 way of creating workflows git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31628 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31626 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-