- 08 Mar, 2017 1 commit
-
-
Vincent Pelletier authored
git grep -l ERP5Site_getAuthenticatedMemberPersonValue | xargs sed -i 's!\.ERP5Site_getAuthenticatedMemberPersonValue()!.getPortalObject().portal_membership.getAuthenticatedMember().getUserValue()!g' Plus s/portal.getPortalObject()/portal/g where modified by above regex. Plus manual edits of the few remaining matches. Special mention for DiscussionThreadModule_addReply, which forgot to actually call the script.
-
- 23 Dec, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 18 Feb, 2016 1 commit
-
-
Arnaud Fontaine authored
-
- 14 Aug, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 15 Jul, 2015 1 commit
-
-
Sebastien Robin authored
-
- 11 May, 2015 1 commit
-
-
Jérome Perrin authored
Suppport ~ also in VCS tab. Not working in current slapos instance that set $HOME to something completely different
-
- 12 Dec, 2014 1 commit
-
-
Jérome Perrin authored
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 11 Sep, 2014 3 commits
-
-
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
-
Boris Kocherov authored
(cherry picked from commit ad309c80)
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 28 Aug, 2014 1 commit
-
-
Julien Muchembled authored
-
- 22 Apr, 2014 1 commit
-
-
Julien Muchembled authored
ERP5VCS: fix error with recent versions of Git when there's no upstream configured for current branch
-
- 17 Apr, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 11 Sep, 2013 1 commit
-
-
Boris Kocherov authored
-
- 10 Sep, 2013 1 commit
-
-
Arnaud Fontaine authored
-
- 21 Jun, 2013 1 commit
-
-
Arnaud Fontaine authored
If an user has set SVN working copies in its preferences, it cannot be modified anymore after upgrade.
-
- 25 Apr, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 17 Oct, 2011 1 commit
-
-
Julien Muchembled authored
- PEP 308: Conditional Expressions - PEP 341: Unified try/except/finally - PEP 343: The ‘with’ statement
-
- 29 Aug, 2011 1 commit
-
-
Julien Muchembled authored
-
- 05 Aug, 2011 1 commit
-
-
Julien Muchembled authored
-
- 06 Jul, 2011 1 commit
-
-
Julien Muchembled authored
-
- 22 Jun, 2011 1 commit
-
-
Julien Muchembled authored
Because chdir/getcwd is global to the whole process, it is not thread-safe and may cause very serious bugs like data loss (for example when 'os.remove' or 'shutil.rmtree' are called with relative paths). There still remain uses of 'chdir' in ERP5 Subversion. A temporary quick change is done to reduce the probability of race conditions, but this should really be fixed.
-
- 15 Jun, 2011 1 commit
-
-
Gabriel Monnerat authored
-
- 24 May, 2011 1 commit
-
-
Nicolas Delaby authored
This message explain why VCSTool is not able to update a working copy with local commits, because conflict resolution is not implemented.
-
- 18 May, 2011 1 commit
-
-
Arnaud Fontaine authored
Like SubversionClient, display a readable error message when git command could not be executed.
-
- 16 May, 2011 1 commit
-
-
Arnaud Fontaine authored
Upon products installation, registerHelp in initializeProduct was first called with clear=1 for 'help' directory and then clear=0 for 'interfaces' to allow registering Help for two directories. However, that didn't work if the former directory does not exist. Remove such limitation as well as 'help' and 'interfaces' directories which used to contain dummy files. Signed-off-by:
Julien Muchembled <jm@nexedi.com> Signed-off-by:
Arnaud Fontaine <arnaud.fontaine@nexedi.com>
-
- 12 May, 2011 1 commit
-
-
Julien Muchembled authored
-
- 11 May, 2011 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 10 May, 2011 1 commit
-
-
Julien Muchembled authored
-
- 05 Apr, 2011 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45087 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Mar, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44504 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Mar, 2011 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Force encoding into utf-8 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44253 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Mar, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-