An error occurred fetching the project authors.
- 15 Oct, 2012 1 commit
-
-
Julien Muchembled authored
This fixes a regression introduced in commit f36260d2 ("Code clean up in ListBox & EditorField").
-
- 11 Oct, 2012 2 commits
-
-
Julien Muchembled authored
This helps writing workflow script because 'listbox' dict does not contain uids, which makes global 'uids' request value unusable.
-
Julien Muchembled authored
-
- 17 Oct, 2011 2 commits
-
-
Julien Muchembled authored
- PEP 308: Conditional Expressions - PEP 341: Unified try/except/finally - PEP 343: The ‘with’ statement
-
Julien Muchembled authored
Checked following occurrences in comments: - "Python 2.[456]" - "Zope 2.[891]" - "BBB" - "BACK" Checked uses of: - email, hashlib, numpy & tarfile (modules) - ImportError - string.Template - suppress_events (parameter of _setObject) Excluded: - some forked modules (MailTemplates, PortalTransforms...) - some i18n compatibility code
-
- 20 May, 2011 3 commits
-
-
Vincent Pelletier authored
It's tested earlier in the same method.
-
Vincent Pelletier authored
self.getObject() is called right at the begining of this methd anyway, so just keep & reuse it.
-
Vincent Pelletier authored
Instead, replace them with standard unicode "rempalcement char": http://en.wikipedia.org/wiki/Replacement_character#Replacement_character
-
- 24 Feb, 2011 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Feb, 2011 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43594 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jan, 2011 1 commit
-
-
Nicolas Delaby authored
* Detect searchable column from dynamic related key feature of catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42716 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Dec, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2010 2 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
(more modification should be required.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Nov, 2010 1 commit
-
-
Ivan Tyagov authored
Use page navigation template rather than hard coded mode. Use more default constants rather than hard code same defaults everywhere. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Oct, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Propagandate current ERP5 form with leading prefix in case of listbox in order to not conflict with relation field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2010 2 commits
-
-
Ivan Tyagov authored
Set in REQUEST the current ERP5 form & field id in a similar way as 'cell' request argument.This allows scipts used for listbox rendering be aware of current ERP5 form being rendered and access form itself. Add test for this. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38382 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38379 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 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
-