Commit Graph

141 Commits (7fe18f12fc85e2b970fad47114d1322c512f16be)

Author SHA1 Message Date
Sebastian Schuster 29326ef503 Removed more documents code from the core 11 years ago
Hagen Schink 64aa387831 Move wiki link tests to rspec 11 years ago
Hagen Schink 207c39c522 Moved redmine link test to rspec 11 years ago
Hagen Schink dbece2ca26 Moved .textilizable test to rspec 11 years ago
Hagen Schink 8a53c8fd3a Move .link_to_if_authorized tests to rspec 11 years ago
Martin Czuchra be6225984a Changes Tracker to Type in tests. 11 years ago
Jens Ulferts f08791aac4 stubs User.current in test to avoid side effects 11 years ago
Jens Ulferts 36b9870cd6 allows for rendering pdf from work_package#show 11 years ago
Jens Ulferts e8b06559c7 extracts avatar into it's own helper 11 years ago
Jens Ulferts 8e149a2b32 redirect to work_package#show after issue#update 11 years ago
Hagen Schink a6f83f1d3c Adapt references to work package 12 years ago
Hagen Schink 05f2f300fc Introduce work unit permissions 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow 5fee3b1cf9 refactored ApplicationHelperTest a little 12 years ago
Philipp Tessenow 66139c2f95 refactored application_helper test to be more robust with wiki pages 12 years ago
Philipp Tessenow e460fb60ba set html-class 'new' only for actually new wiki pages 12 years ago
Philipp Tessenow 34d1f507d7 forgot to rename association 12 years ago
Philipp Tessenow e3fa434f1f naming the ignored variable in user_factory 'project' and 'role' produced a major performance loss. fixed that 12 years ago
Philipp Tessenow 7ff326ba1d refactor tests to use advanced user factory 12 years ago
Philipp Tessenow 71f8cf1cbe implement deferred tests for application_helper_tests 12 years ago
Philipp Tessenow fa0b3187bc refactor application_helper_tests to use factory girl 12 years ago
Martin Linkhorst d03301b60e there are so many side effects by using only a subset of the fixtures and also it creates lots of annoying noise in the test code. this commit changes individual requires to :all which fixes some tests when test files are run individually or in a different order. 12 years ago
Martin Linkhorst 2ff10f4c54 remove mercurial scm from openproject core 12 years ago
Martin Linkhorst 4b53920965 remove darcs scm from openproject core 12 years ago
Martin Linkhorst 5f89c5497e use the correct css classes for the new coderay version 12 years ago
Martin Linkhorst 55197c8372 expect the encoding.. 12 years ago
Martin Linkhorst 762cd7a2ea fixes application helper tests 12 years ago
Martin Linkhorst 37f3d6c124 finalize the mailer, remove the older mailer 12 years ago
Felix Schäfer e512508522 [#739] Convert relative links to full links in textile 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Jean-Philippe Lang 08b40a67ca Use names instead of ids for wiki anchors (#6905). 14 years ago
Jean-Philippe Lang 3118308461 Moved text formatting tests from application_helper tests to formatter tests. 14 years ago
Toshi MARUYAMA e383414c31 scm: add feature of per project repository log encoding setting (#1735). 14 years ago
Jean-Philippe Lang 8957b56b87 Moves link_to_message to ApplicationHelper to make it available to redmine links. 14 years ago
Jean-Philippe Lang 47f3f5ae68 Adds support for cross project Redmine links (#7409). 14 years ago
Toshi MARUYAMA f17e1ce368 scm: mercurial: add "commit:xxx" and "rNN" link test for mercurial (#3724). 14 years ago
Toshi MARUYAMA fb51f27b8a scm: fix indents in "commit:xxx" unit test. 14 years ago
Toshi MARUYAMA 6a6b68d295 scm: add compatible "commit:xxx" link test for git and darcs. 14 years ago
Jean-Philippe Lang bebde1596c Make sure en is the current locale when running the test (#7266). 14 years ago
Jean-Philippe Lang af7006dff6 Fixed: partial toc when text contains pre tags (#7172). 14 years ago
Jean-Philippe Lang a7595ec191 Adds tests for class attribute parsing on pre/code tags. 14 years ago
Jean-Baptiste Barth 17f86d964f Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 14 years ago
Jean-Philippe Lang 8841ba97c6 Fixed: class attribute with spaces on pre tags truncated (#7033). 14 years ago
Jean-Philippe Lang 7f9d2b0804 Render TOC as nested lists (#1857). 14 years ago
Jean-Philippe Lang 024ff96ee2 Extract headings and TOC parsing from the textile formatter. 14 years ago
Jean-Philippe Lang f79a6f701a Makes textile formatter accept 2 letters acronym (#6591). 14 years ago
Eric Davis c514dd6885 Refactor: convert WikiController to a REST resource 14 years ago
Jean-Baptiste Barth d642964035 Fixed: auto links ending with right angle bracket shouldn't include the bracket in the URL. #5652 14 years ago