An error occurred fetching the project authors.
- 14 May, 2010 1 commit
-
-
Romain Courteaud authored
specific columns. Work by FX Algrain. TODO: a functional test is needed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
isEditable(listbox "field" cell) <=> isEditable(listbox_field) AND ("field" in listbox.editable_columns) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
add an 'editable' parameter to render, to allow overriding a field's editable property from the listbox renderer git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33620 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Mar, 2010 1 commit
-
-
Yoshinori Okuji authored
Use get_recursive_tales (for ProxyField) or get_tales (for the others) to see if a tales expression is defined. Otherwise, a delegated one is ignored. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Feb, 2010 1 commit
-
-
Yoshinori Okuji authored
Catch KeyError in the validator, because KeyError seems to be caught and ignored at somewhere, and disappear on the screen. So it is translated into ValidationError somehow. Typically, this error happens when there is any editable column which does not appear in columns. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32492 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32380 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jan, 2010 1 commit
-
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31847 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2010 1 commit
-
-
Nicolas Dumazet authored
first case: obj is never modified between "obj = None" and this line second case: (not tales) => (obj==None) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31810 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2009 3 commits
-
-
Julien Muchembled authored
When I reverted [31533], I thought the 3rd replacement was useless: I didn't notice [27255] was only for non-existing objects. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31535 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Revert [31533] partially. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31534 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31533 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2009 1 commit
-
-
Fabien Morin authored
reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Dec, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Dec, 2009 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2009 1 commit
-
-
Ł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
-
- 09 Oct, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29537 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
-
- 02 Oct, 2009 1 commit
-
-
Jérome Perrin authored
in the selection, and can never be reseted, so using a TALES for "lines" in listbox was not working, because it was always returning the value from selection. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2009 1 commit
-
-
Yoshinori Okuji authored
Do not break compatibility with old ListBox_asHTML, otherwise the user cannot even see portal_templates to upgrade the system. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29049 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2009 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29028 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29027 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29026 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Aug, 2009 1 commit
-
-
Jérome Perrin authored
(especially because "list" usually does not redirect to anything interesting) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Aug, 2009 1 commit
-
-
Romain Courteaud authored
available on the ListboxRenderer object, and as it could prevent caching on lazyMethod. Always display content in Report mode. Always display content in Domain Mode, when a domain is selected. If the parameter ignore_hide_rows is found in the REQUEST, always display content. Always diplay content when the workflow state parameter is found in the selection, in order to allow lines to be displayed by the worklists. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Aug, 2009 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Aug, 2009 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jul, 2009 1 commit
-
-
Ivan Tyagov authored
Add new checkbox property on listbox field which if enabled can omit showing listbox rows if no input (i.e. search criterions) are provided by user. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28179 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2009 2 commits
-
-
Tatuya Kamada authored
The reason why: For example, if a parameter is set a None in the 'Default Parameters' property in a Listbox configuration, the parameter unfortunately discarded. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27868 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
It prevent to create unnecessary queries like a 'is NULL'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jun, 2009 3 commits
-
-
Kazuhiko Shiozaki authored
revert r.20005 because we already have getColumnPropertyTypeName in r.19551 a bit lower of this code and this code has no effect. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27702 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 May, 2009 1 commit
-
-
Jérome Perrin authored
fields git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27255 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Apr, 2009 1 commit
-
-
Tatuya Kamada authored
to enable setting the CSS class to each table rows. The method is expected to receive a brain and index as the parameters then returns a CSS class name. And I(tatuya) attempt to use the property in the FormPrintout, to set a style name in a ODF template explicitly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26736 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Apr, 2009 1 commit
-
-
Jérome Perrin authored
proxy fields (it looks in the target form to find fields if not found in current form) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-