Commit Graph

487 Commits (4fcf25a8200a25a850f095ac90b5ac9f4e395664)

Author SHA1 Message Date
joey 2210c65083 more triage 2007-07-25 02:34:48 +00:00
joey de9104d4e2 triage 2007-07-25 02:27:23 +00:00
joey a7b8e35bf9 * Fix graphviz plugin to not try to read images as utf-8; they might
sometimes contain invalid utf-8 byte sequences. Thanks,
  HenrikBrixAndersen.
2007-07-25 02:15:52 +00:00
joey a4b3300fde done 2007-07-25 02:05:32 +00:00
joey 99bc53b83e Close this one, I think I've explained fairly convincingly why the old
behavior was a bug, and the current behavior good sense.
2007-07-25 01:57:55 +00:00
joey 3e29836593 move some bugs to todo items
add a wishlist tag, that can be used to separate some todos off onto a
wishlist page
2007-07-25 01:55:45 +00:00
joey 711f86e627 response 2007-07-25 00:45:48 +00:00
joey 2f3a4f6899 response 2007-07-25 00:39:26 +00:00
joey c35330f87b web commit by NicolasLimare 2007-07-24 20:59:47 +00:00
joey 84c2aed7e7 web commit by NicolasLimare 2007-07-24 19:52:41 +00:00
joey 1044bdafa9 web commit by NicolasLimare 2007-07-24 18:41:44 +00:00
joey 927f14271c web commit by NicolasLimare 2007-07-24 18:32:23 +00:00
joey 5ca59b3a8d web commit by NicolasLimare 2007-07-24 18:22:06 +00:00
joey e67fe2f5cb web commit by NicolasLimare 2007-07-24 18:20:33 +00:00
joey 0e4fe066d8 analysis 2007-07-20 17:53:58 +00:00
joey 2f583a6e05 web commit by http://solair.livejournal.com/ 2007-07-20 04:41:29 +00:00
joey c517b76c85 web commit by http://solair.livejournal.com/ 2007-07-20 04:39:21 +00:00
joey 68ae662e6f followup 2007-07-11 01:01:13 +00:00
joey b4ee8390a7 web commit by http://blakej.myopenid.com/ 2007-07-11 00:55:30 +00:00
joey 55d1c26f53 response 2007-07-09 01:19:00 +00:00
joey e0da57358c get confused. So it's best for ikiwiki to follow the compatability
* Support building on systems that lack asprintf.
* mercurial getctime is currently broken, apparently by some change in
  mercurial version 0.9.4. Turn the failing test case into a TODO test case.
2007-07-09 00:39:55 +00:00
joey 5a809bdd98 response 2007-07-08 17:25:50 +00:00
joey b910d991f0 respond to one item and make another into a bug report 2007-07-08 17:20:25 +00:00
joey c4ccb9efe6 fix to be a proper bug report 2007-07-08 00:03:44 +00:00
joey 5fe490c7d7 massive naming and userlink patch from Paweł Tęcza 2007-07-07 23:48:00 +00:00
joey dcb7fd85f2 web commit by http://dmarti.myopenid.com/ 2007-07-06 01:56:53 +00:00
joey 80e3887e07 web commit by http://xtermin.us/: But also affects CamelCased style text in freelinks. 2007-07-04 02:04:36 +00:00
joey 176c3c0ba1 web commit by http://victormoral.myopenid.com/: fixing the debian bug reference 2007-06-27 09:01:30 +00:00
joey afcf0dc79e * Patch fixing various additional problems with test suite. Closes: #425891
once more.
2007-06-26 22:11:59 +00:00
joey bde5f35b7b web commit by ThomasViehmann: More info and full patch in Debian BTS 2007-06-26 12:47:26 +00:00
joey d454720258 web commit by HenrikBrixAndersen: Add patch for improving usability of the search template 2007-06-15 13:06:38 +00:00
joey 30fa9aeca1 web commit by https://kheinz.regged.de/ 2007-06-14 20:42:11 +00:00
joey e70f66e18b web commit by https://kheinz.regged.de/ 2007-06-14 20:04:49 +00:00
joey d79ddb057c web commit by harleypig 2007-06-10 18:32:16 +00:00
joey 6b6d824c5b web commit by HenrikBrixAndersen: The first proposed patch was broken, this one works 2007-06-08 10:06:21 +00:00
joey f871c084f6 web commit by HenrikBrixAndersen: Add patch for graphviz.pm 2007-06-07 14:03:00 +00:00
joey 9bae375584 web commit by HenrikBrixAndersen: Remove duplicate header 2007-06-07 13:57:24 +00:00
joey d01efdf07c web commit by HenrikBrixAndersen: Add patch for toc.pm 2007-06-07 11:37:53 +00:00
joey b61fede326 web commit by TaylorKillian 2007-06-04 03:56:09 +00:00
joey 348a82b7a4 known bug 2007-06-01 21:37:30 +00:00
joey 4b650a855c web commit by TaylorKillian 2007-06-01 20:46:06 +00:00
joey 544d48328b response 2007-06-01 18:31:29 +00:00
joey 7c64bcf6ad err..? 2007-06-01 17:47:24 +00:00
joey 90b09f08cd web commit by cworth 2007-06-01 13:59:35 +00:00
joey a7d5259a88 web commit by cworth: Es 2007-06-01 13:45:08 +00:00
joey 4a43b45f79 web commit by cworth 2007-06-01 13:42:35 +00:00
joey 3bb9d23c52 web commit by KarlMW: unclear --numbacklinks usage 2007-06-01 09:13:26 +00:00
joey ba1765fbdf * More consistent encoding of titles in rss and atom feeds. Don't use
ESCAPE=HTML for titles in the templates for these feeds, and instead
  escape the title going in to the template. Previously, the title was
  sometimes double-escaped in a feed (if set via meta title), and sometimes
  not (if set from the page filename).
