My patches for Redmine
Go to file
Toshi MARUYAMA 023a0efa10 scm: backout r5213. do not display both 'View all revisions' and 'View revision' links (#7984, #7246).
Git and Mercurial support *branch*.

Git in repository root shows *master branch*.
Git master branch does not have all revisions.

Mercurial default branch is *default branch*.
Mercurial shows *tip* in repository root.

Mercurial does not treat directory. "hg log DIR" costs high.
Getting correct limited changesets in sub directory and branch is very heavy.
So, if there is no recent revision in sub directory and branch,
no changeset shows.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5218 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-24 23:42:50 +00:00
app scm: backout r5213. do not display both 'View all revisions' and 'View revision' links (#7984, #7246). 2011-03-24 23:42:50 +00:00
config Changes polish csv separator to ; and decimal to , (#7875). 2011-03-20 21:24:14 +00:00
db/migrate scm: copy global log encoding setting to repository (#1735). 2011-03-01 10:14:47 +00:00
doc CHANGELOG updated. 2011-03-07 19:26:24 +00:00
extra Adds random salt to user passwords (#7410). 2011-02-23 17:27:31 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib add GNU gettext po to Redmine::MimeType. 2011-03-22 04:35:48 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Adds support for Mac metaKey in issues selection (#5148). 2011-03-24 19:21:47 +00:00
script Use File#expand_path for require's in script/* for Ruby 1.9.2 compatibility. #4050 2010-11-02 00:20:21 +00:00
test Fixed: unknown custom field format causes error when editing/bulk editing (#7985). 2011-03-24 18:24:30 +00:00
tmp/test Added an empty tmp/test directory so rake test will run out of the box. 2009-06-08 02:07:30 +00:00
vendor Moved plugin tasks directories to lib/tasks (Rails deprecation). 2011-03-24 18:46:12 +00:00
.gitignore scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Git and Mercurial (#4455). 2011-02-15 11:04:52 +00:00
.hgignore scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Git and Mercurial (#4455). 2011-02-15 11:04:52 +00:00
README.rdoc Readme update. 2010-07-18 15:49:24 +00:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00

README.rdoc

= Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found at in the doc directory or on the official website http://www.redmine.org