- 15 Oct, 2012 7 commits
-
-
Rafael Monnerat authored
- Simplify the code and Minor Optimization for sort
-
Rafael Monnerat authored
- Now getDependencyList returns entire list of dependencies even if it is already installed.
-
Rafael Monnerat authored
Follow up changes: - Included erp5_full_text_myisam_catalog (dependency of erp5_base) - Reimplement sortBusinessTemplates for the new behaviour
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This is a follow up change of 63c1f784
-
Sebastien Robin authored
- when upgradeSite is called, it will delete orphaned bt is we set delete_orphaned to true - when there is provider calculation in the dependency list, look at both installed bt and to all the dependency tree
-
Sebastien Robin authored
* fix the state of bt (new, old, present) * make resolveBusinessTemplateListDependency returning all dependencies, even installed ones * add upgradeSite method to install everything from top level bt * the code to check version restriction has been removed but it should be moved to another method
-
- 12 Oct, 2012 8 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Split Discussion Thread reference generator into a separate testable method. Be more strict in generated reference.
-
Ivan Tyagov authored
Add fieldset class selector which can be used to override fault one when customizing forum's appearance.
-
Ivan Tyagov authored
'display_list' is also useful at pre conversion level scripts (it allows specify multiple displays for a conversion at once)
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Allow pre conversion to happen on any ERP5 Web Page's content which include relative images (through <img> tags).
-
- 11 Oct, 2012 9 commits
-
-
Julien Muchembled authored
This helps writing workflow script because 'listbox' dict does not contain uids, which makes global 'uids' request value unusable.
-
Julien Muchembled authored
-
Gabriel Monnerat authored
Add new properties to the NVP url that is used to make queries on paypal and to the business email that is used define who will receive the payment. Also, the Paypal view was updated to display those properties
-
Gabriel Monnerat authored
Remove line to not check consistency inside navigate method because if the user don't have Manager role, he hasn't permission to run checkConsistency function. Then, if one normal user try to redirect to Paypal page, the page will crash because he don't have permissions.
-
Mame Coumba Sall authored
-
Rafael Monnerat authored
- This permit we reuse it everywhere.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
- Arbitrary remove objects and delete workflow history is bad. This code was never used anyway. - Clean up code which is not used anywhere anymore, legacy from long ago implementation.
-
Rafael Monnerat authored
-
- 10 Oct, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 09 Oct, 2012 7 commits
-
-
Sebastien Robin authored
This reverts commit 20f05949. While having good naming conventions is good, it's a task to make it passing. Since it shows no important regression, this should be commited when this test pass (or it can be enabled first on only one or two bt, and then on more and more)
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Use permanent URL where possible.
-
Ivan Tyagov authored
-
Mame Coumba Sall authored
-
Mame Coumba Sall authored
-
Ivan Tyagov authored
-
- 08 Oct, 2012 3 commits
-
-
Sebastien Robin authored
-
Tristan Cavelier authored
In products/ERP5/Document/BusinessTemplate.py, when trying to build an item, an error occured because item was set to None by clean method.
-
Ivan Tyagov authored
it can be desired (and reflected in test) that developer needs no selections.
-
- 05 Oct, 2012 5 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Use nice URLs to access from RSS Discussion Post.
-
Ivan Tyagov authored
Add web alike getDescription (WIP)
-
Ivan Tyagov authored
-
Sebastien Robin authored
-