summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Use pagination css class for search results pagination (#15398).Jean-Philippe Lang2013-11-191-2/+2
* Use :button_edit instead of :button_update for editing issues (#15275).Jean-Philippe Lang2013-11-162-2/+2
* Use :button_save instead of :button_update on committers form (#15275).Jean-Philippe Lang2013-11-161-1/+1
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-1134-116/+111
* Adds a CSS class for reorder links (#15307).Jean-Philippe Lang2013-11-106-6/+6
* Custom fields in issue form - splitting is incorrect (#15227).Jean-Philippe Lang2013-11-091-2/+3
* Wiki Pages REST API with version returns wrong comments (#15235).Jean-Philippe Lang2013-11-091-1/+1
* Prevents duplicate element ids (#15191).Jean-Philippe Lang2013-10-261-1/+2
* Projects selection on custom field form (#15136).Jean-Philippe Lang2013-10-203-16/+35
* Adds some links for wiki history navigation.Jean-Philippe Lang2013-10-144-11/+14
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-4/+7
* Hide issue custom fields when disabling issue tracking on new project.Jean-Philippe Lang2013-10-051-1/+12
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-14/+44
* Allows user to clear dates and text fields when bulk editing issues (#2199).Jean-Philippe Lang2013-09-301-0/+18
* Adds some css classes (#14767).Jean-Philippe Lang2013-09-291-2/+2
* Exclude attachments from incoming emails based on file name (#3413).Jean-Philippe Lang2013-09-291-0/+5
* AJAX call on the issue form resets data entered during the call (#14621).Jean-Philippe Lang2013-09-291-1/+1
* REST API: custom fields definition (#11159).Jean-Philippe Lang2013-09-291-0/+42
* scm: fix annotate error with non ASCII author on Ruby 1.9 and Ruby 2.0 (#14931)Toshi MARUYAMA2013-09-181-1/+3
* scm: remove unnecessary h() from annotate author (#14931)Toshi MARUYAMA2013-09-181-1/+1
* code format cleanup app/views/repositories/annotate.html.erb (#14931)Toshi MARUYAMA2013-09-181-2/+10
* code format cleanup app/views/projects/settings/_members.html.erbToshi MARUYAMA2013-08-091-27/+41
* remove unneeded h() from app/views/projects/settings/_members.html.erbToshi MARUYAMA2013-08-091-3/+3
* change member save button from :button_change to :button_save (#13745)Toshi MARUYAMA2013-08-091-1/+1
* code format cleanup app/views/projects/index.html.erbToshi MARUYAMA2013-08-071-2/+2
* Add hooks for user preferences (#14614).Jean-Philippe Lang2013-08-052-0/+2
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-052-1/+6
* One click filter in search view (#2865).Jean-Philippe Lang2013-08-051-4/+16
* Fixed that standard fields disabled still appear in email notifications (#145...Jean-Philippe Lang2013-08-052-19/+2
* Missing Sort Column Label and Center Align on Admin-Enumerations (#14516).Jean-Philippe Lang2013-07-281-2/+2
* Adds missing html titles (#14517).Jean-Philippe Lang2013-07-2829-43/+34
* Set titles on Groups pages (#14517)Jean-Philippe Lang2013-07-284-6/+4
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-142-5/+27
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-1311-14/+41
* Fixed one query per member on project settings.Jean-Philippe Lang2013-07-111-1/+1
* One query is enough.Jean-Philippe Lang2013-07-111-2/+2
* Useless "edit" link in workflow menu (#12824).Jean-Philippe Lang2013-07-113-7/+2
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-112-4/+21
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* set html lang by user locale (#14206)Toshi MARUYAMA2013-06-101-1/+1
* Fixed that project name is not properly escaped in issue filters (#14186).Jean-Philippe Lang2013-05-311-1/+1
* 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
* 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
* add test of current issue start and due date datepicker (#14024)Toshi MARUYAMA2013-05-191-2/+2
* 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