| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Move httpauth support to a plugin.
* Add an openid plugin to support logging in using OpenID.
|
|
|
|
|
| |
or what have you, by creating enclosures for non-page items that are
included in feeds.
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
Erdem.
|
| |
|
|
|
|
|
|
| |
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
can be configured using a page in wiki.
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
|
|
|
| |
a multi-resolution favicon.ico.
|
| |
|
| |
|
|
|
|
|
| |
blog, and then having a backlink to pagespec is weird
|
|
|
|
| |
adds Edit and Discussion links at the end of blog entries.
|
| |
|
|
|
|
|
| |
somewhat grody I think; relies on placement and type of tags display..
|
|
|
|
|
| |
be included in ikiwiki, but can be created to make local styling changes
w/o needing to merge in every new change to the distributed style.css.
|
| |
|
| |
|
|
|
|
|
|
|
| |
text blocks, for easy nesting of quotes inside.
* Add a template plugin.
* Use the template plugin to add infoboxes to each plugin page listing basic
info about the plugin.
|
|
|
|
|
| |
long ones with lots of values easier to write, and to allow for ones with
multi-line quoted values.
|
| |
|
|
|
|
|
|
| |
* If a page links to itself, mark up the link text in a span with
class="selflink" so that it can be styled. I don't have a useful style
defined for that though.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add --version.
* Man page format fixups.
* Add a %pagecase which maps lower-case page names to the actual case
used in the filename. Use this in bestlinks calculation instead of
forcing the link to lowercase.
* Also use %pagecase in various other places that want to check if a page
with a given name exists.
* This means that links to pages with mixed case names will now work,
even if the link is in some other case mixture, and mixed case pages
should be fully supported throughout ikiwiki.
* Recommend rebuilding wikis on upgrade to this version.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Closes: #380743
|
| |
|
|
|
|
| |
the backlinks for each page, or a del.icio.us style cloud.
|
|
|
|
|
|
| |
tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.
|
|
|
|
|
|
|
|
|
| |
- allows preprocessor directives to have parameters with no specified
value
- fixes preprocessor directive parameter parsing so that
foo=bar baz now means "foo=bar" and a "baz" with no value
- Add a tag plugin that allows more easily tagging pages.
The meta plugin can also still be used for this.
|
| |
|
|
|
|
|
| |
between items to avoid them running together in some cases
|
|
|
|
|
| |
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
|
|
|
|
| |
default (of course!). Based on a patch by Faidon Liambotis.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
do not need a full rebuild, in order to update any basewiki pages.
|