Commit Graph

487 Commits (4fcf25a8200a25a850f095ac90b5ac9f4e395664)

Author SHA1 Message Date
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
joey bb8fb1cb59 web commit by JoshTriplett 2007-04-27 10:54:12 +00:00
joey 61950b3cf8 web commit by http://adam.shand.net/ 2007-04-27 05:39:20 +00:00
joey 225b5ae548 web commit by http://adam.shand.net/ 2007-04-27 05:37:54 +00:00
joey 0127fe6026 interesting one 2007-04-27 05:32:31 +00:00
joey 6e9f2a1113 response, web server misconfiguration 2007-04-27 05:23:03 +00:00
joey 4dd175bd11 web commit by http://adam.shand.net/: sorry link changed. 2007-04-27 05:09:45 +00:00
joey 5b52652826 web commit by http://adam.shand.net/ 2007-04-27 05:07:13 +00:00
joey fd29e8643a response 2007-04-27 05:01:41 +00:00
joey 4538fc8789 web commit by http://adam.shand.net/ 2007-04-27 04:55:35 +00:00
joey 01f41560e3 * Fix sending of commit mails when new pages are added via the web. 2007-04-26 23:29:19 +00:00
joey 80b0165ff8 * Avoid .svn directories when installing from svn checkout. 2007-04-26 22:58:01 +00:00
joey 1e99e75e9a unreproducible 2007-04-26 22:49:52 +00:00
joey 2a16e28910 web commit by http://adam.shand.net/ 2007-04-25 22:10:58 +00:00
joey 71d2d93027 * Fix aggregator to not warn when a feed contains no body content at all.
* Work around bug #420636 by, if XML::Parser crashes, running the feed
  content though Encode::decode_utf8.
2007-04-23 18:36:44 +00:00
joey 6c6413c9f5 web commit by http://john.choffee.co.uk/: Added another bad feed to the aggregator. 2007-04-23 13:06:56 +00:00
joey e09adb12a7 web commit by JoshTriplett: wikilink, not wikilinks. 2007-04-22 03:52:26 +00:00
joey d5b51ce01b web commit by JoshTriplett 2007-04-22 03:51:42 +00:00
joey c5975243a5 * Support setting svnpath to "" for wikis that are rooted at the top of
their svn repositories, with no trunk directory.
2007-04-16 19:07:52 +00:00
joey 66f76e038f web commit by HenrikBrixAndersen: Document problem with RecentPages and empty svnpath 2007-04-16 13:28:45 +00:00
joey 7f0f9bf5cf bug 2007-04-15 21:56:59 +00:00
joey 8ef47cbca6 web commit by http://adam.shand.net/ 2007-04-15 04:03:18 +00:00
joey 868ce06b36 turn tips page into a feed 2007-04-14 20:18:11 +00:00
joey ad523baa24 bug I noticed 2007-04-13 19:37:37 +00:00
joey b3d5b234f9 web commit by tuomov: detail 2007-04-13 15:25:31 +00:00
joey da2fb30814 web commit by tuomov 2007-04-13 14:55:57 +00:00
joey 7146e21110 web commit by tuomov: More patch 2007-04-12 14:28:46 +00:00
joey aa38aff4d6 web commit by tuomov: patch.. 2007-04-12 14:24:23 +00:00
joey 1f8f1851e8 web commit by tuomov 2007-04-12 14:19:04 +00:00
joey af388addc6 web commit by JoshTriplett: Response: please, no. Client-side wrapping of selections possibly OK. 2007-04-09 06:42:10 +00:00
joey ec8144e9d2 response 2007-04-08 19:19:11 +00:00
joey c53c60541e web commit by hb 2007-04-08 10:35:19 +00:00
joey bc2f94a311 web commit by JoshTriplett: Same thing observed via lintian 2007-04-08 04:30:16 +00:00
joey 9e28f4b33f web commit by http://ethan.betacantrips.com/: minor bug 2007-04-08 04:13:11 +00:00
joey 072d097be1 magic 0 2007-04-07 16:55:16 +00:00
joey 8abe3af165 web commit by JoshTriplett 2007-04-07 09:36:27 +00:00
joey ba3547fb84 web commit by JoshTriplett: Similar to [[wiki_links_still_processed_inside_code_blocks]] 2007-04-06 20:21:20 +00:00
joey f3ae869262 web commit by http://ptecza.myopenid.com/: * Bug report 2007-04-06 09:57:16 +00:00
joey bcf08cf905 web commit by JoshTriplett: See "using the web interface with a real text editor" on the [[tips]] page. --[[JoshTriplett]] 2007-04-06 08:56:06 +00:00
joey d25e91e127 * Fix tags to page names that contain special characters. 2007-04-04 21:08:01 +00:00
joey b8be74be61 web commit by http://willthompson.co.uk/: I suck at wikilinks. 2007-04-04 20:17:42 +00:00
joey ad9f21f0e8 web commit by http://willthompson.co.uk/: hrm, my link is not escaped. 2007-04-04 20:12:38 +00:00
joey 695ddeb840 web commit by http://willthompson.co.uk/ 2007-04-04 20:11:07 +00:00
joey aee4621bae * Fix a bug in the img plugin that caused thumbnailed files to not be
* Make the OpenID library a reccommendation of the Debian package, rather
  than just a suggests, since OpenID is enabled by default.