* In the meta plugin, when a title is set, encode the html entities in it
  numerically. This works better in the current landscape of a rss spec that
  doesn't specify encoding, and variously broken feed consumers, according
  to <http://www.rssboard.org/rss-profile#data-types-characterdata>.
2007-05-28 19:43:28 +00:00
joey 330bbd03df * Apply a patch from Carl Worth allowing a class attribute to be passed
through the img plugin. Also allow the id attribute to be passed through.
2007-05-28 19:07:38 +00:00
joey 51d7da8c87 analysis 2007-05-28 18:58:27 +00:00
joshtriplett 5d1c384259 Merge bug reports. 2007-05-24 17:20:48 +00:00
joey 3c70e58d15 web commit by cworth 2007-05-24 17:01:58 +00:00
joey f14dbd76fe web commit by http://bmalee.eu/~bma/ 2007-05-23 21:25:52 +00:00
joey 19137c382e web commit by cworth: Attempting to protect patch content with indentation... 2007-05-23 13:42:07 +00:00
joey ffe8c29c3c web commit by cworth 2007-05-23 13:36:37 +00:00
joey c8b9fdcd26 this bug still exists 2007-05-23 02:44:43 +00:00
joey cf35ee04cd * Add a destpage parameter to the filter hook.
* Fix links to smilies generated by the smiley plugin for inlined pages. The
  old links were often wrong, but often still worked by accident.
2007-05-17 19:55:11 +00:00
joey 739325834b * Fix some bugs in password handling:
- If the password is empty in preferences, don't clear the existing
    password.
  - Actually check the confirm password field, even if it's left empty.
2007-05-17 08:06:05 +00:00
joey 08d0bd7338 * Patch from hb to fix the pagestats plugin, which was broken by a past
change to the backlinks() function.
2007-05-12 17:56:56 +00:00
joey 1fa80e15a1 web commit by hb 2007-05-12 14:49:49 +00:00
joey 7fc3a41cfd web commit by hb: typo 2007-05-12 14:25:17 +00:00
joey ffae58a978 web commit by hb 2007-05-12 14:23:31 +00:00
joey 190202dd4e * Make all templates have a footer div to ease themeing. Required template
and style sheet updates, and unless you're using customised versions,
  you'll want to rebuild wikis on upgrade to this version to avoid
  inconsistencies.
* Allow WIKINAME to to used in footers, as an example of something to put
  there.
