]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
17 years agoadd news item for ikiwiki 1.8
joey [Tue, 4 Jul 2006 16:48:25 +0000 (16:48 +0000)] 
add news item for ikiwiki 1.8

17 years agoreleasing version 1.8
joey [Tue, 4 Jul 2006 16:47:28 +0000 (16:47 +0000)] 
releasing version 1.8

17 years ago* Memoize abs2rel, which is still kinda slow, for another 30% speedup
joey [Tue, 4 Jul 2006 16:34:27 +0000 (16:34 +0000)] 
* Memoize abs2rel, which is still kinda slow, for another 30% speedup
  in time to build the doc wiki.

17 years agoremove most of the black lines
joey [Tue, 4 Jul 2006 16:19:29 +0000 (16:19 +0000)] 
remove most of the black lines

17 years ago* Encode & in diffurl in examples, to conform to pedantic rules.
joey [Tue, 4 Jul 2006 16:18:18 +0000 (16:18 +0000)] 
* Encode & in diffurl in examples, to conform to pedantic rules.
* Speed up RecentChanges by another 40% or so with some memoization.

17 years agofix
joey [Tue, 4 Jul 2006 07:25:56 +0000 (07:25 +0000)] 
fix

17 years agoadd a commit type column
joey [Tue, 4 Jul 2006 07:21:51 +0000 (07:21 +0000)] 
add a commit type column

17 years ago* Make RecentChanges use a table and some CSS, should be much more readable.
joey [Tue, 4 Jul 2006 06:07:32 +0000 (06:07 +0000)] 
* Make RecentChanges use a table and some CSS, should be much more readable.
  No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.

17 years ago<paravoid> cosmetic and minor, but it makes the output far more readable,
joey [Tue, 4 Jul 2006 04:43:33 +0000 (04:43 +0000)] 
<paravoid> cosmetic and minor, but it makes the output far more readable,
imho

17 years agoupdate
joey [Tue, 4 Jul 2006 03:59:37 +0000 (03:59 +0000)] 
update

17 years ago * Work around very innefficient behavior in File::Spec::abs2rel. Result
joey [Tue, 4 Jul 2006 03:42:19 +0000 (03:42 +0000)] 
  * Work around very innefficient behavior in File::Spec::abs2rel. Result
    is a savings of 2 pointless fork/execs per link calculation, which
    results in ~25% speedup of ikiwiki building its own doc wiki, and
    about 35% speedup displaying RecentChanges!

17 years agoremove leading dot from default_pageext
joey [Tue, 4 Jul 2006 01:29:45 +0000 (01:29 +0000)] 
remove leading dot from default_pageext

fix preview to not assume it's the default page type, and instead get the
type from the page

17 years ago* Don't sent pings if the wiki is being rebuilt.
joey [Tue, 4 Jul 2006 01:02:04 +0000 (01:02 +0000)] 
* Don't sent pings if the wiki is being rebuilt.

17 years agore-improve regexp
joey [Tue, 4 Jul 2006 00:31:03 +0000 (00:31 +0000)] 
re-improve regexp

17 years ago* Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
joey [Tue, 4 Jul 2006 00:28:59 +0000 (00:28 +0000)] 
* Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
  will be automatically done on all upgrades.

17 years ago sanitise them, like any other page type.
joey [Tue, 4 Jul 2006 00:21:48 +0000 (00:21 +0000)] 
  sanitise them, like any other page type.
* Rebuilding wrappers is necessary on upgrade to this version.

17 years agoupdate
joey [Tue, 4 Jul 2006 00:03:36 +0000 (00:03 +0000)] 
update

17 years agoimprove regexp
joey [Mon, 3 Jul 2006 23:59:34 +0000 (23:59 +0000)] 
improve regexp

17 years agofoo
joey [Mon, 3 Jul 2006 22:52:00 +0000 (22:52 +0000)] 
foo

17 years agoword wrap
joey [Mon, 3 Jul 2006 22:49:24 +0000 (22:49 +0000)] 
word wrap

17 years agoadd htmlise
joey [Mon, 3 Jul 2006 22:42:11 +0000 (22:42 +0000)] 
add htmlise

17 years agofix
joey [Mon, 3 Jul 2006 22:39:27 +0000 (22:39 +0000)] 
fix

