]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
17 years agofix up use of PREFIX
joey [Sat, 26 Aug 2006 21:36:29 +0000 (21:36 +0000)] 
fix up use of PREFIX

17 years agoswitch to > n (currently 10) cycle loop protection since eg tumov's include
joey [Sat, 26 Aug 2006 21:26:54 +0000 (21:26 +0000)] 
switch to > n (currently 10) cycle loop protection since eg tumov's include
plugin preprocesses included pages using the name of the including page

17 years agoweb commit by JamesWestby
www-data [Sat, 26 Aug 2006 20:39:23 +0000 (20:39 +0000)] 
web commit by JamesWestby

17 years agoresponse
joey [Sat, 26 Aug 2006 17:43:14 +0000 (17:43 +0000)] 
response

17 years ago* Patch from James Westby to allow a description to be set for rss feeds.
joey [Sat, 26 Aug 2006 17:36:46 +0000 (17:36 +0000)] 
* Patch from James Westby to allow a description to be set for rss feeds.

17 years agoweb commit by JamesWestby
www-data [Sat, 26 Aug 2006 17:16:18 +0000 (17:16 +0000)] 
web commit by JamesWestby

17 years agoweb commit by JamesWestby
www-data [Sat, 26 Aug 2006 12:42:12 +0000 (12:42 +0000)] 
web commit by JamesWestby

17 years agoweb commit by JamesWestby
www-data [Sat, 26 Aug 2006 09:52:19 +0000 (09:52 +0000)] 
web commit by JamesWestby

17 years agoresponse
joey [Sat, 26 Aug 2006 03:48:39 +0000 (03:48 +0000)] 
response

17 years agoweb commit by JamesWestby
www-data [Sat, 26 Aug 2006 01:41:09 +0000 (01:41 +0000)] 
web commit by JamesWestby

17 years agouse a hash
joey [Fri, 25 Aug 2006 22:08:03 +0000 (22:08 +0000)] 
use a hash

17 years ago* Generalised preprocesser loop protection code.
joey [Fri, 25 Aug 2006 19:06:37 +0000 (19:06 +0000)] 
* Generalised preprocesser loop protection code.

17 years ago* Use DESTDIR and not PREFIX to specify installation prefix for packaging.
joey [Fri, 25 Aug 2006 02:12:43 +0000 (02:12 +0000)] 
* Use DESTDIR and not PREFIX to specify installation prefix for packaging.
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
  from a different directory.

17 years agoweb commit by EdAvis
www-data [Thu, 24 Aug 2006 22:48:49 +0000 (22:48 +0000)] 
web commit by EdAvis

17 years ago* Make all pages pull in a local.css style sheet, if present. This won't
joey [Thu, 24 Aug 2006 20:45:09 +0000 (20:45 +0000)] 
* Make all pages pull in a local.css style sheet, if present. This won't
  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.

17 years agoresponse
joey [Thu, 24 Aug 2006 20:28:08 +0000 (20:28 +0000)] 
response

17 years agoremove date munging, seems to be unnecessary
joey [Thu, 24 Aug 2006 20:03:58 +0000 (20:03 +0000)] 
remove date munging, seems to be unnecessary

17 years agoweb commit by EdAvis
www-data [Wed, 23 Aug 2006 21:25:59 +0000 (21:25 +0000)] 
web commit by EdAvis

17 years agoupdate
joey [Wed, 23 Aug 2006 21:11:49 +0000 (21:11 +0000)] 
update

17 years agoremove unused option
joey [Wed, 23 Aug 2006 20:49:54 +0000 (20:49 +0000)] 
remove unused option

17 years agochanges to show= params
joey [Wed, 23 Aug 2006 20:46:56 +0000 (20:46 +0000)] 
changes to show= params

17 years agoweb commit by EdAvis
www-data [Wed, 23 Aug 2006 20:44:44 +0000 (20:44 +0000)] 
web commit by EdAvis

17 years agoimprove
joey [Wed, 23 Aug 2006 20:44:26 +0000 (20:44 +0000)] 
improve

17 years agoweb commit by EdAvis
www-data [Wed, 23 Aug 2006 20:40:59 +0000 (20:40 +0000)] 
web commit by EdAvis

17 years agoupdate
joey [Wed, 23 Aug 2006 20:28:08 +0000 (20:28 +0000)] 
update

17 years agono longer need triple quotes
joey [Wed, 23 Aug 2006 20:27:18 +0000 (20:27 +0000)] 
no longer need triple quotes

