index
:
ikiwiki-upstream
layoutgala
master
Unnamed repository; edit this file to name it for gitweb.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
IkiWiki
/
Plugin
/
recentchanges.pm
Age
Commit message (
Expand
)
Author
2009-04-01
recentchanges: change to using do=goto links.
Joey Hess
2009-01-31
Split cgi_goto into a goto plugin
Simon McVittie
2009-01-31
recentchanges: delete CGI hook in favour of the global one
Simon McVittie
2008-12-23
finalise version 3.00 of the plugin api
Joey Hess
2008-12-22
recentchanges_link CGI: If the linked page is internal, use its permalink
Simon McVittie
2008-12-17
Coding style change: Remove explcit vim folding markers.
Joey Hess
2008-11-18
html escaping complication
Joey Hess
2008-11-18
improve escaping of wikilinks and preprocessor directives
Joey Hess
2008-11-10
Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ea...
Joey Hess
2008-10-19
fix relativedate timezone inclusion
Joey Hess
2008-10-17
fix url
Joey Hess
2008-10-17
tweak recentchanges permalink code
Joey Hess
2008-10-17
Patch for anchor-based change permalinks in recent changes feed
Joey Hess
2008-10-17
make relativedate work for the dates on the recentchanges page
Joey Hess
2008-09-27
Export pagetitle, titlepage, linkpage.
Joey Hess
2008-09-27
Merge commit 'smcv/beautify'
Joey Hess
2008-09-26
decode utf-8 in recentchanges_link parameter
Joey Hess
2008-09-25
recentchanges: Fix redirects to non-page files.
Joey Hess
2008-09-21
recentchanges: construct redirections via urlto(), avoiding mentions of index...
Simon McVittie
2008-08-03
add plugin safe/rebuild info (part 2 of 3)
Joey Hess
2008-07-26
remove default values in getsetup
Joey Hess
2008-07-26
standardising and documenting getsetup
Joey Hess
2008-07-26
finish adding getsetup hooks to plugins
Joey Hess
2008-07-11
rename beautify_url to stress it only works on the path component
Joey Hess
2008-07-11
beautify url recentchanges_link redirs to
Joey Hess
2008-06-04
fix uninitialized value problem
Joey Hess
2008-06-04
it's not $title, try the other variable
Joey Hess
2008-06-04
also decode html entities in the title
Joey Hess
2008-03-14
* Fix expiry of old recentchanges changeset pages.
Joey Hess
2008-03-03
* Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.
Joey Hess
2008-02-03
* recentchanges: Exipre all *._change pages, even if the directory
Joey Hess
2008-02-03
* recentchanges: Improve handling of links on the very static changes pages
Joey Hess
2008-01-30
move openiduser function to the openid plugin
Joey Hess
2008-01-30
move recentchanges link enabling into a pagetemplate hook
Joey Hess
2008-01-29
really fix the baseurl problem
Joey Hess
2008-01-29
make the author metadata for changes pages be the un-munged openid
Joey Hess
2008-01-29
added configuration for recentchanges
Joey Hess
2008-01-29
add code to delete old change pages
Joey Hess
2008-01-29
use new refresh hook
Joey Hess
2008-01-29
updates
Joey Hess
2008-01-29
escape wikilinks and preprocessor directives
Joey Hess
2008-01-29
typo
Joey Hess
2008-01-29
more style improvements
Joey Hess
2008-01-29
non-tabular recentchanges display
Joey Hess
2008-01-29
some parameteraisation and generalisation
Joey Hess
2008-01-28
proof of concept implementation of static recentchanges
Joey Hess