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
*
Ruby 2.7: Fix RuboCop offense Performance/BindCall (#38134).
Go MAEDA
2023-01-17
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Return 404 if revision URL doesn't exist (#36561).
Marius Balteanu
2022-02-18
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove spaces inside {} of WikiController
Toshi MARUYAMA
2020-11-16
1
-7
/
+7
*
use "do end" instead of {} at WikiController
Toshi MARUYAMA
2020-11-07
1
-14
/
+14
*
add empty line after guard clause to WikiController
Toshi MARUYAMA
2020-10-28
1
-1
/
+6
*
Ordering wiki pages should not be case sensitive (#31287).
Go MAEDA
2020-06-20
1
-2
/
+0
*
Fix that "Successful deletion" notice is not displayed after deleting some ty...
Go MAEDA
2020-04-04
1
-1
/
+4
*
Reverts r19569 (#33071).
Go MAEDA
2020-03-14
1
-2
/
+0
*
Require sudo mode for actions to delete contents (#33071).
Go MAEDA
2020-03-10
1
-0
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/controller...
Toshi MARUYAMA
2019-10-22
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Do not lose submitted content when attempting to update a wiki page that has ...
Go MAEDA
2019-05-15
1
-1
/
+3
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Adds preview option to the wiki toolbar (#27758).
Jean-Philippe Lang
2018-09-26
1
-1
/
+1
*
fix file name corruption when export a wiki page with non-ASCII title in MS b...
Toshi MARUYAMA
2017-08-30
1
-3
/
+3
*
Kepp the arguments clean (#26043).
Jean-Philippe Lang
2017-07-08
1
-1
/
+1
*
Set the parent page when creating a new wiki page from the "Add page" link (#...
Jean-Philippe Lang
2017-07-08
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Don't check that param is a Hash.
Jean-Philippe Lang
2017-06-03
1
-1
/
+1
*
Adds before_render hook to WikiController#show (#23545).
Jean-Philippe Lang
2016-09-03
1
-0
/
+3
*
Creating a wiki page named "Sidebar" without proper permission raises an exce...
Jean-Philippe Lang
2016-08-30
1
-1
/
+3
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-4
/
+4
*
Add support for attaching file to WIKI pages by REST API (#14830).
Jean-Philippe Lang
2016-05-16
1
-1
/
+1
*
Adds "New wiki page" link to create a new wiki page (#5536).
Jean-Philippe Lang
2016-04-22
1
-0
/
+17
*
Updates copyright for 2016.
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
[next]