17 years ago* Change order of linkify and preprocess; first preprocess and then linkify.
joey [Wed, 23 Aug 2006 20:23:57 +0000 (20:23 +0000)] 
* Change order of linkify and preprocess; first preprocess and then linkify.
  This allows passing a wikilink inside a parameter to a preprocessor
  directive without it being expanded to html, and leaking out of the
  parameter, which had required some non-obvious use of triple-quoting
  to avoid. Note that any preprocessor plugins that output something
  that looks like a wikilink will now have it treated as such; AFAIK
  this doesn't change any behavior though except for the template plugin.
* Enable preprocessor directives when previewing an edit.

17 years agoapplied patch
joey [Wed, 23 Aug 2006 18:43:19 +0000 (18:43 +0000)] 
applied patch

17 years ago* Patch from Jordà Polo to make Setup::Standard support hashes in config
joey [Wed, 23 Aug 2006 18:41:32 +0000 (18:41 +0000)] 
* Patch from Jordà Polo to make Setup::Standard support hashes in config
  files.

17 years agoweb commit by JordaPolo: Reply to comments; fix my name.
www-data [Wed, 23 Aug 2006 17:13:57 +0000 (17:13 +0000)] 
web commit by JordaPolo: Reply to comments; fix my name.

17 years ago* Make pagespec merge code smarter about merging duplicate pagespecs.
joey [Wed, 23 Aug 2006 06:44:47 +0000 (06:44 +0000)] 
* Make pagespec merge code smarter about merging duplicate pagespecs.

17 years agoless padding
joey [Wed, 23 Aug 2006 06:18:46 +0000 (06:18 +0000)] 
less padding

17 years agosome fixes for note layout
joey [Wed, 23 Aug 2006 06:17:12 +0000 (06:17 +0000)] 
some fixes for note layout

17 years agoupdate
joey [Wed, 23 Aug 2006 06:08:12 +0000 (06:08 +0000)] 
update

17 years agofixes
joey [Wed, 23 Aug 2006 05:57:07 +0000 (05:57 +0000)] 
fixes

17 years agohmm
joey [Wed, 23 Aug 2006 05:51:23 +0000 (05:51 +0000)] 
hmm

17 years agofix
joey [Wed, 23 Aug 2006 05:49:58 +0000 (05:49 +0000)] 
fix

17 years agofix
joey [Wed, 23 Aug 2006 05:49:18 +0000 (05:49 +0000)] 
fix

17 years ago* Allow preprocessor directives to contain python-like triple-quoted
joey [Wed, 23 Aug 2006 05:41:07 +0000 (05:41 +0000)] 
* Allow preprocessor directives to contain python-like triple-quoted
  text blocks, for easy nesting of quotes inside.
* Add a template plugin.
* Use the template plugin to add infoboxes to each plugin page listing basic
  info about the plugin.

17 years ago* Allow preprocessor directives to span multiple lines, both to make
joey [Wed, 23 Aug 2006 03:25:40 +0000 (03:25 +0000)] 
* Allow preprocessor directives to span multiple lines, both to make
  long ones with lots of values easier to write, and to allow for ones with
  multi-line quoted values.

17 years agoadd a missing closing ] on example directive
joey [Wed, 23 Aug 2006 03:21:55 +0000 (03:21 +0000)] 
add a missing closing ] on example directive

17 years agothoughts
joey [Wed, 23 Aug 2006 02:19:56 +0000 (02:19 +0000)] 
thoughts

17 years agoupdate
joey [Wed, 23 Aug 2006 02:00:21 +0000 (02:00 +0000)] 
update

17 years agoreorganise, include preprocess in the right order
joey [Wed, 23 Aug 2006 01:54:40 +0000 (01:54 +0000)] 
reorganise, include preprocess in the right order

17 years agoadd upgrade note
joey [Tue, 22 Aug 2006 19:41:15 +0000 (19:41 +0000)] 
add upgrade note

17 years agoremove removed fix
joey [Tue, 22 Aug 2006 17:55:24 +0000 (17:55 +0000)] 
remove removed fix

17 years agorevert broken parentlinks fix, which was broken, explain why
joey [Tue, 22 Aug 2006 17:54:10 +0000 (17:54 +0000)] 
revert broken parentlinks fix, which was broken, explain why

add plugins/contrib page to avoid broken link on this wiki

17 years ago* Fix a bug introduced last version to do with nested inlines.
joey [Tue, 22 Aug 2006 17:02:01 +0000 (17:02 +0000)] 
* Fix a bug introduced last version to do with nested inlines.

17 years agoupdate
joey [Mon, 21 Aug 2006 23:23:14 +0000 (23:23 +0000)] 
update

