Commit Graph

1087 Commits (6aa477fe8b7f6b4d79e5e6fad58ae76e331444de)

Author SHA1 Message Date
joey db15adb019 update 2006-09-18 21:32:21 +00:00
joey 62e1a2ceed estseek patch (slightly altered) and other replies 2006-09-18 20:53:17 +00:00
joey ffb3e29e6b update 2006-09-18 18:07:45 +00:00
joey cf839e8e5d yet another update of the svgz file and updates all images 2006-09-18 18:04:43 +00:00
joey 9e7309ec82 web commit by ClintAdams: playing with patchqueue 2006-09-17 20:13:51 +00:00
joey 3488d268be format 2006-09-17 17:50:02 +00:00
joey 0261718d0f add icon 2006-09-17 17:49:25 +00:00
joey 5002526395 logo file updated 2006-09-17 17:45:48 +00:00
joey 313e85700b typo 2006-09-16 15:38:00 +00:00
joey 5a734d5911 web commit by JamesWestby 2006-09-16 15:30:18 +00:00
joey 815c484193 hmm 2006-09-16 15:16:24 +00:00
joey fa96eab120 * Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
a multi-resolution favicon.ico.
2006-09-16 15:12:01 +00:00
joey efecdae091 post for Don 2006-09-16 03:11:23 +00:00
joey e15352066d responses 2006-09-16 02:37:50 +00:00
joey 5b050a4a82 web commit by JamesWestby 2006-09-16 01:56:26 +00:00
joey e2cc76971b web commit by JamesWestby 2006-09-16 01:54:25 +00:00
joey 0df2ad5dfe * Support Text::Markdown from CPAN, which has a different interface from
the original markdown or the one in Debian.
2006-09-16 01:50:29 +00:00
joey 2c74603157 web commit by JamesWestby 2006-09-16 01:33:22 +00:00
joey 245952e0c3 web commit by JamesWestby 2006-09-16 01:32:08 +00:00
joey 5f81e56678 response 2006-09-16 01:30:56 +00:00
joey a49041bf4b web commit by JamesWestby 2006-09-16 01:26:55 +00:00
joey 26774c931c * Patch from James Westby to deal with the case where you're editing a
new page, hit cancel, and need to be redirected to somewhere sane.
2006-09-16 01:23:14 +00:00
joey 39fd60f1ab * Deal with CPAN installing Markdown as Text::Markdown, while it's
installed as just Markdown by apt.
2006-09-16 01:14:30 +00:00
joey 3b42bd84ca merge helponformatting fix to basewiki 2006-09-16 01:10:06 +00:00
joey 0f25ec8eb6 * pagetemplate hooks are now also called when generating cgi pages.
* Add a favicon plugin, which simply adds a link tag for an icon to each
  page (and cgis).
