summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 10f5ef33f00ac457844daf0e7f9940256c217ab2 (plain)
  1. ikiwiki (2.1) unstable; urgency=low
  2. [ Joey Hess ]
  3. * Use div layout for the signin and preferences forms, so that they can be
  4. styled using the stylesheet, rather than by creating signin and prefs
  5. templates.
  6. * Make the openid login form nicely styled.
  7. * Fix a bug that prevented clearing email or subscriptions.
  8. * Improve handling of edits of locked pages by users who are not yet signed
  9. in.
  10. * Make testpagespec more robust, including checking for missing/bad
  11. parameters.
  12. * Add all=no option to conditional, can be used to form conditionals that do
  13. not need to examine every page in the wiki.
  14. * Add the needsbuild hook. Plugins can use this to manipulate which files
  15. ikiwiki builds when refreshing the wiki.
  16. [ Josh Triplett ]
  17. * Add an account-creation password as a simple anti-spam mechanism. If
  18. set in the wiki setup, passwordauth will require the password in
  19. order to create an account.
  20. [ Joey Hess ]
  21. * Updated Czech translation from Miroslav Kure.
  22. * Apply patch from Pawel to avoid using -L in Makefile as it's not available
  23. in older finds.
  24. * Make all templates have a footer div to ease themeing. Required template
  25. and style sheet updates, and unless you're using customised versions,
  26. you'll want to rebuild wikis on upgrade to this version to avoid
  27. inconsistencies.
  28. * Allow WIKINAME to to used in footers, as an example of something to put
  29. there.
  30. * Patch from hb to fix the pagestats plugin, which was broken by a past
  31. change to the backlinks() function.
  32. * Fix some bugs in password handling:
  33. - If the password is empty in preferences, don't clear the existing
  34. password.
  35. - Actually check the confirm password field, even if it's left empty.
  36. * Add a destpage parameter to the filter hook.
  37. * Fix links to smilies generated by the smiley plugin for inlined pages. The
  38. old links were often wrong, but often still worked by accident.
  39. * Add a test ensuring that the basewiki is self-contained and has no broken
  40. links.
  41. -- Joey Hess <joeyh@debian.org> Sat, 19 May 2007 20:37:38 -0400
  42. ikiwiki (2.00) unstable; urgency=low
  43. [ Josh Triplett ]
  44. * Avoid using GNU extensions to cp during "make install", which did
  45. not work on FreeBSD. Thanks to Henrik Brix Andersen for the patch.
  46. [ Joey Hess ]
  47. * Use fieldsets in the preferences form to group related options together.
  48. Especially cleans up the ordering of the admin's preferences form.
  49. * Use a fieldset to set off the openid entry from the rest of the login
  50. form.
  51. * Enable openid logins by default.
  52. * Enable usedirs by default.
  53. [ Josh Triplett ]
  54. * fieldset support appeared in CGI::FormBuilder 3.05, so increase
  55. version in Depends on libcgi-formbuilder-perl to 3.05
  56. [ Joey Hess ]
  57. * If Net::OpenID::Consumer is not available, the openid module will quietly
  58. disable itself, this avoids needing a hard dependency on the perl module.
  59. -- Joey Hess <joeyh@debian.org> Mon, 30 Apr 2007 00:43:02 -0400
  60. ikiwiki (1.51) unstable; urgency=low
  61. [ Joey Hess ]
  62. * Support setting svnpath to "" for wikis that are rooted at the top of
  63. their svn repositories, with no trunk directory.
  64. * Minor template improvements by Alessandro.
  65. * In mercurial backend, untaint ipaddr when using it as the user for the
  66. commit. Thanks, Alexander Wirt. Closes: #420428
  67. * Fix aggregator to not warn when a feed contains no body content at all.
  68. * Work around bug #420636 by, if XML::Parser crashes, running the feed
  69. content though Encode::decode_utf8.
  70. [ Josh Triplett ]
  71. * Change basewiki CSS to not put a border around images used as links.
  72. [ Joey Hess ]
  73. * Move the footer div to enclose tags and links too.
  74. * More style sheet updates, remove the hack that used the tags div to create
  75. the footer border.
  76. * Due to template changes and style sheet changes that depend on them,
  77. wiki rebuilds are recommended on upgrade to this version.
  78. * Avoid .svn directories when installing from svn checkout.
  79. * Fix sending of commit mails when new pages are added via the web.
  80. * Add user(name) to the PageSpec for commit subscriptions.
  81. * pagespec_match() has changed to take named parameters, to better allow
  82. for extended pagespecs. The old calling convention will still work for
  83. back-compat for now.
  84. * The calling convention for functions in the IkiWiki::PageSpec namespace
  85. has changed so they are passed named parameters.
  86. * Plugin interface version increased to 2.00 since I don't anticipate any
  87. more interface changes before 2.0.
  88. * Updated Gujarati translation from Kartik Mistry. Closes: #421198
  89. * Make pagespec_match return an object that can be stringified to tell
  90. the reason why the match failed or succeeded.
  91. * Add testpagespec plugin, which might be useful to see why a pagespec isn't
  92. working as desired.
  93. [ Josh Triplett ]
  94. * Fix bestlink to use pagecase for pages in userdir, to support pages
  95. with non-lowercase filenames.
  96. [ Joey Hess ]
  97. * Include wikiname in syslogged messages.
  98. * Updated Polish translation from Pawel Tecza.
  99. * Updated Czech translation from Miroslav Kure.
  100. * Updated Spanish translation from Victor Moral.
  101. * Apply patch from hb that uses the full path to a file when adding a file
  102. using the mercurial backend. Not 100% sure why it failed w/o the full
  103. path, but this still passes the test suite, and indeed, is how the test
  104. suite calls hg add.
  105. -- Joey Hess <joeyh@debian.org> Sun, 29 Apr 2007 00:01:23 -0400
  106. ikiwiki (1.50) unstable; urgency=low
  107. [ Josh Triplett ]
  108. * Add a graphviz plugin.
  109. * Suggests: graphviz
  110. * Enhance helponformatting and related documentation to supply more
  111. information about available preprocessor directives.
  112. * Add myself as a co-maintainer, with Joey's approval.
  113. [ Joey Hess ]
  114. * Add support for PROFILE=1 to the Makefile, this turns on profiling of the
  115. wiki build using Devel::Profiler (Dprof can't handle ikiwiki).
  116. * Add a new %destsources hash, which maps between a destination file and
  117. the source page used to create it, ie it's the reverse of %renderedfiles.
  118. * Use %destsources in htmllink and urlto for 20-50% speedup. Thanks
  119. Josh Triplett for the idea.
  120. * Optimise displaytime, trimming maybe 6% off the build time.
  121. [ Josh Triplett ]
  122. * Conflicts/Replaces/Provides the unofficial ikiwiki-plugin-table
  123. package, because ikiwiki now provides the table plugin, and thus has
  124. a file overlap with ikiwiki-plugin-table.
  125. * Add libtext-csv-perl to Suggests, for the table plugin.
  126. * Add libdigest-sha1-perl to Suggests, for sparkline and graphviz.
  127. * Add libtext-typography-perl to Suggests for the typography plugin.
  128. [ Joey Hess ]
  129. * Add postformtext parameter to inline.
  130. * Internal version number and installdir substitutions were lost, fix.
  131. * Apply patch from Ethan to improve an error message that should never
  132. happen.
  133. * Patch from Tuomov to link to the directory in feeds when usedirs is in
  134. effect. Note that this changes permalinks, so if you are already using
  135. usedirs you'll have to deal with that on upgrade to this version.
  136. * Add feedshow parameter to inline, which can be useful for eg, removing
  137. old posts from feeds when permalinks change.
  138. * Add .dpkg-tmp to prune regexp, so that if ikiwiki is run right as it's
  139. being upgraded by dpkg it will ignore dpkg temp files in the basewiki.
  140. -- Joey Hess <joeyh@debian.org> Sun, 15 Apr 2007 16:02:05 -0400
  141. ikiwiki (1.49) unstable; urgency=low
  142. [ Joey Hess ]
  143. * Add --post-commit option, which allows for the case of a split web server
  144. and RCS server (or a push mirror). With this the RCS server can have a
  145. real post-commit hook that sshs back to the web server, and runs ikiwiki
  146. in post-commit mode to update the wiki.
  147. * Fix urls generated by mirrorlist plugin.
  148. * Add a templates page to the basewiki. It will automatically list all
  149. available templates. Rename the old templates page to wikitemplates.
  150. * Include the note template in the basewiki.
  151. * Add a popup template in the basewiki. CSS based on some by Martin Krafft.
  152. * Make the note, popup, and plugin templates detect missing variables and be
  153. self-documenting, listing the available variables.
  154. * Hide excess backlinks and expand using CSS trick; control quantiy via
  155. the numbacklinks setting.
  156. * Finally apply the index.html patch, with thanks to everyone who worked
  157. on and supported creating it (especially Tuomov). This adds a "usedirs"
  158. option that makes ikiwiki use foo/index.html instead of foo.html as
  159. output page names. It is not yet enabled by default.
  160. * Fix a bug in the img plugin that caused thumbnailed files to not be
  161. tracked properly.
  162. * Make the OpenID library a reccommendation of the Debian package, rather
  163. than just a suggests, since OpenID is enabled by default.
  164. * Fix a bug that caused link(foo) to succeed if page foo did not exist.
  165. * Fix tags to page names that contain special characters.
  166. [ Josh Triplett ]
  167. * Use pngcrush and optipng on all PNG files.
  168. * Add neutral smileys ":|" and ":-|", and question icon smiley "(?)",
  169. with images taken from phpBB (GPL) and converted with gif2png.
  170. * Improvements to Description in debian/control:
  171. * Note that some plugins have additional dependencies, found among the
  172. Recommends and Suggests.
  173. * ikiwiki supports both RSS and Atom feeds.
  174. * Fix typos.
  175. * Add Homepage field.
  176. * Add XS-Vcs-Browser field.
  177. [ Joey Hess ]
  178. * Updated French translation from JLC. Closes: #417982
  179. * Reorder the icon in the template above the stylesheets, to avoid icon
  180. flashing during page load.
  181. * Fix smiley plugin to scan smileys.mdwn after it's updated, which fixes
  182. a bug caused by committing changes to smilies.mdwn.
  183. * Fix display of escaped wikilinks containing anchors.
  184. [ Josh Triplett ]
  185. * Remove stray semicolon in linkmap.pm.
  186. -- Joey Hess <joeyh@debian.org> Sun, 08 Apr 2007 16:14:46 -0400
  187. ikiwiki (1.48) unstable; urgency=low
  188. * Fix link() PageSpecs to not just look at the raw link text, but at where
  189. that given link points based on the page doing the linking. Note that this
  190. could make such PageSpecs match different things than before, if you
  191. relied on the old behavior of them only matching the raw link text.
  192. * This required changing the match_* interface, adding a third parameter.
  193. * Allow link() PageSpecs to match relative, as is allowed with globs.
  194. * Add postform option to inline plugin.
  195. * Add an bug tracker to the softwaresite example.
  196. * Make ikiwiki's stylesheet support printing by hiding parts of the page
  197. that shouldn't appear in a printout: Search box, actions bar,
  198. blog post form, tags, backlinks, and feed buttons.
  199. * Finally fixed the longstanding inline removal bug.
  200. * Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to
  201. actually store pages' mtimes.
  202. * Add "mtime" sort parameter to inline plugin.
  203. * Fix mercurial backend to deal with empty commit messages.
  204. -- Joey Hess <joeyh@debian.org> Sat, 24 Mar 2007 11:14:10 -0400
  205. ikiwiki (1.47) unstable; urgency=low
  206. * Fix a security hole that allowed insertion of unsafe content via the meta
  207. plugins's support for inserting html link and meta tags. Now such content
  208. is passed through the htmlscrubber like everything else.
  209. * Unfortunatly, that means that some valid uses of those tags are no longer
  210. usable, and special case methods needed to be added for including
  211. stylesheets, and for doing openid delegation. If you use either of these
  212. in your wiki, it will need to be modified. See the meta plugin docs
  213. for details.
  214. -- Joey Hess <joeyh@debian.org> Wed, 21 Mar 2007 14:05:00 -0400
  215. ikiwiki (1.46) unstable; urgency=low
  216. * Fix a bug with inlined create page links, including Discussion links on
  217. blog post pages. The links will now create pages relative to the page that
  218. actually contains the link.
  219. * French update. Closes: #414597
  220. * Fix some broken logic in cgi creation of a subpage when a toplevel page
  221. with the same name already exists, and generally simplify the edit code.
  222. * Make ikiwiki -verbose -setup with a setup file that enabled syslog logging
  223. output the verbose build log to stdout, rather than to the syslog.
  224. * Detect the case of two people independently creating the same page at the
  225. same time, and let the second person resolve the conflict.
  226. * Applied a patch from Michał to make the mercurial backend pass --quiet to
  227. hg.
  228. * Fix a security hole that allowed a web user to insert arbitrary html in
  229. the title of a page due to missing escaping of titles in the meta plugin.
  230. -- Joey Hess <joeyh@debian.org> Wed, 21 Mar 2007 01:51:30 -0400
  231. ikiwiki (1.45) unstable; urgency=low
  232. * Allow for underscores to appear in page titles, if encoded appropriately
  233. (__95__) in filenames. Previously, all underscores were replaced with
  234. spaces. Thanks, Enrico Zini for noticing that bug.
  235. * Add "template" option to inline plugin to allow for use of customised
  236. templates.
  237. * Add titlepage template for inline plugin.
  238. * Add preview parameter to preprocesser calls, use this rather than the
  239. previous ugly hack used to avoid writing rss feeds in previews.
  240. * Fix the img plugin to avoid overwriting images in previews. Instead it
  241. does all the work to make sure the resizing works, and dummys up a resized
  242. image using width and height attributes.
  243. * Also fixes img preview display, the links were wrong in preview before.
  244. * Add a sparkline plugin.
  245. * Add a postsparkline plugin.
  246. * The slash escaping when adding to a blog from the CGI was not working
  247. since it ended up being double-escaped. Instead, just remove slashes.
  248. * Fix some nasty issues with page name escaping during previewing
  249. (introduced in 1.44).
  250. * Add a table plugin, derived from the one written by Victor Moral.
  251. * The underscore escaping support exposed a bug in edit links: Such links
  252. were titlepage escaped in the urls, and then doubly escaped by the CGI
  253. when editing. To fix this, I removed the titlepage escaping in the edit
  254. urls.
  255. * That means that *every edit link* on the wiki is potentially changed.
  256. Rebuilding wikis on upgrade to this version therefore necessary; enabled
  257. that in postinst.
  258. * Correct a deadlock that could occur in post-commit if the aggregate plugin
  259. was enabled and tried to lock the already locked wiki.
  260. -- Joey Hess <joeyh@debian.org> Sat, 10 Mar 2007 21:11:05 -0500
  261. ikiwiki (1.44) unstable; urgency=low
  262. * Patch by Ben to fix validaton of atom feeds by fixing the category tags.
  263. * Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for the
  264. OpenID login form rather than linking to a remote logo, to avoid various
  265. issues. Since there is not yet a license for the actual OpenID logo, this
  266. file is currently a blank image. Users who want to can copy
  267. http://openid.net/login-bg.gif into their wiki.
  268. * Allow setting NOTAINT=1 when building the wiki to remove taint checking
  269. flags, which can be useful on some hosting providers.
  270. * Fix a bug that made links like [[0|foo]] use "foo" as the link text,
  271. instead of "0".
  272. * Changed calling convention for httmllink slightly. The first three
  273. parameters remain the same, but additional options are now passed in using
  274. named parameters.
  275. * Change plugin interface version to 1.02 to reflect this change.
  276. * Add a new anchor option to htmllink. Thanks Ben for the idea.
  277. * Support anchors in wikilinks.
  278. * Add a "more" plugin based on one contributed by Ben to allow implementing
  279. those dreaded "Read more" links in blogs.
  280. * Don't error out if estcmd fails, just print a warning message. estcmd is
  281. too fragile to let it kill ikiwiki.
  282. * Make img plugin not fail immediately if Image::Magick is not available.
  283. This lets ikiwiki not build depend on perlmagic.
  284. * Detect old versions of xgettext and avoid using them.
  285. * perl is broken: print "" || die fails! Work around this insanity.
  286. * Smarter detection of no-op changes to po files.
  287. * Elegant patch from Ethan to clean up the display of page names in the
  288. dropdown when creating a new page.
  289. * Since the CGI had to drop the wiki lock to avoid deadlocking the
  290. commit hook, it was possible for one CGI to race another one and "win"
  291. the commit of both their files. This race has been fixed by adding a new
  292. commitlock, which when locked by the CGI, disables the commit hook
  293. (except for commit mails). The CGI then takes care of the updates the
  294. commit hook would have done.
  295. * French translation update. Closes: #411899
  296. * Patch from HenrikBrixAndersen to fix a broken use of foreach in the
  297. search plugin.
  298. * Correct a bug that could lead to infinite looping after signin in some
  299. circumstances.
  300. * Patch from Ethan to improve behavior if a page is deleted or moved while
  301. someone is editing it.
  302. * Some cleanup of field setting in the failed edit and conflict handling
  303. code.
  304. -- Joey Hess <joeyh@debian.org> Sat, 24 Feb 2007 20:16:35 -0500
  305. ikiwiki (1.43) unstable; urgency=low
  306. * Allow plugins to add new types of tests that can be used in PageSpecs.
  307. * Add a "conditional" plugin, which allows displaying text if a condition
  308. is true. It is enabled by default so conditional can be used in the
  309. basewiki.
  310. * Use conditionals in the template for plugins, so that plugin pages
  311. say if they're currently enabled or not, and in various other places
  312. in the wiki.
  313. * Updated Spanish translation.
  314. * Make the basewiki be full of symlinks to pages that should be the same
  315. in the doc wiki. This will allow direct edits to alter the base wiki
  316. without manual munging.
  317. * Fix the template, toggle, and conditional plugins to filter text before
  318. preprocessing it.
  319. * Fix smiley plugin to support smileys at the very beginning or end of
  320. the content.
  321. * Allow multiple tag settings to appear in a single page.
  322. * Many changes to make ikiwiki very resistant to write failures
  323. including out of disk space situations. ikiwiki should never leave
  324. truncated files, and if the error occurs during a web-based file edit,
  325. the user will be given an opportunity to retry.
  326. Inspired by the many ways Moin Moin destroys itself when out of disk. :-)
  327. * Fix syslogging of errors.
  328. * Patch from Ethan to allow using meta tags to set creation dates of pages.
  329. * Add a prettydate plugin that formats dates in a more readable fashion.
  330. (I had to get a pretty date somehow today..)
  331. * Updated Czech translation.
  332. * Avoid potential syslog format string issue, although only older versions
  333. of perl are vulnerable and it is not known to really be exploitable from
  334. ikiwiki.
  335. * Add explicit module prereqs to Makefile.PL
  336. * New domain name for ikiwiki: ikiwiki.info. Update your links.
  337. -- Joey Hess <joeyh@debian.org> Sun, 18 Feb 2007 23:26:32 -0500
  338. ikiwiki (1.42) unstable; urgency=low
  339. * Fix several more missing translations of Discussion.
  340. * Fix for missing backlinks() in pagestats plugin.
  341. * Add canedit hook, allowing arbitrary controls over when a page can be
  342. edited.
  343. * Move code forcing signing before edit to a new "signinedit" plugin, and
  344. code checking for locked pages into a new "lockedit" plugin. Both are
  345. enabled by default.
  346. * Remove the anonok config setting. This is now implemented by a new
  347. "anonok" plugin. Anyone with a wiki allowing anonymous edits should
  348. change their configs to enable this new plugin.
  349. * Add an opendiscussion plugin that allows anonymous users to edit
  350. discussion pages, on a wiki that otherwise wouldn't allow it.
  351. * Lots of CGI code reorg and cleanup.
  352. * Avoid using lots of memory when copying large non-html files.
  353. Yes, you can keep videos in the wiki..
  354. * Add feedshow option to allow reducing the number of items included in
  355. an rss or atom feed.
  356. * Change based on a patch from Ethan to support relative matching in
  357. PageSpecs, by using "./".
  358. * pagespec_match() has grown a new third parameter to support this.
  359. * Add "reverse" option to inline to invert sort orders.
  360. * Drop the BSD license for the templates and basewiki, and just allow them
  361. to be used as close to public domain as possible.
  362. * viewcvs is now viewvc (in Debian unstable), update everything to use the
  363. new name.
  364. * Fix a security hole that allowed a web user to edit images and other
  365. non-page format files in the wiki. To exploit this, the file already had
  366. to exist in the wiki, and the web user would need to somehow use the web
  367. based editor to replace it with malicious content.
  368. (Sorry Josh, this means you can't edit style.css directly anymore,
  369. although I do appreciate your fixes, actually..)
  370. -- Joey Hess <joeyh@debian.org> Sat, 10 Feb 2007 15:37:39 -0500
  371. ikiwiki (1.41) unstable; urgency=low
  372. * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,
  373. if an older version is installed, just don't gettext strings, instead of
  374. crashing.
  375. * Added smileys for Moin Moin compatability.
  376. * Fix handling of discussion links on discussion pages when l10n is used.
  377. * Make gitorigin_branch and gitmaster_branch configurable via the setup
  378. file. Closes: #408599
  379. * French translation update. Closes: #408593
  380. * Improve use of svn merge, by specifying the file to merge, rather than
  381. chdiring to the srcdir (which wasn't right when merging in a subdir).
  382. Thanks Ethan.
  383. * Always call rcs_update after a commit during a web edit, to work around
  384. the problem described in bugs/svn_fails_to_update. Thanks to Ethan for the
  385. analysis and patch.
  386. * Replace underscores in shortcut texts with spaces when formatting for
  387. display. This allows using a shortcut like [[wikipedia War_of_1812]],
  388. which links to the correct remote page, but is displayed nicely.
  389. * When building the doc wiki, build with LANG=C.
  390. * More gettext fun.
  391. * Fix openid signin secret generation code. This fixes the bug that made
  392. all openid signins fail the first time, and then succeed the second
  393. time.
  394. -- Joey Hess <joeyh@debian.org> Tue, 30 Jan 2007 02:36:53 -0500
  395. ikiwiki (1.40) unstable; urgency=low
  396. * Fix missing categories in rss/atom feeds.
  397. * Add French translation by Jean-Luc Coulon. Closes: #406881
  398. * Fix bogus use of CDATA in atom feeds. Closes: #406898
  399. -- Joey Hess <joeyh@debian.org> Sun, 14 Jan 2007 21:42:27 -0500
  400. ikiwiki (1.39) unstable; urgency=low
  401. * Add a rawhtml plugin that allows copying raw html files from the srcdir.
  402. * Fix --locale to control LC_ALL now.
  403. * Include the pot file in the source tarball. Closes: #405890
  404. * Add a Swedish translation by Daniel Nylander. Closes: #406410
  405. * Add a Czech translation by Miroslav Kure.
  406. * Add a Bulgarian translation by Damyan Ivanov. Closes: #406580
  407. * Add a Gujarati translation by Kartik Mistry. Closes: #406635
  408. * Add a Vietnamese translation by Clytie Siddall.
  409. * Fix encoding issue with use of Locale::Gettext. Seems that the OO
  410. interface returns proper utf-8 decoded strings, unlike the traditional
  411. interface, so use the OO interface.
  412. * Search in default location for templates as a fallback when templatedir is
  413. pointed elsewhere, so that only modified templates need to be copied into
  414. a templatedir. Based on work by JeremyReed.
  415. * In the aggregator, check for and deal with post filenames that are
  416. longer than the maximum file length.
  417. * Change the RecentChanges page to show the path of changed pages.
  418. * Various minor bugfixes.
  419. -- Joey Hess <joeyh@debian.org> Sat, 13 Jan 2007 23:30:20 -0500
  420. ikiwiki (1.38) unstable; urgency=low
  421. * Corrected a bum regexp in openid munging.
  422. * Added a Spanish translation by Victor Moral.
  423. * A few translation infrastructure fixes.
  424. * Added a Polish translation by Paweł Tęcza.
  425. -- Joey Hess <joeyh@debian.org> Fri, 5 Jan 2007 23:13:59 -0500
  426. ikiwiki (1.37) unstable; urgency=low
  427. * Add mirrorlist plugin.
  428. * Fixed permissions of some files that were 600 in the tarball. (Did not
  429. affect the deb).
  430. * Avoid creating edit links when the cgi url is not known.
  431. * Avoid displaying discussion links at all, if there's not a discussion
  432. page, when the cgi url isn't known.
  433. * Before, svn was used as the RCS by default unless configured otherwise,
  434. now it defaults to using no RCS unless configured to do so, to avoid some
  435. suprising behavior when using a setup file and not uncommenting any RCS
  436. options.
  437. * Fix some bugs in the commit email sending code.
  438. * Improve code that ignores files in the underlaydir if the srcdir has a
  439. file building the same page. Now it will work even if the extensions of
  440. the source files differ.
  441. * Initial work on internationalization of the program code. po/ikiwiki.pot
  442. is available for translation.
  443. * Export gettext() from IkiWiki module.
  444. * Don't put discussion links on discussion pages.
  445. * Allow disabling of plugins included in goodstuff.
  446. * Add a textile format plugin contributed by mazirian.
  447. * If a userdir is configured, links to pages in it can be made without
  448. specifying the path. This allows for easy signing of comments by linking
  449. to your page in the userdir.
  450. * Escape slashes in page titles entered in the blog post form.
  451. * Munge openids of the form somehost.com/user (trial, may revert).
  452. -- Joey Hess <joeyh@debian.org> Sun, 31 Dec 2006 17:31:22 -0500
  453. ikiwiki (1.36) unstable; urgency=low
  454. * Fix various links on the hyperestraier pages.
  455. * Use POST for poll to avoid some robots.
  456. * Fix sometimes broken links to Discussion pages from blog pages.
  457. * Add userdir config setting.
  458. * Fix man page perms in install.
  459. * Fix an issue with inlining a page with a rss feed inside another
  460. page with an rss feed.
  461. * Turn $config{wiki_file_prune_regexps} into an array that is easier to
  462. manipulate.
  463. * Only exclude rss and atom files from processing if the inline plugin
  464. is enabled and that feed type is enabled. Else it's just a copyable file
  465. type.
  466. * Move rss and atom option handling code into the inline plugin.
  467. * Applied a rather old patch from Recai to fix the "pruning is too strict"
  468. issue. Now you can have wiki source directories inside dotdirs and the
  469. like, if you want.
  470. * Patch from Emanuele Aina to fix modification time code in mercurual
  471. backend.
  472. * Add support for links of the form [[/foo]]
  473. * Fix code to make absolute urls for rss feeds, was missing some urls.
  474. * Fix double-escaping of html entities in titles etc in rss feeds
  475. that occured if escaped characters were present in the page filename.
  476. -- Joey Hess <joeyh@debian.org> Fri, 22 Dec 2006 15:55:05 -0500
  477. ikiwiki (1.35) unstable; urgency=low
  478. * Fix daemonisation code to only do daemon setup things after forking the
  479. child process.
  480. * The hack used to make the pagetemplate hook have access to the editpage
  481. template won't work with CGI::FormBuilder 3.0401, so disable it for now.
  482. * CGI::FormBuilder 3.0401 seems to work ok now with ikiwiki, although
  483. there might still be bugs lurking..
  484. -- Joey Hess <joeyh@debian.org> Fri, 1 Dec 2006 19:14:36 -0500
  485. ikiwiki (1.34.2) unstable; urgency=low
  486. * Allow /etc/ikiwiki/wikilist to list just the names of users, if so then
  487. ~user/.ikiwiki/wikilist will be read.
  488. * Fix url absolution code in inline plugin to support class and id fields in
  489. links and imgs, and to support anchor urls.
  490. * More build deps updates.
  491. * /dev/null fortune failures
  492. -- Joey Hess <joeyh@debian.org> Tue, 28 Nov 2006 12:58:47 -0500
  493. ikiwiki (1.34.1) unstable; urgency=low
  494. * Add libtime-duration-perl to build deps, as it's used by the svn module
  495. which is now tested at build.
  496. -- Joey Hess <joeyh@debian.org> Mon, 27 Nov 2006 12:26:12 -0500
  497. ikiwiki (1.34) unstable; urgency=low
  498. * Add an openid plugin to support logging in using OpenID.
  499. * Web commits by OpenID users will record the full OpenID url for the user,
  500. but in recentchanges, these urls will be converted to a simplified display
  501. form+link.
  502. * Modified svn, git, tla backends to recognise such web commits.
  503. * Move httpauth support to a plugin.
  504. * Add openidsignup config option.
  505. * Make the openid plugin support the callbacks from myopenid.com via its
  506. affiliate program.
  507. * Add toggle plugin.
  508. * Add a poll plugin.
  509. * Add quick mode for archive page generation.
  510. * Introduce the goodstuff bundle. This is a kind of plugin, that just enables
  511. many other plugins. It's an easy way to boost ikiwiki from its default,
  512. basic wiki, to a full-featured wiki, without manually picking the right
  513. set of plugins. New plugins will be added to goodstuff from time to
  514. time.
  515. * Change how post signin actions are propigated through the signin process;
  516. they're now stored in the session.
  517. * Add optional "desc" parameter to shortcut definitions.
  518. * Avoid locking the wiki at all when handling some basic cgi stuff
  519. (searches, recentchanges).
  520. * Add "last" parameter to hook function. Very basic ordering, and hopefully
  521. nothing more spohisticated will be needed.
  522. * Add formbuilder_setup and formbuilder hooks.
  523. * Split out a passwordauth module, that holds all the traditional password
  524. based authentication etc code. It's enabled by default, but can be disabled
  525. if you want only openid or some other auth method.
  526. * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.
  527. * Add some code to the build system that tries to determine if the
  528. lib installation directory is in @INC. If it's not, munge ikiwiki
  529. to hardcode the path to the lib directory. This should allow installing
  530. ikiwiki in nonstandard locations, including home directories, by just
  531. setting PREFIX at build time.
  532. * Fix nested examples directory in deb.
  533. * Add a test suite for the mercurial backend, contributed by Emanuele Aina.
  534. * Add a test suite for the svn backend.
  535. * Add a test suite for the git backend, from Recai
  536. * Daemonize before sending RPC pings, since that can take a while
  537. and/or hang.
  538. * Daemonize before sending commit mails, as that can also take a long
  539. time/hang if the mail server is unhappy.
  540. * Factor out commit mail sending code into new function.
  541. * Change rcs_commit, it is now passed the name of the user doing the commit
  542. and their IP address, and needs to construct its own commit message
  543. containing them, or do something more appropriate for the given RCS.
  544. * Add softwaresite example.
  545. * Mercurial backend improvements, including --get-ctime support. (Emanuele
  546. Aina)
  547. * Git backend improvements, including bug fixes and better robustness,
  548. from Recai.
  549. -- Joey Hess <joeyh@debian.org> Sun, 26 Nov 2006 20:46:56 -0500
  550. ikiwiki (1.33) unstable; urgency=low
  551. * Fix issue with aggregate plugin updating expired pages.
  552. * Avoid syntax errors in templates used by the template plugin crashing
  553. ikiwiki.
  554. * Enable utf8 file IO in aggregate plugin.
  555. * Fix some issues with the new registration form.
  556. * Patch from Ethan Glasser Camp to add a skip option to the inline plugin.
  557. * Make sure to check for errors from every eval.
  558. * Fix img plugin's handling of adding dependencies for images that do not
  559. yet exist.
  560. * Work around a strange bug in CGI::FormBuilder 3.0401 that makes
  561. FORM-SUBMIT unusable on customised formbuilder templates. For now,
  562. hardcode the submit buttons in editpage.tmpl instead of using the
  563. template variable, which is ok, since the buttons are static.
  564. * Work with hyperestraier 1.4.9.
  565. -- Joey Hess <joeyh@debian.org> Wed, 15 Nov 2006 18:32:26 -0500
  566. ikiwiki (1.32) unstable; urgency=low
  567. * Add a separate pass to find page links, and only render each page once,
  568. instead of over and over. Typical speedup is ~4x. Max possible speedup:
  569. 8x.
  570. * Add "scan" parameter to hook(), which is used to make the hook be called
  571. during the scanning pass, as well as the render pass. The meta and tag
  572. plugins need to use the new scan parameter, so will any others that modify
  573. %links.
  574. * Now that links are calculated in a separate pass, it can also
  575. precalculate backlinks in one pass, which is O(N^2) instead of the
  576. previous code that was O(N^3). A very nice speedup for wikis with lots
  577. (thousands) of pages.
  578. * Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
  579. Erdem.
  580. * Add a default stylesheet entry for the pagecloud.
  581. * Add examples page with some examples of things that can be done using
  582. ikiwiki, like a weblog. The examples can be copied into a user's wiki
  583. for a quick start, without needing to learn everything about how to put
  584. them together.
  585. * Install the source of the examples into /usr/share/doc/ikiwiki/examples.
  586. * Add perlmagick to build-depends so syntax check of img plugin works.
  587. Closes: #396702
  588. * Improve login/register process, the login dialog has only name and
  589. password fields, which allows more web browsers to regognise it as a login
  590. field, and is less confusing.
  591. * Implemented expiry options for aggregate plugin.
  592. * Use precalculated backlinks info when determining if files need an update
  593. due to a page they link to being added/removed. Mostly significant if
  594. there are lots of pages.
  595. * Remove duplicate link info when saving index. In some cases it could
  596. pile up rather badly. (Probably not the best way to deal with this
  597. problem.)
  598. * Patch from James Westby to support podcasting, photoblogging, vidcasting,
  599. or what have you, by creating enclosures for non-page items that are
  600. included in feeds.
  601. -- Joey Hess <joeyh@debian.org> Fri, 3 Nov 2006 14:46:37 -0500
  602. ikiwiki (1.31) unstable; urgency=low
  603. * Patch from Pawel Tecza to cp -a the templates in the Makefile.
  604. * Change the rss feed title from the wikiname to the page title, with
  605. an exception for the wiki's toplevel index page, which will still use the
  606. wikiname as the feed title.
  607. Overriding the page title with meta title already overrode the rss feed
  608. tittle.
  609. * Add an img plugin, based on Christian Mock's img plugin, but stripped
  610. down to the bare essentials. Useful for handling large images on websites.
  611. * Sanitize possibly problimatic characters out of the polygen grammar names,
  612. just in case. Should not be exploitable anyway, since it only tries to run
  613. polygen after finding the specified grammar file.
  614. * Add missing dependency on the URI perl module.
  615. * Add basic spam fighting tool for admins: An admin's prefs page now allows
  616. editing a list of banned users.
  617. -- Joey Hess <joeyh@debian.org> Fri, 27 Oct 2006 23:16:33 -0400
  618. ikiwiki (1.30) unstable; urgency=low
  619. * Add no_override parameter to hook().
  620. * Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
  621. plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
  622. can be configured using a page in wiki.
  623. * Fix support for --pingurl at the command line.
  624. * Fix a subtle bug in will_render that broke some builds, by only clearing
  625. items from renderedfiles the first time per build.
  626. * Wrap entire technortati ping operation in an eval to catch all possible
  627. failure modes, after I observed a simple ->value crashing ikiwiki when
  628. a ping failed.
  629. -- Joey Hess <joeyh@debian.org> Mon, 16 Oct 2006 15:17:38 -0400
  630. ikiwiki (1.29) unstable; urgency=low
  631. * Patch from Paul Tötterman to use CP in the Makefile.
  632. * Patch from Alec Berryman adding a http_auth config item that allows
  633. using HTTP Authentication instead of ikiwiki's built in authentication.
  634. Useful for eg, large sites with their own previously existing user auth
  635. setup. Closes: #384534
  636. * Change %renderedfiles to store an array of files rendered from a given
  637. source file, to allow tracking of extra rendered files like rss feeds.
  638. * Note that plugins that accessed this variable will need to be updated!
  639. The plugin interface has been increased to version 1.01 for this change.
  640. As few plugins use %renderedfiles I haven't done anything else to ensure
  641. compatability of old plugins.
  642. * Add will_render function to the plugin interface, used to register that a
  643. page renders a destination file, and do some security checks. Previously
  644. but no longer rendered files will be cleaned up.
  645. * Use will_render in the inline and linkmap plugins.
  646. * You will need to rebuild your wiki on upgrade to this version.
  647. * Atom feed support based on a patch by Clint Adams.
  648. * Add feeds=no option to inline preprocessor directive to turn off all types
  649. of feeds.
  650. * $IkiWiki::version now holds the program version, and is accessible to
  651. plugins.
  652. * Make the aggregate plugin emphasize error messages.
  653. * Patch from Recai to limit recentchanges to displaying max 10 files for a
  654. given changeset (to avoid large number of file changes excessively
  655. bloating the page).
  656. -- Joey Hess <joeyh@debian.org> Fri, 13 Oct 2006 23:14:28 -0400
  657. ikiwiki (1.28) unstable; urgency=low
  658. * inline: Add ability to sort by page name, based on a patch from
  659. Benjamin A'Lee.
  660. * Fix a forkbomb in various calls to IPC::Open2, which has a highly
  661. braindead interface. Closes: #389383
  662. * Don't rm -rf ikiwiki on distclean, since a) there's no such file
  663. and b) those poor Mac OSX users and their case insensative files!
  664. * Don't fail syntax check if Text::Typography isn't installed.
  665. Closes: #389406
  666. -- Joey Hess <joeyh@debian.org> Tue, 26 Sep 2006 02:08:17 -0400
  667. ikiwiki (1.27) unstable; urgency=low
  668. * Work on firming up the plugin interface:
  669. - Plugins should not need to load IkiWiki::Render to get commonly
  670. used functions, so moved some functions from there to IkiWiki.
  671. - Picked out the set of functions and variables that most plugins
  672. use, documented them, and made IkiWiki export them by default,
  673. like a proper perl module should.
  674. - Use the other functions at your own risk.
  675. - This is not quite complete, I still have to decide whether to
  676. export some other things.
  677. * Changed all plugins included in ikiwiki to not use "IkiWiki::" when
  678. referring to stuff now exported by the IkiWiki module.
  679. * Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"
  680. to declare which version of the interface your plugin needs.
  681. * Anyone with a third-party ikiwiki plugin is strongly encouraged
  682. to make like changes to it and avoid use of non-exported symbols from
  683. "IkiWiki::".
  684. * Link debian/changelog and debian/news to NEWS and CHANGELOG.
  685. * Support hyperestradier version 1.4.2, which adds a new required phraseform
  686. setting.
  687. * If an inlined page has a permalink, link the page title to that.
  688. * Patch from Recai to use utf8 when reading the setup file, so that
  689. utf8 wikinames from there will be used properly.
  690. * Patch from Recai to kill utf-8 on the wiki name when generating the
  691. session cookie.
  692. * Change ddate plugin to use the DateTime::Calendar::Discordian perl module.
  693. * Fix a baseurl problem in hyperestradier search results.
  694. * Add a stub local.css to avoid problems with 404's.
  695. * Patch from Recai to fix a wide character warning from the search plugin
  696. during setup if the wikiname contains utf8.
  697. * Yet another fix for those poor case-insensative OS X users.
  698. * pagetemplate hooks are now also called when generating cgi pages.
  699. * Add a favicon plugin, which simply adds a link tag for an icon to each
  700. page (and cgis).
  701. * Patch from James Westby to deal with the case where you're editing a
  702. new page, hit cancel, and need to be redirected to somewhere sane.
  703. * Various documentation improvements by various wiki users.
  704. * Support Text::Markdown from CPAN, which has a different interface from
  705. the original markdown or the one in Debian.
  706. * Version the libcgi-session-perl dependency, some features that need
  707. the new version are used in some cases (sslcookie).
  708. * Numerous tla fixes from Clint.
  709. * Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
  710. a multi-resolution favicon.ico.
  711. * README.Debian: typo Closes: #388110
  712. * chomp trailing newline at the end of templates read in by the template
  713. plugin, to allow use of the template preprocessor directive in
  714. whitespace-sensative situations. Closes: #387073
  715. * Patch from James Westby to make the location of the estseek.cgi script
  716. configurable.
  717. * Add typography (SmartyPants) plugin by Recai.
  718. * Add --render mode, which can be used to preview an edit at the command
  719. line by test rendering a single page.
  720. * Add a googlecalendar plugin. A bit special-purpose, but it shows
  721. one way to to deal with user-supplied content that could cause XSS
  722. issues w/o the htmlscrubber, and won't survive the scrubber.
  723. -- Joey Hess <joeyh@debian.org> Sun, 24 Sep 2006 00:02:21 -0400
  724. ikiwiki (1.26) unstable; urgency=low
  725. * Add a missing -n to tla undo call.
  726. * otl2hmtl can't be safely used with IPC::Open2 since it sometimes
  727. writes before consuming its whole stdin. Avoid this deadlock.
  728. * Fix alt tags for outline checkboxes.
  729. -- Joey Hess <joeyh@debian.org> Fri, 8 Sep 2006 16:24:16 -0400
  730. ikiwiki (1.25) unstable; urgency=low
  731. * Add proper waitpid calls for open2ed processes throughout to avoid
  732. zombies; this hit htmltidy especially badly.
  733. * Drop real uid/gid in the suid wrapper, thus allowing commits to remote
  734. subversion repos and fixing some other issues.
  735. * Add support for tla, contributed by Clint Adams. Closes: #385936
  736. * Add support for mercurial, contributed by Emanuele Aina.
  737. * Include <link rel> tag for RSS feeds, used by some aggregators and
  738. firefox to find the feed.
  739. * Add a linkmap plugin (requires graphviz).
  740. -- Joey Hess <joeyh@debian.org> Fri, 8 Sep 2006 01:54:14 -0400
  741. ikiwiki (1.24) unstable; urgency=low
  742. * Simplify the data structure returned by rcs_recentchanges to avoid
  743. each rcs plugin needing to form complex strings on its own.
  744. * Fix another destpage issue in the inline directive. Closes: #385512
  745. again.
  746. -- Joey Hess <joeyh@debian.org> Sun, 3 Sep 2006 15:46:45 -0400
  747. ikiwiki (1.23) unstable; urgency=low
  748. * Allow inline directives to be nested inside eg, sidebars. Closes: #385512
  749. -- Joey Hess <joeyh@debian.org> Sun, 3 Sep 2006 12:14:45 -0400
  750. ikiwiki (1.22) unstable; urgency=low
  751. * Change how the stylesheet url is determined in the templates: Remove
  752. STYLEURL and add BASEURL to all templates (some already had it). This
  753. new more general variable can be used to link to other things (eg, images)
  754. from the template, as well as stylesheets.
  755. * Fix a bug introduced last version to do with nested inlines.
  756. * Allow preprocessor directives to span multiple lines, both to make
  757. long ones with lots of values easier to write, and to allow for ones with
  758. multi-line quoted values.
  759. * Allow preprocessor directives to contain python-like triple-quoted
  760. text blocks, for easy nesting of quotes inside.
  761. * Add a template plugin.
  762. * Make pagespec merge code smarter about merging duplicate pagespecs.
  763. * Patch from Jordà Polo to make Setup::Standard support hashes in config
  764. files.
  765. * Change order of linkify and preprocess; first preprocess and then linkify.
  766. This allows passing a wikilink inside a parameter to a preprocessor
  767. directive without it being expanded to html, and leaking out of the
  768. parameter, which had required some non-obvious use of triple-quoting
  769. to avoid. Note that any preprocessor plugins that output something
  770. that looks like a wikilink will now have it treated as such; AFAIK
  771. this doesn't change any behavior though except for the template plugin.
  772. * Enable preprocessor directives when previewing an edit.
  773. * Make all pages pull in a local.css style sheet, if present. This won't
  774. be included in ikiwiki, but can be created to make local styling changes
  775. w/o needing to merge in every new change to the distributed style.css.
  776. * Use DESTDIR and not PREFIX to specify installation prefix for packaging.
  777. * Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
  778. from a different directory.
  779. * Generalised preprocesser loop protection code.
  780. * Patch from James Westby to allow a description to be set for rss feeds.
  781. * Patch from James Westby to add a template for the search form.
  782. * Added a ddate plugin.
  783. * Patch from James Westby to add a --sslcookie switch, which forces
  784. cookies to only be sent over ssl connections to avoid interception.
  785. * Fix preferences page on anonok wikis; still need to sign in to get
  786. to the preferences page.
  787. * Add toc (table of contents) plugin.
  788. * Change htmlize, format, and sanitize hooks to use named parameters.
  789. * Patch from James Westby to add an actions option to inline; this
  790. adds Edit and Discussion links at the end of blog entries.
  791. * Due to some css changes, you'll want to rebuild your wiki on upgrade
  792. to this version. Will be handled automatically by the deb.
  793. * Add processed date to aggregate preprocessor directive status output.
  794. -- Joey Hess <joeyh@debian.org> Fri, 1 Sep 2006 22:03:34 -0400
  795. ikiwiki (1.21) unstable; urgency=low
  796. * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
  797. * If a page links to itself, mark up the link text in a span with
  798. class="selflink" so that it can be styled. I don't have a useful style
  799. defined for that though.
  800. * Call filter hooks on inlined page content.
  801. * Support inlining pages raw, rather than creating a blog.
  802. * Clean up yes/no parameter parsing in inline plugin.
  803. * Implemented better cycle detection in the inline plugin; nested inlines
  804. will now work.
  805. * Add a map plugin contributed by Alessandro Dotti Contra.
  806. * Add otl format plugin, which handles files as created by vimoutliner.
  807. * Fix ikiwiki-mass-rebuild to work in the way the postinst uses it.
  808. * Add first draft at a Restructured Text (rst) plugin, by Sergio
  809. Talens-Oliag. Note that this has many known issues -- see the caveats on
  810. the plugin's page.
  811. * Credit everyone who wrote a plugin on the plugins' wiki pages.
  812. * Fix utf-8 in blog post form.
  813. -- Joey Hess <joeyh@debian.org> Sun, 20 Aug 2006 16:42:54 -0400
  814. ikiwiki (1.20) unstable; urgency=low
  815. * Relicense the templates and basewiki under the 2-clause BSD license.
  816. Since these can easily become part of other people's websites, they
  817. should be under as permissive a license as possible.
  818. * Add --syslog config option, to log to the syslog.
  819. * Catch failing IPC::Open2 in tidy plugin and retry in case this is a
  820. transient failure to fork (which I've seen happen in the wild).
  821. * Fix a bug in the aggregator introduced last version that caused all
  822. aggregator state to be lost during a non-aggregating build.
  823. -- Joey Hess <joeyh@debian.org> Thu, 17 Aug 2006 19:05:56 -0400
  824. ikiwiki (1.19) unstable; urgency=low
  825. * Fix several related bugs in page type determination during online editing.
  826. * Add some locking to prevent 2 aggregators from running at once.
  827. * Fix an infinite loop in the aggregator when finding a unique filename.
  828. -- Joey Hess <joeyh@debian.org> Wed, 16 Aug 2006 13:46:25 -0400
  829. ikiwiki (1.18) unstable; urgency=low
  830. * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
  831. * Add --version.
  832. * Man page format fixups.
  833. * If the meta plugin overides the page title, set a title_overridden
  834. variable in the template to true. This allows doing things with the
  835. templates conditional on the title being overriden.
  836. * Add a %pagecase which maps lower-case page names to the actual case
  837. used in the filename. Use this in bestlinks calculation instead of
  838. forcing the link to lowercase.
  839. * Also use %pagecase in various other places that want to check if a page
  840. with a given name exists.
  841. * This means that links to pages with mixed case names will now work,
  842. even if the link is in some other case mixture, and mixed case pages
  843. should be fully supported throughout ikiwiki.
  844. * Recommend rebuilding wikis on upgrade to this version.
  845. -- Joey Hess <joeyh@debian.org> Sat, 12 Aug 2006 22:10:48 -0400
  846. ikiwiki (1.17) unstable; urgency=low
  847. * Disable tidy generator tag.
  848. * Move tidy back to sanitize hook, found out how to only show body.
  849. * Turn off tidy indentation too.
  850. * Turn on HTML::Template loop_context_vars; not actually used in stock
  851. templates but can be useful for things like making comma-delimited lists
  852. of tags or what have you.
  853. * Remove <br> from end of aggregate preprocessor directive output.
  854. * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
  855. case-sensative filesystems like OSX.
  856. * Improve markdown loading. First, try to load it as a proper perl module,
  857. in case it was installed as one. Then fall back to trying
  858. /usr/bin/markdown.
  859. * Document in install page how to install markdown, since it has no
  860. installation procedure in the upstream tarball.
  861. * Set die_on_bad_params => 0 for all templates, to allow users to modify
  862. them without annoyances.
  863. * Suck in the page content when generating an inline archive page, to work
  864. around the meta plugin's lack of caching of title metadata across runs.
  865. -- Joey Hess <joeyh@debian.org> Sat, 12 Aug 2006 12:52:13 -0400
  866. ikiwiki (1.16) unstable; urgency=low
  867. * Try to handle relative links in aggregated feeds. However,
  868. the current support is a crude hack due to limitations of XML::Feed:
  869. xml:base is not supported, neither is Content-Location. And of course,
  870. relative links in RSS feeds are ill-undefined..
  871. * Make aggregator save permalinks and author name to pages as metadata.
  872. * Add permalink and author support to meta plugin, affecting RSS feeds
  873. and blog pages.
  874. * Various CSS and formatting changes.
  875. * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
  876. * Add xhtml files to the default prune regexp.
  877. * Also generate rel=bookmark links for permalinks.
  878. * Fix the htmltidy plugin, which wasn't working due my breaking it when
  879. I added it..
  880. * Don't run tidy with -xml as that fails if the input is not well-formed.
  881. Run it with -asxhtml instead, so it will output well-formed xhtml no
  882. matter what the input.
  883. * Disable tidy warnings too.
  884. * Add a new format hook, and make tidy use it, since tidy can really only
  885. operate on and output complete html documents, not the body chunks
  886. that sanitise gets.
  887. * Fix dates in rss feeds if running localised, so they're still rfc 822.
  888. -- Joey Hess <joeyh@debian.org> Fri, 4 Aug 2006 20:48:36 -0400
  889. ikiwiki (1.15) unstable; urgency=low
  890. * Remove CDPATH and other env vars perl taint checking doesn't like.
  891. Closes: #381279
  892. * Added created_before and created_after PageSpec limits.
  893. -- Joey Hess <joeyh@debian.org> Thu, 3 Aug 2006 13:00:57 -0400
  894. ikiwiki (1.14) unstable; urgency=low
  895. * Memoize pagespec translation, this speeds up a build of the ikiwiki tree
  896. by 10% or so.
  897. * Fix stupid bug in date matching, patch from Roland Mas. Closes: #381132
  898. * Added many unit tests for pagespec_match.
  899. -- Joey Hess <joeyh@debian.org> Wed, 2 Aug 2006 11:34:06 -0400
  900. ikiwiki (1.13) unstable; urgency=low
  901. * ikiwiki can now download and aggregate feeds with its new aggregate
  902. plugin, so it's possible to implement a Planet using ikiwiki!
  903. * Add a run_hooks function for the common task of running all hooks of a
  904. given type.
  905. * Add a savestate hook.
  906. * Don't put blog post forms on pages if there's no cgiurl set.
  907. * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
  908. --wrappers to do that.
  909. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
  910. to update pages that haven't changed on disk.
  911. * Change meta tags to use html entity-escaped text for values, so that
  912. quotes and such can be represented in title tags.
  913. * Depend and build-depend on HTML::Parser for HTML::Entities which is used
  914. for the above.
  915. * Make --rebuild also cause --aggregate to re-download and write aggregated
  916. pages.
  917. * Avoid outputting duplicate meta info.
  918. * Include title metadata on aggregated posts for capitalised and un-munged
  919. titles.
  920. * Title metadata of inlined pages now shows up in blogs and rss feeds.
  921. * Fix issue with unicode filenames and updating the hyper estradier search
  922. index. (Aka Please Please Please, let that be the last one.)
  923. * Patch from Roland Mas to support an rss=no parameter to inline directives.
  924. Closes: #380743
  925. * Renamed GlobLists to PageSpecs.
  926. * PageSpecs can now include nested parens, "and", and "or". This remains
  927. backwards compatible to the old GlobList format. It's implemented by
  928. treating the GlobList as a very limited microlanguage that is transformed
  929. to perl code that does the matching.
  930. * The old GlobList format is deprecated, and I encourage users to switch to
  931. using the new PageSpec format. Compatability with the old format will be
  932. removed at some point, possibly by 2.0.
  933. * Wiki rebuild needed on upgrade to this version due to PageSpec change.
  934. * Add support for creation_month and creation_year to PageSpec.
  935. Closes: #380680
  936. * Changes to index file encoding.
  937. -- Joey Hess <joeyh@debian.org> Tue, 1 Aug 2006 21:21:19 -0400
  938. ikiwiki (1.12) unstable; urgency=low
  939. "Viva l'Italia!"
  940. * New pagestats plugin from Enrico, which can generate a table counting
  941. the backlinks for each page, or a del.icio.us style cloud.
  942. * Build-depend on libtext-wikiformat-perl, so that the syntax check of
  943. the wikiformat plugin works. Thanks, Emanuele Aina.
  944. * Patch from Alessandro Dotti Contra to clean up backlinks and navbar
  945. display, running them through pagetitle. This removes ugly underscores and
  946. other gunk from the display, much nicer. You may want to rebuild your wiki
  947. when upgrading to get the cleanup globally.
  948. * Polygen plugin from Enrico.
  949. * htmltidy plugin from Faidon.
  950. * Locale patch from Faidon:
  951. - Adds a locale setting to setup files.
  952. - Proper local time, if the locale configuration option is used.
  953. - Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
  954. commiting (or even rcs_updating) on repositories with UTF-8 filenames was
  955. impossible.
  956. * Add getopt hook type, this allows plugins to add new command-line options.
  957. * Add --tagbase option to tag plugin.
  958. * Add exclude option in setup files, works same as --exclude.
  959. * Put categories in rss feeds for tagged items.
  960. * Allow preprocessor directives to be expanded in inlined blog pages.
  961. However, to avoid inlining loops etc, don't expand inline directives in
  962. inlined pages.
  963. * fortune plugin (trivial)
  964. * Tag plugins according to type.
  965. -- Joey Hess <joeyh@debian.org> Sat, 29 Jul 2006 17:12:56 -0400
  966. ikiwiki (1.11) unstable; urgency=low
  967. * Patch from Enrico that
  968. - Adds a tag plugin that allows more easily tagging pages.
  969. The meta plugin can also still be used for that, but the tag plugin
  970. also lists a page's tags at the bottom of the page.
  971. - Allows preprocessor directives to have parameters with no specified
  972. value.
  973. - Fixes preprocessor directive parameter parsing so that
  974. foo=bar baz now means "foo=bar" and a "baz" with no value.
  975. * Run pagetemplate hooks when inlining pages so that inlined pages also
  976. list their tags.
  977. * Make all plugins with pagetemplate hooks check that variables exist
  978. on the template before setting them, for robustness.
  979. * Switch pagetemplate hooks to using named parameters.
  980. * Pass a destpage parameter to preprocessor and pagetemplate hooks.
  981. This will be the page that a source page will be part of, which is
  982. different than the source page for inlined pages.
  983. * Audited all plugins to endure they pass (page, destpage) to htmllink
  984. appropriatly. This means inlining of various plugins will not work
  985. properly, with correct links generated.
  986. -- Joey Hess <joeyh@debian.org> Thu, 27 Jul 2006 20:51:23 -0400
  987. ikiwiki (1.10) unstable; urgency=low
  988. * Run page through any relevant filters when generating a page preview.
  989. * Noticed a bug in the wikitext markup plugin -- it made CamelCase links the
  990. default throughout the wiki, not only on wikitext pages. Decided to call
  991. this a feature, and split the camelcase support out into a separate plugin
  992. that is independant of wikitext.
  993. * Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.
  994. -- Joey Hess <joeyh@debian.org> Wed, 26 Jul 2006 18:06:35 -0400
  995. ikiwiki (1.9) unstable; urgency=low
  996. * Improve display of parentlinks and page title of toplevel index page.
  997. * Patch from Faidon to use svn --limit when possible for recentchanges,
  998. speeds up recentchanges a lot for wikis with more history.
  999. * Patch from Recai to fix utf8 issues in git backend.
  1000. * Add wikitext markup plugin, which supports ".wiki" pages written in the
  1001. original wiki syntax, CamelCase links and all.
  1002. * Support a w3mmode, which lets w3m run ikiwiki using its local CGI
  1003. support, to edit pages etc without a web server.
  1004. * Display CGI processing errors if present.
  1005. * Fix from Faidon for a XML parser issue that breaks utf-8 for
  1006. RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this
  1007. area, and also way slow.
  1008. * Match 'web commit from' in SVN and git, these are web commits too.
  1009. (Faidon)
  1010. * Consolidated all decode_utf8 in FormBuilder's fields to make the code more
  1011. readable and avoid future mistakes. The patch seems to work and for the
  1012. first time I have a UTF-8 username ;-) (Faidon)
  1013. * Use form->field consistently, not form->param.
  1014. * Patch from Recai to allow selection of page type when creating a new page.
  1015. Default page type is inherited from the link clicked on to create the new
  1016. page.
  1017. -- Joey Hess <joeyh@debian.org> Wed, 26 Jul 2006 17:25:30 -0400
  1018. ikiwiki (1.8) unstable; urgency=low
  1019. * Fix orphans plugin to not count a link to a nonexistant page as a reason
  1020. for a page not being an orphan.
  1021. * Support pinging services such as Technorati using XML-RPC to notify them
  1022. about changes to rss feeds.
  1023. * Parse svn log as xml for improved utf8 and security. Note that this makes
  1024. ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
  1025. * POSIX::strftime doesn't know about encodings and doesn't return a utf8
  1026. flagged string even if the locale causes it to generate utf8 output,
  1027. so make sure to let perl know it should be handled as utf8. Also,
  1028. the optimised version used for standard time formats won't work if the
  1029. user has changed locale, so drop it. Thanks, Faidon Liambotis.
  1030. * Fix re-encoding of the comments field to utf8 if a commit fails
  1031. due to a conflict. Thanks, Faidon Liambotis.
  1032. * Let svn know that commits have utf8 commit messages. Thanks, Faidon
  1033. Liambotis.
  1034. * Add insane double encode/decode to utf8 around call to markdown.
  1035. This works around a truely strange bug, which is apparently a bug in
  1036. perl, #376329. Also added a test case for it.
  1037. * Improve layout of edit page so formatting help link is always visible w/o
  1038. getting in the way of the preview.
  1039. * Centralised all calls to HTML::Template and force all the templates
  1040. to be read as utf8.
  1041. * Support pages with utf8 filenames. Patch by Faidon Liambotis.
  1042. * Introduce add_plugins and disable_plugins config options in setup files.
  1043. This allows adding or removing plugins w/o overriding the whole list of
  1044. default plugins, which makes it easier to upgrade when new default plugins
  1045. are added.
  1046. * Support htmlize plugins and make mdwn one such plugin, which is enabled by
  1047. default (of course!). Based on a patch by Faidon Liambotis.
  1048. * Add a html plugin, which can be used to write wikis in raw html,
  1049. if you'd ever want to do such a thing. Slightly tricky, since ikiwiki
  1050. defaults to not processing .html files, since w/o this plugin they would
  1051. be copied unsanitised. With this plugin, it will process and html
  1052. sanitise them, like any other page type.
  1053. * Rebuilding wrappers is necessary on upgrade to this version.
  1054. * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
  1055. will be automatically done on all upgrades.
  1056. * Don't send pings if the wiki is being rebuilt.
  1057. * Work around very innefficient behavior in File::Spec::abs2rel. Result
  1058. is a savings of 2 pointless fork/execs per link calculation, which
  1059. results in ~25% speedup of ikiwiki building its own doc wiki, and
  1060. about 35% speedup displaying RecentChanges!
  1061. * Make RecentChanges use a table and some CSS, should be much more readable.
  1062. No code changes involved.
  1063. * Encode & in diffurl in examples, to conform to pedantic rules.
  1064. * Speed up RecentChanges by another 40% or so with some memoization.
  1065. * Memoize abs2rel, which is still kinda slow, for another 30% speedup
  1066. in time to build the doc wiki.
  1067. -- Joey Hess <joeyh@debian.org> Tue, 4 Jul 2006 12:46:29 -0400
  1068. ikiwiki (1.7) unstable; urgency=low
  1069. * Updated logo from Recai with some kerning and alingment tuning.
  1070. * Patch from Recai to fix git recentchanges code to work with git 1.4 which
  1071. changed some output.
  1072. * Copyright update.
  1073. -- Joey Hess <joeyh@debian.org> Sun, 18 Jun 2006 23:33:35 -0400
  1074. ikiwiki (1.6) unstable; urgency=low
  1075. * YA utf-8 patch from Recai, this time to fix previewing a page so that
  1076. the text in the input box is re-encoded back to utf-8.
  1077. * -CSD does not affect modules, so readfile() was not using the utf-8 input
  1078. layer, which led to lots of problems; make it force read files as utf-8.
  1079. Closes: #373203
  1080. * Note that as a consequence, this version of ikiwiki will actually try to
  1081. parse utf8 in source files for the first time, which may expose broken
  1082. utf8 in wiki sources that was hidden before. Most common will be
  1083. perl warnings like "utf8 "\xE9" does not map to Unicode"
  1084. * writefile() likewise needs to use the utf8 output layer.
  1085. * Remove the -CSD from ikiwiki's hashbang since it's useless to have it
  1086. there.
  1087. * Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary
  1088. given the readfile fix.
  1089. * Add utf-8 testcases for readfile and htmlize.
  1090. * Put back the encode_utf8 in the input to markdown; it's really not utf-8
  1091. safe.
  1092. * More utf-8 fixes from Recai, partly to things I broke above:
  1093. - The serious problem is that writefile() saves the content in undecoded
  1094. format in CGI, hence all (non-ascii) chars are corrupted permanently.
  1095. - Comment field in edit page is not decoded and all the non-ascii chars in
  1096. this field are corrupted as the result. We should decode it as we do it
  1097. for the content.
  1098. - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
  1099. character in print.
  1100. * New SVG logo from Recai.
  1101. -- Joey Hess <joeyh@debian.org> Sun, 18 Jun 2006 19:18:46 -0400
  1102. ikiwiki (1.5) unstable; urgency=low
  1103. * Add --timeformat config option to allow changing how dates are displayed.
  1104. Note that as a side effect, dates will now be displayed using the local
  1105. timezone, not as GMT.
  1106. * More security review.
  1107. * Patch from Dr. Zini to add link() and backlink() to globlists. This allows
  1108. for some handy stuff like:
  1109. - Using links as a kind of tag; creating blog pages that list all pages
  1110. containing a given tag/link or not containing some other tag.
  1111. - Subscribing to mail notifications whenever a change is made to a page
  1112. that is a backlink of page foo. Ie, "Please notify me of changes in all
  1113. pages that link to my home page in the wiki"
  1114. - Locking any pages that are linked to from a particular page, so that
  1115. lists of locks can be exposed in the wiki.
  1116. * Reorganised the doc wiki's todo/* pages, using a link/tag to flag
  1117. when a todo item is done, instead of the previous moving it to a different
  1118. subdir.
  1119. * Allow pagetemplate plugins to override *anything* in the template.
  1120. * Add a meta plugin, which allows specifying various metadata about pages,
  1121. like license and author. It also allows for inserting html link and meta
  1122. tags into html, overriding the title, and adding hidden WikiLinks, which
  1123. can be useful when using link-based globbing for page categorisation.
  1124. * Remove preprocessor directives from inlined pages.
  1125. * Allow simple preprocessor directive values to be specified w/o quotes.
  1126. * Add support for using git instead of subversion as the RCS backend,
  1127. tremendous thanks to Recai Oktaş for this.
  1128. * Doc updates for git.
  1129. * Fix absolute url munging in rss generation to support https, ftp, etc urls
  1130. not just http urls.
  1131. * Patch from Recai Oktaş to improve utf-8 support, it should now use proper
  1132. utf-8 for edit and other fields, and for recentchanges. There may still
  1133. be utf-8 issues with the preferences page though.
  1134. -- Joey Hess <joeyh@debian.org> Sun, 11 Jun 2006 19:56:54 -0400
  1135. ikiwiki (1.4) unstable; urgency=low
  1136. * Tell HTML::Scrubber to treat "/" as a valid attribute which is its
  1137. very strange way of enabling proper XHTML <br /> type tags. Output html
  1138. should be always valid again now.
  1139. * The page name and parent links has switched from using a <h1> to a styled
  1140. <span>, so pages can use <h1> internally instead of needing to use <h2>.
  1141. * Updated all of ikiwiki's own wiki pages for that.
  1142. * Add pagetemplate hook, which can be used by plugins that want to mess
  1143. around with adding new stuff to the page template.
  1144. * Remove headercontent; the search plugin now adds the search box to the
  1145. header by registering a pagetemplate hook, and other plugins should do
  1146. similarly.
  1147. * Rebuilding on upgrade to this version is recommended.
  1148. * Add a html validity check to the test suite, using the wdg-html-validator,
  1149. if available.
  1150. * Make the html valid when there is nothing in the actions list.
  1151. * Reordered some function call parameters for consistency.
  1152. * Enable full utf-8 support for page input and output.
  1153. * Add a workaround for markdown, which does not work well with utf-8
  1154. strings.
  1155. * --getctime had bitrotted (well I only ever used it the once so far..),
  1156. fix and make it a bit more flexible
  1157. * rcs_getctime is changed, now rather than needing to loop over all pages,
  1158. it should just use the rcs to get the ctime of the passed file.
  1159. * When inlining a page in another one, links from the inlined page are now
  1160. expanded the same as they are when rendering the inlined page as a
  1161. standalone page. So rather than being expanded from the POV of the
  1162. inlining page, they are expanded from the POV of the inlined page.
  1163. For example, a link from blog/foo to "bar" will now link to blog/bar
  1164. if it exists. Previously this needed to be a link explicitly to
  1165. "blog/bar"; such links will also continue to work.
  1166. (This was slightly complex to do as the link still has to be constructed
  1167. relative to the inlining page.)
  1168. * Make page edit textarea resize to fit browser window.
  1169. * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
  1170. do not need a full rebuild, in order to update any basewiki pages.
  1171. -- Joey Hess <joeyh@debian.org> Sat, 27 May 2006 15:08:49 -0400
  1172. ikiwiki (1.3) unstable; urgency=low
  1173. * Fix the preinst introduced in the last version. Closes: #367458
  1174. -- Joey Hess <joeyh@debian.org> Tue, 16 May 2006 02:43:02 -0500
  1175. ikiwiki (1.2) unstable; urgency=low
  1176. * Remove dups from the brokenlinks list.
  1177. * Add libc6-dev to dependencies, needed to build wrappers.
  1178. * Install wikilist in correct location. Closes: #367371
  1179. -- Joey Hess <joeyh@debian.org> Mon, 15 May 2006 10:53:49 -0500
  1180. ikiwiki (1.1) unstable; urgency=low
  1181. * Rename inlinepage to depends, so that it can be used to refer to more
  1182. dependency relationships than just inlining. This will require a rebuild
  1183. on upgrade to this version.
  1184. * Move the rss link, put it in the blogpost form if there is one and at the
  1185. top if not. This is both nicer because easier to find, and it cleans up
  1186. the code which had used inlinepage as a flag for adding the link later.
  1187. * Allow the depends GlobList to be built up from multiple sources (such as
  1188. plugins) during a page render.
  1189. * Which means that more than one blog is now supported to appear on a
  1190. single page. (With some limitations, like only the last one getting an
  1191. rss file.)
  1192. * Added a plugin system.
  1193. * Added a pagecount plugin, enabled by default.
  1194. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
  1195. * Fixed/optimised backlinks code, to avoid rebuilding pages to update
  1196. backlinks when the backlinks hadn't really changed.
  1197. * Moved inline page support, rss generation etc into the inline plugin,
  1198. enabled by default.
  1199. * Added brokenlinks plugin, not enabled by default, but rather handy.
  1200. * Fix several broken links in the doc wiki.
  1201. * Smarter behavior when creating a page and a page of the same name (but
  1202. different location) already exists.
  1203. * Add an orphans plugin for finding pages that nothing links to.
  1204. * Removed backlinks page, which it turns out nothing used.
  1205. * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
  1206. it, this will allow for adding a unit test suite.
  1207. * Add unit tests for several core functions, including globlist_match,
  1208. dirname, basename, bestlink, linkify, pagetitle, titlepage.
  1209. * Smart globlist merging.
  1210. * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
  1211. to pave the way for adding other RCS support. This also changes the
  1212. setup files, where before they had svn => 1 or svn => 0, now they have
  1213. rcs => "svn" or rcs => "".
  1214. * Add a debian/NEWS file with upgrade notes.
  1215. * Load whatever rcs module is specified, so new ones can be just dropped in
  1216. as plugins and work. (Well, in theory.)
  1217. * Add some basic docs about writing RCS modules.
  1218. * Broke search capability out into a plugin, removed the --hyperestraier
  1219. switch.
  1220. * Added smiley plugin, nicely controlled and documented by the smileys page.
  1221. * Copied in some smileys from Moin Moin.
  1222. * Allow links of the form [[some page|page]], with whitespace in the link
  1223. text.
  1224. * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
  1225. and --disable-plugin htmlscrubber.
  1226. * Allow discussion links on pages to be turned off with --no-discussion.
  1227. * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
  1228. * Add some new config items to the estseek.conf template, which are needed
  1229. by hyperestraier 1.2.3.
  1230. -- Joey Hess <joeyh@debian.org> Fri, 5 May 2006 17:00:41 -0400
  1231. ikiwiki (1.0) unstable; urgency=low
  1232. * First official release.
  1233. -- Joey Hess <joeyh@debian.org> Tue, 25 Apr 2006 02:08:17 -0400