summaryrefslogtreecommitdiffstats
path: root/app/models/wiki_content.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-0/+3
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-151-4/+0
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of app/models/wiki_content.rbToshi MARUYAMA2020-10-271-6/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* 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
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-11/+13
* Get rid of acts_as_versioned.Jean-Philippe Lang2017-07-261-98/+27
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-4/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds attachments accessor to WikiContent::Version (#23242).Jean-Philippe Lang2016-07-091-0/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Replaces a piggy back query with an association for loading wiki pages updates.Jean-Philippe Lang2015-09-281-0/+2
* Raises wiki edits comments limit to 1024 (#19886).Jean-Philippe Lang2015-09-211-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-3/+5
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed unneeded :foreign_key option on belongs_to associations.Jean-Philippe Lang2014-10-221-4/+4
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-8/+9
* fix typos of source comments at WikiContent modelToshi MARUYAMA2014-04-061-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-141-0/+17
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-081-0/+1
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-0/+15
* Handle deleted wiki page versions (#10852).Jean-Philippe Lang2012-10-211-4/+12
* set_table_name and set_locking_column are deprecated.Jean-Philippe Lang2012-04-271-1/+1
* WikiContent::Version#text may return ascii-8bit encoded string (#10590).Jean-Philippe Lang2012-04-061-6/+8
* fix typo "RedMine" at app/models/wiki_content.rbToshi MARUYAMA2012-04-031-2/+2
* Adds #current_version? method to wiki content.Jean-Philippe Lang2011-11-281-0/+10
* Ruby 1.9: fix encoding error on wiki diffs (#4050)Toshi MARUYAMA2011-11-251-1/+3
* remove trailing white-spaces from WikiContent model source.Toshi MARUYAMA2011-05-161-15/+15
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-1/+1
* Fix wiki links on the activity page. #6746Eric Davis2010-10-261-1/+1
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-0/+4
* Make sure users don't get notified for thing they can not view (#3589).Jean-Philippe Lang2009-12-131-0/+11
* Adds email notification on wiki changes (#413). It's disabled by default and ...Jean-Philippe Lang2009-05-171-1/+5
* Follows r2720 (#3308).Jean-Philippe Lang2009-05-101-1/+1
* Adds wiki comments length validation (#3308).Jean-Philippe Lang2009-05-101-0/+1
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-0/+1
* Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...Jean-Philippe Lang2008-09-131-2/+2
* Activity refactoring.Jean-Philippe Lang2008-07-271-0/+11
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-121-0/+1
* Activity enhancements:Jean-Philippe Lang2008-03-111-0/+4
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-201-0/+8