aboutsummaryrefslogtreecommitdiff
path: root/basewiki
Commit message (Collapse)AuthorAge
* add videntityjoey2006-11-27
|
* add a poll pluginjoey2006-11-26
|
* merge back to basewiki and updatesjoey2006-11-25
|
* add example of openid delegationjoey2006-11-21
|
* merge changes back to basewikijoey2006-11-21
|
* shortcut stuffjoey2006-11-20
|
* merge basewiki page change into basewikijoey2006-11-20
|
* explanationjoey2006-11-20
|
* * Make auth methods pluggable.joey2006-11-20
| | | | | * Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID.
* * Patch from James Westby to support podcasting, photoblogging, vidcasting,joey2006-11-01
| | | | | or what have you, by creating enclosures for non-page items that are included in feeds.
* * Add a default stylesheet entry for the pagecloud.joey2006-10-28
| | | | | | | * 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.
* updated againjoey2006-10-28
|
* * Now that links are calculated in a separate pass, it can alsojoey2006-10-28
| | | | | * Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk Erdem.
* merge change to basewikijoey2006-10-19
|
* * Add no_override parameter to hook().joey2006-10-15
| | | | | | * 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.
* * Atom feed support based on a patch by Clint Adams.joey2006-10-08
| | | | | | | | * 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.
* updatejoey2006-09-23
|
* yet another update of the svgz file and updates all imagesjoey2006-09-18
|
* logo file updatedjoey2006-09-17
|
* * Updated ikiwiki.svgz from Recai, includes an icon and is used to generatejoey2006-09-16
| | | | a multi-resolution favicon.ico.
* merge helponformatting fix to basewikijoey2006-09-16
|
* * Add a stub local.css to avoid problems with 404's.joey2006-09-15
|
* remove a link.. people might want to replace the blog page with their ownjoey2006-09-08
| | | | | blog, and then having a backlink to pagespec is weird
* * Patch from James Westby to add an actions option to inline; thisjoey2006-08-28
| | | | adds Edit and Discussion links at the end of blog entries.
* improvejoey2006-08-27
|
* avoid floating boxes running up against the line at the bottom of the pagejoey2006-08-27
| | | | | somewhat grody I think; relies on placement and type of tags display..
* * Make all pages pull in a local.css style sheet, if present. This won'tjoey2006-08-24
| | | | | 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.
* less paddingjoey2006-08-23
|
* some fixes for note layoutjoey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | 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.
* * Allow preprocessor directives to span multiple lines, both to makejoey2006-08-23
| | | | | long ones with lots of values easier to write, and to allow for ones with multi-line quoted values.
* add styling for outline listsjoey2006-08-19
|
* * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.joey2006-08-18
| | | | | | * 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.
* typojoey2006-08-15
|
* * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.joey2006-08-13
| | | | | | | | | | | | | | * 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.
* misc changesjoey2006-08-05
|
* * Various CSS and formatting changes.joey2006-08-04
|
* more slasheryjoey2006-08-03
|
* more doubled slashes..joey2006-08-03
|
* * Added created_before and created_after PageSpec limits.joey2006-08-03
|
* redundancyjoey2006-08-02
|
* * Renamed GlobLists to PageSpecs.joey2006-08-02
| | | | | | | | | | | | | | * 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.
* * Patch from Roland Mas to support an rss=no parameter to inline directives.joey2006-08-01
| | | | Closes: #380743
* fixjoey2006-07-31
|
* * New pagestats plugin from Enrico, which can generate a table countingjoey2006-07-29
| | | | the backlinks for each page, or a del.icio.us style cloud.
* Hope encrico doesn't mind, but I changed the location and layout of thejoey2006-07-28
| | | | | | tags on the templates. This way seems to fit better with the links. Also some css cleanup, avoid hardcoded <i> etc.
* * Patch from Enrico thatjoey2006-07-27
| | | | | | | | | - 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.
* improvementsjoey2006-07-26
|
* some stylesheet improvements for the table, also add a bit more borderjoey2006-07-06
| | | | | between items to avoid them running together in some cases
* * Make RecentChanges use a table and some CSS, should be much more readable.joey2006-07-04
| | | | | No code changes involved. * Encode & in diffurl in examples, to conform to pedantic rules.