summaryrefslogtreecommitdiffstats
path: root/app/models/wiki_page.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-251-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-181-5/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Move @lib/diff.rb@ to @lib/redmine/string_array_diff@ and extract @Diffable@ ...Marius Balteanu2021-10-271-1/+1
* Split multiple classes and modules that existed in the same file (#29914, #32...Marius Balteanu2021-10-201-50/+0
* Fix rubocop "Style/CombinableLoops" offense in wiki_page.rb (#29914, #32938).Marius Balteanu2021-10-201-3/+0
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of app/models/wiki_page.rbToshi MARUYAMA2020-12-101-7/+14
* remove spaces inside {} of app/models/wiki_page.rbToshi MARUYAMA2020-11-141-2/+3
* use "do end" instead of {} at app/models/wiki_page.rbToshi MARUYAMA2020-11-061-2/+2
* add empty line after guard clause to app/models/wiki_page.rbToshi MARUYAMA2020-11-041-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/wiki_page.rbToshi MARUYAMA2019-11-061-3/+3
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/wik...Toshi MARUYAMA2019-10-221-1/+1
* use "attr_writer" instead of "attr_accessor" for WikiPage#deleted_attachment_idsToshi MARUYAMA2019-10-071-1/+2
* Code cleanup: RuboCop: Fix Lint/UnneededRequireStatement in app/models/wiki_p...Go MAEDA2019-08-251-1/+0
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Bulk delete wiki attachments (#16410).Go MAEDA2018-07-251-2/+16
* Adds a checkbox to set a page as the wiki start page (#26579).Jean-Philippe Lang2017-07-301-1/+22
* Get rid of acts_as_versioned.Jean-Philippe Lang2017-07-261-1/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+5
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-191-0/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that moving a wiki page with a child raises an error when target wiki c...Jean-Philippe Lang2016-01-301-1/+1
* Replaces a piggy back query with an association for loading wiki pages updates.Jean-Philippe Lang2015-09-281-16/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Preload wiki page content for search results.Jean-Philippe Lang2014-12-261-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-1/+2
* Rescue RecordNotSaved in #save_with_content.Jean-Philippe Lang2014-12-031-2/+7
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-231-18/+58
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+6
* Fixed that requesting a specific version of a non-existent wiki page raises a...Jean-Philippe Lang2014-03-151-3/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from WikiPage#handle_redirectsToshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated find_all_by_* at WikiPage modelToshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated find_all_by_* at WikiPage modelToshi MARUYAMA2014-01-081-1/+1
* Fixed that viewing/editing a wiki page without WikiContent raises an error (#...Jean-Philippe Lang2013-10-131-1/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-1/+1
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-4/+4
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-2/+2
* Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...Jean-Philippe Lang2012-11-241-1/+2
* Code cleanup.Jean-Philippe Lang2012-11-181-0/+15
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-251-1/+1
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-1/+1
* Handle deleted wiki page versions (#10852).Jean-Philippe Lang2012-10-211-4/+5