- 19 Sep, 2014 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 18 Sep, 2014 7 commits
-
-
Romain Courteaud authored
-
Tristan Cavelier authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Use a development version based on renderJS 0.7.2. Stop using development RSVP.
-
Romain Courteaud authored
If it has to be fixed, do it on the server.
-
Kazuhiko Shiozaki authored
-
- 17 Sep, 2014 3 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Gabriel Monnerat authored
Use _download_local instead of _importBT because this method was removed
-
- 15 Sep, 2014 13 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
Experimental BT for now. See description
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
otherwise we have no % expansions
-
Jérome Perrin authored
-
Sebastien Robin authored
was too fast in previous attempt to fix the issue
-
Sebastien Robin authored
regression introduced with commit cacea29b
-
Sebastien Robin authored
-
- 12 Sep, 2014 2 commits
-
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
Inventory API has minimal catalog table usage (join on uid only), which makes on-deletion catalog changes insufficient to make movements disappear transactionally from Inventory API results. As it may be expected that a set of movements deleted during a single transaction are atomically removed from Inventory API results, also change stock table.
-
- 11 Sep, 2014 11 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
If an object has no uid yet and has no acquisition context to the portal, getUid() fails. Default is derived from id(aq_base(ob)) which is even more efficient. The method on XMLObject was also redundant because it inherited the same one from Base. (cherry picked from commit 347804af)
-
Julien Muchembled authored
-
Julien Muchembled authored
Because on DVCS with branches, history is not always linear, we must stop using increasing integer for revisions because they cause too many conflicts and a higher revision number does not necessarily means the a BT newer. They're now a cryptographic hash of all the contents of the Business Template, and they're computed automatically: - by genbt5list - at download - at building (by default) - at export
-
Gabriel Monnerat authored
Add test to simulate the issue with the method TemplateTool.installBusinessTemplateListFromRepository Using the method try to install Business Templates that are already installed, the Business Templates is uploaded on ERP5 but not used. It creates a lot of garbage because in the end you have many bt5s not installed. (cherry picked from commit 28e0f0a2)
-
Arnaud Fontaine authored
Considering erp5_configurator_ung depending on erp5_configurator which in turn depends on erp5_workflow, if erp5_workflow and erp5_configurator_ung are specifically added to the list of bt5 installed with depends, then erp5_workflow ended up being installed *after* erp5_configurator. (cherry picked from commit 0101c3a0)
-
Julien Muchembled authored
-
Julien Muchembled authored
- stop using chdir - make logging to stdout/stderr optional - generateInformation: return a StringIO instead of writing to a temporary file
-
Julien Muchembled authored
-
Boris Kocherov authored
(cherry picked from commit ad309c80)
-
- 09 Sep, 2014 1 commit
-
-
Sven Franck authored
-