aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
* Fix escaping of filenames in historyurl. (Thanks, aj)Joey 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
|
* Fix typo that broke anonymous git push.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
|
* typoJoey Hess2010-10-08
|
* add message field to revert formJoey Hess2010-10-08
|
* propigate rcs_revert error messageJoey Hess2010-10-08
| | | | and misc reorg
* taint handling for revJoey Hess2010-10-08
|
* refactorJoey Hess2010-10-08
|
* remove todo itemJoey Hess2010-10-08
| | | | | | | I understand the need to avoid chdir when running git_parse_changes for receive now. At that point, the changes have not been pushed to the srcdir's repo yet. When running the same code for preprevert, chdir to the srcdir is ok, and necessary.
* refactor check_canchange into IkiWiki libraryJoey Hess2010-10-08
|
* fix rcs_prepedit implementation to match specJoey Hess2010-10-08
|
* make revert hooks optionalJoey Hess2010-10-08
| | | | | | I removed the IkiWiki::rcs_ stubs for the revert hooks. Instead recentchanges tests to see if the hooks are available and calls them directly.
* convert rcs_revert to only stage the reversionJoey Hess2010-10-06
|
* return to recentchanges page on form cancelJoey Hess2010-10-06
|
* put diff at end of revert formJoey Hess2010-10-06
|
* remove rcs_showpatchJoey Hess2010-10-06
|
* remove debugging dumper codeJoey Hess2010-10-04
|
* indentation and layoutJoey Hess2010-10-04
|
* fix $git_root cachingJoey Hess2010-10-04
|
* fix indentationJoey Hess2010-10-04
|
* document new rcs reversion support functionsJoey Hess2010-10-04
|
* indentationJoey Hess2010-10-04
|
* fix bug if git_root is "0"Joey Hess2010-10-04
|
* Merge remote branch 'remotes/peteg/revert' into revertJoey Hess2010-10-04
|\
| * Minor tidy-ups.Peter Gammie2010-10-01
| |
| * Complete rcs_preprevert and lightly test.Peter Gammie2010-10-01
| |
| * Get things right after moving to a branch.Peter Gammie2010-09-29
| |
| * First cut at the revert plugin.Peter Gammie2010-09-29
| |
* | fixups tidy changeJoey Hess2010-10-02
| | | | | | | | Need checkconfig hook; examples don't become default values.
* | Make tidy command line configurable for the htmltidy plugin.W. Trevor King2010-09-30
|/