- 27 Oct, 2016 5 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 26 Oct, 2016 9 commits
-
-
Kazuhiko Shiozaki authored
so that getId() is used for ERP5 users and getUserName() is used for special users like Anonyous User or System Processes whose id is None.
-
Vincent Pelletier authored
Allows being compatible with future, improved PAS plugin features. Also, drop a few useless imports.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
In ERP5User, getId() is the identifier, but for SpeicalUser, like Anonymous User, System Processes etc., getId() is None.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
otherwise self._person_value's path becomes like /erp5/acl_users/1 instead of /erp5/person_module/1.
-
Vincent Pelletier authored
Add methods to retrieve the user and login documents using PAS API.
-
Vincent Pelletier authored
For forward compatibility with multi-login, login-change, login-is-not-id improvements.
-
Vincent Pelletier authored
This API is deprecated.
-
- 25 Oct, 2016 5 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Kazuhiko Shiozaki authored
-
- 24 Oct, 2016 3 commits
-
-
Tristan Cavelier authored
on cmdline, stderr and stdout fields.
-
Sven Franck authored
-
Arnaud Fontaine authored
With old versions of Zope, it was possible to define the SMTP connection timeout but this is not possible anymore even though MailHost, in turn using zope.sendmail, uses Python smtplib library. This meant that once connect() was called, it may have taken around 2 minutes or more before timeout (and this is OS-specific as well) blocking one Zope thread.
-
- 20 Oct, 2016 2 commits
-
-
Sven Franck authored
-
Ni authored
mostly for erp5_bank_reconciliation and trade
-
- 19 Oct, 2016 11 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Tristan Cavelier authored
removing lines, columns and tabs but improving PaySheetLine_asCellRange
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Arnaud Fontaine authored
These methods were generated when rendering the ListBox and with the id of the ListBox in their name. However, a customer reported the following problem on Accounting Periods ListBox: 1. Display Accounting Period ListBox on ZEO-1. => The ListBox will be rendered and 'listbox_period_list_*' methods will be generated on ZEO-1. 2. Click on 'Next Page' button and the user is redirect to ZEO-2 where the ListBox has never been generated. => The method does not exist yet and thus a 404 error is raised. Instead of having one method per ListBox ID, only one is now created (eg listbox_setPage() for SelectionTool.setPage()) at Zope startup and the ListBox ID previously defined in the method name is now defined in the value attributes of the buttons.
-
- 18 Oct, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 16 Oct, 2016 2 commits
-
-
Arnaud Fontaine authored
Pattern: SIT_1 => RSPL => SIT_1. Also, this reduces the complexity by not checking objects twice.
-
Arnaud Fontaine authored
Functional Tests: Migration to PDF.js in recent Firefox clears preference to save automatically PDF files to the disk.
-
- 14 Oct, 2016 2 commits
-
-
Hardik Juneja authored
-
Hardik Juneja authored
-