- 29 Oct, 2013 2 commits
- 28 Oct, 2013 5 commits
-
-
Arnaud Fontaine authored
ZODB Components: Rename common view to ComponentMixin_view (naming conventions and clash with erp5_pdm).
-
Arnaud Fontaine authored
Before, the field value cache was only invalidated on the node where a field has been modified, so similarly to reset of ZODB Components, implement synchronization on all nodes through ZODB Cache Cookie.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 25 Oct, 2013 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 23 Oct, 2013 3 commits
-
-
Julien Muchembled authored
-
Jérome Perrin authored
Instead of hiding those lines and printing an incorrect document it's safer to let the unauthorized error happen.
-
Vincent Pelletier authored
Prevent access to locale-dependent and stdout-writing functions.
-
- 22 Oct, 2013 7 commits
-
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
This is to keep procedure compatibility ( My Favorites / Preferences / Action ... Change Password)
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
we only had destination_advice_relative_url and source_advice_relative_url acquired properties.
-
Tatuya Kamada authored
-
- 18 Oct, 2013 6 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Aurel authored
-
Aurel authored
-
Tatuya Kamada authored
Add following six categories: source_decision_administration destination_decision_administration source_carrier_administration destination_carrier_administration source_section_administration destination_section_administration Definitions: - source/destination_decision_administration: An entity who receives order and do paperwork for order. - source/destination_carrier_administration: An entity who handles shipment and do paperwork for shipment. - source/destination_section_administration: An entity who do paperwork for invoice.
-
- 16 Oct, 2013 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 15 Oct, 2013 9 commits
-
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Simulation relationship fails in (at least) two cases: - cancelling an invoice which was entirely created by simulation would create an empty invoice - cancelling an invoice with simulated accounting lines generated from temp-object-based simulation would copy those lines, while they should not be copied Also, implement recursive copy of Invoice Lines, as (per portal type definition) they can be arbitrarily nested. Also, prepare a place-holder for Invoice Cell copy. As I do not have a document with cells at hand, and do not know all relevant properties, I decided to keep this code disabled and raise.
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Kazuhiko Shiozaki authored
This commit reverts "write yacc parsed file to TMPDIR."
-
- 10 Oct, 2013 2 commits
-
-
Kazuhiko Shiozaki authored
-
Tatuya Kamada authored
Fix a problem that access-tab-front-page wrongly caching old page, for example, even if a user switching to use 'https' from 'http', old 'http' links are remaining at the front page. That was because the key of the CachingMethod which was used for caching the page was ('user' and 'language'). Now the caching key is ('user', 'language' and 'site_url').
-
- 09 Oct, 2013 1 commit
-
-
Vincent Pelletier authored
-