summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Reverted r4780 that broke gantt tests (#7280).Jean-Philippe Lang2011-01-301-1/+1
* Removed issue subjects wrapping in gantt (#7280).Jean-Philippe Lang2011-01-301-1/+1
* Fixed: Relations are not displayed after adding/removing an issue relation (#...Jean-Philippe Lang2011-01-271-1/+5
* Fixed: no email sent with 'Notifiy for any event on the selected projects onl...Jean-Philippe Lang2011-01-241-1/+6
* Moves link_to_message to ApplicationHelper to make it available to redmine li...Jean-Philippe Lang2011-01-232-17/+15
* 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-231-7/+16
* 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-231-2/+13
* Makes the folder for attachments storage configurable in config/configuration...Jean-Philippe Lang2011-01-231-1/+1
* Adds an application configuration file: config/configuration.yml (#7408).Jean-Philippe Lang2011-01-231-1/+1
* 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
* 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