summaryrefslogtreecommitdiffstats
path: root/app/models/wiki.rb
Commit message (Collapse)AuthorAgeFilesLines
* Extends child_pages macro to display child pages based on page parameter ↵Jean-Philippe Lang2008-11-221-0/+19
| | | | | | | | (#1975). It can also be called from anywhere now (not only from wiki pages). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2053 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set order on wiki pages association.Jean-Philippe Lang2008-07-131-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1665 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Title with non-ascii characters breaks wikiJean-Philippe Lang2007-10-051-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@805 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: can't preview/save the very first wiki page.Jean-Philippe Lang2007-09-141-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-091-4/+11
| | | | | | Existing links that point to the old page are preserved and automatically redirected to the new page (this behaviour can be disabled when renaming the page). git-svn-id: http://redmine.rubyforge.org/svn/trunk@720 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki links can now refer other project wikis, using this syntax:Jean-Philippe Lang2007-08-151-3/+3
| | | | | | | | | [[project:]] -> wiki starting page [[project:page]] [[project:page|text]] where 'project' is the project name or identifier. git-svn-id: http://redmine.rubyforge.org/svn/trunk@643 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachments can now be added to wiki pages (original patch by Pavol Murin). ↵Jean-Philippe Lang2007-05-261-1/+2
| | | | | | | | Only authorized users can add/delete attachments. Attached images can be displayed inline, using textile image tag (for wiki pages, issue descriptions and forum messages). git-svn-id: http://redmine.rubyforge.org/svn/trunk@541 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed 10211 Wiki names can't have periods in them.Jean-Philippe Lang2007-04-221-1/+2
| | | | | | Same validations as WikiPage model now applied to wiki start page. git-svn-id: http://redmine.rubyforge.org/svn/trunk@463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* removed project_id presence validation on wiki model which was failing when ↵Jean-Philippe Lang2007-03-141-1/+1
| | | | | | creating a project with a wiki git-svn-id: http://redmine.rubyforge.org/svn/trunk@335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* wiki branch merged into trunkJean-Philippe Lang2007-03-101-0/+44
git-svn-id: http://redmine.rubyforge.org/svn/trunk@323 e93f8b46-1217-0410-a6f0-8f06a7374b81