summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2008-07-17dummy up an email address for web commitsJoey Hess
Not doing so breaks cia and other things that try to parse a username out of the email address.
2008-07-17let's see what cia makes of thisJoey Hess
2008-07-17test change with my openidhttp://joey.kitenet.net/ (web)
2008-07-17web commit by http://jcflack.myopenid.com/Joey Hess
2008-07-17git: Put web committer name/openid/address in the git author fieldJoey Hess
The committer's email address is not used (because leaking email addresses is not liked by many users). Closes: #451023 A "Web-commit" trailer is added, to allow telling the difference between web commits and direct commits.
2008-07-17Add a postscan hook.Joey Hess
* Add a postscan hook. * search: Use postscan hook, avoid updating index when previewing.
2008-07-17web commit by http://jcflack.myopenid.com/Joey Hess
2008-07-17web commit by http://jcflack.myopenid.com/Joey Hess
2008-07-17web commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is ↵Joey Hess
specified! :)
2008-07-17add smiley to work around markdownJoey Hess
{*} can be interpreted as the start of emphasised text by markdown, so add {x} as an alternate way to get the same symbol
2008-07-17smiley escaping fixesJoey Hess
Smileys need to be double-escaped to work, since the smiley plugin runs as a sanitize hook, and markdown helpfully removes one level of escapes first. There were some bugs in the smiley handling code that made escaped smileys still be expanded. After unescaping a smiley, it needed to move pos forward past it or the next pass would expand it. Also, once the m//g got to the end, it seemed to loop back through and make one more pass (a difference in perl 5.10's regexp exngine? I observed that pos was undefined when this happened, so added a `last unless defined pos`.
2008-07-17web commit by http://jcflack.myopenid.com/Joey Hess
2008-07-17test for meta plugin and don't use when not availableJoey Hess
2008-07-17set commented-out code to 1Joey Hess
so it can be uncommented to enable
2008-07-16further thoughtsJoey Hess
2008-07-16responseJoey Hess
2008-07-16responseJoey Hess
2008-07-16responseJoey Hess
2008-07-16responseJoey Hess
2008-07-16merged intrigeri's parentlinks plugin, close todoJoey Hess
2008-07-16move complex examples to a tipJoey Hess
2008-07-16Merge commit 'intrigeri/pedigree'Joey Hess
2008-07-16two more casesJoey Hess
2008-07-16some design work on rename/deleteJoey Hess
2008-07-15web commit by mrledJoey Hess
2008-07-15web commit by mrledJoey Hess
2008-07-15web commit by intrigeri: fixed formatting (I will learn to preview before ↵Joey Hess
saving, some day...)
2008-07-15web commit by intrigeri: proposed patch to add a bonus "else" parameter to ↵Joey Hess
the map plugin
2008-07-15web commit by intrigeri: fixed git repo url formating, seems that git:// is ↵Joey Hess
not supported
2008-07-15web commit by http://dajul.myopenid.com/Joey Hess
2008-07-15web commit by intrigeri: pedigree: renamed to parentlinks, replace core ↵Joey Hess
parentlinks
2008-07-15pedigree rename to parentlinks: rename/adapt everythingintrigeri
* Renamed to parentlinks every single variable or function called pedigree * Removed the parentlinks function from Render.pm * Enabled the new parentlinks plugin by default * Adapted testsuite and documentation to reflate the above facts Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15pedigree rename to parentlinks: renamed files, to start withintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15web commit by intrigeri: created wishlist for applydiff pluginJoey Hess
2008-07-15web commit by intrigeri: user page creationJoey Hess
2008-07-15web commit by intrigeri: pedigree: anounced rewrite according to new designJoey Hess
2008-07-15pedigree: rewrote with different designintrigeri
(and updated testsuite + docs accordingly) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15web commit by intrigeri: pedigree: compromise?Joey Hess
2008-07-15web commit by http://ptecza.myopenid.com/: * ResponseJoey Hess
2008-07-14Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess
Conflicts: doc/plugins/aggregate.mdwn
2008-07-15Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie
2008-07-14improve instructionsJoey Hess
It's better to -refresh rather than rebuild, as this way ikiwiki deletes all the html files rendered to destdir for the aggregated pages before.
2008-07-14closuresJoey Hess
2008-07-14Merge branch 'master' into aggregateinternalJoey Hess
2008-07-15Leave aggregateinternal switched off in the template ikiwiki.setupSimon McVittie
2008-07-15Recommend aggregateinternal => 1 for new wikis, and set it in ikiwiki.setup.Simon McVittie
Also use [[!foo]] in aggregate.mdwn.
2008-07-14responseJoey Hess
2008-07-14fix extension nameJoey Hess
2008-07-14Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess
Conflicts: IkiWiki/Plugin/aggregate.pm
2008-07-14document aggregateinternalJoey Hess