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