2007-05-11 20:09:58 +00:00
joey 02fd4b9f33 web commit by http://ptecza.myopenid.com/: * Thanks 2007-05-11 09:55:05 +00:00
joey 1833f48a86 web commit by http://ptecza.myopenid.com/: * Thanks 2007-05-11 09:48:35 +00:00
joey 0e8cbac4e5 web commit by Fred: Updated patch 2007-05-10 20:35:00 +00:00
joey 3eb541e36a response 2007-05-10 18:59:32 +00:00
joey f23ebaad2e * Apply patch from Pawel to avoid using -L in Makefile as it's not available
in older finds.
2007-05-10 18:59:02 +00:00
joey b15f37e9e9 response 2007-05-10 18:54:37 +00:00
joey 3a1c0c0460 web commit by http://ptecza.myopenid.com/: * Next bug report 2007-05-10 14:02:20 +00:00
joey cb92588ef2 web commit by http://ptecza.myopenid.com/: * FTBFS report 2007-05-10 13:41:45 +00:00
joey 41e8aa899a web commit by http://ptecza.myopenid.com/: * Bug report 2007-05-10 08:45:14 +00:00
joey 4d7ca9fff8 web commit by Fred 2007-05-09 20:58:48 +00:00
joey 5edc3fca68 response 2007-05-08 17:52:56 +00:00
joey 9ea045e427 web commit by Fred: Reformat the entry so that the patch is readable. Sorry. 2007-05-08 17:43:29 +00:00
joey a07f7ee4fb web commit by Fred 2007-05-08 17:40:28 +00:00
joey 3986cd4ce1 web commit by http://adam.shand.net/ 2007-05-03 08:47:46 +00:00
joey 739cb45f23 fixed by new markdown version 2007-05-01 22:16:04 +00:00
joey b5663def1d web commit by JoshTriplett: Wiki formatting between `\[[toc ]]` and an inline fails to render. 2007-05-01 21:57:18 +00:00
joey 9026ae05c2 * Fix a bug that prevented clearing email or subscriptions. 2007-04-30 21:32:24 +00:00
joshtriplett fafaa119cf Revert passwordauth fieldset and doc to avoid 2.0 regressions; need to re-evaluate after 2.0. 2007-04-30 04:08:06 +00:00
joshtriplett 03d982bd46 Followup on bug. 2007-04-30 02:38:15 +00:00
joey dde68ed9b9 * Use a fieldset to set off the openid entry from the rest of the login
form.
2007-04-29 22:16:15 +00:00
joshtriplett e97b63c95a * Avoid using GNU extensions to cp during "make install", which did
not work on FreeBSD.  Thanks to Henrik Brix Andersen for the patch.
2007-04-29 21:53:26 +00:00
joshtriplett 8583fe7a95 Add trailing newline. 2007-04-29 21:47:30 +00:00
joey 0a1a0c57de web commit by JoshTriplett: Fix typo. 2007-04-29 21:33:16 +00:00
joey 722d893c83 web commit by JoshTriplett: Fix typo. 2007-04-29 21:32:53 +00:00
joey 09e852d35e web commit by JoshTriplett: No, apparently FreeBSD `install` does not support `-D`. 2007-04-29 21:15:59 +00:00
joey 0a7621eff0 response 2007-04-29 19:35:33 +00:00
joey 3a352db173 web commit by hb 2007-04-29 16:30:45 +00:00
joey d26f08f1ad web commit by HenrikBrixAndersen: Add patch for using install(1) instead of cp(1) for installing files 2007-04-29 10:57:52 +00:00
joey 5c36a5cfc6 * Apply patch from hb that uses the full path to a file when adding a file
using the mercurial backend. Not 100% sure why it failed w/o the full
  path, but this still passes the test suite, and indeed, is how the test
  suite calls hg add.
2007-04-29 03:25:09 +00:00
joey 86eb0ccb51 web commit by JoshTriplett: The Debian package does have a version on its Suggests of liblocale-gettext-perl. 2007-04-28 18:59:36 +00:00
joey 84794b6a8d web commit by http://adam.shand.net/: debian package needs updating with require for new enough version of liblocale-gettext-perl 2007-04-28 11:41:41 +00:00
joey 1d51328d06 web commit by http://adam.shand.net/ 2007-04-28 11:40:43 +00:00
joey 1d674c612d done 2007-04-27 21:52:44 +00:00
joey 1d776d1fec web commit by http://adam.shand.net/ 2007-04-27 21:37:03 +00:00
joey d3a902e796 web commit by JoshTriplett: Correct. 2007-04-27 20:57:17 +00:00
joey 67a4d88b7b question 2007-04-27 17:03:11 +00:00
joey 9454f33c7a web commit by JoshTriplett 2007-04-27 10:56:52 +00:00