2008-12-20 |
Simon McVittie | _comment directive: if the user looks like an OpenID... |
tree | commitdiff |
2008-12-19 |
Joey Hess | avoid uninitialized value |
tree | commitdiff |
2008-12-19 |
Joey Hess | fix comment permalink to always point to comment parent... |
tree | commitdiff |
2008-12-19 |
Joey Hess | remove cruft |
tree | commitdiff |
2008-12-19 |
Joey Hess | rename comments_form to editcomment |
tree | commitdiff |
2008-12-19 |
Joey Hess | rename comments_display to comment |
tree | commitdiff |
2008-12-19 |
Joey Hess | replace discussion links on pages with comments link |
tree | commitdiff |
2008-12-19 |
Joey Hess | jump to comment after posting |
tree | commitdiff |
2008-12-18 |
Joey Hess | aggregate: If a feed fails to be downloaded, try again... |
tree | commitdiff |
2008-12-18 |
Joey Hess | jump to comments anchor after post |
tree | commitdiff |
2008-12-18 |
Joey Hess | typo |
tree | commitdiff |
2008-12-18 |
Joey Hess | add Comments link when displaying a page inline |
tree | commitdiff |
2008-12-18 |
Joey Hess | fix test when comments_closed_pagespec is empty |
tree | commitdiff |
2008-12-17 |
Joey Hess | change around comments pagespecs |
tree | commitdiff |
2008-12-17 |
Joey Hess | fix default values for config settings |
tree | commitdiff |
2008-12-17 |
Joey Hess | Coding style change: Remove explcit vim folding markers. |
tree | commitdiff |
2008-12-17 |
Joey Hess | checksessionexpiry: rework |
tree | commitdiff |
2008-12-17 |
Joey Hess | Merge branch 'master' into comments |
tree | commitdiff |
2008-12-17 |
Joey Hess | monotone: When getting the log, tell monotone how many... |
tree | commitdiff |
2008-12-17 |
Joey Hess | rename: Fix double-escaping of page name in edit box. |
tree | commitdiff |
2008-12-12 |
Joey Hess | elide unnecessary variables |
tree | commitdiff |
2008-12-12 |
Joey Hess | remove fixme |
tree | commitdiff |
2008-12-12 |
Joey Hess | fix redefinition of $author |
tree | commitdiff |
2008-12-12 |
Joey Hess | move related code together |
tree | commitdiff |
2008-12-12 |
Joey Hess | whitespace |
tree | commitdiff |
2008-12-12 |
Joey Hess | don't explicitly use inline |
tree | commitdiff |
2008-12-12 |
Joey Hess | avoid unnecessary variable |
tree | commitdiff |
2008-12-12 |
Joey Hess | get rid of the [postcomment] hack |
tree | commitdiff |
2008-12-12 |
Joey Hess | move getsetup to usual place |
tree | commitdiff |
2008-12-12 |
Joey Hess | Merge branch 'master' into comments |
tree | commitdiff |
2008-12-12 |
Simon McVittie | htmlbalance: don't compact whitespace, and set misc... |
tree | commitdiff |
2008-12-12 |
Joey Hess | Merge branch 'master' into comments |
tree | commitdiff |
2008-12-12 |
Joey Hess | meta: Pass info to htmlscrubber so htmlscrubber_skip... |
tree | commitdiff |
2008-12-12 |
Simon McVittie | comments: Store dates in GMT and in ISO-8601 |
tree | commitdiff |
2008-12-11 |
Joey Hess | simplifiy logic |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: Change internal-use-only directive from ... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: Use new feedfile, emptyfeeds options to inline |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: don't interpolate IP into anonymous user... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: fix invocation of possibly_foolish_untaint |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: avoid warning if there's no subject |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: Optionally allow anonymous commenters to... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: Remove some dead code |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: rename main field to "editcontent" consistent... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: instead of hard-coding mdwn, allow any suppor... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: Save comments as a file with one big [[!comme... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | Remove dead code for preprocessing [[!comments]] |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: Duplicate logic and CGI hook from recentchang... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | Qualify name of formattime() correctly |
tree | commitdiff |
2008-12-11 |
Simon McVittie | Delay checking for session expiry til we actually post... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: record the time at which each comment was... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: Use a checkconfig hook to get the default... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: render comments/commenturl in page.tmpl |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: use global config to decide whether commentin... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: use global configuration for allow_directives... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: Add some global configuration |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: make preprocess a no-op |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: document what linkuser does |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: add a stub pagetemplate hook to show the... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: Use HTML entities to escape directives |
tree | commitdiff |
2008-12-11 |
Simon McVittie | Embed comments into comments_embed.tmpl rather than... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: use CGI module's checksessionexpiry |
tree | commitdiff |
2008-12-11 |
Simon McVittie | editpage: factor out checksessionexpiry into IkiWiki... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | htmlbalance: don't compact whitespace, and set misc... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: remove allowhtml option, just switch it on... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: load inline and mdwn lazily |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: don't rely on mdwn getting loaded first |
tree | commitdiff |
2008-12-11 |
Simon McVittie | comments: sanitize the body of each comment before... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | Fix typo that led to comments being blanked |
tree | commitdiff |
2008-12-11 |
Simon McVittie | postcomment: Rename plugin to comments, use *._comment... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | Rename smcvpostcomment plugin to postcomment to propose... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: allow commenting to be closed |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: import other plugins lazily and remove... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: allow inlining to be disabled, and... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: make allowhtml etc. configurable,... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: indicate in form whether HTML and... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: remove HTML if not allowed |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: always allow wikilinks, and do access... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: reduce length of subject field |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: explain what $fake is for |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: avoid warnings if form field 'body... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: load inline plugin more forcibly |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: use better names for special comment... |
tree | commitdiff |
2008-12-11 |
Simon McVittie | smcvpostcomment: use gettext where appropriate |
tree | commitdiff |
2008-12-11 |
Simon McVittie | Add initial version of a postcomment plugin (temporaril... |
tree | commitdiff |
2008-12-11 |
Joey Hess | inline: Support feedfile option to change the filename... |
tree | commitdiff |
2008-12-11 |
Joey Hess | inline: Support emptyfeeds=no option to skip generating... |
tree | commitdiff |
2008-12-11 |
Joey Hess | move feedpages application up |
tree | commitdiff |
2008-10-16 |
Joey Hess | only darcs add files not yet in version control |
tree | commitdiff |
2008-10-15 |
Joey Hess | updated from pesco's darcs repo, current to Oct 11... |
tree | commitdiff |
2008-10-15 |
Joey Hess | Merge branch 'master' into darcs |
tree | commitdiff |
2008-10-15 |
Joey Hess | inline: Use the feed's description in the rss and atom... |
tree | commitdiff |
2008-10-14 |
Joey Hess | fix prototype |
tree | commitdiff |
2008-10-14 |
Joey Hess | inline: Allow MTIME to be used in inlinepage.tmpl. |
tree | commitdiff |
2008-10-13 |
Joey Hess | Pass HTTPS variable through the wrapper so that CGI... |
tree | commitdiff |
2008-10-10 |
Joey Hess | optimise url parsing and add guard against failure... |
tree | commitdiff |
2008-10-10 |
Peter Simons | google plugin: Use google.com to search the local site. |
tree | commitdiff |
2008-10-09 |
Joey Hess | Merge branch 'master' of ssh://git.ikiwiki.info/srv... |
tree | commitdiff |
2008-10-09 |
Joey Hess | orphans: Fix unquoted page name in regexp. |
tree | commitdiff |
2008-10-08 |
Joey Hess | lockedit: Support specifying which users (and IP addres... |
tree | commitdiff |
2008-10-06 |
Joey Hess | avoid $_ in a few other for loops |
tree | commitdiff |
next |