aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
Commit message (Collapse)AuthorAge
* * Page templates can now use CTIME to show when the page was created.Joey Hess2008-02-09
|
* Add xmlns attribute on html element in templates; pages can now validate.Josh Triplett2007-11-08
|
* * Fix copyright and licence styling.joey2007-09-20
|
* basic styling for license and copyrightjoey2007-09-15
|
* * meta: Support license and copyright information. The information willjoey2007-09-14
| | | | | | be shown in the page footer. HTML will also be inserted that should support the rel=license microformat as well as the HTML spec's rel=copyright.
* * Make all templates have a footer div to ease themeing. Required templatejoey2007-05-11
| | | | | | | | and style sheet updates, and unless you're using customised versions, you'll want to rebuild wikis on upgrade to this version to avoid inconsistencies. * Allow WIKINAME to to used in footers, as an example of something to put there.
* more footer improvementsjoey2007-04-26
|
* * Move the footer div to enclose tags and links too.joey2007-04-26
| | | | | * More style sheet updates, remove the hack that used the tags div to create the footer border.
* * Minor template improvements by Alessandro.joey2007-04-18
|
* use popup balloon for more backlinks, rather than expanding on hover, sincejoey2007-04-06
| | | | | | in some cases it's not possible to move the mouse over the more backlinks using the old method
* * Reorder the icon in the template above the stylesheets, to avoid iconjoey2007-04-06
| | | | flashing during page load.
* * Hide excess backlinks and expand using CSS trick; control quantiy viajoey2007-03-31
| | | | the numbacklinks setting.
* the real bug turned out to be in the meta pluginjoey2007-03-21
|
* forgot to revert thisjoey2007-03-21
|
* * Fix a few bugs around page titles containing html. The worst of thesejoey2007-03-21
| | | | | is an actual security hole as it allows insertion of html into the title element of a page, which is not processed by the htmlscrubber.
* Changes from StefanoZacchiroli:joey2006-12-28
| | | | | | | | - Use div for inlinepage actions, not a span - Add an enclosing "trailer" div Also, change pageinfo span into a div, since it now can include <p>
* * Add mirrorlist plugin.joey2006-12-23
|
* * 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.
* fix mime typejoey2006-09-17
|
* * Updated ikiwiki.svgz from Recai, includes an icon and is used to generatejoey2006-09-16
| | | | a multi-resolution favicon.ico.
* * pagetemplate hooks are now also called when generating cgi pages.joey2006-09-16
| | | | | * Add a favicon plugin, which simply adds a link tag for an icon to each page (and cgis).
* * Include <link rel> tag for RSS feeds, used by some aggregators andjoey2006-09-06
| | | | firefox to find the feed.
* * 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.
* * 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.
* revert broken parentlinks fix, which was broken, explain whyjoey2006-08-22
| | | | | add plugins/contrib page to avoid broken link on this wiki
* * Clean up behavior with broken parentlinks.joey2006-08-21
|
* * Fixed a bug with previews of subpages having broken links to top-leveljoey2006-08-21
| | | | | | | | pages. * Change how the stylesheet url is determined in the templates: Remove STYLEURL and add BASEURL to all templates (some already had it). This new more general variable can be used to link to other things (eg, images) from the template, as well as stylesheets.
* * 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.
* 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.
* - Adds a tag plugin that allows more easily tagging pages.joey2006-07-27
| | | | | | | | | | | | | The meta plugin can also still be used for that, but the tag plugin also lists a page's tags at the bottom of the page. - 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. * Run pagetemplate hooks when inlining pages so that inlines pages also list their tags. * Make all plugins with pagetemplate hooks check that variables exist on the template before setting them.
* * Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey2006-06-02
| | | | | | | | | | * Allow pagetemplate plugins to override *anything* in the template. * Add a meta plugin, which allows specifying various metadata about pages, like license and author. It also allows for inserting html link and meta tags into html, overriding the title, and adding hidden WikiLinks, which can be useful when using link-based globbing for page categorisation. * Remove preprocessor directives from inlined pages. * Allow simple preprocessor directive values to be specified w/o quotes.
* better fix for empty actions list issuejoey2006-05-26
|
* * Rebuilding on upgrade to this version is recommended.joey2006-05-26
| | | | | | | | * Add a html validity check to the test suite, using the wdg-html-validator, if available. * Make the html valid when there is nothing in the actions list by adding an empty <li> to the end of it. * Reordered some function call parameters for consistency.
* header can appear more than one time, so is a class, not an idjoey2006-05-26
|
* * The page name and parent links has switched from using a <h1> to a styledjoey2006-05-26
| | | | | | | | | | <span>, so pages can use <h1> internally instead of needing to use <h2>. * Updated all of ikiwiki's own wiki pages for that. * Add pagetemplate hook, which can be used by plugins that want to mess around with adding new stuff to the page template. * Remove headercontent; the search plugin now adds the search box to the header by registering a pagetemplate hook, and other plugins should do similarly.
* * Allow discussion links on pages to be turned off with --no-discussion.joey2006-05-05
|
* rather a lot of changes to make hyperestraier search be a plugin, allowingjoey2006-05-03
| | | | | | | | | | | | | | for other types of search engine plugins if wanted, and also opening up a lot of new possibilities for other kinds of plugins later some notable changes along the way: - lots of new hook types: cgi, render, delete - wrapper files fixed to support config strings with newlines in them - HEADERCONTENT in page template useful for plugins. Probably needs to be expanded to more such for other places plugins might want to add content. - remove unnecessary wrappers field from config info stored in wrappers
* * Rename inlinepage to depends, so that it can be used to refer to morejoey2006-05-01
| | | | | | | | | | | | 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.)
* fixesjoey2006-03-29
|
* added --hyperestraier switch, which turns on search supportjoey2006-03-29
| | | | | (ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
* css supportjoey2006-03-29
|
* missing <p>joey2006-03-29
|
* html validation fixes:joey2006-03-29
| | | | | | | | | | | - 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.
* 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.joey2006-03-13
| | | | | should really use css for this..
* - Add Discussion links to the button bar, these will automatically createjoey2006-03-13
| | | | | | | | | | /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.
* - use templates for signin form, error messagesjoey2006-03-12
| | | | | | | | | | | | | - 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