summaryrefslogtreecommitdiffstats
path: root/app/models/wiki.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-271-3/+3
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-0/+6
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-131-0/+4
* Ability to watch a wiki or a single wiki page (#413).Jean-Philippe Lang2009-05-251-2/+4
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-221-0/+19
* Set order on wiki pages association.Jean-Philippe Lang2008-07-131-1/+1
* Fixed: Title with non-ascii characters breaks wikiJean-Philippe Lang2007-10-051-1/+1
* Fixed: can't preview/save the very first wiki page.Jean-Philippe Lang2007-09-141-0/+1
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-091-4/+11
* Wiki links can now refer other project wikis, using this syntax:Jean-Philippe Lang2007-08-151-3/+3
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-1/+2
* Fixed 10211 Wiki names can't have periods in them.Jean-Philippe Lang2007-04-221-1/+2
* removed project_id presence validation on wiki model which was failing when c...Jean-Philippe Lang2007-03-141-1/+1
* wiki branch merged into trunkJean-Philippe Lang2007-03-101-0/+44