aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
* fix a bug that doubled the search boxjoey2006-05-04
|
* updatejoey2006-05-04
|
* * Added smiley plugin, nicely controlled and documented by the smileys page.joey2006-05-04
| | | | * Copied in some smileys from Moin Moin.
* rather a lot of changes to make hyperestraier search be a plugin, allowingjoey2006-05-03
| | | | | | | | | | | | | | for other types of search engine plugins if wanted, and also opening up a lot of new possibilities for other kinds of plugins later some notable changes along the way: - lots of new hook types: cgi, render, delete - wrapper files fixed to support config strings with newlines in them - HEADERCONTENT in page template useful for plugins. Probably needs to be expanded to more such for other places plugins might want to add content. - remove unnecessary wrappers field from config info stored in wrappers
* change plugin interface to use named parameters for flexabilityjoey2006-05-03
|
* * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,joey2006-05-02
| | | | | | | | | | to pave the way for adding other RCS support. This also changes the setup files, where before they had svn => 1 or svn => 0, now they have rcs => "svn" or rcs => "". * Add a debian/NEWS file with upgrade notes. * Load whatever rcs module is specified, so new ones can be just dropped in as plugins and work. * Add some basic docs about writing RCS modules.
* ah, the joys of test-based development..joey2006-05-02
| | | | | think I have smart glob list matching working ok
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey2006-05-02
| | | | it, this will allow for adding a unit test suite.
* * Add an orphans plugin for finding pages that nothing links to.joey2006-05-02
| | | | * Removed backlinks page, which it turns out nothing used.
* fix undef warningjoey2006-05-02
|
* deep copy/untaint arrays in setupjoey2006-05-02
|
* * Smarter behavior when creating a page and a page of the same name (butjoey2006-05-02
| | | | different location) already exists.
* * Added plugin system, currently only supporting for PreProcessorDirectives.joey2006-05-02
| | | | | | | | | | | * Added a pagecount plugin, enabled by default. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]". * Fixed/optimised backlinks code, to avoid rebuilding pages to update backlinks when the backlinks hadn't really changed. * Moved inline page support, rss generation etc into the inline plugin, enabled by default. * Added brokenlinks plugin, not enabled by default, but rather handy. * Fix several broken links in the doc wiki.
* change calling convention for preprocessor functionsjoey2006-05-01
|
* * Rename inlinepage to depends, so that it can be used to refer to morejoey2006-05-01
| | | | | | | | | | | | dependency relationships than just inlining. This will require a rebuild on upgrade to this version. * Move the rss link, put it in the blogpost form if there is one and at the top if not. This is both nicer because easier to find, and it cleans up the code which had used inlinepage as a flag for adding the link later. * Allow the depends GlobList to be built up from multiple sources (such as plugins) during a page render. * Which means that more than one blog is now supported to appear on a single page. (With some limitations.)
* two notify bug fixes:joey2006-04-28
| | | | | | - run it after refreshing so that all the page info is current - convert filenames into page names before checking against glob
* - fix typojoey2006-04-25
| | | | | - avoid sending commit mails to the user who made the commit
* prevent users from registering with name that is not a valid wikifilejoey2006-04-25
| | | | | avoids XSS attacks and is generally a good limitation
* implemented html sanitisationjoey2006-04-25
|
* fix a deadloop if from ended in a /joey2006-04-25
|
* 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 arejoey2006-04-04
| | | | | | | | | | | | | 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.
* proper binmode settings so that with -CSD, ikiwiki will support unicodejoey2006-04-04
| | | | | however, due to robustness, that's not enabled by default yet
* Verified that the action parameter on cgi forms is needed for at least thejoey2006-04-04
| | | | | prefs form. Use $config{cgiurl}.
* comment out action => $q->request_uri setting, which is reporedlyjoey2006-04-02
| | | | | | unnecessary and doesn't work with old CGI.pm's (it's an undocumented variable)
* - add <base> to cgi output, this is especially useful for output containingjoey2006-04-02
| | | | | | | | | | | 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.
* improved logicjoey2006-03-30
|
* fixesjoey2006-03-29
|
* added --hyperestraier switch, which turns on search supportjoey2006-03-29
| | | | | (ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
* improve fix for symlink attacks to check subdirectories for symlinks toojoey2006-03-29
| | | | | before writing
* fix for replacing from underlayjoey2006-03-29
|
* Implemented --underlaydir, and moved files provided by underlay out of docjoey2006-03-29
| | | | | | | | | 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.
* css supportjoey2006-03-29
|
* html validation fixes:joey2006-03-29
| | | | | | | | | | | - 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.
* Improved handling of wikilinks containing characters that are not allowedjoey2006-03-29
| | | | | | | | 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.
* Change the name of the session cookie. This will avoid problems withjoey2006-03-29
| | | | | multiple wikis on the same host.
* support [[linktext|pagename]] linksjoey2006-03-28
|
* There was a bug that [[inline archive="yes]] created an RSS link, but no feed.joey2006-03-28
| | | | | | | | | 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.
* Put in a quick fix for a bug involving page preview while creating a pagejoey2006-03-28
| | | | | | that caused the page location to be changed to a subdir. This is not a very good fix.
* 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
|