2007-04-04 00:40:57 +00:00
joey 66c63328bc response 2007-04-04 00:40:10 +00:00
joey ee2b08c0bf web commit by http://adam.shand.net/ 2007-04-03 03:32:25 +00:00
joey f18b1f9037 web commit by http://adam.shand.net/ 2007-04-03 03:27:24 +00:00
joshtriplett da938cbaab Move todo item to todo/ 2007-04-02 22:19:30 +00:00
joey ef58a112a5 web commit by JoshTriplett 2007-04-02 21:59:15 +00:00
joey 02b9f69ba5 * Finally apply the index.html patch, with thanks to everyone who worked
on and supported creating it (especially Tumov). This adds a "usedirs"
  option that makes ikiwiki use foo/index.html instead of foo.html as
  output page names. It is not yet enabled by default.
2007-04-01 19:59:42 +00:00
joey c8b80a96d6 web commit by hb: test 2007-04-01 16:31:43 +00:00
joey 874c52c277 web commit by hb: trying to put this done (it is !) 2007-04-01 16:28:57 +00:00
joey a0727f4915 web commit by hb 2007-03-24 17:52:47 +00:00
joey 98bc61cb7b web commit by hb 2007-03-24 17:52:06 +00:00
joey c936ba1719 * Fix mercurial backend to deal with empty commit messages. 2007-03-24 15:14:53 +00:00
joey bbb0b3e72f * Finally fixed the longstanding inline removal bug.
* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to
  actually store pages' mtimes.
