| Commit message (Expand) | Author | Age |
* | add videntity | joey | 2006-11-27 |
* | add a poll plugin | joey | 2006-11-26 |
* | merge back to basewiki and updates | joey | 2006-11-25 |
* | add example of openid delegation | joey | 2006-11-21 |
* | merge changes back to basewiki | joey | 2006-11-21 |
* | shortcut stuff | joey | 2006-11-20 |
* | merge basewiki page change into basewiki | joey | 2006-11-20 |
* | explanation | joey | 2006-11-20 |
* | * 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 |
* | updated again | joey | 2006-10-28 |
* | * Now that links are calculated in a separate pass, it can also•••* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
Erdem.
| joey | 2006-10-28 |
* | merge change to basewiki | joey | 2006-10-19 |
* | * Add no_override parameter to hook().•••* 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.
| joey | 2006-10-15 |
* | * 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 |
* | update | joey | 2006-09-23 |
* | yet another update of the svgz file and updates all images | joey | 2006-09-18 |
* | logo file updated | joey | 2006-09-17 |
* | * Updated ikiwiki.svgz from Recai, includes an icon and is used to generate••• a multi-resolution favicon.ico.
| joey | 2006-09-16 |
* | merge helponformatting fix to basewiki | joey | 2006-09-16 |
* | * Add a stub local.css to avoid problems with 404's. | joey | 2006-09-15 |
* | remove a link.. people might want to replace the blog page with their own•••blog, and then having a backlink to pagespec is weird
| joey | 2006-09-08 |
* | * Patch from James Westby to add an actions option to inline; this••• adds Edit and Discussion links at the end of blog entries.
| joey | 2006-08-28 |
* | improve | joey | 2006-08-27 |
* | avoid floating boxes running up against the line at the bottom of the page•••somewhat grody I think; relies on placement and type of tags display..
| joey | 2006-08-27 |
* | * Make all pages pull in a local.css style sheet, if present. This won't••• 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.
| joey | 2006-08-24 |
* | less padding | joey | 2006-08-23 |
* | some fixes for note layout | joey | 2006-08-23 |
* | * Allow preprocessor directives to contain python-like triple-quoted••• 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.
| joey | 2006-08-23 |
* | * Allow preprocessor directives to span multiple lines, both to make••• long ones with lots of values easier to write, and to allow for ones with
multi-line quoted values.
| joey | 2006-08-23 |
* | add styling for outline lists | joey | 2006-08-19 |
* | * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.•••* 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.
| joey | 2006-08-18 |
* | typo | joey | 2006-08-15 |
* | * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.•••* 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.
| joey | 2006-08-13 |
* | misc changes | joey | 2006-08-05 |
* | * Various CSS and formatting changes. | joey | 2006-08-04 |
* | more slashery | joey | 2006-08-03 |
* | more doubled slashes.. | joey | 2006-08-03 |
* | * Added created_before and created_after PageSpec limits. | joey | 2006-08-03 |
* | redundancy | joey | 2006-08-02 |
* | * 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 |
* | * Patch from Roland Mas to support an rss=no parameter to inline directives.••• Closes: #380743
| joey | 2006-08-01 |
* | fix | joey | 2006-07-31 |
* | * New pagestats plugin from Enrico, which can generate a table counting••• the backlinks for each page, or a del.icio.us style cloud.
| joey | 2006-07-29 |
* | Hope encrico doesn't mind, but I changed the location and layout of the•••tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.
| joey | 2006-07-28 |
* | * Patch from Enrico that••• - 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.
| joey | 2006-07-27 |
* | improvements | joey | 2006-07-26 |
* | some stylesheet improvements for the table, also add a bit more border•••between items to avoid them running together in some cases
| joey | 2006-07-06 |
* | * Make RecentChanges use a table and some CSS, should be much more readable.••• No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
| joey | 2006-07-04 |