summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Pevents duplicate accesskeys (#12684).Jean-Philippe Lang2013-05-011-1/+5
* Restores the bottom action menu.Jean-Philippe Lang2013-05-011-0/+1
* git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11752 e93f8b46-1217...Jean-Philippe Lang2013-05-011-1/+0
* remove trailing white-space from app/models/project.rbToshi MARUYAMA2013-04-211-1/+1
* remove trailing white-spaces and redundant empty line from app/models/issue_q...Toshi MARUYAMA2013-04-191-2/+1
* make height of "Commits per author" graph flexible (#1983, #13486)Toshi MARUYAMA2013-04-182-3/+11
* not add empty header/footer to notification emails (#13482)Toshi MARUYAMA2013-04-182-0/+8
* remove trailing white-space from app/models/role.rbToshi MARUYAMA2013-04-121-1/+1
* Fixed that CSV Export of Spent Time ignores filters and columns selection (#1...Jean-Philippe Lang2013-04-032-1/+26
* Fixed that r11641 prevents precedes/follows relations between subtasks (#13586).Jean-Philippe Lang2013-03-261-2/+6
* remove trailing white-space from app/models/setting.rbToshi MARUYAMA2013-03-251-1/+1
* Fixed commit link title escaping (fixes #13405).Etienne Massip2013-03-211-1/+1
* remove trailing white-space from app/models/user_preference.rbToshi MARUYAMA2013-03-201-1/+1
* JQuery Datepicker popup is missing multiple month/year modifiers (#13260).Jean-Philippe Lang2013-03-191-1/+1
* Add a "Cancel" button to the "Delete" project page when deleting a project (#...Jean-Philippe Lang2013-03-191-0/+1
* remove trailing white space from app/models/version.rbToshi MARUYAMA2013-03-191-1/+1
* fix broken tests on Rails 3.2.13 with Ruby 1.8 (#12399, #12375)Toshi MARUYAMA2013-03-191-31/+1
* replace tab to space at app/models/mail_handler.rbToshi MARUYAMA2013-03-181-1/+1
* Code cleanup.Jean-Philippe Lang2013-03-171-19/+7
* Fixed: Circular loop when using relations and subtasks (#8794).Jean-Philippe Lang2013-03-171-0/+14
* Fixed: subtasks don't resepect following/precedes relations on creation (#129...Jean-Philippe Lang2013-03-171-1/+1
* PDF: fix incompatible character encodings: UTF-8 and ASCII-8BIT (#13354)Toshi MARUYAMA2013-03-161-1/+4
* replace tabs to spaces at app/views/repositories/_navigation.html.erbToshi MARUYAMA2013-03-151-1/+1
* replace tabs to spaces at app/views/projects/settings/_issue_categories.html.erbToshi MARUYAMA2013-03-151-2/+2
* replace tabs to spaces at app/views/projects/settings/_boards.html.erbToshi MARUYAMA2013-03-151-1/+1
* replace tabs to spaces and code cleanup at app/views/repositories/_form.html.erbToshi MARUYAMA2013-03-151-6/+10
* replace tabs to spaces and code cleanup at app/views/issues/bulk_edit.html.erbToshi MARUYAMA2013-03-151-12/+12
* replace tabs to spaces and code cleanup at app/views/versions/_overview.html.erbToshi MARUYAMA2013-03-151-8/+15
* replace tabs to spaces at app/views/versions/index.html.erbToshi MARUYAMA2013-03-151-6/+6
* replace tabs to spaces at app/views/documents/index.html.erbToshi MARUYAMA2013-03-151-1/+1
* remove trailing tabs from app/views/context_menus/issues.html.erbToshi MARUYAMA2013-03-151-1/+1
* replace tabs to spaces and fix indents at app/views/my/destroy.html.erbToshi MARUYAMA2013-03-151-3/+3
* replace tabs to spaces and fix indents at app/views/settings/_repositories.ht...Toshi MARUYAMA2013-03-151-13/+13
* replace tabs to spaces at app/views/settings/_issues.html.erbToshi MARUYAMA2013-03-151-1/+1
* Fixing HTML in groups index viewToshi MARUYAMA2013-03-121-0/+1
* Log errors when bulk edit/copy fails (#13440).Jean-Philippe Lang2013-03-122-0/+2
* Always instanciate a relation.Jean-Philippe Lang2013-03-123-1/+4
* Moves Project#users to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Moves Project#principals to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Don't verify method.Jean-Philippe Lang2013-03-121-2/+2
* Prevent one query per User#member_of? call after r11508 (#13301).Jean-Philippe Lang2013-03-121-1/+5
* Mail handler: set mail_notification to only_my_events when creating a new use...Jean-Philippe Lang2013-03-111-0/+1
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-104-7/+7
* Preserve gantt options when changing filters (#12122).Jean-Philippe Lang2013-03-091-2/+2
* move utf8 encoding from view to UnifiedDiff (#12641)Toshi MARUYAMA2013-03-071-5/+5
* remove unnecessary h() from diff filename (#12641)Toshi MARUYAMA2013-03-071-2/+2
* use %r{} instead of // at app/models/repository/subversion.rbToshi MARUYAMA2013-03-071-1/+1
* code layout cleanup AccountController#open_id_authenticateToshi MARUYAMA2013-03-061-4/+4
* Mail handler: adds --no-notification option to disable notifications to the c...Jean-Philippe Lang2013-03-031-0/+4
* Mail handler: adds --no-account-notice option for not sending account informa...Jean-Philippe Lang2013-03-031-2/+5