summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update for 1.1.1 release.Jean-Philippe Lang2011-01-302-1/+24
* Reverted r4780 that broke gantt tests (#7280).Jean-Philippe Lang2011-01-303-8/+6
* Removed issue subjects wrapping in gantt (#7280).Jean-Philippe Lang2011-01-303-6/+8
* Translations updates.Jean-Philippe Lang2011-01-303-363/+367
* Moves .htaccess to htaccess.fcgi.example (#7256).Jean-Philippe Lang2011-01-301-0/+0
* Prevent error when Mantis version.date_order is nil (#7476).Jean-Philippe Lang2011-01-281-1/+1
* Fixed: Relations are not displayed after adding/removing an issue relation (#...Jean-Philippe Lang2011-01-272-1/+34
* Fixed: no email sent with 'Notifiy for any event on the selected projects onl...Jean-Philippe Lang2011-01-242-1/+23
* Moves link_to_message to ApplicationHelper to make it available to redmine li...Jean-Philippe Lang2011-01-233-18/+16
* Adds visible scope to redmine links queries.Jean-Philippe Lang2011-01-233-8/+15
* Adds support for cross project Redmine links (#7409).Jean-Philippe Lang2011-01-233-10/+53
* Set the httponly flag on the autologin cookie.Jean-Philippe Lang2011-01-231-1/+2
* Makes the autologin cookie configurable (#1763).Jean-Philippe Lang2011-01-232-2/+21
* Makes the folder for attachments storage configurable in config/configuration...Jean-Philippe Lang2011-01-232-1/+11
* Ignores eclipse settings files.Jean-Philippe Lang2011-01-230-0/+0
* Ignores db/*.sqlite3.Jean-Philippe Lang2011-01-231-1/+1
* Adds an application configuration file: config/configuration.yml (#7408).Jean-Philippe Lang2011-01-2356-153/+330
* scm: darcs: fix Darcs adapter recognizes new files as modified files above Da...Toshi MARUYAMA2011-01-231-1/+30
* scm: darcs: add compatible test of Darcs 2.3 and 2.4 (#7415).Toshi MARUYAMA2011-01-231-0/+13
* scm: darcs: switch '.' or @url at entries() in darcs version (#4899).Toshi MARUYAMA2011-01-221-1/+3
* scm: darcs: change io.gets to io.read and add darcs version unit (#4494, #5404).Toshi MARUYAMA2011-01-222-9/+22
* scm: darcs: add unit lib test.Toshi MARUYAMA2011-01-221-0/+25
* Moves relations fetching from views to the controller and skip invalid relati...Jean-Philippe Lang2011-01-223-4/+5
* Removed extraneous hidden_field on wiki history (#7379).Jean-Philippe Lang2011-01-221-1/+0
* Coderay upgraded to 0.9.7 (#5344).Jean-Philippe Lang2011-01-2281-80/+9602
* Fixes french translation of "Connection" (#7348).Jean-Philippe Lang2011-01-221-1/+1
* Make POP3 mail fetcher log messages instead of puts (#7177).Jean-Philippe Lang2011-01-221-6/+12
* Avoid "private method `gsub' called for nil:NilClass" error when exporting is...Jean-Philippe Lang2011-01-221-3/+3
* Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...Jean-Philippe Lang2011-01-223-13/+38
* scm: functional test of using format_revision() for annotate (#3724).Toshi MARUYAMA2011-01-213-0/+27
* scm: use format_revision() for history, view and annotate (#3724).Toshi MARUYAMA2011-01-212-3/+6
* Load csshover.htc for IE6 only as later versions support hover on non-link el...Jean-Philippe Lang2011-01-161-1/+1
* Do not show "for only project I select" notification option on application se...Jean-Philippe Lang2011-01-163-3/+13
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-167-20/+69
* Fixed: "Notifiy for only project I select" is randomly displayed (#7294).Jean-Philippe Lang2011-01-162-3/+10
* When destroying a user, remove all references to that user (#7296).Jean-Philippe Lang2011-01-163-10/+245
* Adds a User-Agent header to Redmine mailhandler requests (#7318).Jean-Philippe Lang2011-01-151-2/+5
* Fixed: Label not translated in french in Settings/Email Notification tab (#73...Jean-Philippe Lang2011-01-151-0/+3
* Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...Jean-Philippe Lang2011-01-152-3/+25
* Adds colon after label.Jean-Philippe Lang2011-01-151-1/+1
* Adds a test for issue circular dependency validation.Jean-Philippe Lang2011-01-151-0/+9
* French locale update (#7337).Jean-Philippe Lang2011-01-151-1/+1
* Fixed: "Loading..." icon does not disappear after adding a project member whe...Jean-Philippe Lang2011-01-151-2/+2
* scm: mercurial: fix revision at functional diff test.Toshi MARUYAMA2011-01-151-3/+3
* scm: mercurial: fix id at functional test_empty_revision test(#7307).Toshi MARUYAMA2011-01-141-1/+1
* scm: git: fix id at functional test_empty_revision test(#7307).Toshi MARUYAMA2011-01-141-1/+1
* scm: use #blank? instead of #nil? || #empty? at Repository#find_changeset_by_...Toshi MARUYAMA2011-01-141-3/+3
* Use #blank? instead of #nil? || #empty?.Jean-Philippe Lang2011-01-141-1/+1
* Respond with 404 instead of 500 when revision/entry is not found in the repos...Jean-Philippe Lang2011-01-144-5/+5
* Adds a test for TimeEntry#spent_on= with invalid string.Jean-Philippe Lang2011-01-141-0/+6