aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ↵Joey Hess2010-04-15
| | | | which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.)
* remove example comments_pagespec settingJoey Hess2010-04-15
| | | | auto-blog.setup configures this automatically now
* note link types are now availableJoey Hess2010-04-14
|
* Correct comment. We want to merge the branch *doc* into branch *master* as ↵PaulePanter2010-04-14
| | | | the sample output suggests.
* Fixed a typo.http://oneingray.myopenid.com/2010-04-14
|
* Fixed the double quotes.http://oneingray.myopenid.com/2010-04-14
|
* More details on my personal preferences (as related to Ikiwiki.)http://oneingray.myopenid.com/2010-04-14
|
* Give a bit more details about the Wikis (now one more) I run.http://oneingray.myopenid.com/2010-04-14
|
* updateJoey Hess2010-04-12
|
* fix bugJoey Hess2010-04-12
|
* more tests with more itemsJoey Hess2010-04-12
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-12
|\
| * Space sorting orders consistentlySimon McVittie2010-04-11
| | | | | | | | | | | | | | | | | | Markdown interprets the empty lines resulting from [[!if]] as a request that each <li> contain a <p>. For consistent spacing in the HTML, either the unconditional items should have blank lines between (resulting in each <li> having a <p>), or the conditional items should not (resulting in messy source code, and no <li> having a <p>). I think the former looks nicer.
* | implemented the other half of thisJoey Hess2010-04-12
| | | | | | | | | | | | | | Writing my own sort code actually was faster than the built in sort. Whee! (That's not supposed to happen, is it. ;) But, I need to make sure influences are calculated alright.
* | refactor sortspec translationJoey Hess2010-04-12
|/
* optimization: pagespec_match_list with no num limit matches before sortingJoey Hess2010-04-11
| | | | | | This can be a lot faster, since huge numbers of pages are not sorted only to mostly be thrown away. It sped up a build of my blog by at least 5 minutes.
* plan for more efficient pagespec_match_list sortingJoey Hess2010-04-11
| | | | (smcv please note)
* formattingJoey Hess2010-04-10
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-10
|\
| * (no commit message)Cord2010-04-10
| |
* | po: Configuring the same language as master and slave confuses processing; ↵Joey Hess2010-04-10
| | | | | | | | so filter out such a misconfiguration.
* | closeJoey Hess2010-04-10
| |
* | fix testsuiteJoey Hess2010-04-10
| | | | | | | | typedlink matchspec was removed
* | update changelog, update rebuild versionJoey Hess2010-04-10
| |
* | Merge remote branch 'smcv/unescaped-meta'Joey Hess2010-04-10
|\ \ | |/ |/| | | | | Conflicts: IkiWiki/Plugin/meta.pm
| * HTML-encode meta title, description, guid on output, but not in the pagestateSimon McVittie2010-04-06
| | | | | | | | | | | | This makes them consistent with the rest of the meta keys. A wiki rebuild will be needed on upgrade to this version; until the wiki is rebuilt, double-escaping will occur in the titles of pages that have not changed.
* | po: Check that translated underlay directories exist before using them for ↵Joey Hess2010-04-09
| | | | | | | | master language.
* | close bug, was fixed in 3.20100403Joey Hess2010-04-09
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-08
|\ \
| * | formattinghttp://kerravonsen.dreamwidth.org/2010-04-07
| | |
| * | further response to smcv on pagetemplateshttp://kerravonsen.dreamwidth.org/2010-04-07
| | |
| * | expand my responseJon Dowland2010-04-07
| | |
| * | "safe" and "unsafe" too simplistic, I suspecthttp://smcv.pseudorandom.co.uk/2010-04-07
| | |
| * | response about XSS, meta and pagetemplateshttp://kerravonsen.dreamwidth.org/2010-04-07
| | |
* | | Update dependency for git-core to git transition.Joey Hess2010-04-08
|/ /
* | add peter's git repoJoey Hess2010-04-07
| |
* | note about sort and dependency typesJoey Hess2010-04-07
| | | | | | | | | | | | | | | | | | | | | | | | There's a gotcha where pagespec_match_list is used with a dependency type that is not a full content dependency, and so ikiwiki does not know that a content change to a page that sorted too low to match needs to trigger a rebuild, since its sort order may have changed. Inline is mostly ok re this, as it does use content dependencies. Except for in the case of raw mode. But then, page metadata is documented to not be loaded, so it doesn't make sense to use sortspecs that depend on metadata. I hope. :)
* | typoJoey Hess2010-04-06
| |
* | update for sort changesJoey Hess2010-04-06
| |
* | close (but one question remains!)Joey Hess2010-04-06
| |
* | minor style etc changesJoey Hess2010-04-06
| |
* | remove note about more sort types possibly being availableJoey Hess2010-04-06
| | | | | | | | Good plugins should document them :)
* | questionJoey Hess2010-04-06
| |
* | add cpan linkJoey Hess2010-04-06
| |
* | don't force a rebuildJoey Hess2010-04-06
| | | | | | | | Rebuild can be needed sometimes, but not always, so undef.
* | Merge remote branch 'smcv/ready/sort-package'Joey Hess2010-04-06
|\ \ | | | | | | | | | | | | Conflicts: debian/NEWS
| * | Only store authorsort in meta pagestate if it differs from authorSimon McVittie2010-04-06
| | |
| * | Only store titlesort in meta pagestate if it differs from titleSimon McVittie2010-04-06
| | |
| * | Use $a and $b for SortSpec cmp callbacksSimon McVittie2010-04-05
| | |
| * | Rename sort parameter to meta title/author to sortas=barSimon McVittie2010-04-04
| | | | | | | | | | | | Joey pointed out that sort=x usually takes a sort order.