aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
* graphviz: Fix display of preexisting images in preview mode.Joey Hess2010-05-04
|
* websetup: Only display Setup button on admins' preferences page.Joey Hess2010-05-03
| | | | Renamed it from "Wiki Setup" to just "Setup" for good measure.
* Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary ↵Joey Hess2010-05-03
| | | | | | | links to the action bar without modifying the template further. (COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept separate for now to avoid breaking modified templates.)
* use html5 semantic markup in page.tmplJoey Hess2010-05-02
| | | | | | | | | | | | | This is a first pass, it avoids needing to change style.css except where it refers to tag types. This goes a bit off the rails at the pageheader with its nested header. Semantically, there should be an article around the whole page header, content, and footer. Just as there will be an article around a whole comment or inlined page header, content, and footer. But that will mean changing the css that currently refers to pageheader to refer to the enclosing article instead.
* Add placeholder text in search form (in html5 mode only).Joey Hess2010-05-02
|
* Add parameter to displaytime to specify that it is a pubdate, and in html5 ↵Joey Hess2010-05-02
| | | | mode, use time tag.
* releasing version 3.20100501Joey Hess2010-05-01
|
* html5 optionJoey Hess2010-05-01
| | | | | | * Ikiwiki can be configured to generate html5 instead of the default xhtml 1.0. The html5 output mode is experimental, not yet fully standards compliant, and will be subject to rapid change.
* enable hidden attributeJoey Hess2010-05-01
|
* htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ↵Joey Hess2010-05-01
| | | | ruby, rt, rp, details, summary.
* more html5 attributesJoey Hess2010-05-01
|
* add rest of html5 form attributesJoey Hess2010-05-01
| | | | | It's easy to imagine pattern being used to freeze or crash browsers, if they implement it stupidly. Let's hope not..
* add figure and figcaptionJoey Hess2010-05-01
|
* htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ↵Joey Hess2010-05-01
| | | | max, step.
* htmlscrubber: Allow the placeholder attribute.Joey Hess2010-05-01
|
* more html5Joey Hess2010-05-01
| | | | | | * htmlscrubber: Also allow html5 canvas tags. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag.
* htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup ↵Joey Hess2010-05-01
| | | | header footer time mark
* Version dependency on liburi-perl to >= 1.36; previous versions did not ↵Joey Hess2010-04-30
| | | | support building urls from utf-8 strings. Closes: #579713
* remove obsolete NEWSJoey Hess2010-04-28
|
* TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not ↵Joey Hess2010-04-28
| | | | in-wiki templates.)
* template: Fix typo.Joey Hess2010-04-27
|
* releasing version 3.20100427Joey Hess2010-04-27
|
* Add page() PageSpec, which is like glob() but matches only pages, not other ↵Joey Hess2010-04-26
| | | | files.
* Fix removal of rendered files in rebuild mode.Joey Hess2010-04-26
| | | | | | | | | | | Needed to handle the move of the .js files into ikiwiki/, but also this is a longstanding bug. Old pagemtime is not remembered in rebuild mode, and changing that would need a lot of changes. So instead, loop on pagectime, which is remembered. Change to remembering old pagesources info in rebuild mode. This seems safe enough.
* Merge branch 'master' into templatemoveJoey Hess2010-04-24
|\
| * Moved javascript files under the ikiwiki/ directory, to avoid cluttering the ↵Joey Hess2010-04-24
| | | | | | | | top of the web root. This is another things that requires a wiki rebuild on upgrade to this version.
* | typoJoey Hess2010-04-23
| |
* | changelog/NEWS update for template changesJoey Hess2010-04-23
| |
* | update news for template changeJoey Hess2010-04-23
|/
* update copyright yearsJoey Hess2010-04-23
|
* formatJoey Hess2010-04-22
|
* Merge branch 'autotag'Joey Hess2010-04-22
|\
| * turn on tag_autocreate by default if tagbase is setJoey Hess2010-04-21
| |
| * Merge branch 'master' into autotagJoey Hess2010-04-21
| |\
| * \ Merge branch 'master' into autotagJoey Hess2010-04-21
| |\ \
| * | | document tag_autocreateJoey Hess2010-04-21
| | | |
* | | | force rebuild from pre 20100422Joey Hess2010-04-22
| | | | | | | | | | | | | | | | | | | | to ensure those wrong massive depends_simple don't linger on systems that rebuilt for the other reasons already
* | | | note that the new version will have some optimisation fixesJoey Hess2010-04-22
| |_|/ |/| |
* | | reword newsJoey Hess2010-04-21
| |/ |/|
* | spellingJoey Hess2010-04-21
|/
* bzr: changelog and refactorJoey Hess2010-04-17
|
* typoJoey Hess2010-04-17
|
* autoindex: Switch to using %wikistate instead of abusing $pagestate{index}.Joey Hess2010-04-17
|
* update changelogJoey Hess2010-04-16
|
* implement rcs_getmtime for svnJoey Hess2010-04-16
| | | | | | | | | This is a slow implementation; it runs svn log once per file still, rather than running svn log once on the whole srcdir. I did it this way because in my experience, svn log, run on a directory, does not always list every change to files inside that directory. I don't know why, and I use svn as little as possible these days.
* automatically run --gettime, and optimise it for gitJoey Hess2010-04-16
| | | | | | | | | | * Automatically run --gettime the first time ikiwiki is run on a given srcdir. * Optimise --gettime for git, so it's appropriatly screamingly fast. (This could be done for other backends too.) * However, --gettime for git no longer follows renames. * Use above to fix up timestamps on docwiki, as well as ensure that timestamps on basewiki files shipped in the deb are sane.
* --gettime revampJoey Hess2010-04-16
| | | | | | | | * Rename --getctime to --gettime. (The old name still works for backwards compatability.) * --gettime now also looks up last modification time. * Add rcs_getmtime to plugin API; currently only implemented for git.
* calendar: Improved display of arrows.Joey Hess2010-04-15
|
* update name of libsparkline-phpJoey Hess2010-04-15
|
* calendarmonth.tmpl: The month calendar is now put in a sidebar.Joey Hess2010-04-15
|