]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
15 years agosimplified confirmation form
Joey Hess [Mon, 21 Jul 2008 18:22:57 +0000 (14:22 -0400)] 
simplified confirmation form

also, there's no titlepage conversion issues

15 years agotouchups
Joey Hess [Mon, 21 Jul 2008 18:03:39 +0000 (14:03 -0400)] 
touchups

15 years agodocument remove plugin
Joey Hess [Mon, 21 Jul 2008 17:59:45 +0000 (13:59 -0400)] 
document remove plugin

15 years agoupdate on some of the conflict cases
Joey Hess [Mon, 21 Jul 2008 17:56:58 +0000 (13:56 -0400)] 
update on some of the conflict cases

15 years agoredirect after removal
Joey Hess [Mon, 21 Jul 2008 17:53:34 +0000 (13:53 -0400)] 
redirect after removal

15 years agobasically, removal works
Joey Hess [Mon, 21 Jul 2008 17:50:12 +0000 (13:50 -0400)] 
basically, removal works

Still need to consider all the edge cases..

15 years agoAll rcs backends need to implement rcs_remove
Joey Hess [Mon, 21 Jul 2008 17:40:06 +0000 (13:40 -0400)] 
All rcs backends need to implement rcs_remove

(Done for svn, git.)

15 years agoform tweaks; use title
Joey Hess [Mon, 21 Jul 2008 17:31:58 +0000 (13:31 -0400)] 
form tweaks; use title

15 years agoimplemented form state saving and retrieval
Joey Hess [Mon, 21 Jul 2008 17:23:07 +0000 (13:23 -0400)] 
implemented form state saving and retrieval

This is overkill for delete, since it's only used on Cancel. But it will be
crucial for rename, so as to restore any pending edits after renaming a
page.

15 years agobasic removal form skeleton
Joey Hess [Mon, 21 Jul 2008 16:54:23 +0000 (12:54 -0400)] 
basic removal form skeleton

15 years agoeditpage: Don't show attachments link when attachments are disabled.
Joey Hess [Mon, 21 Jul 2008 16:15:55 +0000 (12:15 -0400)] 
editpage: Don't show attachments link when attachments are disabled.

15 years agothoughts
Joey Hess [Mon, 21 Jul 2008 16:08:26 +0000 (12:08 -0400)] 
thoughts

15 years agoprefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon...
Joey Hess [Mon, 21 Jul 2008 15:41:32 +0000 (11:41 -0400)] 
prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon McVittie)

15 years agoMerge commit 'smcv/prefix'
Joey Hess [Mon, 21 Jul 2008 15:33:43 +0000 (11:33 -0400)] 
Merge commit 'smcv/prefix'

Conflicts:

doc/news/version_2.49.mdwn

Also fixed the newest news file (and my wikiannounce script).

15 years agoadd news item for ikiwiki 2.54
Joey Hess [Mon, 21 Jul 2008 15:20:30 +0000 (11:20 -0400)] 
add news item for ikiwiki 2.54

