aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
Commit message (Collapse)AuthorAge
* Update highlight plugin for highlight api.David Bremner2010-12-29
| | | | | | | | | | | Note that in particular calling initTheme with and empty file does not work anymore. use of initLanguage was replaced by loadLanguage, which seems to work in both places. I tried to make it a bit more robust against missing a highlight package. There are lots of warnings, but it no longer crashes.
* monotone.pm: while we're still only checking the major and minorThomas Keller2010-12-28
| | | | | part of the version number of the monotone binary, we do not want to give false alarm on patch or development versions
* teximg: Use `\[` and `\]` instead of not recommended `$$`.Paul Menzel2010-12-26
| | | | | | | | | It is not recommended to use the double dollar symbol `$$` to set displayed math [1][2]. [1] http://en.wikibooks.org/wiki/LaTeX/Mathematics [2] http://www.math.uiuc.edu/~hildebr/tex/displays.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
* use CGI->url to get current absolute cgi url for openid login processJoey Hess2010-12-25
|
* revert cgiurl change that broke openid loginJoey Hess2010-12-25
|
* editpage, comment: Clean up title when editing or creating a page or comment.Joey Hess2010-12-25
| | | | | | Now that page.tmpl is used for cgi, the parentlinks are able to be displayed even when creating or editing a page. So it's redundant to include the path to the page in the title, remove it.
* inline: Force an absolute page location when the inline postform is used.Joey Hess2010-12-25
| | | | | | There seems no need to allow selecting a location when creating a page this way; the user should always want it to appear in the inline whose form they submitted.
* indentJoey Hess2010-12-25
|
* fix commentJoey Hess2010-12-25
|
* po: do not override homepage title when it was overridden.intrigeri2010-12-22
|
* po plugin: update injected urlto signature.intrigeri2010-12-20
| | | | | | The lack of $from will probably hurt setups using po_link_to = current, but at least we can fix the blocker bug that prevents any wiki using the po plugin to build.
* inline: base feed names on the included page nameGiuseppe Bilotta2010-12-05
| | | | | | Use the included page name rather than the including page name. This allows us to allow feeds in nested inlines without duplicating feeds with the same content under different (and stupid) names.
* meta: Fix calling of htmlscrubber to pass the page parameter. The change of ↵Joey Hess2010-12-01
| | | | the htmlscrubber to look at page rather than destpage caused htmlscrubber_skip to not work for meta directives.
* use one-parameter form of urltoJoey Hess2010-11-29
|
* Merge remote branch 'smcv/ready/localurl'Joey Hess2010-11-29
|\
| * pinger: avoid pinging our own local path, tooSimon McVittie2010-11-23
| |
| * Pass a CGIURL into commentmoderation.tmplSimon McVittie2010-11-23
| | | | | | | | | | Omitting this resulted <form action=""> which is in fact a working self-referential form, but is less obvious than it ought to be.
| * Use local paths for most references to pagesSimon McVittie2010-11-23
| |
| * Use local paths for the CGI URLSimon McVittie2010-11-23
| |
| * Use local paths when including JavascriptSimon McVittie2010-11-23
| |
| * Use local paths for redirection where possibleSimon McVittie2010-11-23
| |
* | git: Avoid adding files when committing, so as not to implicitly add files ↵Joey Hess2010-11-29
| | | | | | | | like recentchanges files that are not normally checked in, when fixing links after rename.
* | rename: Fix to pass named parameters to rcs_commitJoey Hess2010-11-29
| |
* | git: Fix temp file location.Joey Hess2010-11-29
|/
* edittemplate: Fix crash if using a .tmpl file or other non-page file as a ↵Joey Hess2010-11-20
| | | | template for a new page.
* highlight: Support new format of filetypes.conf used by version 3.2 of the ↵Joey Hess2010-11-20
| | | | highlight package.
* make use of precompiled regex objectsSimon McVittie2010-11-20
|
* inline: Improve RSS url munging to use a proper html parserJoey Hess2010-11-16
| | | | | | | | and support all elements that HTML::Tagset knows about. (Which doesn't include html5 just yet, but then the old version didn't either.) Bonus: 4 times faster than old regexp method.
* indentationJoey Hess2010-11-16
|
* more: Add pages parameter to limit where the more is displayed. (thanks, dark)Joey Hess2010-11-16
|
* websetup: Fix encoding problem when restoring old setup file.Joey Hess2010-11-16
|
* comments: Make comment() pagespec also match comments that are being posted.Joey Hess2010-11-12
|
* comments: Make postcomment() pagespec work when previewing a comment.Joey Hess2010-11-12
|
* Fix htmlscrubber_skip to be matched on the source page, not the page it is ↵Joey Hess2010-11-12
| | | | inlined into. Should allow setting to "* and !comment(*)" to scrub comments, but leave your blog posts unscrubbed, etc.
* Use author date instead of commit dateTuomas Jormola2010-10-31
| | | | Signed-off-by: Tuomas Jormola <tj@solitudo.net>
* Added missing registration of checkconfig hook.Craig Lennox2010-10-31
|
* Added missing hook registration for checkconfigTuomas Jormola2010-10-30
| | | | Signed-off-by: Tuomas Jormola <tj@solitudo.net>
* squash undefJoey Hess2010-10-25
|
* remove a last that won't workJoey Hess2010-10-25
|
* highlight: Ensure that other, more-specific format plugins, like txt are ↵Joey Hess2010-10-25
| | | | used in preference to this one in case of ties.
* txt: Fix display when used inside a format directive.Joey Hess2010-10-25
| | | | | txt's use of a format hook can't work in that case, so it needs to use a htmlizeformat hook in this case to handle wrapping the text in pre tags.
* nice message if someone tries to revert a merge commitJoey Hess2010-10-23
|
* bugfixJoey Hess2010-10-23
|
* fix web reversion when the srcdir is in a subdir of the git repo.Joey Hess2010-10-23
|
* add a missing chompJoey Hess2010-10-19
|
* img: If a class is specified, don't also put the img in the img class.Joey Hess2010-10-13
|
* monotone: Fix recentchanges page when the srcdir is not at the top of the ↵Joey Hess2010-10-11
| | | | monotone workspace. Thanks, tommyd.
* websetup: Fix defaults of checkboxes in advanced mode.Joey Hess2010-10-11
| | | | | | | | | | | | | | So formbuilder has an annoying glitch, that setting the value of a checkbox, even without force, will override the value currently on the form. Thus the guards against changing checkbox values when a form has been submitted. But those guards also prevented the checkboxes for advanced items getting the right value when going into advanced mode. Note that if the user makes changes to advanced mode stuff and leaves advanced mode, those changes are lost. That seems reasonable so I didn't change it -- and it made this fix simple.
* websetup: Fix saving of advanced mode changes.Joey Hess2010-10-11
| | | | | The showadvanced field was not known to formbuilder when hitting the save changes button.
* add blank lineJoey Hess2010-10-08
|