An error occurred fetching the project authors.
- 14 Sep, 2010 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
global_search_column_script is redundant as proper way is let default search / count catalog method handle it using scriptable keys. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Sep, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38286 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Sep, 2010 1 commit
-
-
Ivan Tyagov authored
Fix a logical error which used listbox configuration to get default listbox style mode. Due to historical reasons this is wrong assumption and dynamic selections of columns must use system wide constant for this. This way we can define really a default list_style for listbox. Cover this with test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38268 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Sep, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38248 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Sep, 2010 1 commit
-
-
Jérome Perrin authored
This method is looking for editable fields in field library forms, it's not limited to the form containing listbox, it was already used for display but not for validation, so this was partially working. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Aug, 2010 1 commit
-
-
Ivan Tyagov authored
Introduce new listbox field ('style_columns') which is able to define columns for various listbox styles. Do not use any longer 'all_columns' (i.e. 'More Columns') which has a different purpose. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38019 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Aug, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37996 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jul, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jul, 2010 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jul, 2010 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 May, 2010 1 commit
-
-
Tatuya Kamada authored
Set cell parameter before to get the enable field value, otherwise we can not use the cell property in the enable field itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 May, 2010 2 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35540 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35526 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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 2 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
-