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
/
models
/
wiki_page.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/wiki_page.rb
Toshi MARUYAMA
2019-11-06
1
-3
/
+3
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/wik...
Toshi MARUYAMA
2019-10-22
1
-1
/
+1
*
use "attr_writer" instead of "attr_accessor" for WikiPage#deleted_attachment_ids
Toshi MARUYAMA
2019-10-07
1
-1
/
+2
*
Code cleanup: RuboCop: Fix Lint/UnneededRequireStatement in app/models/wiki_p...
Go MAEDA
2019-08-25
1
-1
/
+0
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
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
*
Bulk delete wiki attachments (#16410).
Go MAEDA
2018-07-25
1
-2
/
+16
*
Adds a checkbox to set a page as the wiki start page (#26579).
Jean-Philippe Lang
2017-07-30
1
-1
/
+22
*
Get rid of acts_as_versioned.
Jean-Philippe Lang
2017-07-26
1
-1
/
+0
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-2
/
+5
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Add length validations for string fields (#24283).
Jean-Philippe Lang
2016-11-19
1
-0
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed that moving a wiki page with a child raises an error when target wiki c...
Jean-Philippe Lang
2016-01-30
1
-1
/
+1
*
Replaces a piggy back query with an association for loading wiki pages updates.
Jean-Philippe Lang
2015-09-28
1
-16
/
+14
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Preload wiki page content for search results.
Jean-Philippe Lang
2014-12-26
1
-1
/
+1
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
1
-1
/
+2
*
Rescue RecordNotSaved in #save_with_content.
Jean-Philippe Lang
2014-12-03
1
-2
/
+7
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
1
-18
/
+58
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-7
/
+6
*
Fixed that requesting a specific version of a non-existent wiki page raises a...
Jean-Philippe Lang
2014-03-15
1
-3
/
+5
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
remove unneeded Relation#all from WikiPage#handle_redirects
Toshi MARUYAMA
2014-01-08
1
-1
/
+1
*
Rails4: replace deprecated find_all_by_* at WikiPage model
Toshi MARUYAMA
2014-01-08
1
-2
/
+2
*
Rails4: replace deprecated find_all_by_* at WikiPage model
Toshi MARUYAMA
2014-01-08
1
-1
/
+1
*
Fixed that viewing/editing a wiki page without WikiContent raises an error (#...
Jean-Philippe Lang
2013-10-13
1
-1
/
+2
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
1
-1
/
+1
*
Rewrites named scopes with ARel queries.
Jean-Philippe Lang
2012-12-07
1
-4
/
+4
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
1
-2
/
+2
*
Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...
Jean-Philippe Lang
2012-11-24
1
-1
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-11-18
1
-0
/
+15
*
REST API for creating/updating wiki pages (#7082).
Jean-Philippe Lang
2012-10-25
1
-1
/
+1
*
REST API for retrieving wiki pages (#7082).
Jean-Philippe Lang
2012-10-25
1
-1
/
+1
*
Handle deleted wiki page versions (#10852).
Jean-Philippe Lang
2012-10-21
1
-4
/
+5
*
Fixed test failures on wiki_page updated_on eager loading (#10996).
Jean-Philippe Lang
2012-05-26
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
1
-1
/
+1
*
Ability to edit a wiki page's parent on the edit page (#6449).
Jean-Philippe Lang
2012-02-05
1
-0
/
+5
*
Rails3 compat.
Jean-Philippe Lang
2012-01-01
1
-1
/
+4
*
Removed after_initialize methods.
Jean-Philippe Lang
2011-12-18
1
-1
/
+2
*
Qualify searchable @text@ column to prevent exception thrown when :content as...
Etienne Massip
2011-10-03
1
-1
/
+1
*
Rails3: model: replace deprecated 'before_save' method at WikiPage model
Toshi MARUYAMA
2011-09-22
1
-1
/
+2
*
Rails3: model: replace deprecated 'before_destroy' method at WikiPage model
Toshi MARUYAMA
2011-09-22
1
-1
/
+2
*
Rails3: replace deprecated 'validate' method at WikiPage model.
Toshi MARUYAMA
2011-08-31
1
-1
/
+3
*
remove trailing white-spaces from app/models/wiki_page.rb.
Toshi MARUYAMA
2011-08-21
1
-27
/
+27
*
Fixed: Wiki annotated page does not display author of version 1 (#8449).
Jean-Philippe Lang
2011-07-09
1
-1
/
+5
*
Add permission option to wiki page activity provider.
Jean-Philippe Lang
2011-04-05
1
-0
/
+1
[next]