2006-09-16 00:52:26 +00:00
joey 6206e9a62e web commit by JamesWestby: Add a note about Markdown vs. Text::Markdown 2006-09-16 00:35:13 +00:00
joey def1caf58c web commit by JamesWestby: The markdown docs actually say 4 spaces is enough indentation for a code block 2006-09-16 00:27:37 +00:00
joey 432577e23f web commit by JamesWestby: Add a bug and patch for 404 when cancelling the creation of a page. 2006-09-16 00:26:16 +00:00
joey c2e2155576 web commit by ClintAdams: can't edit the =tagging-method file 'til it exists 2006-09-16 00:12:18 +00:00
joey e3900a93c7 web commit by DonMarti 2006-09-15 19:15:03 +00:00
joey fdc8b55d4f web commit by DonMarti 2006-09-15 19:14:29 +00:00
joey 2f26f0927e web commit by JamesWestby: Add my new wiki 2006-09-15 18:33:08 +00:00
joey 6a15bf7e60 add family wiki 2006-09-15 03:25:17 +00:00
joey 8b69dcfcdf web commit by test: test 5 2006-09-14 23:20:40 +00:00
joey c32d2e5e9f web commit by test: test 4 2006-09-14 23:19:36 +00:00
joey 41932fc822 web commit by test: test 3 2006-09-14 23:15:30 +00:00
joey c5e0559a2a web commit by test: test 2 2006-09-14 23:06:59 +00:00
joey 443390795e web commit by test: test 2006-09-14 23:05:01 +00:00
joey 9575948b51 hail UB313! 2006-09-14 22:28:04 +00:00
joey c2286ddec5 web commit by RecaiOktas: Add homepage (uses Git backend). 2006-09-10 20:35:22 +00:00
joey 961ac9575a web commit by RecaiOktas: [Git] Document some design issues. 2006-09-10 14:45:51 +00:00
joey a065157855 web commit by RecaiOktas: Suggest local git clones for space and time efficiency. 2006-09-10 13:48:20 +00:00
joey 173109f2bf web commit by BenjaminALee: Added my homepage. 2006-09-10 12:22:21 +00:00
joey 1705e6246e updates 2006-09-10 02:55:42 +00:00
joey 9bae900242 * Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"
to declare which version of the interface your plugin needs.
2006-09-09 23:07:27 +00:00
joey dae0f48e91 * Work on firming up the plugin interface:
- Plugins should not need to load IkiWiki::Render to get commonly
    used functions, so moved some functions from there to IkiWiki.
  - Picked out the set of functions and variables that most plugins
    use, documented them, and made IkiWiki export them by default,
    like a proper perl module should.
  - Use the other functions at your own risk.
  - This is not quite complete, I still have to decide whether to
    export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
  referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
  to make like changes to it and avoid use of non-exported symboles from
  "IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
  setting.
2006-09-09 22:50:27 +00:00
joey d92142d09e add 2006-09-09 07:13:21 +00:00
joey aa2b3b8f63 * Add a googlecalendar plugin. A bit special-purpose, but it shows
one way to to deal with user-supplied content that could cause XSS
  issues w/o the htmlscrubber, and won't survive the scrubber.