* Add "mtime" sort parameter to inline plugin.
2007-03-24 15:10:58 +00:00
joey dc0bf7982f web commit by MarkusSchaber: removed obsolete suggestion 2007-03-24 15:09:33 +00:00
joey dbb4622c1b web commit by MarkusSchaber 2007-03-24 14:59:10 +00:00
joey 210fe3664b web commit by hb: Adding patch for the no message case for mercurial 2007-03-24 12:21:34 +00:00
joey cb0c642aed * Applied a patch from Michał to make the mercurial backend pass --quiet to
hg.
2007-03-18 22:20:44 +00:00
joey 62aecc19f0 web commit by http://meep.pl/: bug report 2007-03-18 21:59:04 +00:00
joey eeaaac10e5 web commit by http://joey.kitenet.net/: more detail 2007-03-17 23:26:46 +00:00
joey 188f1931c2 * Fix some broken logic in cgi creation of a subpage when a toplevel page
with the same name already exists, and generally simplify the edit code.
2007-03-17 23:20:27 +00:00
joey c1bf0eaf5d respinse 2007-03-17 22:07:46 +00:00
joey bf2c7f2298 response 2007-03-17 22:05:15 +00:00
joey 57606c7992 web commit by MichaelStevens: added new bug report 2007-03-17 21:00:34 +00:00
joey f1b09207bf web commit by http://id.inelegant.org/: Bug report. 2007-03-17 00:09:37 +00:00
joey 5bc575c365 close 2007-03-16 21:47:31 +00:00
joey ab5811fa5d web commit by http://id.inelegant.org/: Admission of stupidity. ;-) 2007-03-16 21:10:31 +00:00
joey 4be6ccbc02 response 2007-03-16 19:20:36 +00:00
joey f6a15f38c2 web commit by http://id.inelegant.org/ 2007-03-16 13:52:35 +00:00
joey fe88512059 web commit by HenrikBrixAndersen: Say thanks :) 2007-03-04 22:56:23 +00:00
joey d3b14e6d63 web commit by HenrikBrixAndersen: Add comment 2007-03-04 22:55:12 +00:00
joey 346b123d1f web commit by http://ptecza.myopenid.com/: * Fixed bug 2007-03-02 14:27:04 +00:00
joey ba0d82e7ea * Patch from HenrikBrixAndersen to fix a broken use of foreach in the
search plugin.
2007-02-23 19:36:31 +00:00
joey 5916447f98 fixed 2007-02-23 19:23:42 +00:00
joey 73f8f35056 web commit by HenrikBrixAndersen: Document issue with wrong permissions on PNG files 2007-02-23 12:46:29 +00:00
joey 0e8bed4e06 web commit by HenrikBrixAndersen: Indent 2007-02-23 12:40:31 +00:00
joey 5aaa61d842 web commit by HenrikBrixAndersen: Document issue and propose patch for inclusion 2007-02-23 12:37:00 +00:00
joey 160568ca2a calling this done.. hopefully 2007-02-21 09:07:40 +00:00
joey 1a7ebe2006 cgi needs to always render the wiki even if there's a conflict 2007-02-21 07:51:06 +00:00
joey 9d48f4c702 more thoughts, including a revival of my earlier proposal and attempt to prove it safe 2007-02-21 07:47:04 +00:00
joey 9586107d13 WC lock idea and patch with stub functions 2007-02-21 03:54:18 +00:00
joey d72c5c558b close 2007-02-21 03:06:00 +00:00
joey 1c7cdc5760 locking bug 2007-02-21 01:13:30 +00:00
joey a42a478a9e web commit by http://ethan.betacantrips.com/: file this done or what? 2007-02-21 00:30:40 +00:00
joey 164f235996 done 2007-02-20 10:54:29 +00:00
joey fb629162a2 web commit by http://ptecza.myopenid.com/: * CVS sucks! 2007-02-20 10:52:57 +00:00
joey 8b3a840a74 * Detect old versions of xgettext and avoid using them. 2007-02-20 04:10:31 +00:00
joey d065842775 web commit by http://id.inelegant.org/ 2007-02-20 03:58:16 +00:00
joey d442f1b2fc * Don't error out if estcmd fails, just print a warning message. estcmd is
to fragile to let it kill ikiwiki.
2007-02-20 03:17:09 +00:00
joey 2ce6c23f94 response 2007-02-20 03:05:04 +00:00
joey fa0a7fce46 oof 2007-02-20 03:03:51 +00:00
joey 231cf56a66 web commit by http://id.inelegant.org/ 2007-02-20 01:56:22 +00:00
joey 9eacac4643 web commit by http://id.inelegant.org/ 2007-02-20 00:49:56 +00:00
joey 8b3b007439 web commit by http://id.inelegant.org/ 2007-02-20 00:48:49 +00:00
joey 74d6e32374 web commit by http://id.inelegant.org/ 2007-02-20 00:47:44 +00:00
joey 7884f69eaf * Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for the
OpenID login form rather than linking to a remote logo, to avoid various
  issues. Since there is not yet a license for the actual OpenID logo, this
  file is currently a blank image. Users who want to can copy
  http://openid.net/login-bg.gif into their wiki.
2007-02-19 23:42:46 +00:00
joey aa5c6c94fd web commit by JoshTriplett 2007-02-19 22:52:54 +00:00
joey bed393066a followup 2007-02-19 20:08:27 +00:00
joey 69c6c91b5b web commit by JoshTriplett: Looks fixed. Out of curiosity, what caused the problem? 2007-02-19 19:46:12 +00:00