summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-101-2/+2
* Performance: avoid one "SELECT 1 ..." query per project on user memberships f...Jean-Philippe Lang2013-03-011-1/+1
* Regexp not working as expected with ruby 2.0.Jean-Philippe Lang2013-03-011-1/+1
* Code cleanup.Jean-Philippe Lang2013-02-241-2/+2
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+4
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+3
* Use ti tags for sidebar queries (#13242).Jean-Philippe Lang2013-02-241-6/+9
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-231-0/+5
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-0/+8
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-233-35/+20
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-232-3/+5
* Removed hard-coded style in watchers list.Jean-Philippe Lang2013-02-201-1/+1
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-201-3/+3
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-34/+6
* Fixed that float custom fields do not use CSV decimal separator (#10364).Jean-Philippe Lang2013-02-192-21/+26
* replace tabs to spaces at app/helpers/application_helper.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tab from app/helpers/custom_fields_helper.rbToshi MARUYAMA2013-02-171-1/+1
* replace tabs to spaces at app/helpers/timelog_helper.rbToshi MARUYAMA2013-02-161-3/+3
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-151-1/+1
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-141-22/+1
* Format all floats with 2 decimals in the issue list (#13126).Jean-Philippe Lang2013-02-111-6/+4
* Don't generate duplicate ids.Jean-Philippe Lang2013-02-101-1/+1
* Use POST/DELETE to watch/unwatch an item.Jean-Philippe Lang2013-02-101-5/+4
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-12/+19
* Small datepicker improvements (#13098).Jean-Philippe Lang2013-02-091-1/+1
* Don't wrap watcher link with span.Jean-Philippe Lang2013-02-071-3/+4
* Wiki links to repositories with underscore their identifiers don't work (#129...Jean-Philippe Lang2013-01-271-2/+2
* Test failure with JRuby 1.7.2 (#12228).Jean-Philippe Lang2013-01-271-3/+3
* Adds "sorted" scope to Principal and User and sort users/groups properly.Jean-Philippe Lang2013-01-233-3/+3
* Wrong redmine link after referencing an object from a different project (#129...Jean-Philippe Lang2013-01-221-1/+2
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-182-0/+29
* Link to attachment should return latest attachment (#7510).Jean-Philippe Lang2013-01-151-1/+1
* Use helper.Jean-Philippe Lang2013-01-141-2/+1
* Use named route with attachment filename for inline images.Jean-Philippe Lang2013-01-141-2/+1
* Adds a named route for thumbnails and use route helper in #thumbnail_tag.Jean-Philippe Lang2013-01-141-2/+2
* Add named routes for attachments and use route helpers in #link_to_attachment.Jean-Philippe Lang2013-01-141-8/+4
* Use route helper in #link_to_message.Jean-Philippe Lang2013-01-141-5/+3
* Removed deprecated call from examples.Jean-Philippe Lang2013-01-141-1/+0
* Use route helper in #link_to_project.Jean-Philippe Lang2013-01-141-3/+17
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-1240-40/+40
* Code cleanup (#12801).Jean-Philippe Lang2013-01-101-3/+3
* Fixed that viewing the history of a wiki page with attachments raises an erro...Jean-Philippe Lang2013-01-101-2/+2
* Pass the order option as an array to satisfy sqlserver adapter (#12713).Jean-Philippe Lang2013-01-041-2/+3
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-1/+1
* Don't do any query if id is not present.Jean-Philippe Lang2013-01-031-0/+3
* Upgraded JQuery to 1.8.3 and JQuery UI to 1.9.2.Jean-Philippe Lang2012-12-261-1/+1
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-232-0/+13
* Renamed #_issues_path to #_project_issues_path.Jean-Philippe Lang2012-12-231-1/+1
* Moved routes helper methods to an helper.Jean-Philippe Lang2012-12-231-0/+31
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-1/+1