17 years agofix
joey [Mon, 3 Jul 2006 22:37:32 +0000 (22:37 +0000)] 
fix

17 years agomisc updated
joey [Mon, 3 Jul 2006 22:35:30 +0000 (22:35 +0000)] 
misc updated

17 years ago* Add a html plugin, which can be used to write wikis in raw html,
joey [Mon, 3 Jul 2006 22:31:20 +0000 (22:31 +0000)] 
* Add a html plugin, which can be used to write wikis in raw html,
  if you'd ever want to do such a thing. Slightly tricky, since ikiwiki
  defaults to not processing .html files, since w/o this plugin they would
  be copied unsanitised. With this plugin, it will process, and html
  sanitise, them like any other page type.

17 years agouse "use open" pragma to avoid manually needing to specify utf8 everywhere
joey [Mon, 3 Jul 2006 22:14:52 +0000 (22:14 +0000)] 
use "use open" pragma to avoid manually needing to specify utf8 everywhere
and also to set default stdio mode

change filetype to return undef, not "unknown"

17 years ago* Support htmlize plugins and make mdwn one such plugin, which is enabled by
joey [Mon, 3 Jul 2006 22:08:04 +0000 (22:08 +0000)] 
* Support htmlize plugins and make mdwn one such plugin, which is enabled by
  default (of course!). Based on a patch by Faidon Liambotis.

17 years ago* Introduce add_plugins and disable_plugins config options in setup files.
joey [Mon, 3 Jul 2006 21:29:56 +0000 (21:29 +0000)] 
* Introduce add_plugins and disable_plugins config options in setup files.
  This allows adding or removing plugins w/o overriding the whole list of
  default plugins, which makes it easier to upgrade when new default plugins
  are added.

17 years agoEncode is used in nearly all code paths so stop loading it on demand
joey [Mon, 3 Jul 2006 20:18:16 +0000 (20:18 +0000)] 
Encode is used in nearly all code paths so stop loading it on demand

17 years ago* Support pages with utf8 filenames. Patch by Faidon Liambotis.
joey [Mon, 3 Jul 2006 20:12:27 +0000 (20:12 +0000)] 
* Support pages with utf8 filenames. Patch by Faidon Liambotis.

17 years agoweb commit by KellyClowers
www-data [Mon, 3 Jul 2006 17:40:28 +0000 (17:40 +0000)] 
web commit by KellyClowers

17 years agofix path to git hook script
joey [Mon, 3 Jul 2006 16:43:30 +0000 (16:43 +0000)] 
fix path to git hook script

17 years agoupdates
joey [Sun, 2 Jul 2006 19:52:46 +0000 (19:52 +0000)] 
updates

17 years agomodify to actually work
joey [Sun, 2 Jul 2006 19:47:22 +0000 (19:47 +0000)] 
modify to actually work

17 years agough, this is a tricky one..
joey [Sun, 2 Jul 2006 19:46:57 +0000 (19:46 +0000)] 
ugh, this is a tricky one..

17 years agoremove the blog_list sub, only used one place and simplifies code to do
joey [Sun, 2 Jul 2006 19:44:42 +0000 (19:44 +0000)] 
remove the blog_list sub, only used one place and simplifies code to do
away with it

17 years agobug
joey [Sun, 2 Jul 2006 19:08:46 +0000 (19:08 +0000)] 
bug

17 years ago* Centralised all calls to HTML::Template and force all the templates
joey [Sun, 2 Jul 2006 19:06:08 +0000 (19:06 +0000)] 
* Centralised all calls to HTML::Template and force all the templates
  to be read as utf8.

17 years agoweb commit by joey: revert
www-data [Sun, 2 Jul 2006 19:04:43 +0000 (19:04 +0000)] 
web commit by joey: revert

17 years agoweb commit by joey
www-data [Sun, 2 Jul 2006 19:03:57 +0000 (19:03 +0000)] 
web commit by joey

17 years agonew approach for forcing utf8 -- use a HTML::Template filter
joey [Sun, 2 Jul 2006 18:16:44 +0000 (18:16 +0000)] 
new approach for forcing utf8 -- use a HTML::Template filter

