Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-03 | * recentchanges: Exipre all *._change pages, even if the directory | Joey Hess | |
they're in has changed. | |||
2008-02-03 | * recentchanges: Improve handling of links on the very static changes pages | Joey Hess | |
by thunking to the CGI, which can redirect to the page, or allow it to be created if it doesn't exist. | |||
2008-02-03 | web commit by tschwinge: Another minor bug. | Joey Hess | |
2008-02-03 | web commit by tschwinge: Thanks!, and a bug report. | Joey Hess | |
2008-02-03 | * cgi hooks are now run before ikiwiki state is loaded. | Joey Hess | |
* This allows locking the wiki before loading state, which avoids some tricky locking code when saving a web edit. | |||
2008-01-30 | move suggestion to a todo item | Joey Hess | |
2008-01-29 | * meta: Add pagespec functions to match against title, author, authorurl, | Joey Hess | |
license, and copyright. This can be used to create custom RecentChanges. * meta: To support the pagespec functions, metadata about pages has to be retained as pagestate. * Fix encoding bug when pagestate values contained spaces. | |||
2008-01-29 | added configuration for recentchanges | Joey Hess | |
I kept it to a simple global configuration, rather than using the preprocessor directive for recentchanges, because that had chicken and egg problems and seemed overcomplicated. This should work reasonably well, though it would be good to add some more metadata so that more customised recentchanges pages can be made. | |||
2008-01-29 | update | Joey Hess | |
2008-01-29 | improve support for internal pages | Joey Hess | |
This makes it a lot quicker to deal with lots of recentchanges pages appearing and disappearing. It avoids needing to clutter up pagespecs with exclusions for those pages, by making normal pagespecs not match them. | |||
2008-01-29 | document the new refresh hook | Joey Hess | |
2008-01-29 | omit recentchanges from various metadata pages | Joey Hess | |
2008-01-29 | don't render internal-use pages, and document them | Joey Hess | |
2008-01-28 | proof of concept implementation of static recentchanges | Joey Hess | |
Currently hardcoded to write to recentchanges/*, and the page format needs to be rethought to be usable for aggregation, but it basically works. | |||
2008-01-23 | web commit by http://id.loopysoft.com/matt/: Slight typo fix | Joey Hess | |
2008-01-16 | improve formatting and minor reword | Joey Hess | |
2008-01-16 | web commit by JeremyReed: Document account_creation_password -- some of this ↵ | Joey Hess | |
text taken from original todo. | |||
2008-01-11 | web commit by rdennis: set initial state of toggle plugin | Joey Hess | |
2008-01-09 | * meta: Run in scan mode again (more intelligently) and re-add support for | Joey Hess | |
meta link. * Fix support for the case where metadata appears after an inline directive. This was broken in version 2.16. | |||
2008-01-09 | * inline: Add copyright/license info on a per-post basis to atom | Joey Hess | |
feeds if available. (rss doesn't allow such info on a per-post basis) * meta: Allow copyright/license metadata to contain arbitrary markup. | |||
2008-01-07 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-01-07 | * Improved the canedit hook interface, allowing a callback function to be | Joey Hess | |
returned (and not run in some cases) rather than the plugins directly forcing a user to log in. * opendiscussion: allow editing of the toplevel discussion page, and, indirectly, allow creating new discussion pages. | |||
2008-01-06 | web commit by http://madduck.myopenid.com/ | Joey Hess | |
2008-01-02 | web commit by tschwinge: Answer. | Joey Hess | |
2008-01-01 | response | Joey Hess | |
2008-01-01 | web commit by tschwinge: Report an inconvenience. | Joey Hess | |
2007-12-28 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2007-12-28 | * img: Allow the link parameter to point to an exterior url. | Joey Hess | |
2007-12-28 | web commit by AlexandreDupas: Fix typo. | Joey Hess | |
2007-12-28 | web commit by AlexandreDupas: Patch for new header options | Joey Hess | |
2007-12-23 | web commit by JoshTriplett: Fix typo. | Joey Hess | |
2007-12-22 | IkiWiki/Plugin/meta.pm <redir>: Support for specifying anchors. | Thomas Schwinge | |
2007-12-21 | web commit by tschwinge: Default content for *copyright* and *license*. | Joey Hess | |
2007-12-19 | web commit by tschwinge: Confirmed. Removing this. | Joey Hess | |
2007-12-16 | important note about pagestate persistence | Joey Hess | |
2007-12-16 | * meta: Drop support for "meta link", since supporting this for internal | Joey Hess | |
links required meta to be run during scan, which complicated its data storage, since it had to clear data stored during the scan pass to avoid duplicating it during the normal preprocessing pass. * If you used "meta link", you should switch to either "meta openid" (for openid delegations), or tags (for internal, invisible links). I assume that nobody really used "meta link" for external, non-openid links, since the htmlscrubber ate those. (Tell me differently and I'll consider bringing back that support.) * meta: Improved data storage. * meta: Drop the hackish filter hook that was used to clear stored data before preprocessing, this hack was ugly, and broken (cf: liw's disappearing openids). * aggregate: Convert filter hook to a needsbuild hook. | |||
2007-12-16 | web commit by tschwinge: Umeet 2007: talk about OpenID by Stephane Bortzmeye. | Joey Hess | |
2007-12-12 | followup to other question | Joey Hess | |
2007-12-12 | * Allow dashes in preprocessor directive commands, and shortcuts. | Joey Hess | |
2007-12-12 | reformat | Joey Hess | |
2007-12-12 | formatting fixups | Joey Hess | |
2007-12-12 | * Change formbuilder hook to not be responsible for displaying a form, | Joey Hess | |
so that more than one plugin can use this hook. I believe this is a safe change, since only passwordauth uses this hook. (If some other plugin already used it, it would have broken passwordauth!) | |||
2007-12-12 | works, but I'm not entirely happy with it yet | Joey Hess | |
It would be better if it were a formbuilder hook. But the formbuilder hook is wacked.. I may need to change how that hook works, which would mean changing the only current user of it, passwordauth). | |||
2007-12-12 | incomplate edittemplate plugin | Joey Hess | |
2007-12-11 | web commit by tschwinge: Two and a half issues. | Joey Hess | |
2007-12-09 | remove test code | Joey Hess | |
2007-12-08 | * The calendar plugin stores state about when it needs to be updated, | Joey Hess | |
and forces rebuilds of the pages that contain calendars. So running ikiwiki --refresh at midnight is now enough, no need for a full wiki rebuild each midnight. * calendar: Work around block html parsing bug in markdown 1.0.1 by enclosing the calendar in an extra div. | |||
2007-12-08 | fix up some links | Joey Hess | |
2007-12-08 | forgot to add | Joey Hess | |
2007-12-08 | * Finally implemented a simple per-page data storage mechanism for plugins, | Joey Hess | |
via the %pagestate hash. * Use pagestate in meta to detect potential redir loops. |