Changeset 2574
- Timestamp:
- 08/17/07 14:26:51 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tracspanishtranslation/0.10/patchs/trac-spanish-python_utf-8.diff
r2461 r2574 1 Index: htdocs/js/trac.js 2 =================================================================== 3 --- htdocs/js/trac.js (revision 5935) 4 +++ htdocs/js/trac.js (working copy) 5 @@ -129,3 +129,44 @@ 6 addLinks(container.getElementsByTagName('h' + lvl)); 7 } 8 } 9 + 10 +function clearAuthenticationCache(page) { 11 + // Default to a non-existing page (give error 500). 12 + // An empty page is better, here. 13 + if (!page) page = '.force_logout'; 14 + try{ 15 + var agt=navigator.userAgent.toLowerCase(); 16 + if (agt.indexOf("msie") != -1) { 17 + // IE clear HTTP Authentication 18 + document.execCommand("ClearAuthenticationCache"); 19 + } 20 + else { 21 + // Let's create an xmlhttp object 22 + var xmlhttp = createXMLObject(); 23 + // Let's prepare invalid credentials 24 + xmlhttp.open("GET", page, true, "logout", "logout"); 25 + // Let's send the request to the server 26 + xmlhttp.send(""); 27 + // Let's abort the request 28 + xmlhttp.abort(); 29 + } 30 + } catch(e) { 31 + // There was an error 32 + return; 33 + } 34 +} 35 + 36 +function createXMLObject() { 37 + try { 38 + if (window.XMLHttpRequest) { 39 + xmlhttp = new XMLHttpRequest(); 40 + } 41 + // code for IE 42 + else if (window.ActiveXObject) { 43 + xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); 44 + } 45 + } catch (e) { 46 + xmlhttp=false 47 + } 48 + return xmlhttp; 49 +} 1 50 Index: trac/env.py 2 51 =================================================================== 3 --- trac/env.py (revision 5 827)52 --- trac/env.py (revision 5935) 4 53 +++ trac/env.py (working copy) 5 54 @@ -70,19 +70,19 @@ … … 74 123 Index: trac/core.py 75 124 =================================================================== 76 --- trac/core.py (revision 5 827)125 --- trac/core.py (revision 5935) 77 126 +++ trac/core.py (working copy) 78 127 @@ -45,7 +45,7 @@ … … 110 159 Index: trac/attachment.py 111 160 =================================================================== 112 --- trac/attachment.py (revision 5 827)161 --- trac/attachment.py (revision 5935) 113 162 +++ trac/attachment.py (working copy) 114 163 @@ -100,8 +100,8 @@ … … 272 321 Index: trac/db_default.py 273 322 =================================================================== 274 --- trac/db_default.py (revision 5 827)323 --- trac/db_default.py (revision 5935) 275 324 +++ trac/db_default.py (working copy) 276 325 @@ -166,106 +166,106 @@ … … 539 588 Index: trac/mimeview/rst.py 540 589 =================================================================== 541 --- trac/mimeview/rst.py (revision 5 827)590 --- trac/mimeview/rst.py (revision 5935) 542 591 +++ trac/mimeview/rst.py (working copy) 543 592 @@ -52,9 +52,9 @@ … … 573 622 Index: trac/mimeview/api.py 574 623 =================================================================== 575 --- trac/mimeview/api.py (revision 5 827)624 --- trac/mimeview/api.py (revision 5935) 576 625 +++ trac/mimeview/api.py (working copy) 577 626 @@ -376,7 +376,7 @@ … … 595 644 Index: trac/mimeview/tests/php.py 596 645 =================================================================== 597 --- trac/mimeview/tests/php.py (revision 5 827)646 --- trac/mimeview/tests/php.py (revision 5935) 598 647 +++ trac/mimeview/tests/php.py (working copy) 599 648 @@ -66,7 +66,7 @@ … … 608 657 Index: trac/mimeview/silvercity.py 609 658 =================================================================== 610 --- trac/mimeview/silvercity.py (revision 5 827)659 --- trac/mimeview/silvercity.py (revision 5935) 611 660 +++ trac/mimeview/silvercity.py (working copy) 612 661 @@ -109,7 +109,7 @@ … … 621 670 Index: trac/mimeview/patch.py 622 671 =================================================================== 623 --- trac/mimeview/patch.py (revision 5 827)672 --- trac/mimeview/patch.py (revision 5935) 624 673 +++ trac/mimeview/patch.py (working copy) 625 674 @@ -69,7 +69,7 @@ … … 634 683 Index: trac/mimeview/enscript.py 635 684 =================================================================== 636 --- trac/mimeview/enscript.py (revision 5 827)685 --- trac/mimeview/enscript.py (revision 5935) 637 686 +++ trac/mimeview/enscript.py (working copy) 638 687 @@ -137,7 +137,7 @@ … … 647 696 Index: trac/mimeview/php.py 648 697 =================================================================== 649 --- trac/mimeview/php.py (revision 5 827)698 --- trac/mimeview/php.py (revision 5935) 650 699 +++ trac/mimeview/php.py (working copy) 651 700 @@ -83,7 +83,7 @@ … … 673 722 Index: trac/ticket/api.py 674 723 =================================================================== 675 --- trac/ticket/api.py (revision 5 827)724 --- trac/ticket/api.py (revision 5935) 676 725 +++ trac/ticket/api.py (working copy) 677 726 @@ -244,7 +244,7 @@ … … 686 735 Index: trac/ticket/web_ui.py 687 736 =================================================================== 688 --- trac/ticket/web_ui.py (revision 5 827)737 --- trac/ticket/web_ui.py (revision 5935) 689 738 +++ trac/ticket/web_ui.py (working copy) 690 739 @@ -57,10 +57,10 @@ … … 841 890 return None 842 891 elif 'ticket' in filters: 843 @@ -388,7 +413,7 @@ 844 title = 'Ticket #%s (%s %s): %s' % \ 845 (id, type.lower(), verb, summary) 892 @@ -389,7 +414,7 @@ 893 (id, type_ and type_.lower() or '', verb, summary) 846 894 else: 847 - title = Markup('Ticket <em title="%s">#%s</em> (%s) %s by %s', 848 + title = Markup('Ticket <em title="%s">#%s</em> (%s) %s por %s', 849 summary, id, type, verb, author) 895 typeinfo = type_ and '(%s)' % type_ or '' 896 - title = Markup('Ticket <em title="%s">#%s</em> %s %s by %s', 897 + title = Markup('Ticket <em title="%s">#%s</em> %s %s por %s', 898 summary, id, typeinfo, verb, author) 850 899 ticket_href = href.ticket(id) 851 900 if cid: 852 @@ -5 09,7 +534,7 @@901 @@ -510,7 +535,7 @@ 853 902 if req.perm.has_permission('TICKET_CHGPROP'): 854 903 # TICKET_CHGPROP gives permission to edit the ticket … … 859 908 if req.args.has_key('description') or req.args.has_key('reporter'): 860 909 req.perm.assert_permission('TICKET_ADMIN') 861 @@ -52 0,15 +545,15 @@910 @@ -521,15 +546,15 @@ 862 911 863 912 # Mid air collision? … … 879 928 # TODO: this should not be hard-coded like this 880 929 if action == 'accept': 881 @@ -61 7,7 +642,7 @@930 @@ -618,7 +643,7 @@ 882 931 def quote_original(author, original, link): 883 932 if not 'comment' in req.args: # i.e. the comment was not yet edited … … 890 939 Index: trac/ticket/report.py 891 940 =================================================================== 892 --- trac/ticket/report.py (revision 5 827)941 --- trac/ticket/report.py (revision 5935) 893 942 +++ trac/ticket/report.py (working copy) 894 943 @@ -46,7 +46,7 @@ … … 1025 1074 Index: trac/ticket/model.py 1026 1075 =================================================================== 1027 --- trac/ticket/model.py (revision 5 827)1076 --- trac/ticket/model.py (revision 5935) 1028 1077 +++ trac/ticket/model.py (working copy) 1029 1078 @@ -83,8 +83,8 @@ … … 1215 1264 Index: trac/ticket/roadmap.py 1216 1265 =================================================================== 1217 --- trac/ticket/roadmap.py (revision 5 827)1266 --- trac/ticket/roadmap.py (revision 5935) 1218 1267 +++ trac/ticket/roadmap.py (working copy) 1219 1268 @@ -129,7 +129,7 @@ … … 1347 1396 Index: trac/ticket/query.py 1348 1397 =================================================================== 1349 --- trac/ticket/query.py (revision 5 827)1398 --- trac/ticket/query.py (revision 5935) 1350 1399 +++ trac/ticket/query.py (working copy) 1351 1400 @@ -67,11 +67,11 @@ … … 1430 1479 Index: trac/db/sqlite_backend.py 1431 1480 =================================================================== 1432 --- trac/db/sqlite_backend.py (revision 5 827)1481 --- trac/db/sqlite_backend.py (revision 5935) 1433 1482 +++ trac/db/sqlite_backend.py (working copy) 1434 1483 @@ -116,7 +116,7 @@ … … 1463 1512 Index: trac/db/api.py 1464 1513 =================================================================== 1465 --- trac/db/api.py (revision 5 827)1514 --- trac/db/api.py (revision 5935) 1466 1515 +++ trac/db/api.py (working copy) 1467 1516 @@ -94,7 +94,7 @@ … … 1487 1536 Index: trac/db/pool.py 1488 1537 =================================================================== 1489 --- trac/db/pool.py (revision 5 827)1538 --- trac/db/pool.py (revision 5935) 1490 1539 +++ trac/db/pool.py (working copy) 1491 1540 @@ -104,8 +104,8 @@ … … 1502 1551 Index: trac/db/mysql_backend.py 1503 1552 =================================================================== 1504 --- trac/db/mysql_backend.py (revision 5 827)1553 --- trac/db/mysql_backend.py (revision 5935) 1505 1554 +++ trac/db/mysql_backend.py (working copy) 1506 1555 @@ -122,7 +122,7 @@ … … 1515 1564 Index: trac/versioncontrol/api.py 1516 1565 =================================================================== 1517 --- trac/versioncontrol/api.py (revision 5 827)1566 --- trac/versioncontrol/api.py (revision 5935) 1518 1567 +++ trac/versioncontrol/api.py (working copy) 1519 1568 @@ -88,9 +88,9 @@ … … 1570 1619 Index: trac/versioncontrol/svn_fs.py 1571 1620 =================================================================== 1572 --- trac/versioncontrol/svn_fs.py (revision 5 827)1621 --- trac/versioncontrol/svn_fs.py (revision 5935) 1573 1622 +++ trac/versioncontrol/svn_fs.py (working copy) 1574 1623 @@ -254,7 +254,7 @@ … … 1611 1660 Index: trac/versioncontrol/web_ui/util.py 1612 1661 =================================================================== 1613 --- trac/versioncontrol/web_ui/util.py (revision 5 827)1662 --- trac/versioncontrol/web_ui/util.py (revision 5935) 1614 1663 +++ trac/versioncontrol/web_ui/util.py (working copy) 1615 1664 @@ -72,7 +72,7 @@ … … 1637 1686 Index: trac/versioncontrol/web_ui/changeset.py 1638 1687 =================================================================== 1639 --- trac/versioncontrol/web_ui/changeset.py (revision 5 827)1688 --- trac/versioncontrol/web_ui/changeset.py (revision 5935) 1640 1689 +++ trac/versioncontrol/web_ui/changeset.py (working copy) 1641 1690 @@ -259,9 +259,9 @@ … … 1719 1768 Index: trac/versioncontrol/web_ui/log.py 1720 1769 =================================================================== 1721 --- trac/versioncontrol/web_ui/log.py (revision 5 827)1770 --- trac/versioncontrol/web_ui/log.py (revision 5935) 1722 1771 +++ trac/versioncontrol/web_ui/log.py (working copy) 1723 1772 @@ -94,7 +94,7 @@ … … 1768 1817 Index: trac/versioncontrol/web_ui/browser.py 1769 1818 =================================================================== 1770 --- trac/versioncontrol/web_ui/browser.py (revision 5 827)1819 --- trac/versioncontrol/web_ui/browser.py (revision 5935) 1771 1820 +++ trac/versioncontrol/web_ui/browser.py (working copy) 1772 1821 @@ -78,7 +78,7 @@ … … 1814 1863 Index: trac/versioncontrol/cache.py 1815 1864 =================================================================== 1816 --- trac/versioncontrol/cache.py (revision 5 827)1865 --- trac/versioncontrol/cache.py (revision 5935) 1817 1866 +++ trac/versioncontrol/cache.py (working copy) 1818 1867 @@ -81,8 +81,8 @@ … … 1838 1887 Index: trac/Settings.py 1839 1888 =================================================================== 1840 --- trac/Settings.py (revision 5 827)1889 --- trac/Settings.py (revision 5935) 1841 1890 +++ trac/Settings.py (working copy) 1842 1891 @@ -33,7 +33,7 @@ … … 1860 1909 Index: trac/scripts/admin.py 1861 1910 =================================================================== 1862 --- trac/scripts/admin.py (revision 5 827)1911 --- trac/scripts/admin.py (revision 5935) 1863 1912 +++ trac/scripts/admin.py (working copy) 1864 1913 @@ -67,8 +67,8 @@ … … 2556 2605 Index: trac/scripts/tests/admin.py 2557 2606 =================================================================== 2558 --- trac/scripts/tests/admin.py (revision 5 827)2607 --- trac/scripts/tests/admin.py (revision 5935) 2559 2608 +++ trac/scripts/tests/admin.py (working copy) 2560 2609 @@ -185,7 +185,7 @@ … … 2605 2654 Index: trac/perm.py 2606 2655 =================================================================== 2607 --- trac/perm.py (revision 5 827)2656 --- trac/perm.py (revision 5935) 2608 2657 +++ trac/perm.py (working copy) 2609 2658 @@ -32,7 +32,7 @@ … … 2627 2676 Index: trac/Search.py 2628 2677 =================================================================== 2629 --- trac/Search.py (revision 5 827)2678 --- trac/Search.py (revision 5935) 2630 2679 +++ trac/Search.py (working copy) 2631 2680 @@ -74,7 +74,7 @@ … … 2704 2753 Index: trac/config.py 2705 2754 =================================================================== 2706 --- trac/config.py (revision 5 827)2755 --- trac/config.py (revision 5935) 2707 2756 +++ trac/config.py (working copy) 2708 2757 @@ -220,7 +220,7 @@ … … 2739 2788 Index: trac/Timeline.py 2740 2789 =================================================================== 2741 --- trac/Timeline.py (revision 5 827)2790 --- trac/Timeline.py (revision 5935) 2742 2791 +++ trac/Timeline.py (working copy) 2743 2792 @@ -77,7 +77,7 @@ … … 2782 2831 Index: trac/About.py 2783 2832 =================================================================== 2784 --- trac/About.py (revision 5 827)2833 --- trac/About.py (revision 5935) 2785 2834 +++ trac/About.py (working copy) 2786 2835 @@ -38,7 +38,7 @@ … … 2804 2853 Index: trac/wiki/web_ui.py 2805 2854 =================================================================== 2806 --- trac/wiki/web_ui.py (revision 5 827)2855 --- trac/wiki/web_ui.py (revision 5935) 2807 2856 +++ trac/wiki/web_ui.py (working copy) 2808 2857 @@ -51,7 +51,7 @@ … … 2900 2949 Index: trac/wiki/intertrac.py 2901 2950 =================================================================== 2902 --- trac/wiki/intertrac.py (revision 5 827)2951 --- trac/wiki/intertrac.py (revision 5935) 2903 2952 +++ trac/wiki/intertrac.py (working copy) 2904 2953 @@ -41,13 +41,13 @@ … … 2945 2994 Index: trac/wiki/model.py 2946 2995 =================================================================== 2947 --- trac/wiki/model.py (revision 5 827)2996 --- trac/wiki/model.py (revision 5935) 2948 2997 +++ trac/wiki/model.py (working copy) 2949 2998 @@ -68,7 +68,7 @@ … … 2967 3016 Index: trac/wiki/formatter.py 2968 3017 =================================================================== 2969 --- trac/wiki/formatter.py (revision 5 827)3018 --- trac/wiki/formatter.py (revision 5935) 2970 3019 +++ trac/wiki/formatter.py (working copy) 2971 3020 @@ -72,7 +72,7 @@ … … 3009 3058 Index: trac/wiki/macros.py 3010 3059 =================================================================== 3011 --- trac/wiki/macros.py (revision 5 827)3060 --- trac/wiki/macros.py (revision 5935) 3012 3061 +++ trac/wiki/macros.py (working copy) 3013 3062 @@ -252,7 +252,7 @@ … … 3058 3107 Index: trac/wiki/interwiki.py 3059 3108 =================================================================== 3060 --- trac/wiki/interwiki.py (revision 5 827)3109 --- trac/wiki/interwiki.py (revision 5935) 3061 3110 +++ trac/wiki/interwiki.py (working copy) 3062 3111 @@ -131,7 +131,7 @@ … … 3080 3129 Index: trac/upgrades/db10.py 3081 3130 =================================================================== 3082 --- trac/upgrades/db10.py (revision 5 827)3131 --- trac/upgrades/db10.py (revision 5935) 3083 3132 +++ trac/upgrades/db10.py (working copy) 3084 3133 @@ -22,4 +22,4 @@ … … 3087 3136 cursor.execute(s) 3088 3137 - print 'Please perform a "resync" after this upgrade.' 3089 + print unicode('Por favor realice un "resync" después de esta actualización.', ' latin-1').encode('latin-1')3138 + print unicode('Por favor realice un "resync" después de esta actualización.', 'utf-8').encode('utf-8') 3090 3139 Index: trac/web/standalone.py 3091 3140 =================================================================== 3092 --- trac/web/standalone.py (revision 5 827)3141 --- trac/web/standalone.py (revision 5935) 3093 3142 +++ trac/web/standalone.py (working copy) 3094 3143 @@ -106,26 +106,26 @@ … … 3179 3228 Index: trac/web/auth.py 3180 3229 =================================================================== 3181 --- trac/web/auth.py (revision 5 827)3230 --- trac/web/auth.py (revision 5935) 3182 3231 +++ trac/web/auth.py (working copy) 3183 @@ -83,12 +83,1 2@@3232 @@ -83,12 +83,13 @@ 3184 3233 3185 3234 def get_navigation_items(self, req): … … 3189 3238 yield ('metanav', 'logout', 3190 3239 - html.A('Logout', href=req.href.logout())) 3191 + html.A(unicode('Cerrar Sesión', 'utf-8'), href=req.href.logout())) 3240 + html.A(unicode('Cerrar Sesión', 'utf-8'), href=req.href.logout(), 3241 + onclick="clearAuthenticationCache(\'%s\')" % req.href.logout())) 3192 3242 else: 3193 3243 yield ('metanav', 'login', … … 3197 3247 # IRequestHandler methods 3198 3248 3199 @@ -119,10 +1 19,10 @@3249 @@ -119,10 +120,10 @@ 3200 3250 case sensitive regarding user names and domain names 3201 3251 """ … … 3212 3262 "#ConfiguringAuthentication"), ".")) 3213 3263 remote_user = req.remote_user 3214 @@ -130,7 +13 0,7 @@3264 @@ -130,7 +131,7 @@ 3215 3265 remote_user = remote_user.lower() 3216 3266 … … 3221 3271 cookie = hex_entropy() 3222 3272 db = self.env.get_db_cnx() 3223 @@ -242,17 +24 2,17 @@3273 @@ -242,17 +243,17 @@ 3224 3274 try: 3225 3275 u, h = line.split(':') 3226 3276 except ValueError: 3227 3277 - print >>sys.stderr, 'Warning: invalid password line in %s: %s' \ 3228 + print >>sys.stderr, unicode('Advertencia: contraseña inválida en %s: %s', ' latin-1').encode('latin-1') \3278 + print >>sys.stderr, unicode('Advertencia: contraseña inválida en %s: %s', 'utf-8').encode('utf-8') \ 3229 3279 % (filename, line) 3230 3280 continue … … 3235 3285 - 'user "%s" without the "crypt" module' % u 3236 3286 + print >>sys.stderr, unicode('Advertencia: no se puede verificar la contraseña del ' \ 3237 + 'usuario "%s" sin el módulo "crypt"', ' latin-1').encode('latin-1') % u3287 + 'usuario "%s" sin el módulo "crypt"', 'utf-8').encode('utf-8') % u 3238 3288 3239 3289 if self.hash == {}: … … 3243 3293 def test(self, user, password): 3244 3294 self.check_reload() 3245 @@ -304,13 +30 4,13 @@3295 @@ -304,13 +305,13 @@ 3246 3296 try: 3247 3297 u, r, a1 = line.split(':') 3248 3298 except ValueError: 3249 3299 - print >>sys.stderr, 'Warning: invalid digest line in %s: %s' \ 3250 + print >>sys.stderr, unicode('Advertencia: entrada "digest" inválida en %s: %s', ' latin-1').encode('latin-1') \3300 + print >>sys.stderr, unicode('Advertencia: entrada "digest" inválida en %s: %s', 'utf-8').encode('utf-8') \ 3251 3301 % (filename, line) 3252 3302 continue … … 3261 3311 Index: trac/web/api.py 3262 3312 =================================================================== 3263 --- trac/web/api.py (revision 5 827)3313 --- trac/web/api.py (revision 5935) 3264 3314 +++ trac/web/api.py (working copy) 3265 3315 @@ -44,7 +44,7 @@ … … 3283 3333 Index: trac/web/clearsilver.py 3284 3334 =================================================================== 3285 --- trac/web/clearsilver.py (revision 5 827)3335 --- trac/web/clearsilver.py (revision 5935) 3286 3336 +++ trac/web/clearsilver.py (working copy) 3287 3337 @@ -132,7 +132,7 @@ … … 3296 3346 Index: trac/web/session.py 3297 3347 =================================================================== 3298 --- trac/web/session.py (revision 5 827)3348 --- trac/web/session.py (revision 5935) 3299 3349 +++ trac/web/session.py (working copy) 3300 3350 @@ -99,9 +99,9 @@ … … 3313 3363 Index: trac/util/datefmt.py 3314 3364 =================================================================== 3315 --- trac/util/datefmt.py (revision 5 827)3365 --- trac/util/datefmt.py (revision 5935) 3316 3366 +++ trac/util/datefmt.py (working copy) 3317 3367 @@ -30,17 +30,17 @@ … … 3349 3399 Index: trac/notification.py 3350 3400 =================================================================== 3351 --- trac/notification.py (revision 5 827)3401 --- trac/notification.py (revision 5935) 3352 3402 +++ trac/notification.py (working copy) 3353 3403 @@ -190,7 +190,7 @@ tracspanishtranslation/0.10/patchs/trac-spanish-templates_utf-8.diff
r2461 r2574 1 1 Index: templates/report.cs 2 2 =================================================================== 3 --- templates/report.cs (revision 5 827)3 --- templates/report.cs (revision 5935) 4 4 +++ templates/report.cs (working copy) 5 5 @@ -5,11 +5,11 @@ … … 152 152 Index: templates/anydiff.cs 153 153 =================================================================== 154 --- templates/anydiff.cs (revision 5 827)154 --- templates/anydiff.cs (revision 5935) 155 155 +++ templates/anydiff.cs (working copy) 156 156 @@ -4,41 +4,41 @@ … … 206 206 Index: templates/log.cs 207 207 =================================================================== 208 --- templates/log.cs (revision 5 827)208 --- templates/log.cs (revision 5935) 209 209 +++ templates/log.cs (working copy) 210 210 @@ -4,18 +4,18 @@ … … 388 388 Index: templates/ticket_notify_email.cs 389 389 =================================================================== 390 --- templates/ticket_notify_email.cs (revision 5 827)390 --- templates/ticket_notify_email.cs (revision 5935) 391 391 +++ templates/ticket_notify_email.cs (working copy) 392 392 @@ -4,20 +4,20 @@ … … 418 418 Index: templates/browser.cs 419 419 =================================================================== 420 --- templates/browser.cs (revision 5 827)420 --- templates/browser.cs (revision 5935) 421 421 +++ templates/browser.cs (working copy) 422 422 @@ -4,9 +4,9 @@ … … 549 549 Index: templates/roadmap.cs 550 550 =================================================================== 551 --- templates/roadmap.cs (revision 5 827)551 --- templates/roadmap.cs (revision 5935) 552 552 +++ templates/roadmap.cs (working copy) 553 553 @@ -4,35 +4,35 @@ … … 645 645 Index: templates/ticket.cs 646 646 =================================================================== 647 --- templates/ticket.cs (revision 5 827)647 --- templates/ticket.cs (revision 5935) 648 648 +++ templates/ticket.cs (working copy) 649 649 @@ -8,20 +8,20 @@ … … 889 889 Index: templates/macros.cs 890 890 =================================================================== 891 --- templates/macros.cs (revision 5 827)891 --- templates/macros.cs (revision 5935) 892 892 +++ templates/macros.cs (working copy) 893 893 @@ -21,9 +21,9 @@ … … 931 931 Index: templates/header.cs 932 932 =================================================================== 933 --- templates/header.cs (revision 5 827)933 --- templates/header.cs (revision 5935) 934 934 +++ templates/header.cs (working copy) 935 935 @@ -41,7 +41,7 @@ … … 944 944 Index: templates/attachment.cs 945 945 =================================================================== 946 --- templates/attachment.cs (revision 5 827)946 --- templates/attachment.cs (revision 5935) 947 947 +++ templates/attachment.cs (working copy) 948 948 @@ -6,29 +6,29 @@ … … 1047 1047 Index: templates/error.cs 1048 1048 =================================================================== 1049 --- templates/error.cs (revision 5 827)1049 --- templates/error.cs (revision 5935) 1050 1050 +++ templates/error.cs (working copy) 1051 1051 @@ -11,24 +11,24 @@ … … 1086 1086 Index: templates/query_rss.cs 1087 1087 =================================================================== 1088 --- templates/query_rss.cs (revision 5 827)1088 --- templates/query_rss.cs (revision 5935) 1089 1089 +++ templates/query_rss.cs (working copy) 1090 1090 @@ -2,13 +2,13 @@ … … 1107 1107 Index: templates/newticket.cs 1108 1108 =================================================================== 1109 --- templates/newticket.cs (revision 5 827)1109 --- templates/newticket.cs (revision 5935) 1110 1110 +++ templates/newticket.cs (working copy) 1111 1111 @@ -7,43 +7,43 @@ … … 1189 1189 Index: templates/timeline_rss.cs 1190 1190 =================================================================== 1191 --- templates/timeline_rss.cs (revision 5 827)1191 --- templates/timeline_rss.cs (revision 5935) 1192 1192 +++ templates/timeline_rss.cs (working copy) 1193 1193 @@ -7,8 +7,8 @@ … … 1204 1204 Index: templates/footer.cs 1205 1205 =================================================================== 1206 --- templates/footer.cs (revision 5 827)1206 --- templates/footer.cs (revision 5935) 1207 1207 +++ templates/footer.cs (working copy) 1208 1208 @@ -1,6 +1,6 @@ … … 1216 1216 Index: templates/milestone.cs 1217 1217 =================================================================== 1218 --- templates/milestone.cs (revision 5 827)1218 --- templates/milestone.cs (revision 5935) 1219 1219 +++ templates/milestone.cs (working copy) 1220 1220 @@ -5,13 +5,13 @@ … … 1456 1456 Index: templates/settings.cs 1457 1457 =================================================================== 1458 --- templates/settings.cs (revision 5 827)1458 --- templates/settings.cs (revision 5935) 1459 1459 +++ templates/settings.cs (working copy) 1460 1460 @@ -5,59 +5,59 @@ … … 1540 1540 Index: templates/changeset.cs 1541 1541 =================================================================== 1542 --- templates/changeset.cs (revision 5 827)1542 --- templates/changeset.cs (revision 5935) 1543 1543 +++ templates/changeset.cs (working copy) 1544 1544 @@ -7,28 +7,28 @@ … … 1838 1838 Index: templates/report_rss.cs 1839 1839 =================================================================== 1840 --- templates/report_rss.cs (revision 5 827)1840 --- templates/report_rss.cs (revision 5935) 1841 1841 +++ templates/report_rss.cs (working copy) 1842 1842 @@ -8,8 +8,8 @@ … … 1862 1862 Index: templates/wiki.cs 1863 1863 =================================================================== 1864 --- templates/wiki.cs (revision 5 827)1864 --- templates/wiki.cs (revision 5935) 1865 1865 +++ templates/wiki.cs (working copy) 1866 1866 @@ -8,27 +8,27 @@ … … 2281 2281 Index: templates/query.cs 2282 2282 =================================================================== 2283 --- templates/query.cs (revision 5 827)2283 --- templates/query.cs (revision 5935) 2284 2284 +++ templates/query.cs (working copy) 2285 2285 @@ -4,13 +4,13 @@ … … 2429 2429 Index: templates/search.cs 2430 2430 =================================================================== 2431 --- templates/search.cs (revision 5 827)2431 --- templates/search.cs (revision 5935) 2432 2432 +++ templates/search.cs (working copy) 2433 2433 @@ -23,12 +23,12 @@ … … 2497 2497 Index: templates/timeline.cs 2498 2498 =================================================================== 2499 --- templates/timeline.cs (revision 5 827)2499 --- templates/timeline.cs (revision 5935) 2500 2500 +++ templates/timeline.cs (working copy) 2501 2501 @@ -3,14 +3,14 @@ … … 2540 2540 Index: templates/index.cs 2541 2541 =================================================================== 2542 --- templates/index.cs (revision 5 827)2542 --- templates/index.cs (revision 5935) 2543 2543 +++ templates/index.cs (working copy) 2544 2544 @@ -2,8 +2,8 @@ … … 2555 2555 Index: templates/log_rss.cs 2556 2556 =================================================================== 2557 --- templates/log_rss.cs (revision 5 827)2557 --- templates/log_rss.cs (revision 5935) 2558 2558 +++ templates/log_rss.cs (working copy) 2559 2559 @@ -3,13 +3,13 @@ … … 2592 2592 Index: templates/about.cs 2593 2593 =================================================================== 2594 --- templates/about.cs (revision 5 827)2594 --- templates/about.cs (revision 5935) 2595 2595 +++ templates/about.cs (working copy) 2596 2596 @@ -3,9 +3,9 @@ … … 2684 2684 Index: templates/ticket_rss.cs 2685 2685 =================================================================== 2686 --- templates/ticket_rss.cs (revision 5 827)2686 --- templates/ticket_rss.cs (revision 5935) 2687 2687 +++ templates/ticket_rss.cs (working copy) 2688 2688 @@ -36,12 +36,12 @@
