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
*
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
*
Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...
Jean-Philippe Lang
2011-03-12
1
-0
/
+18
*
Extracts a diff helper from the WikiDiff class.
Jean-Philippe Lang
2011-02-27
1
-8
/
+4
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
1
-2
/
+2
*
Fix wiki links on the activity page. #6746
Eric Davis
2010-10-26
1
-1
/
+1
*
Makes the wiki sidebar editable (#5208).
Jean-Philippe Lang
2010-04-11
1
-0
/
+9
*
Fixed: wiki pages in search results are referenced by project number, not by ...
Jean-Philippe Lang
2009-12-23
1
-1
/
+1
*
Makes user unwatch what he can no longer view after its permissions have chan...
Jean-Philippe Lang
2009-12-13
1
-0
/
+4
*
Ability to watch a wiki or a single wiki page (#413).
Jean-Philippe Lang
2009-05-25
1
-3
/
+4
*
Ask user what to do with child pages when deleting a parent wiki page (#3202).
Jean-Philippe Lang
2009-04-21
1
-1
/
+1
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-3
/
+3
*
AttachmentsController now handles attachments deletion.
Jean-Philippe Lang
2008-12-09
1
-1
/
+5
*
Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.
Jean-Philippe Lang
2008-07-26
1
-1
/
+20
*
Ability to search all projects or the projects the user belongs to (#791).
Jean-Philippe Lang
2008-05-18
1
-1
/
+1
*
Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).
Jean-Philippe Lang
2008-05-04
1
-0
/
+5
*
Added wiki annotate view. It's accessible for each version from the page hist...
Jean-Philippe Lang
2007-12-20
1
-0
/
+45
*
Search engines now supports pagination.
Jean-Philippe Lang
2007-09-27
1
-1
/
+14
*
Added the ability to rename wiki pages (specific permission required).
Jean-Philippe Lang
2007-09-09
1
-2
/
+28
*
Added wiki diff.
Jean-Philippe Lang
2007-07-14
1
-0
/
+27
*
Attachments can now be added to wiki pages (original patch by Pavol Murin). O...
Jean-Philippe Lang
2007-05-26
1
-0
/
+5
*
Fixed 10211 Wiki names can't have periods in them.
Jean-Philippe Lang
2007-04-22
1
-1
/
+1
*
Added the ability to easily rollback to a previous version of a wiki page.
Jean-Philippe Lang
2007-04-05
1
-0
/
+6
*
patch #9429 Display Wiki edits in activity log (Nick Read)
Jean-Philippe Lang
2007-03-23
1
-1
/
+5
*
wiki branch merged into trunk
Jean-Philippe Lang
2007-03-10
1
-0
/
+34