summaryrefslogtreecommitdiffstats
path: root/app/helpers/repositories_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).Go MAEDA2024-08-251-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of RepositoriesHelperToshi MARUYAMA2020-09-121-12/+13
* remove spaces inside {} of RepositoriesHelperToshi MARUYAMA2020-08-091-2/+2
* add empty line after guard clause to RepositoriesHelperToshi MARUYAMA2020-08-091-0/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArgument in app/helpers/repositories_...Toshi MARUYAMA2019-11-251-47/+63
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/rep...Toshi MARUYAMA2019-11-231-5/+5
* code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/repositories_he...Toshi MARUYAMA2019-10-171-1/+1
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositorie...Toshi MARUYAMA2019-09-151-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-4/+4
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Repository entry pagination (#29395).Go MAEDA2018-10-041-0/+9
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Switching SCM fails after validation error in "New repository" page (#27333).Go MAEDA2017-12-101-1/+1
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-10/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed unused helper.Jean-Philippe Lang2014-12-031-4/+0
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-081-7/+29
* Code cleanup.Jean-Philippe Lang2014-11-061-29/+26
* Use em.info tags.Jean-Philippe Lang2014-11-061-9/+7
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from RepositoriesHelper#render_changeset_changesToshi MARUYAMA2014-01-101-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* remove unused "require 'redmine/codeset_util'" from RepositoriesHelperToshi MARUYAMA2012-09-151-2/+0
* remove redundant empty lines from RepositoriesHelperToshi MARUYAMA2012-09-151-13/+0
* remove unused "require 'iconv'" from RepositoriesHelperToshi MARUYAMA2012-09-151-1/+0
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-6/+1
* Makes repository url read-only after saving.Jean-Philippe Lang2012-06-201-8/+8
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-3/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Integrated revision graph into scmid column.Etienne Massip2012-02-111-17/+16
* Revision graph code cleanup.Etienne Massip2012-02-041-40/+45
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-0/+3
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-7/+4
* Fixed invalid html.Jean-Philippe Lang2012-01-041-1/+2
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* scm: attachment: remove "to_utf8" methods from helpers (#2371)Toshi MARUYAMA2011-11-201-4/+0
* move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for com...Toshi MARUYAMA2011-11-171-28/+1
* scm: git: mercurial: add a new feature of revision graph (#5501)Toshi MARUYAMA2011-11-031-0/+56