- 12 Oct, 2015 8 commits
-
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Rafael Monnerat authored
(cherry picked from commit eed6ff24799a73a63327152a662669ba3ecfc391)
-
Rafael Monnerat authored
(cherry picked from commit d9283f7b85720cbc4f5321dd6bff6e99d078ca2c) Conflicts: bt5/erp5_trade/bt/revision
-
Rafael Monnerat authored
Added aggregate item and item creations actions on new portal types. (cherry picked from commit a32a565f2e4921c087803aa526bca8c853e18887) Conflicts: bt5/erp5_item/bt/revision
-
Rafael Monnerat authored
Implemented Returned Orders like any other Order. (cherry picked from commit 4a6bc31363a86976d6d8eac8991568cf6f3cd0c9) Conflicts: bt5/erp5_trade/bt/revision
-
Rafael Monnerat authored
Introduce temp_object parameter on builder.build() and propagate it over until the newContent() calls. This change allow use create Temporary Documents intestead real ones, like a "preview". (cherry picked from commit 959776ce50c2e7ee2b8f9945ec91a2e0fbe08619) Conflicts: product/ERP5/Document/SimulatedDeliveryBuilder.py
-
Vincent Pelletier authored
Disable stock cache by removing erp5_syock_cache from skin selection.
-
- 09 Oct, 2015 19 commits
-
-
Cédric Le Ninivin authored
- Dates Are now using ISOString providing efficient sorting as string - modification_date property is not saved on object - Modified conflict_handling parameter to overwrite the remote document with local content (no loss of data) - the three different storage use different local databases
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Romain Courteaud authored
This caching policy should be the default for any offline webapp, to prevent any mistake done with the html5 cache manifest.
-
Kazuhiko Shiozaki authored
This reapplies commit 648d7020
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Jérome Perrin authored
Also enable pretty printing of kw and activity_kw
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
* Use editable fields with `pre` style for listbox columns * Display h:m along with start date
-
Jérome Perrin authored
Also fix a naming issue with one field
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
When searching accounts by validation state, the stat of number of movements on an account could be wrong
-
- 08 Oct, 2015 3 commits
-
-
Vincent Pelletier authored
-
Jérome Perrin authored
-
Julien Muchembled authored
ERP5Site.log and Base.log are wrappers to the 'log' function from Product.ERP5Type.Log, but parameters were forwarded in a wrong way when called with a single argument: self.log(message) # Base method This was equivalent to: log(message, '') # function from Product.ERP5Type.Log And the whole message was later part of subsystem in: logger = logging.getLogger(subsystem) But because loggers are never freed, it is important that 'subsystem' does not vary too often, to avoid a memory leak. The fix is to simply forwarding parameters with catchall arguments, instead of duplicating the signature from Product.ERP5Type.Log. Of course, it remains important to call these methods correctly, otherwise memory leaks can happen again. For this reason, catchall arguments also prevents ERP5Site.log and Base.log to be called by ZPublisher. Reported-by: Kirill Smelkov <kirr@nexedi.com> Reviewed-by: Kirill Smelkov <kirr@nexedi.com>
-
- 07 Oct, 2015 8 commits
-
-
Kazuhiko Shiozaki authored
Now you can sort results by full text search score, for example.
-
Kazuhiko Shiozaki authored
Now we have explicit ORDER BY in the outer query so that we no longer need to disable derived_merge optimizer. c.f. https://bugs.launchpad.net/maria/+bug/985828
-
Kazuhiko Shiozaki authored
- group_by, group_by_expression -> group_by_list - select_list, select_expression -> select_dict - sort_on, sort_on_order, order_by_expression -> order_list
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
It is useful when use select_expression in inner query and use group_by_expression or order_by_expression in outer query.
-
Kazuhiko Shiozaki authored
Revert "Add auto_extend_select_list argument in buildSQLQuery() and use alias in group_by_expression and order_by_expression." Revert "Support group_by_list and order_by_list in WebSection_getDocumentValueList." Revert "Support order_by_list in Resource_zGetMovementHistoryList." No need to extend SQLCatalog parameter to support group_by_list and order_by_list in sub-queries.
-
Kazuhiko Shiozaki authored
It should be only for the case where no predicate criterion exists at all.
-
- 06 Oct, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-