annotate .svn/pristine/0b/0bca8036fe4c38a6a73e7d14a9b6dbe36da41436.svn-base @ 1524:82fac3dcf466
redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Thu, 11 Sep 2014 10:24:38 +0100 |
parents |
dffacf8a6908 |
children |
|
rev |
line source |
Chris@1517
|
1 changeset = 'This template must be used with --debug option\n'
|
Chris@1517
|
2 changeset_quiet = 'This template must be used with --debug option\n'
|
Chris@1517
|
3 changeset_verbose = 'This template must be used with --debug option\n'
|
Chris@1517
|
4 changeset_debug = '<logentry revision="{rev}" node="{node}">\n<author>{author|escape}</author>\n<date>{date|isodatesec}</date>\n<paths>\n{file_mods}{file_adds}{file_dels}{file_copies}</paths>\n<msg>{desc|escape}</msg>\n<parents>\n{parents}</parents>\n</logentry>\n\n'
|
Chris@1517
|
5
|
Chris@1517
|
6 file_mod = '<path action="M">{file_mod|urlescape}</path>\n'
|
Chris@1517
|
7 file_add = '<path action="A">{file_add|urlescape}</path>\n'
|
Chris@1517
|
8 file_del = '<path action="D">{file_del|urlescape}</path>\n'
|
Chris@1517
|
9 file_copy = '<path-copied copyfrom-path="{source|urlescape}">{name|urlescape}</path-copied>\n'
|
Chris@1517
|
10 parent = '<parent>{node}</parent>\n'
|
Chris@1517
|
11 header='<?xml version="1.0" encoding="UTF-8" ?>\n<log>\n\n'
|
Chris@1517
|
12 # footer="</log>"
|