summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-23typoJoey Hess
2009-01-23Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-23mention identica groupJoey Hess
2009-01-23(no commit message)qiang
2009-01-23(no commit message)qiang
2009-01-22followup on pagespec negationjustin
2009-01-22typoJoey Hess
2009-01-22fix uninitialized value warningsJoey Hess
I suspect these are only triggered by spammers.
2009-01-22fix typoJoey Hess
2009-01-22responseJoey Hess
2009-01-21question on locked_pages and users() in pagespecjustin
2009-01-21one fleeting second thoughtJoey Hess
2009-01-21responseJoey Hess
2009-01-21Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-21Question about user testsjustin
2009-01-21addJoey Hess
2009-01-21img: only provide alt text if it was specifiedGabriel McManus
if suitable alternate text is unknown, then it should not be given. empty alt text is suitable mainly for purely decorative images. (cherry picked from commit 3cd7f67f0cf894f4fd5ba16f68e82e4f7bdbfdc5)
2009-01-21added versionkgjenkins
2009-01-20(no commit message)kent
2009-01-20add human-readable error when unknown pagespec function is calledJoey Hess
It used to replace unknown functions with "0" when translating a pagespec. Instead, replace it with a FailReason object. This way, the pagespec will still evaluate as before (possibly successfully if other terminals exist), but a human-readable error will be shown if the result is displayed. Also, an empty pagespec used to be replaced with "0", to avoid a eval error. Also use a FailReason here.
2009-01-20cleanupJoey Hess
2009-01-20responseJoey Hess
2009-01-20Remove nonstandard css. Closes: #512378Joey Hess
2009-01-20fix removal form displayJoey Hess
The form was misdisplayed when displayed via comment removal.
2009-01-20Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-19(no commit message)http://taozhyn.myopenid.com/
2009-01-20po: let's walk the last steps needed before merge!intrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19blogspam: Log spam info on failure.Joey Hess
2009-01-19Updated spanish translationVíctor Moral
2009-01-19remove cansave plugin, now replaced by Joey's checkcontent oneintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19(no commit message)http://zms.myopenid.com/
2009-01-19make checkcontent compatible with hooks that need the full contentintrigeri
Always pass the full (modified) content in `content` named parameter. When the user edits an existing wiki page, also pass a `diff` named parameter, which includes only the lines that they added to the page, or modified. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19(no commit message)http://zms.myopenid.com/
2009-01-19(no commit message)kent
2009-01-18Avoid feeding decoded unicode to Term::ReadLineJoey Hess
That resulted in double encoded display when using perl's stub readline module. Apparently that module unconditionally upgrades text to utf8, in a quite braindead way. (Term::ReadLine::Gnu::Perl worked ok.)
2009-01-18overriding visible modification time (to avoid insignificant edits flooding ↵http://smcv.pseudorandom.co.uk/
planets)
2009-01-18Some more thoughts about a gallery pluginSimon McVittie
2009-01-18Add myself to ikiwikiusersSimon McVittie
2009-01-18fix typo, mention git branchhttp://smcv.pseudorandom.co.uk/
2009-01-18underlay plugin, a command-line interface for add_underlay()http://smcv.pseudorandom.co.uk/
2009-01-18Merge commit 'upstream/master' into prv/pointrigeri
2009-01-17I really ought to RTFM before I make todo requests, eh?cfm
2009-01-17Created user page.cfm
2009-01-17(no commit message)cfm
2009-01-18fix previous buggy mergeintrigeri
2009-01-18Merge commit 'upstream/master' into prv/pointrigeri
Conflicts: t/syntax.t
2009-01-17add news item for ikiwiki 3.02Joey Hess
2009-01-17releasing version 3.02Joey Hess
2009-01-17blogspam api now supports homepage linkJoey Hess
2009-01-17load rpc xml lib on the flyJoey Hess
This way, enabling the plugin via websetup is safe, it can't leave ikiwiki in a broken state.