Commit Graph

9429 Commits (d7c164dbf29ef57f8ed2963985bd250acbef96df)

Author SHA1 Message Date
Joey Hess 1f7175e891 sidebar: Add global_sidebars setting. 2010-04-15 17:31:50 -04:00
Joey Hess 37a0c2d40b add note if ikiwiki-calendar needs to be run 2010-04-15 16:55:20 -04:00
Joey Hess 358fa953e1 sidebar: Now a sidebar directive can be used to override the sidebar shown on a page. 2010-04-15 16:51:27 -04:00
Joey Hess 843ce484fc update 2010-04-15 16:21:06 -04:00
Joey Hess 5143d790b0 sidebar styling improvements
Added a visible border; tuned down the whitespace/borders.

Note the use of the -1 pixel margin-top -- this makes the sidebar appear
to hang down from the line under the actions at the top of the page.
2010-04-15 16:08:33 -04:00
Joey Hess 3fbc9e411e increase sidebar width from 20 to 30 ex
This makes it big enough to fit a month calendar.
2010-04-15 15:38:23 -04:00
Joey Hess baaa848f6c CSS and templates for sidebar changed to use a class, not an id.
Multiple sidebars should be possible; also, I want to add a sidebar
template.
2010-04-15 15:04:17 -04:00
Joey Hess d6bfe2a25e don't link to ikiwiki-calendar, broken link on basewiki 2010-04-15 14:32:53 -04:00
Joey Hess fe733e2a42 enhance pagestats and rework example blog front page
* pagestats: Class parameter can be used to override default class for
  custom styling.
* pagestats: Use style=list to get a list of tags, scaled by use like
  in a tag cloud. This is useful to put in a sidebar.
* Rework example blog front page.
2010-04-15 14:29:14 -04:00
Joey Hess 3131433f64 calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.) 2010-04-15 13:40:53 -04:00
Joey Hess 81ce1cf9da remove example comments_pagespec setting
auto-blog.setup configures this automatically now
2010-04-15 13:38:24 -04:00
Joey Hess 43ed0cd07e note link types are now available 2010-04-14 16:04:52 -04:00
PaulePanter 53c8e674ac Correct comment. We want to merge the branch *doc* into branch *master* as the sample output suggests. 2010-04-14 17:38:39 +00:00
http://oneingray.myopenid.com/ e6e77d2311 Fixed a typo. 2010-04-14 16:03:20 +00:00
http://oneingray.myopenid.com/ 766ad1cb4c Fixed the double quotes. 2010-04-14 15:56:45 +00:00
http://oneingray.myopenid.com/ 43ad6bf961 More details on my personal preferences (as related to Ikiwiki.) 2010-04-14 15:54:49 +00:00
http://oneingray.myopenid.com/ 46551be9ef Give a bit more details about the Wikis (now one more) I run. 2010-04-14 15:42:25 +00:00
Joey Hess aaaef74010 update 2010-04-12 16:46:38 -04:00
Joey Hess 24fb346938 fix bug 2010-04-12 16:04:49 -04:00
Joey Hess 5ce4c89dee Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-12 15:03:42 -04:00
Joey Hess df022df35e implemented the other half of this
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.
2010-04-12 15:02:18 -04:00
Simon McVittie 9060cb0cf8 Space sorting orders consistently
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.
2010-04-11 14:32:18 +01:00
Joey Hess 0bfc364a7d optimization: pagespec_match_list with no num limit matches before sorting
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.
2010-04-11 01:30:03 -04:00
Joey Hess cecbd52938 plan for more efficient pagespec_match_list sorting
(smcv please note)
2010-04-11 00:30:27 -04:00
Joey Hess bb09a1f001 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-10 18:29:20 -04:00
Joey Hess d2c36a6f4b close 2010-04-10 15:29:31 -04:00
Cord a8761a086e 2010-04-10 07:06:06 +00:00
Joey Hess 1c1c76c53e close bug, was fixed in 3.20100403 2010-04-09 12:25:10 -04:00
http://kerravonsen.dreamwidth.org/ ce9cf967d0 formatting 2010-04-07 23:33:04 +00:00
http://kerravonsen.dreamwidth.org/ 15a65ffae6 further response to smcv on pagetemplates 2010-04-07 23:29:25 +00:00
Jon Dowland c127e964f1 expand my response 2010-04-07 21:25:26 +01:00
http://smcv.pseudorandom.co.uk/ e46a3b7534 "safe" and "unsafe" too simplistic, I suspect 2010-04-07 17:39:04 +00:00
http://kerravonsen.dreamwidth.org/ 2e9fae5c11 response about XSS, meta and pagetemplates 2010-04-07 15:12:39 +00:00
Joey Hess ef1ebf6079 add peter's git repo 2010-04-07 00:28:56 -04:00
Joey Hess d58444a3e9 note about sort and dependency types
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. :)
2010-04-07 00:09:22 -04:00
Joey Hess 32ce94f5a3 close (but one question remains!) 2010-04-06 23:30:10 -04:00
Joey Hess 04a9d8e867 remove note about more sort types possibly being available
Good plugins should document them :)
2010-04-06 23:26:59 -04:00
Joey Hess dad7ac5a21 question 2010-04-06 23:24:22 -04:00
Joey Hess be2af2e5c1 add cpan link 2010-04-06 23:19:00 -04:00
Joey Hess bab8fec524 Merge remote branch 'smcv/ready/sort-package'
Conflicts:
	debian/NEWS
2010-04-06 23:15:33 -04:00
Joey Hess 9dc220711d Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-06 23:05:04 -04:00
Joey Hess fcd810d236 close 2010-04-06 23:04:54 -04:00
http://smcv.pseudorandom.co.uk/ e12cd5f293 update fieldsort plugin again; remove obsolete bug + fix note (thanks!) 2010-04-07 03:03:40 +00:00
Joey Hess f2a87addc6 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-06 22:59:57 -04:00
Joey Hess 3b1dd03c7e improve wording to not encourage explicitly passing undef 2010-04-06 22:57:02 -04:00
http://smcv.pseudorandom.co.uk/ 1158fe8f44 further discussion, point out potential XSS 2010-04-07 02:55:50 +00:00
Joey Hess f6fd7639da Merge remote branch 'smcv/ready/link-types' 2010-04-06 22:50:19 -04:00
http://kerravonsen.dreamwidth.org/ 811d398646 response 2010-04-06 23:20:49 +00:00
http://kerravonsen.dreamwidth.org/ c7eaf3c262 response 2010-04-06 23:19:18 +00:00
http://kerravonsen.dreamwidth.org/ 121405e8aa response to Joey and smcv 2010-04-06 23:09:59 +00:00