17 years agoweb commit by joey
www-data [Sun, 2 Jul 2006 18:06:39 +0000 (18:06 +0000)] 
web commit by joey

17 years agoweb commit by joey
www-data [Sun, 2 Jul 2006 18:05:57 +0000 (18:05 +0000)] 
web commit by joey

17 years agoperl bugnum and refix
joey [Sun, 2 Jul 2006 17:46:23 +0000 (17:46 +0000)] 
perl bugnum and refix

17 years ago so make sure to let perl know it should be handled as utf8. Also,
joey [Sun, 2 Jul 2006 17:44:43 +0000 (17:44 +0000)] 
  so make sure to let perl know it should be handled as utf8. Also,
* Improve layout of edit page so formatting help link is always visible w/o
  getting in the way of the preview.

17 years agoweb commit by ThomasSchwinge: HelpOnFormatting link disappears.
www-data [Sun, 2 Jul 2006 17:05:19 +0000 (17:05 +0000)] 
web commit by ThomasSchwinge: HelpOnFormatting link disappears.

17 years agoweb commit by ThomasSchwinge: Typo fixes.
www-data [Sun, 2 Jul 2006 16:50:13 +0000 (16:50 +0000)] 
web commit by ThomasSchwinge: Typo fixes.

17 years ago* POSIX::strftime doesn't know about encodings and doesn't return a utf8
joey [Sun, 2 Jul 2006 04:02:08 +0000 (04:02 +0000)] 
* POSIX::strftime doesn't know about encodings and doesn't return a utf8
  flagged string even if the locale causes it to generate utf8 output,
  so make sure to let perl know it should be handled as utf8. Also,
  the optimised version used for standard time formats won't work if the
  user has changed locale, so drop it. Thanks, Faidon Liambotis.
* Fix re-encoding of the comments field to utf8 if a commit fails
  due to a conflict. Thanks, Faidon Liambotis.
* Let svn know that commits have utf8 commit messages. Thanks, Faidon
  Liambotis.
* Add insane double encode/decode to utf8 around call to markdown.
  This works around a truely strange bug, which is apparently a bug in
  perl, which I lack space to describe here (see t/crazy-badass-perl-bug.t)

17 years agoFUCK UTF8 fuck fuck fuck!!!
joey [Sun, 2 Jul 2006 03:54:12 +0000 (03:54 +0000)] 
FUCK UTF8 fuck fuck fuck!!!

(and perl)

17 years agoweb commit by joey
www-data [Sun, 2 Jul 2006 02:22:22 +0000 (02:22 +0000)] 
web commit by joey

17 years ago* Parse svn log as xml for improved utf8 and security. Note that this makes
joey [Sun, 2 Jul 2006 02:18:31 +0000 (02:18 +0000)] 
* Parse svn log as xml for improved utf8 and security. Note that this makes
  ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.

17 years ago* Honor LC_CTIME when formatting a time for display. Thanks, Faidon
joey [Sun, 2 Jul 2006 00:32:12 +0000 (00:32 +0000)] 
* Honor LC_CTIME when formatting a time for display. Thanks, Faidon
  Liambotis.

17 years agoweb commit by AlesandroDottiContra
www-data [Sat, 1 Jul 2006 11:29:00 +0000 (11:29 +0000)] 
web commit by AlesandroDottiContra

17 years agoweb commit by AlesandroDottiContra
www-data [Sat, 1 Jul 2006 11:28:21 +0000 (11:28 +0000)] 
web commit by AlesandroDottiContra

17 years agodon't die fatally here
joey [Tue, 27 Jun 2006 01:14:46 +0000 (01:14 +0000)] 
don't die fatally here

17 years ago* Support pinging services such as Technorati using XML-RPC to notify them
joey [Tue, 27 Jun 2006 01:13:03 +0000 (01:13 +0000)] 
* Support pinging services such as Technorati using XML-RPC to notify them
  about changes to rss feeds.

17 years agotypo
joey [Tue, 27 Jun 2006 00:31:41 +0000 (00:31 +0000)] 
typo

17 years agoimprove minor
joey [Mon, 26 Jun 2006 21:59:17 +0000 (21:59 +0000)] 
improve minor

