Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-29 | missing <p> | joey | |
2006-03-29 | html validation fixes: | joey | |
- escape & in urls (also clean up cgi url generation) - since markdown wraps inlined pages in <p></p>, close and re-open the paragraph tags when generating the embedded html - added XHTML 1.0 doctypes to templates - fixed <hr /> and <br /> in templates - add an alt attribute to inline images, based on the WikiLink to the image. Allows things like [[my_image|img.png]] to customise alt text. | |||
2006-03-24 | no need to use h2's here | joey | |
2006-03-24 | foo | joey | |
2006-03-24 | add blog post template | joey | |
2006-03-24 | switch to h1 for page titles since pages tend to have h2's inside them | 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 | improve description field for rss | joey | |
2006-03-23 | add support for generating per-page rss feeds | joey | |
2006-03-21 | prefs page implemented | joey | |
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-19 | link to helponformatting from the edit page | joey | |
2006-03-19 | conflict detection, merging, etc should be done now, I think | joey | |
2006-03-19 | first cut at svn merge and conflict | joey | |
2006-03-16 | add a header to page preview section | joey | |
2006-03-16 | dd page preview | joey | |
2006-03-13 | nbsp hack to separate out the buttons a bit. | joey | |
should really use css for this.. | |||
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 | templatize commit types, so it could use icons, or whatever | joey | |
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 | fix | joey | |
2006-03-12 | - use templates for signin form, error messages | joey | |
- use FormBuilder for edit page forms (also use template) - print debug to stderr in cgi mode to avoid breaking http headers - fix links to page in parentlinks if $url is unset - reorganise how wikilink is used in templates - only make recentchanes link if svn is enabled - change session id cookie to something we control - add support for logging committer name for web commits from signed in users (untested) - probably more changes I forgot | |||
2006-03-12 | improve message | joey | |
2006-03-12 | add rev as comment to shut up html::template | joey | |
2006-03-12 | doh | joey | |
2006-03-12 | template for recentchanges | joey | |
2006-03-12 | use template for page rendering | joey | |