An error occurred fetching the project authors.
- 15 Jul, 2010 4 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- print informative message to developer git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jun, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36512 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2010 1 commit
-
-
Julien Muchembled authored
- Log what is removed, kept and executed before and after BT installation. - Add 'reinstall' parameter to force reinstallation all items. This is useful for special BT that patch upstream objects. - Add active_process parameter to log into an active process instead of zLOG. Also use active_process to track installed item and detect moved objects. - Use unrestrictedTraverse instead of getattr to access before/after scripts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36156 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jun, 2010 1 commit
-
-
Nicolas Delaby authored
It allow to disable the clearing catalog when installing business template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2010 1 commit
-
-
Rafael Monnerat authored
- Define after script list, before script list to be executed before/after bt5 installation. - Define a list of keep_original, to avoid remove/add unwanted objects when install a business template. This is usefull to automate user actions during a upgrade, It is not recommentd use it to hack and provide behaviours that should be part of default business template installations. after/before script should be used only by projects that requires specific procedures. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 May, 2010 1 commit
-
-
Rafael Monnerat authored
This utility method verify which repository (from a list) the business template is available, returning the appropriate url. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2010 2 commits
-
-
Sebastien Robin authored
replaced in the transaction git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
- add the id generators generic - add the zodb continuous increasing id generator - add the sql non continuous increasing id generator - change id tool for the id generators and the compatiblity with the old api - change the business template to not modify the generator dictionaries during the export and the install of bt - change the test of id tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34543 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Apr, 2010 1 commit
-
-
Łukasz Nowak authored
- implement simple method to automatically install required list of Business Templates from repositories git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34245 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Mar, 2010 1 commit
-
-
Julien Muchembled authored
* Fix lookup of the BT with the highest revision (getRevision method does not return an integer). * Automatically build a non-built BT before exporting it. * Make template tool export BT like a classic HTTP file server. * Unit tests: allow to specify in --bt5_path any HTTP url. Existence of a BT is done by a HEAD request to avoid downloading twice. So now, the URL to specify in --bt5_path must be of the following form: http://.../erp5/portal_templates/asRepository It could also be http://www.erp5.org/dists/snapshot/bt5/ A normal ERP5 instance can also import a BT from another instance: http://.../erp5/portal_templates/asRepository/erp5_base git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33414 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Mar, 2010 2 commits
-
-
Julien Muchembled authored
--bt5_path cmdline option now allows to specify the URL of a running template tool. For example: $ runUnitTest.py --bt5_path='http://zope:zope@localhost:9001/erp5/portal_templates',/fallback_fs_path/bt5 testBug This will try to download non-deleted built business templates, with the highest revision number. --bt5_path is also changed to apply to core BT during creation of the site. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33393 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Feb, 2010 1 commit
-
-
Nicolas Dumazet authored
Example of bad behavior: - "short_title" property is not used / has no associated field - in export code getProperty('short_title') returns None - and a bt/short_title file is created, containing str(None) - when reimporting this BT, bt/short_title is read, and obj.short_title is set to 'None' string - as a result, bt.getShortTitle() wrongly returns "None" _string_ git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2010 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2009 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Oct, 2009 3 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29756 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29732 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Oct, 2009 1 commit
-
-
Nicolas Dumazet authored
- pass the value of this field to the test runner (--erp5_sql_connection_string) - add a system preference to set a default value for that field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2009 5 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29613 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Oct, 2009 1 commit
-
-
Nicolas Dumazet authored
(this caused obscure failures due to .pyc incompatibilities between 2.4 & >2.4) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 May, 2009 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27006 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Mar, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25921 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jan, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2008 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24241 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Sep, 2008 1 commit
-
-
Jérome Perrin authored
http://www.erp5.org/GuidelinesForNamingConvention git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23895 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23772 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Sep, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23435 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2008 1 commit
-
-
Vincent Pelletier authored
Remove LocalConfiguration and update all users. It was only used as an acquisition context and caused needless (because never used afterward) modification of persistent objects at business template installation. This should save some disk space and increase performances a bit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19374 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17505 20353a03-c40f-0410-a6d1-a30d3c3de9de
-