Commit Graph

2982 Commits (c936ba171929b43963afd68dd66944199e2351f4)

Author SHA1 Message Date
joey 4b18022b58 web commit by http://alecclews.myopenid.com/: A silly change 2007-02-24 21:03:23 +00:00
joey c06c7109ea web commit by http://larrytest.myopenid.com/ 2007-02-24 12:32:17 +00:00
joey 1c54cdb497 web commit by http://ethan.betacantrips.com/: obsolete comment about moving/edit conflicts 2007-02-24 02:37:15 +00:00
joey e6b7dcd47b on second thought, let's remove it, it's redundant and this doesn't need to
explain every corner of mdwn
2007-02-24 00:58:33 +00:00
joey f430ad4390 improve example of underlined heading 2007-02-24 00:57:42 +00:00
joey bf3d1160c0 applied 2007-02-24 00:39:59 +00:00
joey 072967e62a * Patch from Ethan to improve behavior if a page is deleted or moved while
someone is editing it.
* Some cleanup of field setting in the failed edit and conflict handling
  code.
2007-02-24 00:39:06 +00:00
joey 2dfe3efcb7 * Correct a bug that could lead to infinite looping after signin in some
circumstances.
2007-02-24 00:20:36 +00:00
joey 71d8d3bef0 Move open id directory link to the open id page. It's a good way to find a
open id provider.
2007-02-23 21:43:25 +00:00
joey dd0981824d web commit by http://thuhn.myopenid.com/ 2007-02-23 21:17:55 +00:00
joey 7a0206de98 web commit from 84.166.154.203: poll vote (It's fast enough) 2007-02-23 21:11:51 +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 913896f312 advise against putting ikiwiki.setup in the wiki source dir (as security
page already says not to do)
2007-02-23 19:34:05 +00:00
joey 5916447f98 fixed 2007-02-23 19:23:42 +00:00
joey b4976d5873 web commit by http://ajt.myopenid.com/ 2007-02-23 14:54:55 +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 5a04c11411 web commit by http://ethan.betacantrips.com/: revised patch 2007-02-23 03:12:47 +00:00
joey 32be1324a9 web commit by http://ethan.betacantrips.com/: moving comment over from [[patchqueue/move_page]] 2007-02-23 03:11:55 +00:00
joey d5c82c2c4a web commit by http://ethan.betacantrips.com/: possible implementation 2007-02-22 19:15:24 +00:00
joey f14e01d462 web commit by http://jameswestby.myopenid.com/: Add some thoughts/questions on the fileupload page. 2007-02-22 18:57:44 +00:00
joey 5fcbcd6e08 web commit by JoshTriplett: Capitalize Linux and Git. Link to Git homepage. 2007-02-22 06:33:23 +00:00
joey 2a34df594e web commit by http://ethan.betacantrips.com/: update on this patch (it still sucks) 2007-02-22 02:35:31 +00:00
joey 9230487f19 web commit by JoshTriplett: ikiwiki could also support LaTeX as a document type, again rendering to HTML. 2007-02-22 01:04:15 +00:00
joey 1e5d95e07b * French translation update. Closes: #411899 2007-02-21 18:34:36 +00:00
joey a2455d032e web commit by tuomov: Absolute urls 2007-02-21 15:32:39 +00:00
joey b0e033ac68 web commit by tuomov: Latest patch version 2007-02-21 15:28:41 +00:00
joey 1553270978 web commit from 195.92.67.65: poll vote (It's fast enough) 2007-02-21 11:02:39 +00:00
joey dbd966f28c misc updates and reorg 2007-02-21 09:40:05 +00:00
joey f3357b9eb2 needs to be negated, actually 2007-02-21 09:39:09 +00:00
joey 53c18ef127 examples of blocking users by subnet and blocking whole rogue openid
servers
2007-02-21 09:37:32 +00:00
joey cbb3bae526 how the fileupload access controls could also be used for much more 2007-02-21 09:34:14 +00:00
joey 171293067a web commit by http://joey.kitenet.net/: poll vote (It's too slow!) 2007-02-21 09:20:30 +00:00
joey 1d8c949b76 web commit by http://joey.kitenet.net/: poll vote (It's fast enough) 2007-02-21 09:20:17 +00:00
joey 0fca6575ea test 2007-02-21 09:19:21 +00:00
joey 9f2f716686 web commit by http://joey.kitenet.net/ 2007-02-21 09:18:53 +00:00
joey b6e6a2154d using setsid before import.. how did that ever work? 2007-02-21 09:15:04 +00:00
joey 67bc7ca8a1 doh! 2007-02-21 09:12:20 +00:00
joey 160568ca2a calling this done.. hopefully 2007-02-21 09:07:40 +00:00
joey 68784b593f fix breakage 2007-02-21 09:04:59 +00:00
joey 36e0308cc6 web commit by http://joey.kitenet.net/: poll vote (It's too slow!) 2007-02-21 09:04:01 +00:00
joey 228da1f39a web commit by http://joey.kitenet.net/ 2007-02-21 08:57:25 +00:00
joey c60477228c * Since the CGI had to drop the wiki lock to avoid deadlocking the
commit hook, it was possible for one CGI to race another one and "win"
  the commit of both their files. This race has been fixed by adding a new
  commitlock, which when locked by the CGI, disables the commit hook
  (except for commit mails). The CGI then takes care of the updates the
  commit hook would have done.
2007-02-21 08:55:28 +00:00
joey 24b8343506 web commit by http://joey.kitenet.net/: test commit 2007-02-21 08:54:25 +00:00
joey 596f3febb2 web commit from 194.240.3.150: poll vote (It's fast enough) 2007-02-21 08:30:26 +00:00
joey 7f551b6a1e web commit from 194.240.3.150: poll vote (Accept only OpenID for logins) 2007-02-21 08:29:44 +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