An error occurred fetching the project authors.
- 07 Nov, 2006 2 commits
-
-
Vincent Pelletier authored
Deprecate query_string parameter. New correct way is to provide the parameter in their "native" format, in the request. This allows more flexible filtering of parameters. Grab dialog_id if present, to fix relation string field listbox redirecting to object view when changing page. firstPage lastPage nextPage previousPage setPage Make list_selection_name a mandatory parameter, because walling those functions without it has no meaning and must never happen. Save one selection edition by changing the page using html parameter to the listbox (so it's only edited by the listbox rendering code, not before the redirection). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
it is unsafe to try to store acquisition wrappers in a persistent object. This may have undesirable effect, because this change makes an acquisition wrapper with getSelectionFor now. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11149 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Oct, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11000 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Sep, 2006 3 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10173 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not use immediateReindexObject. Thi version do not pass object_uid any more in request.form, anyway it was not used afterward. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Aug, 2006 1 commit
-
-
Christophe Dumez authored
- added function setDomainRootFromParam() to set the root of a listbox in tree mode given the name of the root git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jul, 2006 1 commit
-
-
Vincent Pelletier authored
Do not pass previous_form_id to dialog page to select a related object. form_id is meant for this, so don't trash it with dialog_id value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8914 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2006 1 commit
-
-
Kevin Deldycke authored
Add two new listbox related method to get the first page and the last page of a multiple-page listbox. Auto-delete of trailing spaces. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jul, 2006 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jul, 2006 1 commit
-
-
Christophe Dumez authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jul, 2006 1 commit
-
-
Thomas Bernard authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8275 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jun, 2006 1 commit
-
-
Thomas Bernard authored
This includes setZoom(), setZoomLevel(), nextZoom(), previousZoom(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7708 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2006 1 commit
-
-
Vincent Pelletier authored
Don't loose current form when, for example, changing the current page on a listbox in a form that's not the default action (named 'view'). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 May, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 May, 2006 1 commit
-
-
Yoshinori Okuji authored
Reset domain_list and report_list with None instead of (), because Selection can set default values with None automatically. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 May, 2006 1 commit
-
-
Yoshinori Okuji authored
Reset domain_tree and report_tree, only if reset_domain_tree and reset_report_tree are True explicitly, respectively. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Apr, 2006 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6997 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2006 1 commit
-
-
Yoshinori Okuji authored
URL from the context, the form id and the query string passed by hidden fields. This change requires you upgrading erp5_html_style to the latest. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6823 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Apr, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Apr, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Apr, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. Repair broken images. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Mar, 2006 1 commit
-
-
Romain Courteaud authored
same time). Bug fix: do not write the relation_index in the ZODB anymore. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Mar, 2006 3 commits
-
-
Jérome Perrin authored
Bug fix: when clicking the wheel on a multi relation field, filter the list of displayed item with a OR on all entered values. Thanks guy git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Mar, 2006 1 commit
-
-
Romain Courteaud authored
Remove useless ProxyField properties. Modify code indentation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Feb, 2006 1 commit
-
-
Aurel authored
we call those actions and which generate wring selections git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jan, 2006 1 commit
-
-
Romain Courteaud authored
listbox in form_view (conflict with the selection_name parameter in the URL). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5031 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Nov, 2005 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4396 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Nov, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4201 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2005 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
in viewSearchRelatedDocumentDialog get the form from the object, not from the selection_tool, so here in tales expression will corresponds to the edited object, not the selection tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Aug, 2005 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3635 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2005 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Aug, 2005 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3540 20353a03-c40f-0410-a6d1-a30d3c3de9de
-