2008-12-20 |
Simon McVittie | comments: Rename COMMENTURL to ADDCOMMENTURL to avoid...
|
commit | commitdiff | tree |
2008-12-20 |
Simon McVittie | comments: pass COMMENTOPENID to templates
|
commit | commitdiff | tree |
2008-12-20 |
Simon McVittie | comments: remove linkuser(), it's been integrated into...
|
commit | commitdiff | tree |
2008-12-20 |
Simon McVittie | _comment directive: if the user looks like an OpenID...
|
commit | commitdiff | tree |
2008-12-12 |
Simon McVittie | htmlbalance: don't compact whitespace, and set misc...
|
commit | commitdiff | tree |
2008-12-12 |
http://smcv.pseudora... | Another TODO item
|
commit | commitdiff | tree |
2008-12-12 |
http://smcv.pseudora... | update with some more code improvements
|
commit | commitdiff | tree |
2008-12-12 |
Simon McVittie | comments: Store dates in GMT and in ISO-8601
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: Change internal-use-only directive from ...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: Use new feedfile, emptyfeeds options to inline
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: don't interpolate IP into anonymous user...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments_display.tmpl: use less nice formatting to...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments_display.tmpl: preferentially use confirmed...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: fix invocation of possibly_foolish_untaint
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments_form.tmpl: show labels for name, website
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: avoid warning if there's no subject
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: Optionally allow anonymous commenters to...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: Remove some dead code
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: rename main field to "editcontent" consistent...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: instead of hard-coding mdwn, allow any supported...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: Save comments as a file with one big [[!comment...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Remove dead code for preprocessing [[!comments]]
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: Duplicate logic and CGI hook from recentchanges...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Qualify name of formattime() correctly
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Delay checking for session expiry til we actually post...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: record the time at which each comment was...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: Use a checkconfig hook to get the default...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Remove comments_embed.tmpl (no longer needed)
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: render comments/commenturl in page.tmpl
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: use global config to decide whether commenting...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: use global configuration for allow_directives...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: Add some global configuration
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: make preprocess a no-op
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | page.tmpl: optionally include "add comment" link
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments_comment.tmpl: allow permalink, anchor to be...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: document what linkuser does
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: add a stub pagetemplate hook to show the...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: Use HTML entities to escape directives
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Embed comments into comments_embed.tmpl rather than...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments_embed.tmpl: include the inlined comments if...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: use CGI module's checksessionexpiry
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | editpage: factor out checksessionexpiry into IkiWiki...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Add comments to page.tmpl
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | htmlbalance: don't compact whitespace, and set misc...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: remove allowhtml option, just switch it on...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: load inline and mdwn lazily
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: don't rely on mdwn getting loaded first
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | comments: sanitize the body of each comment before...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Fix typo that led to comments being blanked
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | postcomment: Rename plugin to comments, use *._comment...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Rename smcvpostcomment plugin to postcomment to propose...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: allow commenting to be closed
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: import other plugins lazily and remove...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment_*.tmpl: make class names match template...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: allow inlining to be disabled, and...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: make allowhtml etc. configurable,...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: indicate in form whether HTML and...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: remove HTML if not allowed
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: always allow wikilinks, and do access...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: reduce length of subject field
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: explain what $fake is for
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: avoid warnings if form field 'body...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: load inline plugin more forcibly
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: use better names for special comment...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | smcvpostcomment: use gettext where appropriate
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Use a link rather than a button for "post comments"
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Add some basic stylesheet rules for smcvpostcomment
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | style.css: reduce the scope of the .author rule to...
|
commit | commitdiff | tree |
2008-12-11 |
Simon McVittie | Add initial version of a postcomment plugin (temporarily...
|
commit | commitdiff | tree |
2008-12-11 |
http://smcv.pseudora... | some issues joeyh reported on IRC
|
commit | commitdiff | tree |
2008-12-11 |
http://smcv.pseudora... | suggest another feature for the comments plugin's benefit
|
commit | commitdiff | tree |
2008-12-11 |
http://smcv.pseudora... | suggest a feature that would improve the comments plugin
|
commit | commitdiff | tree |
2008-12-11 |
http://smcv.pseudora... | Link to sandbox on my demo of the plugin
|
commit | commitdiff | tree |
2008-12-11 |
http://smcv.pseudora... | multiple formats now supported
|
commit | commitdiff | tree |
2008-12-11 |
http://smcv.pseudora... | Update with today's changes
|
commit | commitdiff | tree |
2008-11-27 |
http://smcv.pseudora... | (no commit message)
|
commit | commitdiff | tree |
2008-11-27 |
http://smcv.pseudora... | Move some more discussion here
|
commit | commitdiff | tree |
2008-11-27 |
http://smcv.pseudora... | Move some discussion to discussion/
|
commit | commitdiff | tree |
2008-11-27 |
http://smcv.pseudora... | Move some discussion from comments page to here
|
commit | commitdiff | tree |
2008-11-27 |
http://smcv.pseudora... | I don't think putting proxy.py in the system Python...
|
commit | commitdiff | tree |
2008-11-27 |
http://smcv.pseudora... | Fix formatting by adding `...`
|
commit | commitdiff | tree |
2008-09-27 |
http://smcv.pseudora... | (no commit message)
|
commit | commitdiff | tree |
2008-09-23 |
Simon McVittie | Fix typo in skeleton.pm.example: sessionncgi (with...
|
commit | commitdiff | tree |
2008-09-22 |
http://smcv.pseudora... | bug report with patch
|
commit | commitdiff | tree |
2008-09-22 |
http://smcv.pseudora... | (no commit message)
|
commit | commitdiff | tree |
2008-09-22 |
http://smcv.pseudora... | Reference patches to beautify redirection URLs
|
commit | commitdiff | tree |
2008-09-22 |
http://smcv.pseudora... | interesting, I could use this for photo galleries
|
commit | commitdiff | tree |
2008-09-21 |
http://smcv.pseudora... | Reference and describe my implementation
|
commit | commitdiff | tree |
2008-09-21 |
Simon McVittie | remove: redirect via urlto(), avoiding mentions of...
|
commit | commitdiff | tree |
2008-09-21 |
Simon McVittie | recentchanges: construct redirections via urlto(),...
|
commit | commitdiff | tree |
2008-09-21 |
Simon McVittie | poll: Use urlto to produce redirection URLs, avoiding...
|
commit | commitdiff | tree |
2008-09-21 |
Simon McVittie | editpage: beautify redirection URLs, avoiding exposing...
|
commit | commitdiff | tree |
2008-09-18 |
http://smcv.pseudora... | Demote existing heading so the precedence makes sense
|
commit | commitdiff | tree |
2008-09-18 |
http://smcv.pseudora... | Make it a bit clearer what's going on by adding some...
|
commit | commitdiff | tree |
2008-09-18 |
http://smcv.pseudora... | Mention that I've started a different implementation
|
commit | commitdiff | tree |
2008-09-08 |
http://smcv.pseudora... | amusing collision between ddate and websetup
|
commit | commitdiff | tree |
2008-09-08 |
http://smcv.pseudora... | Use non-deprecated wikilink page (ikiwiki/wikilink)
|
commit | commitdiff | tree |
2008-08-21 |
http://smcv.pseudora... | Fix link to mdwn2man in gitweb
|
commit | commitdiff | tree |
2008-08-04 |
Simon McVittie | Suppress warning about uninitialized value if directives...
|
commit | commitdiff | tree |
2008-08-03 |
http://smcv.pseudora... | Demote renamepage hook to a <h3> to fix the ToC
|
commit | commitdiff | tree |
next |