My patches for Redmine
Go to file
Toshi MARUYAMA 27c390bb62 Fix duplicated 'back_url' IDs
Various hidden input fields are used to hold a URL to send the user back
to the correct page after submitting a form, however, they all use the
same ID which isn't allowed in HTML. Passing in 'id' as nil stops the
'hidden_field_tag' from adding an ID attribute to the tag.

Contributed by Andrew Smith.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9250 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-03-24 00:02:20 +00:00
app Fix duplicated 'back_url' IDs 2012-03-24 00:02:20 +00:00
config Dutch "field_login" translation changed by Siebe Joris Jochems (#10513) 2012-03-22 22:33:40 +00:00
db/migrate set svn:eol-style native db/migrate/*.rb 2012-03-05 03:55:03 +00:00
doc Updates for 1.3.2 release. 2012-03-11 08:20:41 +00:00
extra Use Digest::SHA instead of Digest::SHA1 in Redmine.pm (#10242). 2012-02-15 19:25:16 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib pdf: enhanced issues list (#10464) 2012-03-20 07:09:15 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Adds an icon to the "Test" link. 2012-03-11 12:15:56 +00:00
script set svn:executable '*' script/process/inspector 2012-03-11 03:43:06 +00:00
test Fixed: ruby 1.9.3 Time Zone setting Internal error (#10442). 2012-03-17 12:49:47 +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/plugins remove trailing white-spaces from vendor/plugins/acts_as_watchable/lib/acts_as_watchable.rb 2012-02-26 04:28:12 +00:00
.gitignore add vendor/cache to .hgignore and .gitignore 2012-02-23 10:21:27 +00:00
.hgignore add vendor/cache to .hgignore and .gitignore 2012-02-23 10:21:27 +00:00
Gemfile Fixed: ruby 1.9.3 Time Zone setting Internal error (#10442). 2012-03-17 12:49:47 +00:00
README.rdoc Typo 2011-11-19 16:10:28 +00:00
Rakefile add newline at end of Rakefile 2011-11-20 00:09:16 +00:00

README.rdoc

= Redmine

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

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