17 years ago* Clean up behavior with broken parentlinks.
joey [Mon, 21 Aug 2006 22:45:17 +0000 (22:45 +0000)] 
* Clean up behavior with broken parentlinks.

17 years ago* Fixed a bug with previews of subpages having broken links to top-level
joey [Mon, 21 Aug 2006 22:27:02 +0000 (22:27 +0000)] 
* Fixed a bug with previews of subpages having broken links to top-level
  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.

17 years agomove to bug page
joey [Mon, 21 Aug 2006 21:48:26 +0000 (21:48 +0000)] 
move to bug page

17 years agoweb commit by joey: comments
www-data [Mon, 21 Aug 2006 21:45:54 +0000 (21:45 +0000)] 
web commit by joey: comments

17 years agoweb commit by JordaPolo: Fixed preformatted text.
www-data [Mon, 21 Aug 2006 18:35:03 +0000 (18:35 +0000)] 
web commit by JordaPolo: Fixed preformatted text.

17 years agoweb commit by JordaPolo: Added linguas plugin.
www-data [Mon, 21 Aug 2006 18:29:28 +0000 (18:29 +0000)] 
web commit by JordaPolo: Added linguas plugin.

17 years agoweb commit by JordaPolo: Subpages and header.
www-data [Mon, 21 Aug 2006 10:27:25 +0000 (10:27 +0000)] 
web commit by JordaPolo: Subpages and header.

17 years agoweb commit by JordaPolo: Request new template variable.
www-data [Mon, 21 Aug 2006 08:34:25 +0000 (08:34 +0000)] 
web commit by JordaPolo: Request new template variable.

17 years agofix
joey [Sun, 20 Aug 2006 21:09:36 +0000 (21:09 +0000)] 
fix

17 years agofix
joey [Sun, 20 Aug 2006 21:07:59 +0000 (21:07 +0000)] 
fix

17 years agomodernisation
joey [Sun, 20 Aug 2006 21:06:57 +0000 (21:06 +0000)] 
modernisation

17 years agoadd news item for ikiwiki 1.21
joey [Sun, 20 Aug 2006 20:54:20 +0000 (20:54 +0000)] 
add news item for ikiwiki 1.21

17 years agoreleasing version 1.21
joey [Sun, 20 Aug 2006 20:53:56 +0000 (20:53 +0000)] 
releasing version 1.21

17 years ago* Fix utf-8 in blog post form.
joey [Sun, 20 Aug 2006 20:45:55 +0000 (20:45 +0000)] 
* Fix utf-8 in blog post form.

17 years agofix regexp
joey [Sat, 19 Aug 2006 18:28:40 +0000 (18:28 +0000)] 
fix regexp

17 years agoadd in a hack to improve the look of check marks in outline
joey [Sat, 19 Aug 2006 18:27:57 +0000 (18:27 +0000)] 
add in a hack to improve the look of check marks in outline

17 years agoadd styling for outline lists
joey [Sat, 19 Aug 2006 18:16:23 +0000 (18:16 +0000)] 
add styling for outline lists

17 years agoclarify
joey [Sat, 19 Aug 2006 05:26:02 +0000 (05:26 +0000)] 
clarify

17 years agoupdate
joey [Sat, 19 Aug 2006 05:18:28 +0000 (05:18 +0000)] 
update

17 years agoupdate
joey [Sat, 19 Aug 2006 05:17:12 +0000 (05:17 +0000)] 
update

17 years agoupdate
joey [Sat, 19 Aug 2006 05:15:53 +0000 (05:15 +0000)] 
update

17 years agoupdate
joey [Sat, 19 Aug 2006 05:15:25 +0000 (05:15 +0000)] 
update

17 years agoupdate
joey [Sat, 19 Aug 2006 05:15:00 +0000 (05:15 +0000)] 
update

17 years agoweb commit by joey: heh heh heh
www-data [Sat, 19 Aug 2006 05:13:21 +0000 (05:13 +0000)] 
web commit by joey: heh heh heh

17 years agoupdate
joey [Sat, 19 Aug 2006 05:07:44 +0000 (05:07 +0000)] 
update

17 years agoadd python-docutils
joey [Sat, 19 Aug 2006 05:05:42 +0000 (05:05 +0000)] 
add python-docutils

17 years ago* Add first draft at a Restructured Text (rst) plugin, by Sergio
joey [Sat, 19 Aug 2006 05:05:02 +0000 (05:05 +0000)] 
* Add first draft at a Restructured Text (rst) plugin, by Sergio
  Talens-Oliag. Note that this has many known issues -- see the caveats on
  the plugin's page.
