summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers
Commit message (Expand)AuthorAgeFilesLines
* update copyright year (#15977)Toshi MARUYAMA2014-01-2910-10/+10
* Adds #favicon_path and #favicon_url helpers.Jean-Philippe Lang2014-01-121-0/+22
* Rails4: replace deprecated Relation#update_all at application helper testToshi MARUYAMA2014-01-071-2/+1
* remove unneeded including ApplicationHelper from helper testsToshi MARUYAMA2013-12-261-1/+0
* make WatchersHelperTest passes when config.threadsafe! is enabled (#12097)Toshi MARUYAMA2013-12-211-0/+1
* make IssuesHelperTest passes when config.threadsafe! is enabled (#12097)Toshi MARUYAMA2013-12-211-0/+1
* Store relation type instead of i18n key in journals (#15704).Jean-Philippe Lang2013-12-151-6/+6
* Adds tests for custom field description.Jean-Philippe Lang2013-12-141-0/+12
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-2/+3
* Fixed test failure (#15182).Jean-Philippe Lang2013-10-261-2/+2
* Test broken by r12192 (#2199).Jean-Philippe Lang2013-09-301-1/+1
* Adds a helper for building h2 tags and setting html_title (#14517).Jean-Philippe Lang2013-07-281-0/+34
* Issue-notes Redmine links: append actual note reference to rendered links (#1...Jean-Philippe Lang2013-07-111-2/+4
* Splits tests (#1005).Jean-Philippe Lang2013-06-061-10/+16
* Prepends issue numbers with a number sign (#1005).Jean-Philippe Lang2013-06-061-8/+8
* Fixed that journal details about issue relations may disclose issues that are...Jean-Philippe Lang2013-06-061-0/+20
* Fixed that project name is not properly escaped in issue filters (#14186).Jean-Philippe Lang2013-05-311-0/+10
* remove "del" tag from deleted issue relation (#1005)Toshi MARUYAMA2013-05-191-2/+2
* add journal after creating/deleting issue relation (#1005)Toshi MARUYAMA2013-05-191-0/+32
* replace non ASCII literal to hexadecimal at ApplicationHelperTestToshi MARUYAMA2013-05-181-3/+11
* include Redmine::I18n in ApplicationHelperTestToshi MARUYAMA2013-05-181-0/+1
* backout r11875 ApplicationHelperTest changeToshi MARUYAMA2013-05-181-4/+3
* Include Redmine::I18n in helpers tests.Jean-Philippe Lang2013-05-188-3/+11
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-23/+17
* move filter order tests from helper to model.Toshi MARUYAMA2013-05-161-32/+1
* Add missing unit tests for ApplicationHelper#link_to_if_authorized.Jean-Baptiste Barth2013-05-021-14/+20
* remove unused variable from QueriesHelperTestToshi MARUYAMA2013-04-191-1/+1
* remove redundant 'IssuesHelper#' from issues_helper_test contextToshi MARUYAMA2013-04-121-19/+19
* code layout clean up issues_helper_test.rbToshi MARUYAMA2013-04-121-25/+43
* fix unit search test failure (#13405)Toshi MARUYAMA2013-03-211-3/+4
* fix test failure (#13405)Toshi MARUYAMA2013-03-211-3/+3
* Fixed commit link title escaping (fixes #13405).Etienne Massip2013-03-211-6/+10
* Test failures (#13309).Jean-Philippe Lang2013-03-011-3/+3
* Restricts characters before auto links (#10277).Jean-Philippe Lang2013-02-241-2/+6
* Fixed that www followed by a dot generates broken links in formatted text (#3...Jean-Philippe Lang2013-02-241-1/+4
* Don't fail if new filter is added.Jean-Philippe Lang2013-02-161-19/+24
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-141-8/+7
* Fixed test after r11343.Jean-Philippe Lang2013-02-101-2/+2
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-0/+69
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-2/+1
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-1/+0
* Removing shoulda context.Jean-Philippe Lang2013-02-031-138/+106
* Wiki links to repositories with underscore their identifiers don't work (#129...Jean-Philippe Lang2013-01-271-3/+3
* Accommodates fixtures for databases with case sensitive sort.Jean-Philippe Lang2013-01-231-1/+1
* Wrong redmine link after referencing an object from a different project (#129...Jean-Philippe Lang2013-01-221-0/+9
* Link to attachment should return latest attachment (#7510).Jean-Philippe Lang2013-01-151-0/+9
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-2/+1
* Use named route with attachment filename for inline images.Jean-Philippe Lang2013-01-141-9/+9
* Adds a named route for thumbnails and use route helper in #thumbnail_tag.Jean-Philippe Lang2013-01-141-0/+6
* Add named routes for attachments and use route helpers in #link_to_attachment.Jean-Philippe Lang2013-01-141-0/+14