aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Expand)AuthorAge
...
* morejoey2006-04-25
* formattingjoey2006-04-25
* subscription nearly donejoey2006-04-25
* commit changes for email subscriptionsjoey2006-04-24
* fix commentjoey2006-04-21
* fix broken example config file and detect this breakagejoey2006-04-20
* fix --anonokjoey2006-04-14
* Convert postprocessordirectives into preprocessordirectives, so they are•••expanded before markdown. Consequences: - No need to worry about markdown messing with parameters of preprocessordirectives. (If you had to escape stuff in one before, you'll need to undo that escaping now.) - No need for ugly </p> hacks before inlined subpages. Instead, subpages are wrapped in a <div>, and this prevents markdown from touching them. (This can also be used to add style to subpages.) - rss generation is less of a hack. joey2006-04-04
* proper binmode settings so that with -CSD, ikiwiki will support unicode•••however, due to robustness, that's not enabled by default yet joey2006-04-04
* Verified that the action parameter on cgi forms is needed for at least the•••prefs form. Use $config{cgiurl}. joey2006-04-04
* comment out action => $q->request_uri setting, which is reporedly•••unnecessary and doesn't work with old CGI.pm's (it's an undocumented variable) joey2006-04-02
* - add <base> to cgi output, this is especially useful for output containing••• wikilinks since the urls should work now in more situations - drop --limit from svn log run, since a) it needs a fairly new svn and b) in some cases, it would limit it to too few entries to display the requested number of changes - Use driver:DB_File and not driver:db_file for better compatability with old versions of CGI::Session. - Note that HTML::Template 3.02.02 is needed. joey2006-04-02
* improved logicjoey2006-03-30
* fixesjoey2006-03-29
* added --hyperestraier switch, which turns on search support•••(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..) joey2006-03-29
* improve fix for symlink attacks to check subdirectories for symlinks too•••before writing joey2006-03-29
* fix for replacing from underlayjoey2006-03-29
* Implemented --underlaydir, and moved files provided by underlay out of doc•••so I don't need to maintain two copies anymore. You might also want to remove the files provided in the basewiki underlay from your wiki, if you have not created custom local versions of them, so that these pages will be automatically updated in future ikiwiki upgrades. joey2006-03-29
* css supportjoey2006-03-29
* html validation fixes:••• - escape & in urls (also clean up cgi url generation) - since markdown wraps inlined pages in <p></p>, close and re-open the paragraph tags when generating the embedded html - added XHTML 1.0 doctypes to templates - fixed <hr /> and <br /> in templates - add an alt attribute to inline images, based on the WikiLink to the image. Allows things like [[my_image|img.png]] to customise alt text. joey2006-03-29
* Improved handling of wikilinks containing characters that are not allowed•••in filenames. Now converts to valid filenames automatically. Note, need to --refresh your wiki after updating to this version, if you use any pages with __nn__ in their names. joey2006-03-29
* Change the name of the session cookie. This will avoid problems with•••multiple wikis on the same host. joey2006-03-29
* support [[linktext|pagename]] linksjoey2006-03-28
* There was a bug that [[inline archive="yes]] created an RSS link, but no feed.•••Fixed in the easiest way by creating an RSS feed for archive pages (it will include only a limited number of items, not everything). Alternative fix would be to track separately which pages are archives and which not, and only create feeds for non-archives. joey2006-03-28
* Put in a quick fix for a bug involving page preview while creating a page•••that caused the page location to be changed to a subdir. This is not a very good fix. joey2006-03-28
* add --refresh and make it with with --setupjoey2006-03-26
* don't keep the wiki locked while rendering recentchangesjoey2006-03-26
* fix rss url in nested pagesjoey2006-03-26
* don't escape "/" in title when making a blog entry, allow creating a subdirjoey2006-03-26
* added --getctimejoey2006-03-26
* implemented upgradehookshjoey2006-03-24
* finish up the blog formjoey2006-03-24
* add blog post templatejoey2006-03-24
* big speedupjoey2006-03-24
* fixesjoey2006-03-24
* load index before refreshjoey2006-03-24
* Removed the rss feeds for every page, which wasn't really entirely useful.•••Let's only do them for blog pages. joey2006-03-24
* add archive pages and fix some bugsjoey2006-03-24
* hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey2006-03-24
* load index for all cgi scripts, fixes links on RecentChangesjoey2006-03-23
* preserve ctimes across rebuildsjoey2006-03-23
* Add file cretion times to the index file.•••(Note that it's not really the file creation time, just the first time ikiwiki saw it.) joey2006-03-23
* fix for already relative urlsjoey2006-03-23
* improve description field for rssjoey2006-03-23
* add support for generating per-page rss feedsjoey2006-03-23
* support arbitrary characters in page titles, via some ugly use of unicode•••character numbers joey2006-03-23
* stupid MakeMaker..joey2006-03-23
* another sub, wowjoey2006-03-23
* lock wiki here toojoey2006-03-23
* missing includejoey2006-03-23