Commit Graph

395 Commits (7c64bcf6adbeb7b59cc5c45a0ccd0cf8b58d7783)

Author SHA1 Message Date
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