summaryrefslogtreecommitdiffstats
path: root/app/models/wiki_content.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed warning: toplevel constant User referenced by WikiContent::UserJean-Philippe Lang2007-12-151-2/+2
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-1/+6
* Added page association on versioned WikiContentJean-Philippe Lang2007-06-171-0/+1
* Optimistic locking added for wiki edits.Jean-Philippe Lang2007-05-261-0/+1
* wiki branch merged into trunkJean-Philippe Lang2007-03-101-0/+58