index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Display svn properties in the browser, svn >= 1.5.0 only (#1581).
Jean-Philippe Lang
2008-07-05
2
-2
/
+69
*
Reduces memory usage when importing large git repositories (#1482).
Jean-Philippe Lang
2008-06-29
1
-11
/
+22
*
Turn ftp urls into links (#1514).
Jean-Philippe Lang
2008-06-23
1
-0
/
+1
*
IMAP: fetch unseen messages only.
Jean-Philippe Lang
2008-06-22
1
-1
/
+1
*
IMAP: Mark emails as Seen.
Jean-Philippe Lang
2008-06-22
1
-2
/
+10
*
Adds a rake task (redmine:email:receive_imap) to read emails from an IMAP ser...
Jean-Philippe Lang
2008-06-22
1
-0
/
+43
*
Mercurial adapter tests fix (#1469).
Jean-Philippe Lang
2008-06-18
1
-2
/
+0
*
Fixed: urls containing @ are parsed as email adress by the wiki formatter (#1...
Jean-Philippe Lang
2008-06-17
1
-3
/
+7
*
Fixed: view file at given revision with CVS.
Jean-Philippe Lang
2008-06-15
1
-1
/
+3
*
Fixed: TOC does not remove colorization markups (#1423).
Jean-Philippe Lang
2008-06-15
1
-0
/
+3
*
CVS: add support for modules names with spaces (#1434).
Jean-Philippe Lang
2008-06-14
1
-5
/
+5
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
8
-171
/
+190
*
Filesystem adapter: read files in binary mode.
Jean-Philippe Lang
2008-06-08
1
-1
/
+1
*
Filesystem adapter: negative size is displayed for large files under win32.
Jean-Philippe Lang
2008-06-08
1
-2
/
+1
*
Adds Filesystem adapter (patch #1393 by Paul R).
Jean-Philippe Lang
2008-06-08
2
-0
/
+104
*
Subversion adapter: ignore directories with no commit date (#1370).
Jean-Philippe Lang
2008-06-07
1
-0
/
+3
*
Mercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux).
Jean-Philippe Lang
2008-06-07
4
-78
/
+111
*
Fixed: SVN errors lead to svn username/password being displayed to end users ...
Jean-Philippe Lang
2008-06-06
1
-3
/
+14
*
Fixed: new line at the end of a file is not displayed in diff.
Jean-Philippe Lang
2008-06-02
1
-1
/
+0
*
Adds multi-levels blockquotes support by using > at the beginning of lines.
Jean-Philippe Lang
2008-05-30
1
-1
/
+1
*
Fixed: GitAdapter#get_rev should use current branch instead of hardwiring @ma...
Jean-Philippe Lang
2008-05-29
1
-3
/
+7
*
No multiline text for textile links.
Jean-Philippe Lang
2008-05-26
1
-1
/
+1
*
Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant (#...
Jean-Philippe Lang
2008-05-13
1
-2
/
+2
*
Fixed: error when using upcase language name in coderay (#1162) (Windows spec...
Jean-Philippe Lang
2008-05-02
1
-1
/
+1
*
Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki (#967).
Jean-Philippe Lang
2008-05-01
1
-1
/
+1
*
Fixed: Updating tickets add a time log with zero hours (#1147).
Jean-Philippe Lang
2008-04-30
1
-1
/
+1
*
Fixed: Links to repository directories don't work (#1119).
Jean-Philippe Lang
2008-04-27
7
-53
/
+11
*
Estimated time recognizes improved time formats (#1092).
Jean-Philippe Lang
2008-04-26
3
-0
/
+46
*
Include macro can include a page of another project wiki using !{{include(pro...
Jean-Philippe Lang
2008-04-13
1
-13
/
+16
*
Fixed: error when browsing an empty Mercurial repository (#1046).
Jean-Philippe Lang
2008-04-12
1
-1
/
+2
*
Mercurial: Get proper file action on revision (#983).
Jean-Philippe Lang
2008-04-06
1
-14
/
+43
*
Fix repository browsing at given revision for various scm and add tests for t...
Jean-Philippe Lang
2008-04-06
3
-3
/
+7
*
Fixed: inline image not displayed when including a wiki page (closes #1001).
Jean-Philippe Lang
2008-04-05
1
-1
/
+1
*
Verify rev and rev_to params format in RepositoriesController. And turn revis...
Jean-Philippe Lang
2008-04-03
1
-8
/
+6
*
Fixed: revision is ignored in MercurialAdapter#cat.
Jean-Philippe Lang
2008-03-21
1
-1
/
+3
*
Doc update before 0.7-rc1 release.
Jean-Philippe Lang
2008-03-21
1
-1
/
+1
*
Always show 'View' and 'Annotate' links on repository files (download will be...
Jean-Philippe Lang
2008-03-19
2
-7
/
+9
*
Add "--encoding utf8" option to the Mercurial "hg log" command in order to ge...
Jean-Philippe Lang
2008-03-15
1
-1
/
+1
*
Mercurial adapter:
Jean-Philippe Lang
2008-03-15
1
-1
/
+5
*
Prevent unexpected nil error in GitAdapter#info if the repository path is inv...
Jean-Philippe Lang
2008-03-12
1
-5
/
+6
*
SCM AbstractAdapter use shell_quote to more properly escape path (closes #838...
Jean-Philippe Lang
2008-03-12
2
-5
/
+5
*
Merged Git support branch (r1200 to r1226).
Jean-Philippe Lang
2008-03-12
2
-2
/
+267
*
Quotes Mercurial entries command depending on the OS.
Jean-Philippe Lang
2008-03-11
1
-1
/
+1
*
Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (...
Jean-Philippe Lang
2008-03-11
1
-3
/
+3
*
Added jsp mime type.
Jean-Philippe Lang
2008-03-05
1
-0
/
+1
*
Fixes #780: Redmine fails to start with a const_missing error on Redmine::Men...
Jean-Philippe Lang
2008-03-05
1
-0
/
+2
*
Menus items:
Jean-Philippe Lang
2008-02-22
2
-6
/
+12
*
Fixed: CVS repository doesn't work if port is used in the url (#653).
Jean-Philippe Lang
2008-02-16
1
-2
/
+2
*
Added:
Jean-Philippe Lang
2008-02-16
2
-9
/
+33
*
The following menus can now be extended by plugins: top_menu, account_menu, a...
Jean-Philippe Lang
2008-02-12
1
-11
/
+25
[next]