| Commit message (Expand) | Author | Age |
* | typo | Joey Hess | 2008-01-29 |
* | * Removed support for sending commit notification mails. Along with it went••• the svnrepo and notify settings, though both will be ignored if left in
setup files.
| Joey Hess | 2008-01-29 |
* | MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in
a future release.
| Joey Hess | 2007-12-08 |
* | improve | joey | 2007-08-21 |
* | reorg all the pages about rcs backends. Fix all links | joey | 2007-08-21 |
* | add to features | joey | 2007-08-13 |
* | web commit by http://offby1.myopenid.com/ | joey | 2007-06-11 |
* | * Add a templates page to the basewiki. It will automatically list all••• available templates. Rename the old templates page to wikitemplates.
* Include the note template in the basewiki.
* Add a popup template in the basewiki. CSS based on some by Martin Krafft.
* Make the note, popup, and plugin templates detect missing variables and be
self-documenting, listing the available variables.
| joey | 2007-03-31 |
* | * viewcvs is now viewvc (in Debian unstable), update everything to use the••• new name.
| joey | 2007-02-09 |
* | * Add canedit hook, allowing arbitrary controls over when a page can be••• edited.
* Move code forcing signing before edit to a new "signinedit" plugin, and
code checking for locked pages into a new "lockedit" plugin. Both are
enabled by default.
* Remove the anonok config setting. This is now implemented by a new
"anonok" plugin. Anyone with a wiki allowing anonymous edits should
change their configs to enable this new plugin.
* Add an opendiscussion plugin that allows anonymous users to edit
discussion pages, on a wiki that is otherwise wouldn't allow it.
* Lots of CGI code reorg and cleanup.
| joey | 2007-02-02 |
* | link | joey | 2007-01-13 |
* | * Add a textile format plugin contributed by mazirian. | joey | 2006-12-29 |
* | * Make auth methods pluggable.•••* Move httpauth support to a plugin.
* Add an openid plugin to support logging in using OpenID.
| joey | 2006-11-20 |
* | * Patch from James Westby to support podcasting, photoblogging, vidcasting,••• or what have you, by creating enclosures for non-page items that are
included in feeds.
| joey | 2006-11-01 |
* | * Add a default stylesheet entry for the pagecloud.•••* Add examples page with some examples of things that can be done using
ikiwiki, like a weblog. The examples can be copied into a user's wiki
for a quick start, without needing to learn everything about how to put
them together.
| joey | 2006-10-28 |
* | * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
| joey | 2006-10-08 |
* | web commit by StefanoZacchiroli: added link to a (to be written) page about c... | joey | 2006-09-22 |
* | typo | joey | 2006-09-16 |
* | * Add support for mercurial, contributed by Emanuele Aina. | joey | 2006-09-06 |
* | * Add support for tla, contributed by Clint Adama. Closes: #385936 | joey | 2006-09-04 |
* | reorg | joey | 2006-08-28 |
* | reorg | joey | 2006-08-28 |
* | reorg | joey | 2006-08-28 |
* | * Add toc (table of contents) plugin. | joey | 2006-08-28 |
* | fix | joey | 2006-08-20 |
* | fix | joey | 2006-08-20 |
* | modernisation | joey | 2006-08-20 |
* | * Renamed GlobLists to PageSpecs.•••* PageSpecs can now include nested parens, "and", and "or". This remains
backwards compatible to the old GlobList format. It's implemented by
treating the GlobList as a very limited microlanguage that is transformed
to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
using the new PageSpec format. Compatability with the old format will be
removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
Closes: #380680
* Changes to index file encoding.
| joey | 2006-08-02 |
* | * ikiwiki can now download and aggregate feeds with its new aggregate••• plugin, so it's possible to implement a Planet using ikiwiki!
* --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
--wrappers to do that.
* Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
to update pages that haven't changed on disk.
| joey | 2006-07-30 |
* | * Put categories in rss feeds for tagged items. | joey | 2006-07-29 |
* | * Support a w3mmode, which lets w3m run ikiwiki using its local CGI••• support, to edit pages etc without a web server.
| joey | 2006-07-07 |
* | web commit from 127.0.0.1 | joey | 2006-07-07 |
* | html too | joey | 2006-07-07 |
* | * Add wikitext markup plugin, which supports ".wiki" pages written in the••• original wiki syntax, CamelCase links and all.
| joey | 2006-07-07 |
* | fix | joey | 2006-07-03 |
* | * Support htmlize plugins and make mdwn one such plugin, which is enabled by••• default (of course!). Based on a patch by Faidon Liambotis.
| joey | 2006-07-03 |
* | document utf8 | joey | 2006-06-17 |
* | * Add support for using git instead of subversion as the RCS backend,••• tremendous thanks to Recai Oktaş for this.
* Doc updates for git.
| joey | 2006-06-02 |
* | * Reorganised the doc wiki's todo/* pages, using a link/tag to flag•••* Allow pagetemplate plugins to override *anything* in the template.
* Add a meta plugin, which allows specifying various metadata about pages,
like license and author. It also allows for inserting html link and meta
tags into html, overriding the title, and adding hidden WikiLinks, which
can be useful when using link-based globbing for page categorisation.
* Remove preprocessor directives from inlined pages.
* Allow simple preprocessor directive values to be specified w/o quotes.
| joey | 2006-06-02 |
* | * Patch from Dr. Zini to add link() and backlink() to globlists. This allows••• for some handy stuff like:
- Using links as a kind of tag; creating blog pages that list all pages
containing a given tag/link or not containing some other tag.
- Subscribing to mail notifications whenever a change is made to a page
that is a backlink of page foo. Ie, "Please notify me of changes in all
pages that link to my home page in the wiki"
- Locking any pages that are linked to from a particular page, so that
lists of locks can be exposed in the wiki.
| joey | 2006-06-02 |
* | link updates | joey | 2006-05-04 |
* | web commit by joey | www-data | 2006-05-04 |
* | web commit by joey | www-data | 2006-05-04 |
* | web commit by joey | www-data | 2006-05-04 |
* | web commit by joey | www-data | 2006-05-03 |
* | * Added plugin system, currently only supporting for PreProcessorDirectives.•••* 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.
| joey | 2006-05-02 |
* | web commit by joey | www-data | 2006-04-25 |
* | add commit-internals | joey | 2006-04-25 |
* | web commit by joey | www-data | 2006-04-25 |
* | web commit by joey | www-data | 2006-04-25 |