- 17 Feb, 2020 20 commits
-
-
Rafael Monnerat authored
Idea: This should be improved to reuse proxyfied field method instead directly.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This is required by Listbox for example in order to cache per list_start.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Use OFS.Cache.Cachable to cache result outcome (html) of forms and fields for ERP5Form. Include Cacheable setup on ZMIField and extend render_htmlgrid.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Added aggregate item and item creations actions on new portal types.
-
Rafael Monnerat authored
Implemented Returned Orders like any other Order.
-
Rafael Monnerat authored
-
Kazuhiko Shiozaki authored
Fix Image Conversion by using sRGB instead RGB, because it seems that using 'sRGB' instead of 'RGB' makes a good result for RGB input, because imagemagick assume that input's colorspace is sRGB if not specified.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Lingnan Wu authored
-
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".
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 14 Feb, 2020 9 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Consider that view is the default is wrong, we should invoke call on the object, this change fix listboxes used on frontpage of a website.
-
Jean-Paul Smets authored
Reference should be used for internal purpose (map with PayPal for example) and Title should be a fashionable name.
-
Jean-Paul Smets authored
-
Jean-Paul Smets authored
Make ID editable (by Manager) since this is useful quite often to prepare a business template with initial data of an ERP5 site. Items are ordered in a way which is similar to DMS.
-
Jean-Paul Smets authored
-
Jean-Paul Smets authored
and add a comment to explain deprecation.
-
Jean-Paul Smets authored
Added comments about mixup of kw params in Price API.
-
- 20 Jul, 2012 2 commits
-
-
Tatuya Kamada authored
This method is intended to use when we are disabled 'Store in the ZODB' or set a big number as the 'Store interval', but at the same time we need to update the persistent dict from the fresh portal_ids table at a certain point. This method needs a unit test.
-
Tatuya Kamada authored
So that we can get all the records of portal_ids table even when there are more than 1000 id_group on the table. The ZSQLMethod was not intended to limit to retrieve the records. Of course it is better to get the records more gracefully like first getting 0..999, then 1000..1999. For now this is acceptable. (Confirmed by Sebastien)
-
- 19 Jul, 2012 2 commits
-
-
Ivan Tyagov authored
Do use catalog when switching between different tabs to avoid having to deal with objectValues / contentValues API. Avoid use cases when a Pad may contains many Boxes.
-
Ivan Tyagov authored
-
- 17 Jul, 2012 2 commits
-
-
Aurel authored
-
Kazuhiko Shiozaki authored
do not use birthday property in Credential Request or Credential Update, because its storage is start_date and start_date has different meaning in these portal types. add assertions to check if birthday is set by credential request, and not updated unexpectedly by credential update.
-
- 13 Jul, 2012 1 commit
-
-
Gabriel Monnerat authored
clean up reportPaymentStatus function on PaypalService to call PaypalService_reportPaymentStatus script regardless of the outcome of the status and through the activities and added one test to cover this method Fix unit test
-
- 11 Jul, 2012 1 commit
-
-
Sebastien Robin authored
Revert "clean up reportPaymentStatus function on PaypalService to call PaypalService_reportPaymentStatus script regardless of the outcome of the status and added one test to cover this method" This reverts commit 03e358bc. One test was failing
-
- 10 Jul, 2012 1 commit
-
-
Gabriel Monnerat authored
clean up reportPaymentStatus function on PaypalService to call PaypalService_reportPaymentStatus script regardless of the outcome of the status and added one test to cover this method
-
- 05 Jul, 2012 1 commit
-
-
Gabriel Monnerat authored
remove paramater that is not supported on IPaymentService and refactor code to be possible pass a list of parameters to page template. With this will be possible create one form more ergonomic to post to paypal
-
- 04 Jul, 2012 1 commit
-
-
Vincent Pelletier authored
-