Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-02 | * Added plugin system, currently only supporting for PreProcessorDirectives. | joey | |
* 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. | |||
2006-05-01 | * Rename inlinepage to depends, so that it can be used to refer to more | joey | |
dependency relationships than just inlining. This will require a rebuild on upgrade to this version. * Move the rss link, put it in the blogpost form if there is one and at the top if not. This is both nicer because easier to find, and it cleans up the code which had used inlinepage as a flag for adding the link later. * Allow the depends GlobList to be built up from multiple sources (such as plugins) during a page render. * Which means that more than one blog is now supported to appear on a single page. (With some limitations.) | |||
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | add a blog for done items too | joey | |
2006-03-24 | awesome new blog-based todo page | joey | |
2006-03-24 | add archive pages and fix some bugs | joey | |
2006-03-24 | hold onto your hats, full-fledged blogging has arrived in ikiwiki! | joey | |
2006-03-23 | Add file cretion times to the index file. | joey | |
(Note that it's not really the file creation time, just the first time ikiwiki saw it.) | |||
2006-03-23 | new index file format | joey | |
*warning* on upgrade to this version of ikiwiki, be sure to run --rebuild to regenerate the index | |||
2006-03-23 | improve description field for rss | joey | |
2006-03-23 | support arbitrary characters in page titles, via some ugly use of unicode | joey | |
character numbers | |||
2006-03-23 | design for rss feeds and blogging | joey | |
2006-03-23 | Major code reoganisation, splitting up the single big file. The two goals | joey | |
kept in mind during this are a) to reduce load time for common cases like cgi and post-commit and b) make the code easier to navigate. This also modularises RCS support to the extent that it should be possible to drop in a module for some RCS other than svn, add a switch for it, and it pretty much just work. High chance I missed an edge case that breaks something, this is only barely tested at this point. | |||
2006-03-23 | underlays are *hard*. feh | joey | |
2006-03-23 | web commit by joey | www-data | |
2006-03-23 | added adminuser settings, globlist support, and used this to implement page | joey | |
locking | |||
2006-03-21 | prefs page implemented | joey | |
2006-03-21 | web commit by joey | www-data | |
2006-03-21 | add --diffurl, if set RecentChanges has links to svn diffs | joey | |
2006-03-20 | added last changed timestamp for pages | joey | |
2006-03-20 | web commit by joey | www-data | |
2006-03-19 | web commit by joey | www-data | |
2006-03-19 | added basewiki | joey | |
2006-03-19 | web commit by joey: conflict and merge is done! | www-data | |
2006-03-19 | web commit by joey | www-data | |
2006-03-19 | web commit by joey | www-data | |
2006-03-18 | web commit by joey: thoughts on conflict resolution, gobbing, locking | www-data | |
2006-03-17 | web commit by BrandenRobinson: Explain why letting users specify regexes is bad. | www-data | |
2006-03-16 | preview done | joey | |
2006-03-16 | web commit by joey | www-data | |
2006-03-16 | web commit by BrandenRobinson: Add brainstorming about email change ↵ | www-data | |
notification. | |||
2006-03-15 | man page generation | joey | |
2006-03-15 | config files now based on perl modules | joey | |
add MakeMaker foo for module | |||
2006-03-14 | fix Discussion links to not take the BestLink. | joey | |
As a bonus we now have meta Disussion/Discussion pages available, etc. Oh well.. :-) | |||
2006-03-14 | Some fixes to the parent links, I think the link to the index will be right | joey | |
in all cases now. | |||
2006-03-13 | avoid linkifying escaped wikilinks | joey | |
2006-03-13 | add --setup, --wrappermode | joey | |
allow filename param to --wrapper | |||
2006-03-13 | - add --exclude | joey | |
- move all the config vars into %config | |||
2006-03-13 | - Add Discussion links to the button bar, these will automatically create | joey | |
/Discussion subpages. - Fix linking to DNE pages in some edge cases. - Fix --rebuild (oops) - Fix propigation of "from" field trru the login process when creating a new page.a - Ideas for change notification. | |||
2006-03-12 | web commit by webtest | www-data | |
2006-03-12 | web commit by webtest | www-data | |
2006-03-12 | web commit by joey: test logged in commit | www-data | |
2006-03-12 | web commit by joey | www-data | |
2006-03-12 | - finish user registration and password request email | joey | |
- make sure a user is in the userdb before assuming they're logged on based on session info (allows deleting uerdb item and invalidating all sessions) | |||
2006-03-12 | web commit from 66.118.98.137: | www-data | |
2006-03-11 | web commit from 66.118.98.137: | www-data | |