summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-284-36/+100
* Ruby1.9: skip enforcing UTF-8 encodings on the params hash on Rails2 if it is...Toshi MARUYAMA2012-01-281-1/+3
* Ruby1.9: enforce UTF-8 encodings on the params hash on Rails2 (#4050, #4796)Toshi MARUYAMA2012-01-281-0/+22
* Accept project identifier with underscore.Jean-Philippe Lang2012-01-271-1/+1
* Allow underscores in project identifiers (#1363).Jean-Philippe Lang2012-01-271-1/+1
* Makes all workflow transitions defined for all roles available to administrat...Jean-Philippe Lang2012-01-261-1/+1
* replace tabs to spaces at app/views/projects/settings/_repositories.html.erbToshi MARUYAMA2012-01-261-11/+11
* code layout cleanup app/views/repositories/revisions.html.erbToshi MARUYAMA2012-01-261-1/+4
* code layout cleanup app/views/repositories/_revisions.html.erbToshi MARUYAMA2012-01-261-1/+5
* Fixed javascript error when changing time period on time report.Jean-Philippe Lang2012-01-241-1/+1
* Fixed links to versions anchors on the roadmap.Jean-Philippe Lang2012-01-241-1/+1
* Provide a direct access to completed versions form the roadmap.Jean-Philippe Lang2012-01-242-1/+14
* Moved javascript filters functions to application.js.Jean-Philippe Lang2012-01-241-103/+1
* Allows bulk change issue private flag (#10042).Jean-Philippe Lang2012-01-232-0/+9
* Notify previous assignee when assignee changes (#2694).Jean-Philippe Lang2012-01-232-10/+18
* Adds support for multiple repositories to redmine links (#779).Jean-Philippe Lang2012-01-221-24/+44
* Fixed that project is ignored when entering an issue id on /time_entries/new ...Jean-Philippe Lang2012-01-221-4/+6
* Keep back_url param for when continuing creating issues.Jean-Philippe Lang2012-01-211-2/+2
* Enable global time logging at /time_entries/new (#10020).Jean-Philippe Lang2012-01-215-8/+35
* Fixed that reminders are sent for closed issues (#10006).Jean-Philippe Lang2012-01-211-1/+1
* Adds a <<me>> option for assignee in the context menu (#1102).Jean-Philippe Lang2012-01-211-0/+4
* Adds a <<me>> option at the top of the assignee drop-down (#1102).Jean-Philippe Lang2012-01-211-0/+3
* Adds a 'Create and continue' button on the spent time form (#9995).Jean-Philippe Lang2012-01-212-3/+8
* Makes Version REST API accept due_date attribute (#10013).Jean-Philippe Lang2012-01-211-0/+4
* Resizes the attachment description field and moves the label to a placeholder...Jean-Philippe Lang2012-01-211-1/+1
* Updated footer.Jean-Philippe Lang2012-01-201-1/+1
* Localized string for issue position in results.Jean-Philippe Lang2012-01-201-1/+1
* Fixes admin menu display.Jean-Philippe Lang2012-01-203-0/+6
* Fixed: Git: Mercurial: Branch dropdown broken on repositories page (#10026).Jean-Philippe Lang2012-01-201-1/+1
* Adds an option of the copy form to enable/disable attachments copy (#3055).Jean-Philippe Lang2012-01-203-8/+21
* Copy attachments on issue and project copy (#3055).Jean-Philippe Lang2012-01-202-4/+25
* add newline at end of app/views/repositories/edit.html.erbToshi MARUYAMA2012-01-201-1/+1
* add newline at end of app/views/repositories/_form.html.erbToshi MARUYAMA2012-01-201-1/+1
* Fixed an error when trying to copy an issue that does not exist.Jean-Philippe Lang2012-01-171-1/+6
* Sort repositories in settings (#779).Jean-Philippe Lang2012-01-171-1/+1
* Moved the "Main repository" checkbox before the identifier (#779).Jean-Philippe Lang2012-01-171-1/+1
* Do not show revisions links and field on filesystem repositories.Jean-Philippe Lang2012-01-162-4/+6
* Changes the style of the links for sorting documents.Jean-Philippe Lang2012-01-161-7/+5
* Display the position of the current issue in the query results.Jean-Philippe Lang2012-01-162-0/+7
* Search for changeset in the current repository (#779).Jean-Philippe Lang2012-01-161-1/+1
* Highlight active issue query in the sidebar.Jean-Philippe Lang2012-01-161-1/+3
* Skip a bunch of useless "UPDATE repositories SET extra_info = ..." queries wh...Jean-Philippe Lang2012-01-161-2/+6
* Fixed previous/next links when navigating in a saved query.Jean-Philippe Lang2012-01-161-1/+6
* Display repository identifier in breadcrumbs (#779).Jean-Philippe Lang2012-01-151-1/+2
* Set tab caption to plural.Jean-Philippe Lang2012-01-151-1/+1
* Display identifier for the default repository too (#779).Jean-Philippe Lang2012-01-151-3/+3
* Don't use a disabled SCM as a default repository SCM (#779).Jean-Philippe Lang2012-01-151-1/+1
* Removed unused partial.Jean-Philippe Lang2012-01-151-39/+0
* Adds repository_id param for activity and search results (#779).Jean-Philippe Lang2012-01-151-1/+1
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-1519-46/+139