summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...Jean-Philippe Lang2011-01-221-10/+1
* 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-162-3/+7
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-163-3/+16
* Fixed: "Notifiy for only project I select" is randomly displayed (#7294).Jean-Philippe Lang2011-01-161-1/+1
* When destroying a user, remove all references to that user (#7296).Jean-Philippe Lang2011-01-161-2/+34
* Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...Jean-Philippe Lang2011-01-151-3/+6
* Adds colon after label.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: 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-141-1/+1
* Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258).Jean-Philippe Lang2011-01-141-0/+3
* scm: mercurial: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-0/+1
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-132-0/+2
* scm: mercurial: change two revision diff text of mercurial (#3724).Toshi MARUYAMA2011-01-111-0/+4
* scm: changing two revision diff text at SCM adapter level (#3724).Toshi MARUYAMA2011-01-113-3/+11
* scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724).Toshi MARUYAMA2011-01-111-2/+1
* scm: mercurial: use scmid as identifier (#3724).Toshi MARUYAMA2011-01-111-2/+13
* scm: use scmid for "commit:xxx" link if available (#3724).Toshi MARUYAMA2011-01-111-1/+1
* Fixed MailHandler broken by I18n fallback added in r4679.Jean-Philippe Lang2011-01-101-2/+2
* Fixed: wiki pages with cyrillic characters not found with postgresql (#7245).Jean-Philippe Lang2011-01-101-3/+3
* scm: mercurial: accept both of revision and nodeid as changeset id (#3724).Toshi MARUYAMA2011-01-081-0/+11
* Fix associated revisions label on issue page.Toshi MARUYAMA2011-01-082-2/+4
* Removed hard-coded style on wiki history view.Jean-Philippe Lang2011-01-061-6/+6
* Do not show trackers and issue custom fields on project form when issue track...Jean-Philippe Lang2011-01-062-14/+17
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-062-3/+4
* Verify HTTP method on ProjectsController#create.Jean-Philippe Lang2011-01-061-3/+3
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-063-4/+6
* Updated footer to 2011.Jean-Philippe Lang2011-01-021-1/+1
* Fixed: should redirect to the new project when copying a project.Jean-Philippe Lang2011-01-021-2/+2
* Additional roles of a user who belongs to a group are not always copied when ...Jean-Philippe Lang2011-01-021-1/+6
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-0210-20/+57
* Fixed: repository: mercurial: sort changesets by revision (#3449, #3567).Toshi MARUYAMA2011-01-021-0/+15
* Fixes utf8 conversions with ruby1.9.Jean-Philippe Lang2011-01-013-3/+21
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-012-3/+9
* Remove the limitation on characters that can be used in custom_field, issue_s...Jean-Philippe Lang2010-12-315-5/+0
* Makes issue move form similar to bulk edit form.Jean-Philippe Lang2010-12-291-7/+16
* Find visible issues only in ContextMenusController#issues.Jean-Philippe Lang2010-12-291-1/+2
* Takes more parameters into account to determine activity freshness (#7188).Jean-Philippe Lang2010-12-291-1/+1
* Fixed: partial toc when text contains pre tags (#7172).Jean-Philippe Lang2010-12-291-8/+20
* Fixed: CLI-supplied defaults should not be applied when replying to an issue ...Jean-Philippe Lang2010-12-291-0/+3
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-291-2/+8
* Makes Version#start_date return the minimum start_date of its issues.Jean-Philippe Lang2010-12-232-4/+3
* Makes the API accepts the X-Redmine-API-Key header to hold the API key.Jean-Philippe Lang2010-12-231-3/+12
* Makes /projects API accept same pagination parameters as other API collection...Jean-Philippe Lang2010-12-232-2/+4
* Makes API accept offset/limit or page/limit parameters for retrieving collect...Jean-Philippe Lang2010-12-231-5/+12
* Support for Javascript in Themes (#2803).Jean-Philippe Lang2010-12-221-0/+1
* Fixed: 500 error on issue query grouped by a custom field that was deleted (#...Jean-Philippe Lang2010-12-211-3/+3