2006-09-09 07:11:51 +00:00
joey 1431e29934 add news item for ikiwiki 1.26 2006-09-08 20:55:05 +00:00
joey 949c66c3eb add news item for ikiwiki 1.25 2006-09-08 06:06:47 +00:00
joey a79f5ce802 switch updo url 2006-09-07 23:57:54 +00:00
joey 516eaeafbd web commit by joey 2006-09-07 15:42:01 +00:00
joey cd5f2eadd9 web commit by joey 2006-09-07 15:39:05 +00:00
joey e7ff9acf86 web commit by joey 2006-09-07 15:38:02 +00:00
joey 3e9a6a7d4f size limits 2006-09-07 06:58:27 +00:00
joey d772d2d3b2 web commit by joey 2006-09-07 05:46:38 +00:00
joey 68a8d7b1cc typo 2006-09-07 05:34:48 +00:00
joey eff2ddbe9a * Add a linkmap plugin (requires graphviz). 2006-09-07 05:31:01 +00:00
www-data bd70136ca1 web commit by joey 2006-09-07 03:43:17 +00:00
www-data 4e16fefca1 web commit by joey 2006-09-07 03:42:19 +00:00
www-data 61ae19259a web commit by joey 2006-09-06 22:45:09 +00:00
www-data e5ce21301b web commit by joey 2006-09-06 22:44:38 +00:00
www-data 9ac8abd43c web commit by joey 2006-09-06 22:42:46 +00:00
www-data 9e15fd7bc3 web commit by joey 2006-09-06 22:40:21 +00:00
joey 17ee4179f3 reword 2006-09-06 22:36:05 +00:00
joey 7ba4a844a8 * Include <link rel> tag for RSS feeds, used by some aggregators and
firefox to find the feed.
2006-09-06 21:03:39 +00:00
joey bd1eb38ed8 comment 2006-09-06 20:49:01 +00:00
joey 7aaacd17d0 fix 2006-09-06 20:35:18 +00:00
joey 6a2abf8352 cleanup 2006-09-06 20:34:44 +00:00
joey f7f3b0bb7d * Add support for mercurial, contributed by Emanuele Aina. 2006-09-06 20:31:55 +00:00
joey 513af0c0df typo 2006-09-06 20:04:20 +00:00
joey 9439a374d0 update 2006-09-06 20:01:37 +00:00
www-data 85f7f40863 web commit by tuomov 2006-09-05 08:13:34 +00:00
www-data b8c8977bcb web commit by tuomov 2006-09-05 08:13:15 +00:00
www-data 7df3f98b38 web commit by ClintAdams 2006-09-04 19:54:04 +00:00
joey 435645a8ee foo 2006-09-04 06:17:51 +00:00
joey 99d52a1794 * Add support for tla, contributed by Clint Adama. Closes: #385936 2006-09-04 06:15:54 +00:00
joey 2b7145a43c fix 2006-09-04 03:46:47 +00:00
joey ea95624e2d * Drop real uid/gid in the suid wrapper, thus allowing commits to remote
subversion repos and fixing some other issues.
2006-09-04 03:38:02 +00:00
joey 9b4d117eb1 add news item for ikiwiki 1.24 2006-09-03 19:56:09 +00:00
joey afc75badfe add news item for ikiwiki 1.23 2006-09-03 16:25:59 +00:00
joey 2fc39b28b2 releasing version 1.22 2006-09-02 05:32:59 +00:00
joey 7abcfe429a note that expire options are not yet implemented 2006-09-02 02:28:33 +00:00
joey 4345f3af33 revert premature commit 2006-09-02 02:10:40 +00:00
joey bd4cd357a1 * Add processed date to aggregate preprocessor directive status output. 2006-09-02 02:07:44 +00:00
www-data d71c50b43c web commit by Kyle 2006-09-01 15:00:20 +00:00
www-data 49b2bf5a1a web commit by Kyle 2006-09-01 14:58:35 +00:00
www-data 999559cbc9 web commit by bo 2006-08-30 20:21:49 +00:00
www-data c212b26259 web commit by bo 2006-08-30 20:20:42 +00:00
joey 27e5cd4496 update 2006-08-28 20:02:16 +00:00
joey ca98211c95 fix formatting 2006-08-28 19:59:13 +00:00
joey d464c47a15 update 2006-08-28 19:53:33 +00:00
joey 1aeb64e148 * Patch from James Westby to add an actions option to inline; this
adds Edit and Discussion links at the end of blog entries.
2006-08-28 19:43:07 +00:00
joey 4895955cea * Change htmlize, format, and sanitize hooks to use named parameters. 2006-08-28 18:17:59 +00:00
www-data e3a6ff0044 web commit by JamesWestby 2006-08-28 16:47:59 +00:00
www-data 9b3f3a7e2f web commit by JamesWestby 2006-08-28 15:46:41 +00:00
www-data 048da7194d web commit by JamesWestby 2006-08-28 13:49:15 +00:00
www-data f14ed48b33 web commit by JamesWestby 2006-08-28 12:54:39 +00:00
joey 70ce716007 toc 2006-08-28 08:26:03 +00:00
joey 8c0d441fee reorg 2006-08-28 07:52:37 +00:00
joey 1048e9fe0e reorg 2006-08-28 07:51:43 +00:00
joey 48ac90f72e reorg 2006-08-28 07:51:04 +00:00
joey e16746a52f * Add toc (table of contents) plugin. 2006-08-28 07:40:20 +00:00
joey 4a4c0b6268 update 2006-08-28 04:35:49 +00:00
joey bfe0d3f5c6 format 2006-08-28 00:31:38 +00:00
joey aebcbca4d6 response 2006-08-28 00:27:44 +00:00
www-data 59f8adae6c web commit by JamesWestby 2006-08-28 00:01:11 +00:00
joey 2f5c0a5480 update 2006-08-27 23:16:51 +00:00
joey 4ad7c9d625 * Patch from James Westby to add a --sslcookie switch, which forces
cookies to only be sent over ssl connections to avoid interception.
* Factor out the cgi header printing code into a new function.
* Fix preferences page on anonok wikis; still need to sign in to get
  to the preferences page.
