aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
* * Improve workaround for perl bug #376329. Rather than double-encoding,Joey Hess2007-11-27
| | | | | | | which has been reported to cause encoding problems (though I haven't reproduced them), just catch a failure of markdown, and retry. (The crazy perl bug magically disappears on the retry.) Closes: #449379
* releasing version 2.14Joey Hess2007-11-26
|
* * Let CC be used to control what compiler is used to build wrappers.Joey Hess2007-11-25
| | | | * Use 'cc' instead of gcc as the default compiler.
* * toc: Handle html elements embedded inside a header, rather thanJoey Hess2007-11-23
| | | | stopping collecting the header text at the first element.
* * Allow html5 video and audio tags and their attributes in the htmlscrubber.Joey Hess2007-11-18
|
* * More compact output for the brokenlinks plugin.Joey Hess2007-11-17
|
* * Better error message when a setup file has a syntax error.Joey Hess2007-11-17
| | | | Closes: #451666
* * Add wrappergroup config option, which can be used to cause wrappersJoey Hess2007-11-14
| | | | | | | to be created owned by some group other than the default. Useful then there's a shared repository with access controlled by a group, to let ikiwiki run setgid to that group. * ikiwiki-mass-rebuild: Run build with the user in all their groups.
* prottype fixesJoey Hess2007-11-14
|
* * inline: Add timeformat parameter to control how the ctime ofJoey Hess2007-11-13
| | | | inlined pages is displayed. Closes: #451019
* * The first git commit legitimately has no parents. Avoid recentchangesJoey Hess2007-11-12
| | | | | spewing uninitialised value warnings and debug messages about it. Dummying up a parent of 0000000 allows gitweb to work too.
* missed localising a stringJoey Hess2007-11-08
|
* Fix table plugin to not generate an unbalanced tbody tag with header=noJosh Triplett2007-11-08
| | | | | | The table plugin omitted </tbody> with header=no, but always generated <tbody>, resulting in an unbalanced tag. Fix that by omitting <tbody> too.
* * map: Recent changes caused unnecessary ul's to be inserted for itemsJoey Hess2007-11-07
| | | | that were all at the same level, fix. Closes: #449285
* reset SIGPIPE before returningJoey Hess2007-11-05
|
* fix dumb mistakeJoey Hess2007-10-31
|
* * Don't truncate git commit messages to the first line in RecentChanges,Joey Hess2007-10-31
| | | | show the full message.
* * Improve the RecentChanges display for git merges, by passing -c insteadJoey Hess2007-10-31
| | | | | of -m to git-log, and by skipping display of commits that change no pages.
* * Avoid using commands like git-diff and instead use "git diff".Joey Hess2007-10-31
| | | | In some configurations, only the main git command is in the path.
* * Avoid a race in the git rcs_commit function, by not assuming HEAD willJoey Hess2007-10-31
| | | | stay the same for the duration of the function.
* improve use of seen hashJoey Hess2007-10-30
|
* * Fix an aggregate plugin expiry bug. Over time, it's possible for the sameJoey Hess2007-10-30
| | | | | | page name to be expired and reused for several distinct guids. When this happened, the expiry code counted each past guid that had used that page name as a currently existing page, and thus expired too many pages.
* * Fix some issues with toggles in preview mode.Joey Hess2007-10-29
|
* Run git-commit -q (though it doesn't do much good due to its stderr abuse).Joey Hess2007-10-26
|
* use nulls to avoid ambiguitiesJoey Hess2007-10-25
|
* * Add handling of feeds for nested inlines, as well as support for aJoey Hess2007-10-25
| | | | | single page containing two different feeds. * Also fixed some places in inline that failed to use destpage correctly.
* only use half the max sizeJoey Hess2007-10-25
|
* * postsparkline: Avoid a confusing error message if no pages matchJoey Hess2007-10-24
| | | | and instead show an empty graph.
* fix foldingjoey2007-10-23
|
* explicitly use POSIXjoey2007-10-23
|
* * Add a calendar plugin, contributed by Manoj Srivastava.joey2007-10-23
| | | | | | | | | * Reformat calendar plugin to ikiwiki conventions. * The calendar plugin made *every* page depend on every other page, which seemed a wee tiny little bit overkill. Fixed the dependency calculations (I hope.) * Removed manual ctime statting code, and just have the calendar plugin use %pagectime.
* * If gitorigin_branch is set to the empty string, don't push or pull.joey2007-10-22
| | | | Useful for laptop clones of remote wikis.
* minor stylistic changesjoey2007-10-21
|
* * Correct a pair of logic errors that triggered if svnpath was empty.joey2007-10-21
|
* * Support git authors of the form "joey <joey>", which is common whenjoey2007-10-21
| | | | | importing from a svn repo.
* * Rewritten rst plugin by madduck is a python program that communicates withjoey2007-10-15
| | | | | | ikiwiki via XML RPC. This should be much faster than the old plugin that had to fork python for every rst page render. Note that if you use the rst plugin, you now need to have the RPC::XML perl module installed.
* untaint plugin filename, will be tainted if specified at the command linejoey2007-10-13
|
* * Fix strange stderr-hiding code in the git module, allow error messagesjoey2007-10-10
| | | | | to be passed on to stderr. Also fixes a potential bug, since git error meesages were treated as if they came from git stdout.
* * In the cgi edit path, reload the index file before rendering. A bugjoey2007-10-10
| | | | | | | | | | showed up where a web edit that added a page caused a near-concurrent web edit to fail in will_render. While it would be hard to reproduce this, my analysis is that the failing cgi started first, loaded the index file (prior to locking) then the other cgi created the new page and rendered it, and then the failing cgi choked on the new file when _it_ tried to render it. Ensuring that the index file is loaded after taking the lock will avoid this bug.
* * French translation update. Closes: #445923joey2007-10-10
| | | | * Fix --get-ctime with git, needed to remove srcdir from filename.
* * Tidy ctime debug output for git.joey2007-10-04
|
* * camelcase: Tighten regexp to avoid false positives. WikiWords are onlyjoey2007-09-28
| | | | linkified now if they are preceeded by whitespace.
* patch from madduck to fix thinkojoey2007-09-24
|
* * Save index after previewing page edit, since even previewing can createjoey2007-09-22
| | | | | | files in some situations, and this is appropriate in some cases, such as the teximg plugin's error log file. Such files will be automatically cleaned up at an appopriate later time.
* $common_prefix may never get definedjoey2007-09-22
|
* fix htmljoey2007-09-22
|
* make taglink support the same method for specifying link text as a regularjoey2007-09-22
| | | | | wikilink
* * img: Allow link=somepage to cause the image to link to a given page.joey2007-09-22
| | | | | Slight overriding of link, as link=no is still used to disable the linking entirely. Unless you have a page named "no"..
* * map: Render pages on the way to subpages whose parent pagesjoey2007-09-22
| | | | | | are not included in the map. Include special styling for such pages. * map: Remove common prefixes and don't over-indent. * Add class option to htmllink().
* * map: Render empty nodes on the way to subpages whose parent pagesjoey2007-09-21
| | | | | are not included in the map. * map: Fix valid html issue.