Commit Graph

517 Commits (ec6221b7feb32b9beabfe9642510ae31e28e115d)

Author SHA1 Message Date
Romano Licker 5ab9ed889c [#667] added invisible project scope label 13 years ago
Romano Licker bf8de58548 [#667] added 'for' to link them 13 years ago
Eric Davis a7ab39dd31 [#557] Fix link_to_month to not escape the HTML arrow characters 13 years ago
Eric Davis 2c46411678 [#547] Security audit 13 years ago
Tom Rochette 552cd8dc57 Replace hardcoded string "diff" in Wiki#show and Repositories_Helper. 13 years ago
Eric Davis 70c3e1c8f9 [#544] html_escape issue fields 13 years ago
Gregor Schmidt 8c9034f41e [#539] removing dead code - this went into JournalFormatter 13 years ago
Eric Davis 2d98a486d6 Fix failing test due to invalid HTML and missing initial journal 13 years ago
Eric Davis 97dd339bbb [#191] Refactor: extract methods to helper 14 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
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Felix Schäfer 6598a44ddd Add a helper to format user lists. #304 14 years ago
Gregor Schmidt e3f54d470c [#416] :class might be nil or a symbol - then + will not work as expected 14 years ago
Gregor Schmidt 2c2ed95866 [#416] Re-Adding watcher_tag for backwards compatibility 14 years ago
Gregor Schmidt 508b23cf41 [#416] Watcher links work using of css selectors instead of ids 14 years ago
Gregor Schmidt 76c72d8f11 [#414] remove returning which will be removed in future versions of Rails 14 years ago
Eric Davis 193b2c7a38 [#404] Move vendor/plugins/acts_as_journalized/app/ to the core app/ 14 years ago
Eric Davis 13de4cc4b0 [#383] Fixed failing tests due to a helper method name conflict (to_utf8) 14 years ago
Simon COURTOIS bfacd827a8 Removig english strings from RepositoriesHelper 14 years ago
Jean-Philippe Lang 42653cef32 Shorten query[column_names] param name. 14 years ago
Jean-Philippe Lang e78149f85c Keep issue filter params on sort headers. 14 years ago
Jean-Philippe Lang 1335548949 Changes pagination links to non-AJAX requests (#5138). 14 years ago
Jean-Philippe Lang 07cf681d61 Makes all pagination-like links use #link_to_content_update (#5138). 14 years ago
Jean-Philippe Lang 2431d830b1 No PUT request to get previous/next month. 14 years ago
Jean-Philippe Lang 62a4170531 Shortens filter param names. 14 years ago
Jean-Philippe Lang 4e6962e7c9 Keep filter params in 'Per page' links. 14 years ago
Jean-Philippe Lang d8fbdca760 Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096). 14 years ago
Jean-Philippe Lang 2e2f79aa27 Save 2 queries when displaying a root issue. 14 years ago
Jean-Philippe Lang 4bcba6a094 Adds support for saturday as the first week day (#7097). 14 years ago
Jean-Philippe Lang ff5203d2c6 Fixed: unknown custom field format causes error when editing/bulk editing (#7985). 14 years ago
Jean-Philippe Lang 80e6e8e371 Silently ignore invalid status_by param. 14 years ago
Jean-Philippe Lang 544b4bddbb Adds an option to view issues count by status on the version page (#7921). 14 years ago
Jean-Philippe Lang 82ebb82706 Fixes error in RepositoriesHelper#replace_invalid_utf8 when given nil. 14 years ago
Jean-Philippe Lang af40f86731 Fixes RepositoriesHelper#to_utf8 test failure for ruby1.8. 14 years ago
Toshi MARUYAMA 9888b93fdd scm: to_utf8() in repositories_helper always returns UTF-8 in Ruby 1.9. 14 years ago
Toshi MARUYAMA 24db8296b8 scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale. 14 years ago
Jean-Philippe Lang 7b547d4487 Saves an extra SQL query on each request. 14 years ago
Jean-Philippe Lang 08b40a67ca Use names instead of ids for wiki anchors (#6905). 14 years ago
Jean-Philippe Lang 1b05ca5a6e Adds an option to #render_page_hierarchy to add timestamp titles. 14 years ago
Jean-Philippe Lang fec6eb782c Moved wiki page updated_on eager load to a scope and fixed timestamp titles on wiki page index (#7818). 14 years ago
Jean-Philippe Lang ea9eafbee5 Speeds up WikiHelper#wiki_page_options_for_select. 14 years ago
Jean-Philippe Lang 4975675b60 Code cleanup. 14 years ago
Toshi MARUYAMA 6ed81eca8f scm: git: add path encoding select box at setting (#5251). 14 years ago
Toshi MARUYAMA ac58816e9f scm: mercurial: add path encoding select box at setting (#2664). 14 years ago
Toshi MARUYAMA ce16f4a278 scm: filesystem: add note "Default: UTF-8" in path encoding setting (#2274). 14 years ago
Toshi MARUYAMA b91649ab41 scm: code clean up repositories_helper.rb. 14 years ago
Toshi MARUYAMA e383414c31 scm: add feature of per project repository log encoding setting (#1735). 14 years ago
Toshi MARUYAMA 8eaa4d10e5 scm: add notes "local repository" in Git and Mercurial setting. 14 years ago
Toshi MARUYAMA aa58533f1a scm: return if str.blank? in to_utf8(str). 14 years ago