joshtriplett
a7d595d210
Fix typo in page name: s/MultiMarkdon/MultiMarkdown/
2007-03-26 21:27:03 +00:00
joey
9c91cc1bed
web commit by LukClaes: Add my blog
2007-03-26 16:56:04 +00:00
joey
e951c475c4
web commit by http://ressukka.net/
2007-03-25 18:16:51 +00:00
joey
7bdb984637
web commit by tuomov: A note on getctime optimisation
2007-03-25 17:24:35 +00:00
joey
d031c771c8
web commit by tuomov: bah
2007-03-25 17:19:35 +00:00
joey
9338c26ea4
web commit by tuomov: Another partial darcs suppot plugin
2007-03-25 17:18:53 +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
b2cf231a43
web commit by JonasSmedegaard: Fix for htmllink brokenness since ikiwiki 1.44.
2007-03-24 01:11:35 +00:00
joey
e490e06841
web commit by http://getopenid.com/tpikonen
2007-03-22 15:47:59 +00:00
joey
5a6a93544f
* Make ikiwiki's stylesheet support printing by hiding parts of the page
...
that shouldn't appear in a printout: Search box, actions bar,
blog post form, tags, backlinks, and feed buttons.
2007-03-22 00:02:48 +00:00
joey
eeea100023
improve Makefile
2007-03-21 23:23:21 +00:00
joey
c79f320820
updates
2007-03-21 23:15:48 +00:00
joey
2a0d91af2f
* Fix link() PageSpecs to not just look at the raw link text, but at where
...
that given link points based on the page doing the linking. Note that this
could make such PageSpecs match different things than before, if you
relied on the old behavior of them only matching the raw link text.
* This required changing the match_* interface, adding a third parameter.
* Allow link() PageSpecs to match relative, as is allowed with globs.a
* Add postform option to inline plugin.
* Add an bug tracker to the softwaresite example.
2007-03-21 23:11:09 +00:00
joey
0daec2bf14
response
2007-03-21 19:26:23 +00:00
joey
12d947a02f
add news item for ikiwiki 1.47
2007-03-21 19:16:39 +00:00
joey
c5b443f25d
thoughts
2007-03-21 19:13:35 +00:00
joey
c8b4ba354f
* Fix a security hole that allowed insertion of unsafe content via the meta
...
plugins's support for inserting html link and meta tags. Now such content
is passed through the htmlscrubber like everything else.
* Unfortunatly, that means that some valid uses of those tags are no longer
usable, and special case methods needed to be added for including
stylesheets, and for doing openid delegation. If you use either of these
in your wiki, it will need to be modified. See the meta plugin docs
for details.
2007-03-21 18:52:56 +00:00
joey
829d097dc5
web commit by http://getopenid.com/tpikonen
2007-03-21 17:54:46 +00:00
joey
491338496e
web commit by JoshTriplett: Unindent my comment and reply to the right level, and provide an example.
2007-03-21 17:19:03 +00:00
joey
37f8769b41
web commit by JoshTriplett: meta link stylesheet test
2007-03-21 17:12:06 +00:00
joey
62e2bd136e
hmm
2007-03-21 08:35:11 +00:00
joey
d9ed827e28
switch to titlepage template
2007-03-21 08:29:15 +00:00
joey
db6471fd50
web commit by http://joey.kitenet.net/ : test
2007-03-21 08:14:09 +00:00
joey
8c26ba5283
web commit by JoshTriplett: stylesheet media="print"
2007-03-21 07:24:35 +00:00
joey
d76a23f06d
web commit by JoshTriplett: Avoid a line break inside the sample syntax when inside a blockquote, since that makes the > show up as part of the syntax.
2007-03-21 07:21:19 +00:00
joey
2fdedbe7e6
web commit by JoshTriplett
2007-03-21 07:16:41 +00:00
joey
24961ae9f2
add news item for ikiwiki 1.46
2007-03-21 06:57:37 +00:00
joey
201e832977
add news item for ikiwiki 1.33.2
2007-03-21 06:55:49 +00:00
joey
1c65ca4922
* Fix a few bugs around page titles containing html. The worst of these
...
is an actual security hole as it allows insertion of html into the title
element of a page, which is not processed by the htmlscrubber.
2007-03-21 06:05:21 +00:00
joey
9bf29d60b2
web commit by JoshTriplett
2007-03-21 00:07:12 +00:00
joey
09dada42da
web commit by http://choffee.co.uk/ : Added a zooomr shortcut
2007-03-20 18:31:04 +00:00
joey
b984d00921
another issue with the mercurual backend
2007-03-19 19:55:37 +00:00
joey
0416a79dfe
web commit by http://bmalee.eu/~bma/ : Oops...fix the toggle thing.
2007-03-19 17:56:37 +00:00
joey
0b57bfe5b9
web commit by http://bmalee.eu/~bma/ : Here's my mostly-working darcs plugin.
2007-03-19 17:51:39 +00:00
joey
16112c3294
response
2007-03-18 22:27:09 +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
52fde1b201
web commit by http://id.inelegant.org/ : Added link to my site.
2007-03-17 02:01:19 +00:00
joey
49a8657302
web commit by MarkusSchaber
2007-03-17 01:37:36 +00:00
joey
d012f18a95
web commit by http://id.inelegant.org/ : Let .htaccess files be copied over.
2007-03-17 00:59:18 +00:00
joey
41d4f99713
web commit by http://id.inelegant.org/ : Suggestion for branch.
2007-03-17 00:45:51 +00:00
joey
f1b09207bf
web commit by http://id.inelegant.org/ : Bug report.
2007-03-17 00:09:37 +00:00
joey
6d04e7b202
web commit by http://id.inelegant.org/ : Test over. Please delete this page.
2007-03-16 23:40:17 +00:00
joey
017034314a
web commit by http://id.inelegant.org/ : Testing a possible bug.
2007-03-16 23:38:10 +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
9f9a806527
response
2007-03-16 20:34:18 +00:00
joey
b6117ed771
web commit by http://ressukka.net/ : nice and simple
2007-03-16 20:28:18 +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
50408be042
web commit by http://id.inelegant.org/ : Comment on potential scaling issue.
2007-03-16 12:28:52 +00:00
joey
4e697ad425
web commit by http://joey.kitenet.net/
2007-03-15 19:19:54 +00:00
joey
427121d7a6
web commit by http://joey.kitenet.net/ : comments, soc
2007-03-15 19:18:27 +00:00
joey
6715718ff7
web commit by http://formorer.myopenid.com/
2007-03-15 19:00:49 +00:00
joey
ffc649f1f3
web commit from 62.213.72.100: poll vote (It's fast enough)
2007-03-15 14:31:13 +00:00
joey
a355d9e0b6
web commit by JoshTriplett: Google has accepted ikiwiki as a mentoring organization for Summer of Code 2007.
2007-03-15 10:55:18 +00:00
joey
56d00d05f3
web commit by http://id.inelegant.org/
2007-03-15 04:16:43 +00:00
joey
9e8552c5a1
web commit by http://per.bothner.myopenid.com/ : translate foo/index.html to foo using JavaScript
2007-03-15 01:29:36 +00:00
joey
176fdc1967
web commit by MarkusSchaber
2007-03-14 23:56:41 +00:00
joey
4b055fbc59
web commit by http://dmarti.myopenid.com/
2007-03-12 23:07:09 +00:00
joey
bfcf5d40d2
web commit by http://sven.lankes.net/ : changed lbw url to www
2007-03-12 10:41:07 +00:00
joey
a509510b21
web commit by http://thedaniel.livejournal.com/ : added reference to my site
2007-03-12 06:22:20 +00:00
joey
5d3489d8bf
web commit by http://gypark.pe.kr/cgi-bin/wiki/wiki.pl
2007-03-12 03:54:20 +00:00
joey
bd827f9097
web commit by http://gypark.pe.kr/wiki
2007-03-12 03:46:36 +00:00
joey
199031edc4
web commit by http://gypark.pe.kr/wiki
2007-03-12 03:43:06 +00:00
joey
a7ce70a699
response
2007-03-12 03:42:45 +00:00
joey
dd6fd0f7b4
web commit by http://raymundo.egloos.com/
2007-03-12 03:37:11 +00:00
joey
2618e5b406
web commit by http://id.inelegant.org/
2007-03-12 02:08:49 +00:00
joey
6a01fac911
rm obsolete news item
2007-03-11 02:30:58 +00:00
joey
530f125188
add news item for ikiwiki 1.45
2007-03-11 02:29:34 +00:00
joey
c7dd47619a
foo
2007-03-11 00:32:00 +00:00
joey
e0e65bc026
suggest as a soc project
2007-03-11 00:29:25 +00:00
joey
89673afc6b
add postsparkline plugin, providing sparkliney stats goodness for blog
...
posts
2007-03-11 00:24:31 +00:00
joey
ca5e4fbf37
rm
2007-03-09 22:51:41 +00:00
joey
fcacabcdf9
web commit by http://ajdlinux.livejournal.com/
2007-03-09 22:41:25 +00:00
joey
6077687034
web commit by http://ajdlinux.livejournal.com/
2007-03-09 22:40:10 +00:00
joey
258c89e841
web commit by JoshTriplett: Add flickr
2007-03-08 08:48:40 +00:00
joey
5da072afb0
web commit by JoshTriplett: Add GNOME bugzilla.
2007-03-08 08:43:36 +00:00
joey
012cc7dd05
web commit by JoshTriplett: Add the Haskell wiki.
2007-03-08 08:31:23 +00:00
joey
bd40543ab0
web commit by JoshTriplett: Add hoogle, the Haskell code search engine.
2007-03-08 08:22:03 +00:00
joey
8430ee09e5
web commit by http://joey.kitenet.net/
2007-03-08 04:42:10 +00:00
joey
99c0f5654f
rm
2007-03-08 04:40:19 +00:00
joey
3cb28ea95c
web commit by http://joey.kitenet.net/
2007-03-08 04:36:59 +00:00
joey
9fa2294d4e
web commit by http://joey.kitenet.net/ : test commit
2007-03-08 04:34:44 +00:00
joey
84b3fe66d4
web commit from 128.151.253.249: poll vote (It's fast enough)
2007-03-08 03:18:43 +00:00
joey
14ed04b2e9
update
2007-03-07 19:57:53 +00:00
joey
6304f6a595
add colspan support
2007-03-07 19:50:34 +00:00
joey
0d108e74d9
further refinement
2007-03-07 19:07:36 +00:00
joey
355494b78b
web commit by JoshTriplett: Fix typo.
2007-03-07 12:39:26 +00:00
joey
b0e643aacc
web commit by JoshTriplett: Fix typo.
2007-03-07 12:36:56 +00:00
joey
5d57a8436f
* Add a table plugin, derived from the one written by Victor Moral.
2007-03-07 11:40:22 +00:00
joey
750553dfd4
fix link
2007-03-07 09:56:32 +00:00
joey
b39495f501
add check marks
2007-03-07 09:39:13 +00:00
joey
de87149039
web commit by JonasSmedegaard: Correction: is should -> should.
2007-03-07 08:45:30 +00:00
joey
4cbb1095d6
support previewing of sparklines: embed in data uris for preview
2007-03-07 07:41:07 +00:00
joey
e22c33b4d0
improve
2007-03-07 05:50:31 +00:00
joey
433200c5c7
format improvements
2007-03-07 05:49:02 +00:00
joey
d72644211e
improve format
2007-03-07 05:36:32 +00:00
joey
d4d535f17c
* Add a sparline plugin.
2007-03-07 05:33:45 +00:00
joey
4533df6aca
web commit by JoshTriplett: Application submitted 03-06-2007.
2007-03-06 23:16:15 +00:00
joey
f98c065ad1
web commit by JoshTriplett: Fill in mentors, administrators, item 13 "What criteria did you use to select these individuals as mentors?", and item 15 "What is your plan for dealing with disappearing mentors?".
2007-03-06 22:47:53 +00:00
joey
1202b4fd7b
* Add preview parameter to preprocesser calls, use this rather than the
...
previous ugly hack used to avoid writing rss feeds in previews.
* Fix the img plugin to avoid overwriting images in previews. Instead it
does all the work to make sure the resizing works, and dummys up a resized
image using width and height attributes.
* Also fixes img preview display, the links were wrong in preview before.
2007-03-06 22:37:05 +00:00
joey
2f9d9c9ef5
move to a more generic contact page
2007-03-06 20:20:26 +00:00
joey
fb59723322
web commit by JoshTriplett: Reformat answers for easy copy-and-pasting into the application form. Change important wiki links to URLs and remove unimportant wiki links. Add answer for 17, "What will you do to ensure that your accepted students stick with the project after GSoC concludes?"
2007-03-06 20:20:09 +00:00
joey
9f05190317
web commit by JoshTriplett: Mention IRC channel, and link to page on why ikiwiki does not have a mailing list.
2007-03-06 20:09:31 +00:00
joey
941751e7d4
web commit by JoshTriplett: Add page on why ikiwiki does not have a mailing list, based on the answer from the Google Summer of Code application.
2007-03-06 20:09:08 +00:00
joey
ab0fa67cc7
application period open..
2007-03-06 19:23:11 +00:00
joey
af807a5c3f
response
2007-03-06 19:18:07 +00:00
joey
b9f7a57f94
* Add titlepage template for inline plugin.
2007-03-06 19:16:46 +00:00
joey
0bb58852f0
web commit by http://wikevent.org/en/User:Mark : fixed link to my weblog
2007-03-05 22:35:55 +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
9ed162018a
web commit by JoshTriplett: Reopen for addition of a titleonly template; add a sample titleonly.tmpl.
2007-03-03 01:52:44 +00:00
joey
bd7c6d62fc
web commit by http://wikevent.org/en/User:Mark : add my site
2007-03-02 21:55:13 +00:00
joey
c2a204b72d
web commit by MarkusSchaber
2007-03-02 18:33:03 +00:00
joey
d61935c8ed
web commit by MarkusSchaber: fixed formatting error by adding blank line.
2007-03-02 18:23:21 +00:00
joey
65fce725b5
web commit by MarkusSchaber
2007-03-02 17:40:35 +00:00
joey
346b123d1f
web commit by http://ptecza.myopenid.com/ : * Fixed bug
2007-03-02 14:27:04 +00:00
joey
10b8557946
* Add "template" option to inline plugin to allow for use of customised
...
templates.
2007-03-02 04:00:42 +00:00
joey
50b2e080e0
web commit by http://ethan.betacantrips.com/ : updated patch
2007-03-02 02:29:29 +00:00
joey
d87413bf36
put the basewiki index and sandbox pages in a subdir of the doc wiki
2007-03-02 01:28:59 +00:00
joey
1ff076b00a
web commit by http://joey.kitenet.net/
2007-03-02 01:23:43 +00:00
joey
65b4f2e3a9
Wikiwyg
2007-03-02 01:14:39 +00:00
joey
12db25595b
comments
2007-03-02 01:07:48 +00:00
joey
b5da59f876
response
2007-03-02 00:57:08 +00:00
joey
790fb348ae
web commit by MarkusSchaber
2007-03-01 22:44:02 +00:00
joey
c81aaa6cac
web commit by JeremyReed: mention showdown
2007-02-28 14:50:28 +00:00
joey
242997eec0
web commit by JeremyReed: Add a line between the bullets and the patch to fix the formatting.
2007-02-28 14:34:38 +00:00
joey
e90e65c666
web commit by tuomov: Please, for the love of clear syntax, no!
2007-02-28 13:14:50 +00:00
joey
27bd23a65d
web commit by http://ethan.betacantrips.com/ : towards reST
2007-02-28 06:58:38 +00:00
joey
f289fba827
typo
2007-02-27 23:14:54 +00:00
joey
a0d251744c
add basewiki page
2007-02-27 23:14:17 +00:00
joey
c5c1519d97
add back the notes, without using templates
2007-02-27 23:00:19 +00:00
joey
d0672fbb7c
web commit by JoshTriplett: typo
2007-02-27 21:04:49 +00:00
joey
6725879faa
web commit by JoshTriplett: I don't think MultiMarkdown solves [the BibTeX request|todo/BibTeX], but it might solve the request for LaTeX output.
2007-02-27 21:03:36 +00:00
joey
7782c73dce
web commit by DouglasCalvert
2007-02-27 20:25:09 +00:00
joey
beaa665a9a
web commit by https://perolofsson.myopenid.com/
2007-02-27 12:39:09 +00:00
joey
58474c3f37
web commit by http://ethan.betacantrips.com/ : document the issue
2007-02-27 08:37:38 +00:00
joey
faa1c1f738
web commit by JoshTriplett: Fix typo. Link to the MetaWeblog protocol. Sign.
2007-02-27 07:37:55 +00:00
joey
800b888b53
remove two uses of note templates, since a) templates are not enabled by
...
default and b) the note template is not in the basewiki
2007-02-27 03:35:28 +00:00
joey
991aea8446
web commit by https://hhallman.myopenid.com/
2007-02-26 19:41:50 +00:00
joey
4a5fb91974
web commit from 82.236.189.224: poll vote (It's fast enough)
2007-02-26 13:18:18 +00:00
joey
89a5dde72e
web commit by JoshTriplett: mention httpauth plugin.
2007-02-26 08:46:27 +00:00
joey
4ea3903ccb
web commit by JoshTriplett: Fix signature.
2007-02-26 08:38:29 +00:00
joey
ca0ce08605
web commit by http://ethan.betacantrips.com/ : I think I like reST, can we improve support for it?
2007-02-26 06:27:25 +00:00
joey
0f7198ac18
web commit by http://ethan.betacantrips.com/ : oops, missed inline
2007-02-25 23:10:11 +00:00
joey
220811c46f
web commit by http://ethan.betacantrips.com/ : clarify -- I think relative pagespecs make more sense to new users
2007-02-25 21:22:46 +00:00
joey
e31a892575
web commit by http://ethan.betacantrips.com/ : won't someone think of the children?
2007-02-25 21:08:49 +00:00
joey
ef1c54c6e5
web commit by http://ethan.betacantrips.com/ : Per Bothner, you're my hero!
2007-02-25 21:04:20 +00:00
joey
3e3536c3a4
web commit by tuomov: inlinepage-$mode.tmpl
2007-02-25 20:18:31 +00:00
joey
4a878226c0
web commit by hb: more rationale on this
2007-02-25 16:10:32 +00:00
joey
4416be9955
web commit by hb
2007-02-25 15:58:46 +00:00
joey
e63cccf0b9
web commit by http://sven.lankes.net/ : add Linuxbierwanderung homepage
2007-02-25 14:10:33 +00:00
joey
6a150e34f1
web commit from 86.217.35.35: poll vote (It's fast enough)
2007-02-25 11:58:50 +00:00
joey
7d4f832a16
web commit by JoshTriplett: Web servers other than Apache exist
2007-02-25 07:16:44 +00:00
joey
321a2ec760
web commit by JoshTriplett
2007-02-25 07:13:34 +00:00
joey
0114d59bc1
escape link
2007-02-25 01:27:25 +00:00
joey
b3ff3c8c4b
escape link
2007-02-25 01:26:57 +00:00
joey
78ba85a1cb
improve autoformatting
2007-02-25 01:23:04 +00:00
joey
22bcc3d1df
add news item for ikiwiki 1.44
2007-02-25 01:21:03 +00:00
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
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
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
160568ca2a
calling this done.. hopefully
2007-02-21 09:07:40 +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
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
joey
d72c5c558b
close
2007-02-21 03:06:00 +00:00
joey
3609a4d7c3
actually include the updated patch this time
2007-02-21 01:20:14 +00:00
joey
1c7cdc5760
locking bug
2007-02-21 01:13:30 +00:00
joey
b157754e99
Pull all the patches and fragements of patches from tumov and me together
...
into one big patch. Still not tested, still has some known issues.
Some responses to comments etc.
2007-02-21 01:01:13 +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
6c99d60739
web commit by JoshTriplett: Quote original discussion.
2007-02-21 00:29:45 +00:00
joey
02989c54a1
web commit by JoshTriplett: Add discussion.
2007-02-21 00:28:37 +00:00
joey
91daaf61aa
web commit by JoshTriplett: Add original discussion.
2007-02-21 00:25:34 +00:00
joey
c4cf246162
web commit by JoshTriplett: Make todo item for discussion item.
2007-02-21 00:24:45 +00:00
joey
92e5781212
* Elegant patch from Ethan to clean up the display of page names in the
...
dropdown when creating a new page.
2007-02-21 00:17:50 +00:00
joey
67b782a346
make valid html
2007-02-21 00:13:51 +00:00
joey
8607c3ab85
web commit by JoshTriplett: scmbug
2007-02-21 00:12:41 +00:00
joey
45c62f7d64
remove this, it's covered by fileupload
2007-02-21 00:09:22 +00:00
joey
a28f028ed4
web commit by http://ethan.betacantrips.com/ : new patch for user-friendliness
2007-02-20 23:56:55 +00:00
joey
99947c04cd
pages with inline feeds arn't excluded, no need to list separately
2007-02-20 22:57:40 +00:00
joey
888d2e8ced
exclude gifs
2007-02-20 22:56:01 +00:00
joey
1b877ce11c
web commit from 213.84.248.242: poll vote (It's fast enough)
2007-02-20 22:21:26 +00:00
joey
135e5fc63a
* perl is broken: print "" || die fails! Work around this insanity.
2007-02-20 22:19:28 +00:00
joey
1334cc55ba
web commit by JoshTriplett: Use meatballwiki shortcut for TourBusMap.
2007-02-20 21:54:21 +00:00
joey
6c27decbdd
web commit by JoshTriplett: Add shortcut for meatballwiki
2007-02-20 21:52:48 +00:00
joey
af8b0a32f8
web commit by JoshTriplett: More inline links in description.
2007-02-20 21:50:07 +00:00
joey
f34d144cbc
web commit by JoshTriplett: Add site map.
2007-02-20 21:41:24 +00:00
joey
2eef342383
break out deletion and upload
...
some thoughts on upload limits
2007-02-20 20:36:39 +00:00
joey
aa27f9adb0
web commit by JoshTriplett: No reason to pick a single replacement. Different plugins for different engines.
2007-02-20 20:08:03 +00:00
joey
6ffb0e0908
web commit from 213.84.248.242: poll vote (It's fast enough)
2007-02-20 20:01:33 +00:00
joey
8977f8cc3d
xapian
2007-02-20 19:46:45 +00:00
joey
15f9bb7ce5
web commit by http://id.inelegant.org/ : Response.
2007-02-20 19:22:26 +00:00
joey
f9cf2cba2c
web commit by tuomov: bah
2007-02-20 16:37:01 +00:00
joey
b74c51b8ec
web commit by tuomov: Counter-review
2007-02-20 16:35:58 +00:00
joey
f36f4e4bbe
web commit by http://getopenid.com/kmaclea
2007-02-20 16:13:52 +00:00
joey
2ca1b8879c
web commit by http://getopenid.com/kmaclea : poll vote (It's fast enough)
2007-02-20 16:10:57 +00:00
joey
74df900da1
web commit by http://getopenid.com/kmaclea
2007-02-20 16:10:41 +00:00
joey
7d54733d86
web commit by JoshTriplett: Add TourBusStop
2007-02-20 12:31:13 +00:00
joey
f012c9d795
web commit by JoshTriplett: Fix typo.
2007-02-20 12:27:52 +00:00
joey
50d0411553
web commit by JoshTriplett: Add the maildirman wiki.
2007-02-20 12:15:05 +00:00
joey
7eb97aa471
web commit by JoshTriplett: s/makes use of/uses/
2007-02-20 11:24:11 +00:00