* Credit everyone who wrote a plugin on the plugins' wiki pages.

17 years agokill footer
joey [Sat, 19 Aug 2006 03:06:32 +0000 (03:06 +0000)] 
kill footer

17 years ago* Fix ikiwiki-mass-rebuild to work in the way the postinst uses it.
joey [Sat, 19 Aug 2006 02:58:47 +0000 (02:58 +0000)] 
* Fix ikiwiki-mass-rebuild to work in the way the postinst uses it.

17 years agovalidate plugins/map
joey [Fri, 18 Aug 2006 22:57:20 +0000 (22:57 +0000)] 
validate plugins/map

17 years agoclarify
joey [Fri, 18 Aug 2006 22:23:34 +0000 (22:23 +0000)] 
clarify

17 years agogenerate valid xhtml in all cases, including nesting
joey [Fri, 18 Aug 2006 22:22:47 +0000 (22:22 +0000)] 
generate valid xhtml in all cases, including nesting

17 years ago* Add otl format plugin, which handles files as created by vimoutliner.
joey [Fri, 18 Aug 2006 21:48:03 +0000 (21:48 +0000)] 
* Add otl format plugin, which handles files as created by vimoutliner.

17 years agoclarification
joey [Fri, 18 Aug 2006 21:33:09 +0000 (21:33 +0000)] 
clarification

17 years agoweb commit by StruanJudd
www-data [Fri, 18 Aug 2006 20:01:17 +0000 (20:01 +0000)] 
web commit by StruanJudd

17 years agoremove maxdepth, it can be accomplished by pagespec like ".. and !*/*/*/*"
joey [Fri, 18 Aug 2006 16:45:28 +0000 (16:45 +0000)] 
remove maxdepth, it can be accomplished by pagespec like ".. and !*/*/*/*"

17 years ago* Add a map plugin contributed by Alessandro Dotti Contra.
joey [Fri, 18 Aug 2006 16:18:45 +0000 (16:18 +0000)] 
* Add a map plugin contributed by Alessandro Dotti Contra.

17 years agoupdate
joey [Fri, 18 Aug 2006 06:22:38 +0000 (06:22 +0000)] 
update

17 years agoupdates
joey [Fri, 18 Aug 2006 06:21:59 +0000 (06:21 +0000)] 
updates

17 years agothoughts on some future stuff
joey [Fri, 18 Aug 2006 04:12:29 +0000 (04:12 +0000)] 
thoughts on some future stuff

17 years ago* Support inlining pages raw, rather than creating a blog.
joey [Fri, 18 Aug 2006 03:56:18 +0000 (03:56 +0000)] 
* Support inlining pages raw, rather than creating a blog.
* Clean up yes/no parameter parsing in inline plugin.
* Implemented better cycle detection in the inline plugin; nested inlines
  will now work.

17 years agonote
joey [Fri, 18 Aug 2006 01:28:54 +0000 (01:28 +0000)] 
note

17 years ago* Call filter hooks on inlined page content.
joey [Fri, 18 Aug 2006 00:44:46 +0000 (00:44 +0000)] 
* Call filter hooks on inlined page content.

17 years agonote on disabling sidebar
joey [Fri, 18 Aug 2006 00:35:04 +0000 (00:35 +0000)] 
note on disabling sidebar

17 years agoupdate
joey [Fri, 18 Aug 2006 00:29:45 +0000 (00:29 +0000)] 
update

17 years agoweb commit by joey
www-data [Fri, 18 Aug 2006 00:27:04 +0000 (00:27 +0000)] 
web commit by joey

17 years agoweb commit by joey
www-data [Fri, 18 Aug 2006 00:26:28 +0000 (00:26 +0000)] 
web commit by joey

17 years agoweb commit by joey
www-data [Fri, 18 Aug 2006 00:25:46 +0000 (00:25 +0000)] 
web commit by joey

17 years ago* Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
joey [Fri, 18 Aug 2006 00:24:22 +0000 (00:24 +0000)] 
* Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
* 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.

17 years agoadd news item for ikiwiki 1.20
joey [Thu, 17 Aug 2006 23:29:47 +0000 (23:29 +0000)] 
add news item for ikiwiki 1.20

17 years ago* Fix a bug in the aggregator introduced last version that caused all
joey [Thu, 17 Aug 2006 23:09:55 +0000 (23:09 +0000)] 
* Fix a bug in the aggregator introduced last version that caused all
  aggregator state to be lost during a non-aggregating build.