17 years agoweb commit by ColasNahaboo: test of 3rd blockquote level
www-data [Sun, 25 Jun 2006 08:09:51 +0000 (08:09 +0000)] 
web commit by ColasNahaboo: test of 3rd blockquote level

17 years ago* Fix orphans plugin to not count a link to a nonexistant page as a reason
joey [Sun, 25 Jun 2006 07:21:53 +0000 (07:21 +0000)] 
* Fix orphans plugin to not count a link to a nonexistant page as a reason
  for a page not being an orphan.

17 years agoadd
joey [Fri, 23 Jun 2006 00:54:05 +0000 (00:54 +0000)] 
add

17 years agomake the bugs page work like the todo page
joey [Fri, 23 Jun 2006 00:51:19 +0000 (00:51 +0000)] 
make the bugs page work like the todo page

17 years agoweb commit by joey
www-data [Thu, 22 Jun 2006 23:36:52 +0000 (23:36 +0000)] 
web commit by joey

17 years agoupdate
joey [Wed, 21 Jun 2006 05:28:52 +0000 (05:28 +0000)] 
update

17 years agoadd news item for ikiwiki 1.7
joey [Mon, 19 Jun 2006 03:36:59 +0000 (03:36 +0000)] 
add news item for ikiwiki 1.7

17 years agoreleasing version 1.7
joey [Mon, 19 Jun 2006 03:36:37 +0000 (03:36 +0000)] 
releasing version 1.7

17 years ago* Patch from Recai to fix git recentchanges code to work with git 1.4 which
joey [Mon, 19 Jun 2006 03:33:23 +0000 (03:33 +0000)] 
* Patch from Recai to fix git recentchanges code to work with git 1.4 which
  changed some output.
* Copyright update.

17 years agosimplify
joey [Mon, 19 Jun 2006 03:30:34 +0000 (03:30 +0000)] 
simplify

17 years ago* Updated logo from Recai with some kerning and alingment tuning.
joey [Sun, 18 Jun 2006 23:40:17 +0000 (23:40 +0000)] 
* Updated logo from Recai with some kerning and alingment tuning.

17 years agoadd news item for ikiwiki 1.6
joey [Sun, 18 Jun 2006 23:27:47 +0000 (23:27 +0000)] 
add news item for ikiwiki 1.6

17 years agoreleasing version 1.6
joey [Sun, 18 Jun 2006 23:27:25 +0000 (23:27 +0000)] 
releasing version 1.6

17 years agoweb commit by joey
www-data [Sun, 18 Jun 2006 21:26:13 +0000 (21:26 +0000)] 
web commit by joey

17 years agoupdate
joey [Sun, 18 Jun 2006 21:21:06 +0000 (21:21 +0000)] 
update

17 years agoupdate
joey [Sun, 18 Jun 2006 21:20:49 +0000 (21:20 +0000)] 
update

17 years agoupdate
joey [Sun, 18 Jun 2006 21:20:04 +0000 (21:20 +0000)] 
update

17 years ago* New SVG logo from Recai.
joey [Sun, 18 Jun 2006 21:19:00 +0000 (21:19 +0000)] 
* New SVG logo from Recai.

17 years agoweb commit by ChristofferSawicki
www-data [Sat, 17 Jun 2006 22:18:50 +0000 (22:18 +0000)] 
web commit by ChristofferSawicki

17 years agodocument utf8
joey [Sat, 17 Jun 2006 03:02:28 +0000 (03:02 +0000)] 
document utf8

17 years agonote on perl warnings
joey [Sat, 17 Jun 2006 02:54:53 +0000 (02:54 +0000)] 
note on perl warnings

17 years agoweb commit by RecaiOktas: test utf8
www-data [Sat, 17 Jun 2006 02:16:51 +0000 (02:16 +0000)] 
web commit by RecaiOktas: test utf8

17 years ago - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
joey [Sat, 17 Jun 2006 02:15:00 +0000 (02:15 +0000)] 
  - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
    character in print.

17 years ago* More utf-8 fixes from Recai, partly to things I broke above:
joey [Sat, 17 Jun 2006 01:44:19 +0000 (01:44 +0000)] 
* More utf-8 fixes from Recai, partly to things I broke above:
  - The serious problem is that writefile() saves the content in undecoded
    format in CGI, hence all (non-ascii) chars are corrupted permanently.
  - Comment field in edit page is not decoded and all the non-ascii chars in
    this field are corrupted as the result.  We should decode it as we do it
    for the content.

