summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* add changeset comment in revision page title (#14138)Toshi MARUYAMA2013-05-301-1/+5
* Adds a button to duplicate a workflow permission to the next statuses.Jean-Philippe Lang2013-05-281-0/+11
* remove trailing white-space from app/models/mailer.rbToshi MARUYAMA2013-05-251-1/+1
* use document.referrer instead of history.length (#13697)Toshi MARUYAMA2013-05-241-1/+1
* remove trailing white-space from app/views/repositories/_breadcrumbs.html.erbToshi MARUYAMA2013-05-241-1/+1
* remove unneeded escaping at app/views/journals/diff.html.erbToshi MARUYAMA2013-05-211-1/+1
* fix back-button on description diff page in case of no browser history (#13697)Toshi MARUYAMA2013-05-211-1/+4
* remove "del" tag from deleted issue relation (#1005)Toshi MARUYAMA2013-05-191-1/+3
* add journal after creating/deleting issue relation (#1005)Toshi MARUYAMA2013-05-192-1/+40
* set default issue start/due datepicker from due/start date (#14024)Toshi MARUYAMA2013-05-191-3/+5
* add test of current issue start and due date datepicker (#14024)Toshi MARUYAMA2013-05-191-2/+2
* Code cleanup.Jean-Philippe Lang2013-05-181-13/+16
* Adds markings to emails generated by private comments (#12888).Jean-Philippe Lang2013-05-182-1/+4
* User #where instead of :conditions.Jean-Philippe Lang2013-05-182-2/+2
* Moved links to block titles on "My page".Jean-Philippe Lang2013-05-183-26/+16
* Adds a link on "My Page" to view all my spent time (#13157).Jean-Philippe Lang2013-05-181-1/+4
* Highlighting of source link target line for annotate view (#13746).Jean-Philippe Lang2013-05-181-2/+2
* Highlighting of source link target line (#13746).Jean-Philippe Lang2013-05-181-2/+2
* Fixed that submitting the form without selecting a value may raise raises an ...Jean-Philippe Lang2013-05-172-7/+5
* Add links to attachments in new issue email notification (#12293).Jean-Philippe Lang2013-05-173-1/+18
* Fixed that filtering may return unwanted blank values (#14051).Jean-Philippe Lang2013-05-161-2/+5
* increase base height of author lines on 'Commits per author' graph (#14068, #...Toshi MARUYAMA2013-05-161-1/+1
* remove width and height from repository stats embed tags (#1983, #13486)Toshi MARUYAMA2013-05-161-2/+2
* Fixed that values of custom fields are not kept in issues when copying a proj...Jean-Philippe Lang2013-05-131-0/+3
* Display error messages when attachment validation fails (#13949).Jean-Philippe Lang2013-05-131-0/+5
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-134-8/+18
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-135-8/+9
* Disable autofetching of repository changesets if projects are closed (#13945).Jean-Philippe Lang2013-05-121-1/+1
* Fix handling multiple text parts in email (#13646).Jean-Philippe Lang2013-05-121-4/+13
* Issue#children is never nil (#14015).Jean-Philippe Lang2013-05-121-1/+1
* Check inclusion only once (#14015).Jean-Philippe Lang2013-05-121-6/+10
* Replaces camelcase variable names (#14015).Jean-Philippe Lang2013-05-121-12/+12
* Removes some empty lines (#14015).Jean-Philippe Lang2013-05-121-13/+0
* Removes then's (#14015).Jean-Philippe Lang2013-05-121-7/+7
* Replaces camelcase variable names (#14015).Jean-Philippe Lang2013-05-121-30/+28
* Improved Issue#all_dependent_issues (#14015).Jean-Philippe Lang2013-05-121-9/+101
* code layout clean up app/views/issues/_attributes.html.erbToshi MARUYAMA2013-05-101-2/+10
* Document project links in ApplicationHelper#parse_redmine_links (#6689).Jean-Baptiste Barth2013-05-081-0/+3
* Add status to /users/:id API for admins (#13948).Jean-Baptiste Barth2013-05-051-0/+1
* Fixed test broken by r11787 (#13943).Jean-Philippe Lang2013-05-041-1/+1
* Fixed that bulk copy raises an error on validation failure (#13943).Jean-Philippe Lang2013-05-041-4/+6
* Preserve field values on bulk edit failure (#13943).Jean-Philippe Lang2013-05-045-29/+51
* Display the bulk edit form with error messages when some issues can not be sa...Jean-Philippe Lang2013-05-044-29/+49
* Adds a method for extracting MailHandler options from ENV.Jean-Philippe Lang2013-05-041-0/+13
* use li tags for label completed versions and subproject in version index side...Toshi MARUYAMA2013-05-031-5/+15
* use li tags for completed versions in version index sidebar (#13242)Toshi MARUYAMA2013-05-031-4/+6
* use li tags for versions in version index (#13242)Toshi MARUYAMA2013-05-031-1/+5
* remove unneeded h() from versions index tracker nameToshi MARUYAMA2013-05-031-1/+1
* use li tags for trackers in version index (#13242)Toshi MARUYAMA2013-05-031-3/+11
* code layout clean up app/views/versions/index.html.erbToshi MARUYAMA2013-05-031-19/+20