aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
Commit message (Expand)AuthorAge
...
* * Rename inlinepage to depends, so that it can be used to refer to more••• 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.) joey2006-05-01
* fixesjoey2006-03-29
* added --hyperestraier switch, which turns on search support•••(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..) joey2006-03-29
* css supportjoey2006-03-29
* missing <p>joey2006-03-29
* html validation fixes:••• - 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. joey2006-03-29
* hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey2006-03-24
* add support for generating per-page rss feedsjoey2006-03-23
* prefs page implementedjoey2006-03-21
* added last changed timestamp for pagesjoey2006-03-20
* nbsp hack to separate out the buttons a bit.•••should really use css for this.. joey2006-03-13
* - Add Discussion links to the button bar, these will automatically create••• /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. joey2006-03-13
* - use templates for signin form, error messages•••- 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 joey2006-03-12
* use template for page renderingjoey2006-03-12