15 years agoreleasing version 2.54
Joey Hess [Mon, 21 Jul 2008 15:19:01 +0000 (11:19 -0400)] 
releasing version 2.54

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 21 Jul 2008 13:59:50 +0000 (09:59 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agorename skeleton.pm
Joey Hess [Mon, 21 Jul 2008 11:49:28 +0000 (07:49 -0400)] 
rename skeleton.pm

Add '.example' so it's not installed with the other plugins.

15 years agoelaborate on this idea
Joey Hess [Mon, 21 Jul 2008 11:49:07 +0000 (07:49 -0400)] 
elaborate on this idea

15 years agoMigrate escaped directives (\[[) in the rest of doc to have \[[! prefix
Simon McVittie [Mon, 21 Jul 2008 11:47:07 +0000 (12:47 +0100)] 
Migrate escaped directives (\[[) in the rest of doc to have \[[! prefix

15 years agoMigrate escaped directives (\[[) in doc/bugs to have \[[! prefix
Simon McVittie [Mon, 21 Jul 2008 11:46:47 +0000 (12:46 +0100)] 
Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix

15 years agoMigrate escaped directives (\[[) in doc/plugins to have \[[! prefix
Simon McVittie [Mon, 21 Jul 2008 11:46:35 +0000 (12:46 +0100)] 
Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix

15 years agoMigrate escaped directives (\[[) in doc/todo to have \[[! prefix
Simon McVittie [Mon, 21 Jul 2008 11:45:54 +0000 (12:45 +0100)] 
Migrate escaped directives (\[[) in doc/todo to have \[[! prefix

15 years agoMigrate everything else via prefix_directives
Simon McVittie [Mon, 21 Jul 2008 11:32:31 +0000 (12:32 +0100)] 
Migrate everything else via prefix_directives

This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives

15 years agoMigrate doc/users via prefix_directives
Simon McVittie [Mon, 21 Jul 2008 11:32:14 +0000 (12:32 +0100)] 
Migrate doc/users via prefix_directives

This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives

15 years agoMigrate doc/plugins via prefix_directives
Simon McVittie [Mon, 21 Jul 2008 11:31:57 +0000 (12:31 +0100)] 
Migrate doc/plugins via prefix_directives

This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives

15 years agoMigrate doc/todo via prefix_directives
Simon McVittie [Mon, 21 Jul 2008 11:31:33 +0000 (12:31 +0100)] 
Migrate doc/todo via prefix_directives

This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives

15 years agoMigrate doc/bugs via prefix_directives
Simon McVittie [Mon, 21 Jul 2008 11:31:04 +0000 (12:31 +0100)] 
Migrate doc/bugs via prefix_directives

This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives

15 years agoThoughts on example setup file
http://www.cse.unsw.edu.au/~willu/ [Mon, 21 Jul 2008 10:26:20 +0000 (06:26 -0400)] 
Thoughts on example setup file

15 years agoUpdate patch
http://www.cse.unsw.edu.au/~willu/ [Mon, 21 Jul 2008 10:05:46 +0000 (06:05 -0400)] 
Update patch

15 years agoUpdated patch
http://www.cse.unsw.edu.au/~willu/ [Mon, 21 Jul 2008 09:14:10 +0000 (05:14 -0400)] 
Updated patch

15 years agoUpdate
http://www.cse.unsw.edu.au/~willu/ [Mon, 21 Jul 2008 08:52:34 +0000 (04:52 -0400)] 
Update

15 years agoChange to new preprocessor syntax
http://www.cse.unsw.edu.au/~willu/ [Mon, 21 Jul 2008 07:19:35 +0000 (03:19 -0400)] 
Change to new preprocessor syntax

15 years ago-- fix attr
http://harningt.eharning.us/ [Mon, 21 Jul 2008 05:56:07 +0000 (01:56 -0400)] 
-- fix attr

15 years agoadd
Joey Hess [Mon, 21 Jul 2008 04:40:50 +0000 (00:40 -0400)] 
add

15 years agoComment about implementation questions to add WMD for Wysiwym markdown editor
http://harningt.eharning.us/ [Mon, 21 Jul 2008 03:52:43 +0000 (23:52 -0400)] 
Comment about implementation questions to add WMD for Wysiwym markdown editor

15 years agoresponse
Joey Hess [Mon, 21 Jul 2008 02:37:15 +0000 (22:37 -0400)] 
response

15 years agohype INSTALL_BASE more
Joey Hess [Mon, 21 Jul 2008 02:32:34 +0000 (22:32 -0400)] 
hype INSTALL_BASE more

15 years ago(no commit message)
http://www.openidfrance.fr/beaufils [Mon, 21 Jul 2008 00:36:27 +0000 (20:36 -0400)] 

15 years ago(no commit message)
http://www.openidfrance.fr/beaufils [Mon, 21 Jul 2008 00:33:32 +0000 (20:33 -0400)] 

15 years ago(no commit message)
http://www.openidfrance.fr/beaufils [Mon, 21 Jul 2008 00:32:28 +0000 (20:32 -0400)] 

15 years ago(no commit message)
http://www.openidfrance.fr/beaufils [Mon, 21 Jul 2008 00:29:29 +0000 (20:29 -0400)] 

15 years ago(no commit message)
http://www.openidfrance.fr/beaufils [Mon, 21 Jul 2008 00:25:37 +0000 (20:25 -0400)] 

15 years ago(no commit message)
http://www.openidfrance.fr/beaufils [Sun, 20 Jul 2008 23:44:34 +0000 (19:44 -0400)] 

15 years agoreply
http://www.cse.unsw.edu.au/~willu/ [Sun, 20 Jul 2008 22:17:20 +0000 (18:17 -0400)] 
reply

15 years agoclose
http://www.cse.unsw.edu.au/~willu/ [Sun, 20 Jul 2008 22:04:41 +0000 (18:04 -0400)] 
close

15 years ago(no commit message)
http://www.cse.unsw.edu.au/~willu/ [Sun, 20 Jul 2008 22:02:10 +0000 (18:02 -0400)] 

15 years agoadd sparkline-php to suggests
Joey Hess [Sun, 20 Jul 2008 16:35:20 +0000 (12:35 -0400)] 
add sparkline-php to suggests

15 years ago(no commit message)
bremner [Sun, 20 Jul 2008 14:26:47 +0000 (10:26 -0400)] 

15 years agofixing my own stupdiy. really not *that* much of a n00b
http://www.tychoish.com/ [Sun, 20 Jul 2008 14:22:34 +0000 (10:22 -0400)] 
fixing my own stupdiy. really not *that* much of a n00b

15 years ago(no commit message)
http://www.tychoish.com/ [Sun, 20 Jul 2008 13:27:23 +0000 (09:27 -0400)] 

15 years agodescribe postal-filer filter
bremner [Sat, 19 Jul 2008 23:53:46 +0000 (19:53 -0400)] 
describe postal-filer filter

15 years agoshorten musings about encoding references
bremner [Sat, 19 Jul 2008 23:47:45 +0000 (19:47 -0400)] 
shorten musings about encoding references

15 years agomove musing about how to encode thread info
bremner [Sat, 19 Jul 2008 23:45:49 +0000 (19:45 -0400)] 
move musing about how to encode thread info

15 years agooops, bad markdown fixed
bremner [Sat, 19 Jul 2008 23:40:22 +0000 (19:40 -0400)] 
oops, bad markdown fixed

15 years agomoved some discussion to discussion page
bremner [Sat, 19 Jul 2008 23:38:29 +0000 (19:38 -0400)] 
moved some discussion to discussion page

15 years ago(no commit message)
bremner [Sat, 19 Jul 2008 23:36:11 +0000 (19:36 -0400)] 

15 years agoresponse
Joey Hess [Sat, 19 Jul 2008 17:56:12 +0000 (13:56 -0400)] 
response

15 years agorespinse
Joey Hess [Sat, 19 Jul 2008 17:36:06 +0000 (13:36 -0400)] 
respinse

15 years agoresponse
Joey Hess [Sat, 19 Jul 2008 17:29:24 +0000 (13:29 -0400)] 
response

15 years agoclose bug, add changelog
Joey Hess [Sat, 19 Jul 2008 17:24:58 +0000 (13:24 -0400)] 
close bug, add changelog

15 years agoUse correct term prefixes when searching.
Gabriel McManus [Thu, 17 Jul 2008 10:37:08 +0000 (20:37 +1000)] 
Use correct term prefixes when searching.

The Z term prefix is for stemming and shouldn't be used here.
X is for custom fields.

15 years agoresponse
Joey Hess [Sat, 19 Jul 2008 17:17:36 +0000 (13:17 -0400)] 
response

15 years agoremove note about version
Joey Hess [Sat, 19 Jul 2008 17:16:40 +0000 (13:16 -0400)] 
remove note about version

This wiki documents the current (actually, next ;-) release of ikiwiki.
I don't want to have version numbers everywhere. (plugins/write is an
exception to this policy).

15 years agoclean out sandbox
Joey Hess [Sat, 19 Jul 2008 17:08:04 +0000 (13:08 -0400)] 
clean out sandbox

15 years agotemplate suggestion
JoshTriplett [Sat, 19 Jul 2008 16:43:10 +0000 (12:43 -0400)] 
template suggestion

15 years ago(no commit message)
http://bashman.myopenid.com/ [Sat, 19 Jul 2008 16:30:54 +0000 (12:30 -0400)] 

15 years agopruebas prueba pruebas sandbox
http://bashman.myopenid.com/ [Sat, 19 Jul 2008 16:22:11 +0000 (12:22 -0400)] 
pruebas prueba pruebas sandbox

15 years agodescription meta tag
http://alcopop.org/me/openid/ [Sat, 19 Jul 2008 11:58:45 +0000 (07:58 -0400)] 
description meta tag

15 years agolist which versions of ikiwiki have this feature
http://alcopop.org/me/openid/ [Sat, 19 Jul 2008 11:39:13 +0000 (07:39 -0400)] 
list which versions of ikiwiki have this feature

15 years agonew bug and patch
http://gmcmanus.myopenid.com/ [Sat, 19 Jul 2008 07:04:47 +0000 (03:04 -0400)] 
new bug and patch

15 years agoHelp?
http://www.cse.unsw.edu.au/~willu/ [Sat, 19 Jul 2008 05:52:56 +0000 (01:52 -0400)] 
Help?

15 years ago(no commit message)
http://smcv.pseudorandom.co.uk/ [Sat, 19 Jul 2008 02:08:13 +0000 (22:08 -0400)] 

15 years agoMore details on a related issue
http://www.cse.unsw.edu.au/~willu/ [Sat, 19 Jul 2008 02:04:10 +0000 (22:04 -0400)] 
More details on a related issue

15 years agoDiscussion about option to optionally turn off an overly restrictive security measure
http://www.cse.unsw.edu.au/~willu/ [Sat, 19 Jul 2008 01:45:35 +0000 (21:45 -0400)] 
Discussion about option to optionally turn off an overly restrictive security measure

15 years agoNew bug and patch - close stderr when forking a sub process to run git
http://www.cse.unsw.edu.au/~willu/ [Sat, 19 Jul 2008 01:03:55 +0000 (21:03 -0400)] 
New bug and patch - close stderr when forking a sub process to run git

15 years agothinking loud
intrigeri [Fri, 18 Jul 2008 10:22:51 +0000 (06:22 -0400)] 
thinking loud

15 years agofinal congratulations & the future's just started
intrigeri [Thu, 17 Jul 2008 23:42:40 +0000 (19:42 -0400)] 
final congratulations & the future's just started

15 years agoresponse
Joey Hess [Thu, 17 Jul 2008 23:36:28 +0000 (19:36 -0400)] 
response

15 years agoresponse
Joey Hess [Thu, 17 Jul 2008 23:35:43 +0000 (19:35 -0400)] 
response

15 years agoasking for clarification
intrigeri [Thu, 17 Jul 2008 23:31:32 +0000 (19:31 -0400)] 
asking for clarification

15 years agomark old web commits as from web
Joey Hess [Thu, 17 Jul 2008 23:25:10 +0000 (19:25 -0400)] 
mark old web commits as from web

15 years agofix web commit determination
Joey Hess [Thu, 17 Jul 2008 23:23:00 +0000 (19:23 -0400)] 
fix web commit determination

15 years agodummy up an email address for web commits
Joey Hess [Thu, 17 Jul 2008 23:12:34 +0000 (19:12 -0400)] 
dummy up an email address for web commits

Not doing so breaks cia and other things that try to parse a username out
of the email address.

15 years agolet's see what cia makes of this
Joey Hess [Thu, 17 Jul 2008 23:05:03 +0000 (19:05 -0400)] 
let's see what cia makes of this

15 years agotest change with my openid
http://joey.kitenet.net/ (web) [Thu, 17 Jul 2008 22:53:08 +0000 (18:53 -0400)] 
test change with my openid

15 years agoweb commit by http://jcflack.myopenid.com/
Joey Hess [Thu, 17 Jul 2008 21:53:13 +0000 (17:53 -0400)] 
web commit by http://jcflack.myopenid.com/

15 years agogit: Fix parsing of git logs with no commit messages at all.
Joey Hess [Thu, 17 Jul 2008 20:53:54 +0000 (16:53 -0400)] 
git: Fix parsing of git logs with no commit messages at all.

15 years agochange how web commits are specified
Joey Hess [Thu, 17 Jul 2008 20:35:18 +0000 (16:35 -0400)] 
change how web commits are specified

The trailer line was a bit complex and ugly;
I think it's better to just put "(web)" after the user
name.

This has a side effect of making web commits with no messages
have a completly empty commit message. Use --cleanup=verbatim
to force git to accept such.

15 years agogit: Put web committer name/openid/address in the git author field
Joey Hess [Thu, 17 Jul 2008 20:03:16 +0000 (16:03 -0400)] 
git: Put web committer name/openid/address in the git author field

The committer's email address is not used (because leaking email addresses
is not liked by many users). Closes: #451023

A "Web-commit" trailer is added, to allow telling the difference between
web commits and direct commits.

15 years agoAdd a postscan hook.
Joey Hess [Thu, 17 Jul 2008 19:16:56 +0000 (15:16 -0400)] 
Add a postscan hook.

* Add a postscan hook.
* search: Use postscan hook, avoid updating index when previewing.

15 years agoweb commit by http://jcflack.myopenid.com/
Joey Hess [Thu, 17 Jul 2008 19:50:25 +0000 (15:50 -0400)] 
web commit by http://jcflack.myopenid.com/

15 years agoweb commit by http://jcflack.myopenid.com/
Joey Hess [Thu, 17 Jul 2008 19:21:31 +0000 (15:21 -0400)] 
web commit by http://jcflack.myopenid.com/

15 years agoweb commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is specified! :)
Joey Hess [Thu, 17 Jul 2008 18:07:29 +0000 (14:07 -0400)] 
web commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is specified! :)

15 years agofix pos setting
Joey Hess [Thu, 17 Jul 2008 17:11:47 +0000 (13:11 -0400)] 
fix pos setting

What was really going on is that expanding a smiley modified the string and
reset the match process. Force set pos so it continues on from the expanded
smiley.

15 years agoadd smiley to work around markdown
Joey Hess [Thu, 17 Jul 2008 17:03:00 +0000 (13:03 -0400)] 
add smiley to work around markdown

{*} can be interpreted as the start of emphasised text by markdown, so add
{x} as an alternate way to get the same symbol

15 years agosmiley escaping fixes
Joey Hess [Thu, 17 Jul 2008 16:34:38 +0000 (12:34 -0400)] 
smiley escaping fixes

Smileys need to be double-escaped to work, since the smiley plugin runs as
a sanitize hook, and markdown helpfully removes one level of escapes first.

There were some bugs in the smiley handling code that made escaped smileys
still be expanded. After unescaping a smiley, it needed to move pos forward
past it or the next pass would expand it.

Also, once the m//g got to the end, it seemed to loop back through and make
one more pass (a difference in perl 5.10's regexp exngine? I observed that
pos was undefined when this happened, so added a `last unless defined pos`.

15 years agoweb commit by http://jcflack.myopenid.com/
Joey Hess [Thu, 17 Jul 2008 14:46:03 +0000 (10:46 -0400)] 
web commit by http://jcflack.myopenid.com/

15 years agotest for meta plugin and don't use when not available
Joey Hess [Thu, 17 Jul 2008 04:32:46 +0000 (00:32 -0400)] 
test for meta plugin and don't use when not available

15 years agowhitespace
Joey Hess [Thu, 17 Jul 2008 04:22:25 +0000 (00:22 -0400)] 
whitespace