index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
wiki_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ability to edit a wiki page's parent on the edit page (#6449).
Jean-Philippe Lang
2012-02-05
1
-7
/
+6
*
Removed useless permission check in wiki controller.
Jean-Philippe Lang
2012-01-30
1
-5
/
+0
*
Adds export of all wiki pages to a PDF file (#3463).
Jean-Philippe Lang
2012-01-30
1
-7
/
+15
*
Option to set parent automatically for new wiki pages (#3108).
Jean-Philippe Lang
2011-12-17
1
-1
/
+9
*
Adds #current_version? method to wiki content.
Jean-Philippe Lang
2011-11-28
1
-1
/
+1
*
Fixed: Section-edit buttons not available when a the version parameter is pro...
Jean-Philippe Lang
2011-11-28
1
-1
/
+1
*
Handle the case of a text formatter that doesn't support section edit (#2222).
Jean-Philippe Lang
2011-11-18
1
-3
/
+6
*
Do not show section edit links for wiki page history (#2222).
Jean-Philippe Lang
2011-11-18
1
-0
/
+1
*
Wiki: allows single section edit (#2222).
Jean-Philippe Lang
2011-11-18
1
-2
/
+19
*
pdf: add a new feature to export wiki pdf (#401)
Toshi MARUYAMA
2011-11-06
1
-1
/
+5
*
remove trailing white-spaces from wiki controller source.
Toshi MARUYAMA
2011-05-17
1
-20
/
+20
*
Do a redirect when accessing a renamed wiki page.
Jean-Philippe Lang
2011-04-11
1
-1
/
+10
*
Code cleanup.
Jean-Philippe Lang
2011-04-11
1
-6
/
+7
*
Fixed: Simultaneous wiki updates cause internal error (#7939).
Jean-Philippe Lang
2011-03-21
1
-4
/
+2
*
Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...
Jean-Philippe Lang
2011-03-12
1
-16
/
+13
*
Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).
Jean-Philippe Lang
2010-11-27
1
-0
/
+2
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
1
-2
/
+2
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
1
-11
/
+11
*
Refactor: convert WikiController#destroy to use HTTP DELETE
Eric Davis
2010-10-26
1
-2
/
+3
*
Refactor: Rename WikiController#page_index to #index
Eric Davis
2010-10-25
1
-5
/
+20
*
Refactor: split WikiController#edit into #update
Eric Davis
2010-10-22
1
-23
/
+37
*
Refactor: rename WikiController#index to #show, it's a single resource action
Eric Davis
2010-10-21
1
-9
/
+9
*
Refactor: change :id on WikiController to use :project_id
Eric Davis
2010-10-20
1
-7
/
+7
*
Refactor: remove WikiController#special
Eric Davis
2010-10-19
1
-15
/
+0
*
Refactor: extract method from WikiController#special
Eric Davis
2010-10-18
1
-3
/
+4
*
Refactor: extract #page_index from WikiController#special
Eric Davis
2010-10-15
1
-2
/
+6
*
Refactor: extract finder to a utility method
Eric Davis
2010-10-14
1
-6
/
+11
*
Refactor: extract method in WikiController#special to create a new #export me...
Eric Davis
2010-10-13
1
-9
/
+13
*
Makes the wiki sidebar editable (#5208).
Jean-Philippe Lang
2010-04-11
1
-1
/
+1
*
Refactor: Decouple failed attachments and the flash messages
Eric Davis
2010-03-03
1
-3
/
+3
*
Refactor: Moved ApplicationController#attach_files to the Attachment model
Eric Davis
2010-03-02
1
-3
/
+6
*
Adds attachments upload on wiki edit form (#1223).
Jean-Philippe Lang
2010-02-28
1
-0
/
+2
*
Adds a permission for exporting wiki pages.
Jean-Philippe Lang
2010-02-06
1
-11
/
+17
*
Removes "xxx and return" calls (#4446).
Jean-Philippe Lang
2009-12-18
1
-1
/
+2
*
Contextual quick search (#3263).
Jean-Philippe Lang
2009-10-21
1
-0
/
+1
*
Added more plugin hooks:
Eric Davis
2009-05-30
1
-0
/
+1
*
Ability to watch a wiki or a single wiki page (#413).
Jean-Philippe Lang
2009-05-25
1
-0
/
+1
*
Ask user what to do with child pages when deleting a parent wiki page (#3202).
Jean-Philippe Lang
2009-04-21
1
-1
/
+23
*
Adds an helper to render other formats download links.
Jean-Philippe Lang
2009-01-29
1
-2
/
+2
*
Check that wiki page exists before processing (#2360).
Jean-Philippe Lang
2008-12-19
1
-13
/
+13
*
AttachmentsController now handles attachments deletion.
Jean-Philippe Lang
2008-12-09
1
-8
/
+1
*
Makes wiki text formatter pluggable.
Jean-Philippe Lang
2008-10-27
1
-1
/
+8
*
Fixed: unable to revert to a previous wiki page version.
Jean-Philippe Lang
2008-09-13
1
-1
/
+4
*
Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...
Jean-Philippe Lang
2008-09-13
1
-0
/
+5
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-1
/
+0
*
Adds child_pages macro for wiki pages (#528).
Jean-Philippe Lang
2008-07-26
1
-1
/
+4
*
Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.
Jean-Philippe Lang
2008-07-26
1
-0
/
+1
*
Fixed: error when previewing a new wiki page (#1292) introduced in r1415.
Jean-Philippe Lang
2008-05-23
1
-1
/
+2
*
Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).
Jean-Philippe Lang
2008-05-04
1
-2
/
+20
*
New setting added to specify how many objects should be displayed on most pag...
Jean-Philippe Lang
2007-12-29
1
-1
/
+1
[next]