17 years agoadd a testcase for the weird markdown utf-8 crasher to make sure that
joey [Fri, 16 Jun 2006 04:56:25 +0000 (04:56 +0000)] 
add a testcase for the weird markdown utf-8 crasher to make sure that
ikiwiki continues to work around it

17 years ago* Put back the encode_utf8 in the input to markdown; it's really not utf-8
joey [Fri, 16 Jun 2006 04:42:06 +0000 (04:42 +0000)] 
* Put back the encode_utf8 in the input to markdown; it's really not utf-8
  safe.

17 years ago* -CSD does not affect modules, so readfile() was not using the utf-8 input
joey [Thu, 15 Jun 2006 06:37:33 +0000 (06:37 +0000)] 
* -CSD does not affect modules, so readfile() was not using the utf-8 input
  layer, which led to lots of problems; make it force read files as utf-8.
Closes: #373203
* writefile() likewise needs to use the utf8 output layer.
* Remove the -CSD from ikiwiki's hashbang since it's useless to have it
  there.
* Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary
  given the readfile fix.
* Add utf-8 testcases for readfile and htmlize.

17 years ago* YA utf-8 patch from Recai, this time to fix previewing a page so that
joey [Thu, 15 Jun 2006 03:44:27 +0000 (03:44 +0000)] 
* YA utf-8 patch from Recai, this time to fix previewing a page so that
  the text in the input box is re-encoded back to utf-8.

17 years agoweb commit by joey
www-data [Mon, 12 Jun 2006 00:16:08 +0000 (00:16 +0000)] 
web commit by joey

17 years agoadd news item for ikiwiki 1.5
joey [Mon, 12 Jun 2006 00:14:49 +0000 (00:14 +0000)] 
add news item for ikiwiki 1.5

17 years agoreleasing version 1.5
joey [Mon, 12 Jun 2006 00:13:43 +0000 (00:13 +0000)] 
releasing version 1.5

17 years agoadd perl to build deps
joey [Mon, 12 Jun 2006 00:03:40 +0000 (00:03 +0000)] 
add perl to build deps

17 years agoremoving some test pages
joey [Mon, 12 Jun 2006 00:00:26 +0000 (00:00 +0000)] 
removing some test pages

17 years agofix setup for git; git requires the repo not be empty before it's checked
joey [Sun, 11 Jun 2006 22:56:07 +0000 (22:56 +0000)] 
fix setup for git; git requires the repo not be empty before it's checked
out

17 years agoweb commit by joey
www-data [Sun, 11 Jun 2006 19:16:01 +0000 (19:16 +0000)] 
web commit by joey

17 years agoweb commit by joey
www-data [Sun, 11 Jun 2006 19:13:52 +0000 (19:13 +0000)] 
web commit by joey

17 years agoadd
joey [Sun, 11 Jun 2006 19:08:11 +0000 (19:08 +0000)] 
add

17 years ago* Patch from Recai Oktaş to improve utf-8 support, it should now use proper
joey [Sun, 11 Jun 2006 18:51:49 +0000 (18:51 +0000)] 
* Patch from Recai Oktaş to improve utf-8 support, it should now use proper
  utf-8 for edit and other fields, and for recentchanges. There may still
  be utf-8 issues with the preferences page though.

17 years agoweb commit by AndreLuisLopes: Added AndreLuisLopes personal website entry
www-data [Sun, 11 Jun 2006 18:10:52 +0000 (18:10 +0000)] 
web commit by AndreLuisLopes: Added AndreLuisLopes personal website entry

17 years agomove to more appropriate page
joey [Sat, 10 Jun 2006 23:19:08 +0000 (23:19 +0000)] 
move to more appropriate page

17 years agoikiwiki now in testing
joey [Sat, 10 Jun 2006 23:16:35 +0000 (23:16 +0000)] 
ikiwiki now in testing

17 years agoweb commit by PaulCollins: link logo
www-data [Sat, 10 Jun 2006 16:42:12 +0000 (16:42 +0000)] 
web commit by PaulCollins: link logo