An error occurred fetching the project authors.
- 03 Jun, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35930 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34538 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2010 2 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
In case if in list there are document A and B, and A is viewed by used using form Q, which is not available on B, it is better to show B with default view instead of presenting unrelated and not existing form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2010 1 commit
-
-
Jérome Perrin authored
on the wheel git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2010 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
This fixes testSimpleRelationFieldWheelButtonQuotedFields Make sure to update ERP5Form and erp5_core at same time git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Dec, 2009 1 commit
-
-
Jean-Paul Smets authored
Initial implementatoin of mass workflow state change was playing arround the API of SelectionTool and Selection, getting parameters and reimplementing part of Selection.__call__ API in order to be able to override certain parameters. As a result, some parameters were not taken into account in some cases and the result was not the same as the one from the selection. In this change, we extend the API of Selection so that, just like for methods, it is possible to override in a non persistent way the parameters which are passed to the selection method. This is similar to the existing possibility of overriding the calling context or the selection method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Nov, 2009 1 commit
-
-
Jérome Perrin authored
selection_tool.getSelectionParamsFor, to prevent the callers to modify selection params without using the api git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2009 2 commits
-
-
Łukasz Nowak authored
- refactor code to reflect this change git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29938 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29934 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Sep, 2009 1 commit
-
-
Jérome Perrin authored
When a relation field defines multiple proxy listbox ids, don't use to the first one, use the default. The previous behaviour to use the first one is kept if there is only one proxy listbox id. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2009 1 commit
-
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Aug, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
update an specified selection only in firstPage() and lastPage(), because modifying REQUEST will affect all listbox in the page. this will fix the failure in testPagerInViewMode of erp5_ui_test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Aug, 2009 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
use PersistentMapping as selection storage if the site is configured as using memcached but no memcached plugin found. this workaround is required for updating sites where memcached storage are already used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jun, 2009 3 commits
-
-
Vincent Pelletier authored
Do not define a special case when there is exactly one line in the relation string field, to make sure the SearchTextExpression is valid even in this case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jun, 2009 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 May, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
remove ignore_layout parameter from cancel_url otherwise we will have two ignore_layout parameters after clicking cancel button (r.26607 is not enough, i.e. that does not work in the case where ignore_layout parameter is the first parameter). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26950 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26867 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 May, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Apr, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
two ignore_layout parameters after clicking cancel button. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Apr, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26590 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Apr, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
accept page_start param in nextPage, previousPage and setPage to specify the page number instead of specifying starting line number of the page. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Apr, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Nov, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24543 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Oct, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24268 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2008 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24046 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Oct, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24003 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Oct, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23968 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-