An error occurred fetching the project authors.
- 16 Mar, 2007 1 commit
-
-
Rafael Monnerat authored
This commit should only effect the Planning Box. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13445 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Mar, 2007 1 commit
-
-
Kazuhiko Shiozaki authored
getSelectionInvertModeUidListFor() in SelectionTool. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13386 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Mar, 2007 1 commit
-
-
Rafael Monnerat authored
The modification in SelectionTool should not modify any other result in ERP5, just The PlanningBox. Basically you can pass another list_method as parameter instead use only searchFolder. searchFolder was kept as default. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13227 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Feb, 2007 2 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add SelectionTool.buildSQLExpressionFromDomainSelection() * please use these methods instead of selection_domain.asSQLJoinExpression and selection_domain.asSQLExpression. * to pass a DomainSelection instance to these methods is deprecated. please use a domain dict instance to these methods instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Feb, 2007 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Feb, 2007 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12999 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Feb, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2007 1 commit
-
-
Kazuhiko Shiozaki authored
* use list comprehension instead of map(). * remove needress import of DomainSelection from PlanningBox.py. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12892 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Feb, 2007 1 commit
-
-
Kazuhiko Shiozaki authored
* getSelectionNames(): return an empty list instead of an empty tupple if empty. fix a bug that raises an error without selection_data. * remove bogus docstrings. * add some docstrings. * fix typos. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12081 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2007 2 commits
-
-
Vincent Pelletier authored
Dynamicaly add methods FolderMixIn instead of Folder because it's not reloaded and the reloading problem was still present. Simplify the property filters : use __dict__ instale of dir(), which remove the need to check if the property is defined localy, and '_aq_dynamic' already matches the generic "not x.startswith('_')" rule. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11877 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jan, 2007 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make SelectionTool methods available on Folder documents to avoid a redirect after selection modification. This should fix listbox page changes failing on big listboxes. Update default listbox rendering page template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Dec, 2006 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-