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
*
Merged r15238.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed that #destroy_version with invalid version destroys wiki page content (...
Jean-Philippe Lang
2015-11-09
1
-3
/
+6
*
Adds support for macro and Redmine links in PDF export (#13051).
Jean-Philippe Lang
2015-01-25
1
-4
/
+2
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Rescue RecordNotSaved in #save_with_content.
Jean-Philippe Lang
2014-12-03
1
-5
/
+0
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
1
-3
/
+8
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-5
/
+9
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
cleanup syntax of Relation#all at WikiController#export
Toshi MARUYAMA
2014-01-11
1
-1
/
+4
*
code format cleanup WikiController
Toshi MARUYAMA
2014-01-11
1
-2
/
+8
*
Return to section anchor after wiki section edit (#15182).
Jean-Philippe Lang
2013-10-26
1
-2
/
+5
*
Fixed that viewing/editing a wiki page without WikiContent raises an error (#...
Jean-Philippe Lang
2013-10-13
1
-11
/
+10
*
remove unneeded "require 'diff'" from WikiController (#15105)
Toshi MARUYAMA
2013-10-11
1
-2
/
+0
*
Use #per_page instead of #items_per_page.
Jean-Philippe Lang
2013-02-17
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Deprecation warnings (#12774).
Jean-Philippe Lang
2013-01-08
1
-2
/
+2
*
remove trailing white-space from app/controllers/wiki_controller.rb
Toshi MARUYAMA
2013-01-04
1
-1
/
+1
*
A column has been specified more than once in the order by list (#12713).
Jean-Philippe Lang
2013-01-03
1
-1
/
+1
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-6
/
+6
*
Merged ajax_upload branch (#3957).
Jean-Philippe Lang
2012-12-10
1
-1
/
+2
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
1
-5
/
+6
*
Code cleanup.
Jean-Philippe Lang
2012-11-18
1
-11
/
+2
*
Eager-load authors.
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Removed the limit of 75 pages when exporting wiki pages (#12274).
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Use page parameter instead of p for pagination.
Jean-Philippe Lang
2012-10-28
1
-1
/
+1
*
REST API for deleting wiki pages (#7082).
Jean-Philippe Lang
2012-10-28
1
-3
/
+7
*
REST API for creating/updating wiki pages (#7082).
Jean-Philippe Lang
2012-10-25
1
-14
/
+38
*
REST API for retrieving wiki pages (#7082).
Jean-Philippe Lang
2012-10-25
1
-6
/
+15
*
Ability to delete a version from a wiki page history (#10852).
Jean-Philippe Lang
2012-10-23
1
-1
/
+9
*
remove trailing white-space from app/controllers/wiki_controller.rb
Toshi MARUYAMA
2012-08-31
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-0
/
+2
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-3
/
+0
*
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
[next]