summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Escape HTML comment tags (#1160).Jean-Philippe Lang2008-05-021-1/+1
* Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki (#967).Jean-Philippe Lang2008-05-011-1/+1
* Fixed: Updating tickets add a time log with zero hours (#1147).Jean-Philippe Lang2008-04-301-1/+1
* Fixed: Home, Logout, Login links are absolute (#1122, #1145).Jean-Philippe Lang2008-04-301-3/+3
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-277-53/+11
* Estimated time recognizes improved time formats (#1092).Jean-Philippe Lang2008-04-264-0/+47
* Include macro can include a page of another project wiki using !{{include(pro...Jean-Philippe Lang2008-04-131-13/+16
* Replace closing html tags with html entity (#910).Jean-Philippe Lang2008-04-131-1/+1
* Fixed: error when browsing an empty Mercurial repository (#1046).Jean-Philippe Lang2008-04-121-1/+2
* Mercurial: Get proper file action on revision (#983).Jean-Philippe Lang2008-04-061-14/+43
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-063-3/+7
* Fixed: inline image not displayed when including a wiki page (closes #1001).Jean-Philippe Lang2008-04-051-1/+1
* Verify rev and rev_to params format in RepositoriesController. And turn revis...Jean-Philippe Lang2008-04-031-8/+6
* Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets (patch...Jean-Philippe Lang2008-03-291-5/+23
* Fixed: https urls in the wiki are not displayed as external (closes #943).Jean-Philippe Lang2008-03-291-1/+1
* Trac importer: exclude more Trac wiki pages (#933).Jean-Philippe Lang2008-03-261-2/+2
* Fixed: revision is ignored in MercurialAdapter#cat.Jean-Philippe Lang2008-03-211-1/+3
* Trac importer: prevent validation failure due to the default value when savin...Jean-Philippe Lang2008-03-211-2/+3
* Doc update before 0.7-rc1 release.Jean-Philippe Lang2008-03-211-1/+1
* Wiki links:Jean-Philippe Lang2008-03-211-1/+2
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-192-7/+9
* Fixes #880: code tags not formatted correctly in the wiki (broken by r1216).Jean-Philippe Lang2008-03-171-1/+1
* Trac importer:Jean-Philippe Lang2008-03-161-3/+8
* Further refine WikiCaps processing for Trac to eliminate problems inJohn Goerzen2008-03-151-2/+2
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to ge...Jean-Philippe Lang2008-03-151-1/+1
* Mercurial adapter:Jean-Philippe Lang2008-03-151-1/+5
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-0/+2
* Fix trac converter WikiCaps to put a space before converted WikiCaps wordsJohn Goerzen2008-03-141-1/+1
* Support WikiCaps for Trac migrationsJohn Goerzen2008-03-131-0/+6
* Prevent unexpected nil error in GitAdapter#info if the repository path is inv...Jean-Philippe Lang2008-03-121-5/+6
* SCM AbstractAdapter use shell_quote to more properly escape path (closes #838...Jean-Philippe Lang2008-03-122-5/+5
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-123-3/+268
* Quotes Mercurial entries command depending on the OS.Jean-Philippe Lang2008-03-111-1/+1
* Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (...Jean-Philippe Lang2008-03-111-3/+3
* Activity enhancements:Jean-Philippe Lang2008-03-111-1/+1
* Trac and Mantis importers: check that default configuration is loaded before ...Jean-Philippe Lang2008-03-092-0/+16
* Textile formatting:Jean-Philippe Lang2008-03-091-4/+11
* Trac importer: support database schema for Trac migration (#757 by John Goerz...Jean-Philippe Lang2008-03-051-3/+10
* Added jsp mime type.Jean-Philippe Lang2008-03-051-0/+1
* Fixes #780: Redmine fails to start with a const_missing error on Redmine::Men...Jean-Philippe Lang2008-03-051-0/+2
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-271-0/+41
* Trac importer fix:Jean-Philippe Lang2008-02-261-8/+48
* Menus items:Jean-Philippe Lang2008-02-222-6/+12
* Mantis importer: do not duplicate Mantis username in firstname and lastname i...Jean-Philippe Lang2008-02-161-1/+1
* Fixed: CVS repository doesn't work if port is used in the url (#653).Jean-Philippe Lang2008-02-161-2/+2
* Added a simple rake task to fetch changesets from the repositories:Jean-Philippe Lang2008-02-161-0/+24
* Added:Jean-Philippe Lang2008-02-162-9/+33
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-0/+2
* Make Mantis importer preserve bug ids.Jean-Philippe Lang2008-02-151-1/+6
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-122-18/+50
le30'>backport/48081/stable30 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/remote.php
blob: 0282877ca2a73bf83936063d3f96cc77cee86f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141