2006-08-27 20:25:05 +00:00
joey b37070d888 more PREFIX fun 2006-08-27 17:17:54 +00:00
www-data dae44b29f8 web commit by ppp 2006-08-27 14:49:37 +00:00
www-data 9d0902a750 web commit by JamesWestby 2006-08-27 11:40:29 +00:00
joey 24359d670d fix 2006-08-27 05:40:27 +00:00
joey cbc3bf32f2 fix 2006-08-27 05:38:57 +00:00
joey 66555aef93 linkify 2006-08-27 05:36:16 +00:00
joey e0fdfd09bb add 2006-08-27 05:08:49 +00:00
joey a61d531edb * Added a ddate plugin. 2006-08-27 03:55:45 +00:00
www-data de57a15c80 web commit by JamesWestby: Correct name of Mail::Sendmail module 2006-08-27 00:32:30 +00:00
www-data 48b485bde0 web commit by JamesWestby 2006-08-27 00:16:15 +00:00
joey 204c4cdfda comment 2 2006-08-26 21:59:23 +00:00
joey 2bec3518c2 * Patch from James Westby to add a template for the search form.
* Cache search form for speedup.
2006-08-26 21:57:59 +00:00
joey 02a2de8ead response 2006-08-26 21:41:49 +00:00
www-data 92885b87ab web commit by JamesWestby 2006-08-26 20:39:23 +00:00
joey 8ded30c748 response 2006-08-26 17:43:14 +00:00
joey 38ce4c3cef * Patch from James Westby to allow a description to be set for rss feeds. 2006-08-26 17:36:46 +00:00
www-data d214af5cfb web commit by JamesWestby 2006-08-26 17:16:18 +00:00
www-data ef157082ad web commit by JamesWestby 2006-08-26 12:42:12 +00:00
www-data 6aa3f0ef76 web commit by JamesWestby 2006-08-26 09:52:19 +00:00
joey 249c3e097f response 2006-08-26 03:48:39 +00:00
www-data 679e620f15 web commit by JamesWestby 2006-08-26 01:41:09 +00:00
joey f4d99ac1ca * 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.
2006-08-25 02:12:43 +00:00
www-data 347a756e38 web commit by EdAvis 2006-08-24 22:48:49 +00:00
joey ebf414d3d4 response 2006-08-24 20:28:08 +00:00
www-data 81a7c9754e web commit by EdAvis 2006-08-23 21:25:59 +00:00
joey 1a99ccdd84 update 2006-08-23 21:11:49 +00:00
joey e6cebb47e1 changes to show= params 2006-08-23 20:46:56 +00:00
www-data f362d082d5 web commit by EdAvis 2006-08-23 20:44:44 +00:00
joey 5778b6f180 improve 2006-08-23 20:44:26 +00:00
www-data 89fccafa57 web commit by EdAvis 2006-08-23 20:40:59 +00:00
joey 3c378ff6e7 update 2006-08-23 20:28:08 +00:00
joey 8f8959c96e no longer need triple quotes 2006-08-23 20:27:18 +00:00
joey d4ca3b3f50 * 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.
2006-08-23 20:23:57 +00:00
joey 1f085aa76d applied patch 2006-08-23 18:43:19 +00:00
www-data 5085ae1360 web commit by JordaPolo: Reply to comments; fix my name. 2006-08-23 17:13:57 +00:00
joey b395dbb446 some fixes for note layout 2006-08-23 06:17:12 +00:00
joey 7c66edacd8 update 2006-08-23 06:08:12 +00:00
joey f27bf9e400 fixes 2006-08-23 05:57:07 +00:00
joey 24af25fc86 hmm 2006-08-23 05:51:23 +00:00
joey 7500d3e345 fix 2006-08-23 05:49:58 +00:00
joey 5b6ad98d88 fix 2006-08-23 05:49:18 +00:00