summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* scm: git: change select label to 'Path to repository'.Toshi MARUYAMA2011-02-191-1/+3
* scm: catch exception of getting command and version in model (#4273).Toshi MARUYAMA2011-02-191-6/+24
* scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #...Toshi MARUYAMA2011-02-181-0/+8
* scm: mercurial: improvement latest_changesets without supporting tags and nam...Toshi MARUYAMA2011-02-181-4/+7
* scm: fix diff revision param validation.Toshi MARUYAMA2011-02-171-1/+1
* scm: in repository tree, use find_changeset_by_name instead of changesets.fin...Toshi MARUYAMA2011-02-161-1/+1
* scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...Toshi MARUYAMA2011-02-161-23/+0
* scm: git: implement find_changeset_by_name (#7047).Toshi MARUYAMA2011-02-161-0/+7
* scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455).Toshi MARUYAMA2011-02-161-30/+18
* scm: mercurial: change identifier to revision in fetching revisions.Toshi MARUYAMA2011-02-161-1/+1
* scm: catch CommandFailed during bulk Repository.fetch_changesets (#4455).Toshi MARUYAMA2011-02-151-1/+5
* scm: add scm command and version methods at repository models (#4273).Toshi MARUYAMA2011-02-148-19/+39
* Introduced MailHandler#dispatch_to_default method to make MailHandler more ex...Jean-Baptiste Barth2011-02-121-1/+5
* scm: space and tab cleanup of app/controllers/repositories_controller.rb.Toshi MARUYAMA2011-02-121-17/+18
* scm: fix non ASCII filename downloaded from repo is broken on Internet Explor...Toshi MARUYAMA2011-02-121-1/+1
* Added 'retro' style for gravatars. #7608Jean-Baptiste Barth2011-02-121-1/+1
* scm: cvs: generate pseudo scmid for auto issue close text (#6706).Toshi MARUYAMA2011-02-071-3/+8
* scm: cvs: change temporary revision number from "_N" to "tmpN" (#996, #3761, ...Toshi MARUYAMA2011-02-071-3/+6
* scm: cvs: code clean up.Toshi MARUYAMA2011-02-021-4/+5
* 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