- 17 Sep, 2010 1 commit
-
-
Yoshinori Okuji authored
Add a hack to work around a bug that CheckBoxField may not even try to get a property value, because it has a default value 0 in the field definition itself. The same hack was performed against Form.py but this has been disabled mistakenly for a while, because monkey-patched methods were overridden in ProxyField. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2010 15 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38417 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
TimerService is probably already activated on the host instance. With help of Julien. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38416 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Root ERP5 site lacks getRelativeUrl. Add it for consistency so we do not have to add ugly code exceptions in scripts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38414 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Do care for syntax not to start with logical operator which should be used only for concatenating two sub search strings. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
permissionRole (when security.declareProtected has been used). The later was not supported by 38378. It was the cause of cryptic "TypeError: iterable argument required" that occured in some tests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38412 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38408 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38406 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
<existing_search_string> OPERATOR (portal_type:value1 OR portal_type:value2) rather than as before: <existing_search_string> portal_type:value1 OR portal_type:value2 which have a totally different meaning and generates a wrong query. Make sure that OPERATOR is configurable (default='AND') git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38402 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Explicitly reset form's selection when doing a fresh search to eliminate old selection values be used in query. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38401 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38400 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2010 19 commits
-
-
Nicolas Delaby authored
Drawing PDF Presentation Spreadsheet Text controlled by isUpdatable() which is disabled by default for all Documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38398 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
To activate this feature you must override Document_isUpdatable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38396 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
When using --load, PasswordTool will be imported very early in the ZODB initialisation, before ERP5TypeTestCase has a chance to patch get_request, PasswordTool imports get_request at module level, so PasswordTool uses the original get_request which is not functional in tests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38395 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jacques Honoré authored
* Add indentation in Header style to align the address with the name of the company in printed documents git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38393 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38391 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38386 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Extend Base_getSearchText to allow it to use current listbox being rendered or directly passed arguments list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38384 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38383 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38380 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
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 5 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- First read content-disposition header - if not found, then read real url used to download the file. Take into accounts HTTP redirections. small refactoring to use dedicated utilities to parse urls and extract filename git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38374 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38373 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38372 20353a03-c40f-0410-a6d1-a30d3c3de9de
-