- 28 Oct, 2016 2 commits
-
-
Georgios Dagkakis authored
so that we check that at_date in OrderModule_activateGetOrderStatList works as inclusive
-
Georgios Dagkakis authored
Also: - fix parameter name to be the same as what request has - Formatting and trailing whitespaces fixes
-
- 27 Oct, 2016 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Otherwise, reset is not triggered when changing a 'Standard Property' ZODB Property Sheet (through dynamic_class_generation_interaction_workflow ChangeProperty_resetDynamicClasses Interaction). Also, add Unit Tests to check that this Interaction is properly called. 'Base Category' was also removed in 687fedda but this does not seem to be an issue as 'Category Property' and 'Dynamic Category Property' only use the ID, and thus this is handled by PropertySheet_resetDynamicClasses Interaction (_delObject/_setObject will be called).
-
- 26 Oct, 2016 8 commits
-
-
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 4 commits
-
-
Hardik Juneja authored
-
Hardik Juneja authored
-
Tristan Cavelier authored
- <a href="c"> was not transformed to absolute url - split the WebPage_exportAsSingleFile and WebPage_extractReferredObjectDict into two scripts to allow to evaluate string html data. + tests
-
Hardik Juneja authored
/reviewed-on nexedi/erp5!180
-