]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
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

17 years ago* Fix absolute url munging in rss generation to support https, ftp, etc urls
joey [Thu, 8 Jun 2006 06:07:45 +0000 (06:07 +0000)] 
* Fix absolute url munging in rss generation to support https, ftp, etc urls
  not just http urls.

17 years agoweb commit by DonMarti
www-data [Thu, 8 Jun 2006 00:19:57 +0000 (00:19 +0000)] 
web commit by DonMarti

17 years agoweb commit by DonMarti
www-data [Thu, 8 Jun 2006 00:18:34 +0000 (00:18 +0000)] 
web commit by DonMarti

17 years agoweb commit by LarsChristianHausmann
www-data [Sun, 4 Jun 2006 22:03:09 +0000 (22:03 +0000)] 
web commit by LarsChristianHausmann

17 years agoanother from Recai
joey [Sun, 4 Jun 2006 13:14:13 +0000 (13:14 +0000)] 
another from Recai

17 years agomisc fixes from Recai
joey [Sat, 3 Jun 2006 18:03:41 +0000 (18:03 +0000)] 
misc fixes from Recai

17 years agoweb commit by EroSennin
www-data [Sat, 3 Jun 2006 17:00:53 +0000 (17:00 +0000)] 
web commit by EroSennin

17 years agometa headers are not sanitised; prevent html leaking into them
joey [Fri, 2 Jun 2006 06:11:22 +0000 (06:11 +0000)] 
meta headers are not sanitised; prevent html leaking into them

17 years agosolution..
joey [Fri, 2 Jun 2006 05:55:24 +0000 (05:55 +0000)] 
solution..

17 years agougly bug with locales
joey [Fri, 2 Jun 2006 05:53:54 +0000 (05:53 +0000)] 
ugly bug with locales

17 years agoimprove the ikiwiki.setup for git, hope I got everything right
joey [Fri, 2 Jun 2006 05:43:58 +0000 (05:43 +0000)] 
improve the ikiwiki.setup for git, hope I got everything right

17 years agoblah
joey [Fri, 2 Jun 2006 05:34:46 +0000 (05:34 +0000)] 
blah

17 years agobetter blocking
joey [Fri, 2 Jun 2006 05:34:01 +0000 (05:34 +0000)] 
better blocking

17 years ago* Add support for using git instead of subversion as the RCS backend,
joey [Fri, 2 Jun 2006 05:32:20 +0000 (05:32 +0000)] 
* Add support for using git instead of subversion as the RCS backend,
  tremendous thanks to Recai Oktaş for this.
* Doc updates for git.

17 years agofoo
joey [Fri, 2 Jun 2006 04:54:35 +0000 (04:54 +0000)] 
foo

17 years agominor
joey [Fri, 2 Jun 2006 04:51:26 +0000 (04:51 +0000)] 
minor

17 years ago* Reorganised the doc wiki's todo/* pages, using a link/tag to flag
joey [Fri, 2 Jun 2006 04:49:12 +0000 (04:49 +0000)] 
* Reorganised the doc wiki's todo/* pages, using a link/tag to flag
* Allow pagetemplate plugins to override *anything* in the template.
* Add a meta plugin, which allows specifying various metadata about pages,
  like license and author. It also allows for inserting html link and meta
  tags into html, overriding the title, and adding hidden WikiLinks, which
  can be useful when using link-based globbing for page categorisation.
* Remove preprocessor directives from inlined pages.
* Allow simple preprocessor directive values to be specified w/o quotes.

17 years agobah, globlists are not anded..
joey [Fri, 2 Jun 2006 02:19:49 +0000 (02:19 +0000)] 
bah, globlists are not anded..

17 years agoadd
joey [Fri, 2 Jun 2006 02:17:56 +0000 (02:17 +0000)] 
add

17 years ago* Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flag
joey [Fri, 2 Jun 2006 02:07:21 +0000 (02:07 +0000)] 
* Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flag
  when a todo item is done, instead of the previous moving it to a different
  subdir.

17 years ago* Patch from Dr. Zini to add link() and backlink() to globlists. This allows
joey [Fri, 2 Jun 2006 01:17:26 +0000 (01:17 +0000)] 
* Patch from Dr. Zini to add link() and backlink() to globlists. This allows
  for some handy stuff like:
  - Using links as a kind of tag; creating blog pages that list all pages
    containing a given tag/link or not containing some other tag.
  - Subscribing to mail notifications whenever a change is made to a page
    that is a backlink of page foo. Ie, "Please notify me of changes in all
    pages that link to my home page in the wiki"
  - Locking any pages that are linked to from a particular page, so that
    lists of locks can be exposed in the wiki.

17 years ago* More security review.
joey [Thu, 1 Jun 2006 20:44:12 +0000 (20:44 +0000)] 
* More security review.

17 years agoweb commit by joey: cleanup
www-data [Wed, 31 May 2006 02:02:47 +0000 (02:02 +0000)] 
web commit by joey: cleanup

17 years agoweb commit by joey
www-data [Wed, 31 May 2006 01:57:46 +0000 (01:57 +0000)] 
web commit by joey

17 years agoweb commit by joey
www-data [Wed, 31 May 2006 01:56:56 +0000 (01:56 +0000)] 
web commit by joey

17 years agoweb commit by joey
www-data [Wed, 31 May 2006 01:55:11 +0000 (01:55 +0000)] 
web commit by joey

17 years agoweb commit by VictorMoral
www-data [Tue, 30 May 2006 12:15:17 +0000 (12:15 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral
www-data [Tue, 30 May 2006 12:14:06 +0000 (12:14 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral
www-data [Tue, 30 May 2006 12:04:07 +0000 (12:04 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral
www-data [Tue, 30 May 2006 12:02:35 +0000 (12:02 +0000)] 
web commit by VictorMoral

17 years agocannot reproduce a problem
joey [Mon, 29 May 2006 05:10:23 +0000 (05:10 +0000)] 
cannot reproduce a problem

17 years ago* Add --timeformat config option to allow changing how dates are displayed.
joey [Mon, 29 May 2006 05:09:43 +0000 (05:09 +0000)] 
* Add --timeformat config option to allow changing how dates are displayed.
  Note that as a side effect, dates will now be displayed using the local
  timezone, not as GMT.

17 years agoremove some old news pages, I'll only be keeping the most recent couple of
joey [Sat, 27 May 2006 19:48:23 +0000 (19:48 +0000)] 
remove some old news pages, I'll only be keeping the most recent couple of
things around

17 years agoweb commit by joey
www-data [Sat, 27 May 2006 19:46:27 +0000 (19:46 +0000)] 
web commit by joey

17 years agoadd news item for ikiwiki 1.4
joey [Sat, 27 May 2006 19:17:02 +0000 (19:17 +0000)] 
add news item for ikiwiki 1.4

17 years agoreleasing version 1.4
joey [Sat, 27 May 2006 19:16:41 +0000 (19:16 +0000)] 
releasing version 1.4

17 years ago* Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
joey [Sat, 27 May 2006 19:04:46 +0000 (19:04 +0000)] 
* Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
  do not need a full rebuild, in order to update any basewiki pages.

17 years agomissed a couple htmllinks
joey [Sat, 27 May 2006 18:42:12 +0000 (18:42 +0000)] 
missed a couple htmllinks

17 years agoMake page edit textarea resize to fit browser window.
joey [Sat, 27 May 2006 18:33:33 +0000 (18:33 +0000)] 
Make page edit textarea resize to fit browser window.

17 years agotypo
joey [Fri, 26 May 2006 16:23:48 +0000 (16:23 +0000)] 
typo

17 years ago* --getctime had bitrotted (well I only ever used it the once so far..),
joey [Fri, 26 May 2006 16:11:53 +0000 (16:11 +0000)] 
* --getctime had bitrotted (well I only ever used it the once so far..),
* When inlining a page in another one, links from the inlined page are now
  expanded the same as they are when rendering the inlined page as a
  standalone page. So rather than being expanded from the POV of the
  inlining page, they are expanded from the POV of the inlined page.
  For example, a link from blog/foo to "bar" will now link to blog/bar
  if it exists. Previously this needed to be a link explicitly to
  "blog/bar"; such links will also continue to work.
  (This was slightly complex to do as the link still has to be constructed
  relative to the inlining page.)

17 years agoutf-8 support seems to be working now
joey [Fri, 26 May 2006 15:33:14 +0000 (15:33 +0000)] 
utf-8 support seems to be working now

17 years ago * --getctime had bitrotted (well I only ever used it the once so far..),
joey [Fri, 26 May 2006 15:22:43 +0000 (15:22 +0000)] 
 * --getctime had bitrotted (well I only ever used it the once so far..),
   fix and make it a bit more flexible
 * rcs_getctime is changed, now rather than needing to loop over all pages,
   it should just use the rcs to get the ctime of the passed file.

17 years agobetter fix for empty actions list issue
joey [Fri, 26 May 2006 15:18:12 +0000 (15:18 +0000)] 
better fix for empty actions list issue

17 years agofix call to getctime
joey [Fri, 26 May 2006 14:54:47 +0000 (14:54 +0000)] 
fix call to getctime

17 years ago* Rebuilding on upgrade to this version is recommended.
joey [Fri, 26 May 2006 08:24:36 +0000 (08:24 +0000)] 
* Rebuilding on upgrade to this version is recommended.
* Add a html validity check to the test suite, using the wdg-html-validator,
  if available.
* Make the html valid when there is nothing in the actions list by adding an
  empty <li> to the end of it.
* Reordered some function call parameters for consistency.

17 years agoheader can appear more than one time, so is a class, not an id
joey [Fri, 26 May 2006 01:42:00 +0000 (01:42 +0000)] 
header can appear more than one time, so is a class, not an id

17 years agoupdate
joey [Fri, 26 May 2006 01:12:36 +0000 (01:12 +0000)] 
update

17 years ago* The page name and parent links has switched from using a <h1> to a styled
joey [Fri, 26 May 2006 01:10:58 +0000 (01:10 +0000)] 
* The page name and parent links has switched from using a <h1> to a styled
  <span>, so pages can use <h1> internally instead of needing to use <h2>.
* Updated all of ikiwiki's own wiki pages for that.
* Add pagetemplate hook, which can be used by plugins that want to mess
  around with adding new stuff to the page template.
* Remove headercontent; the search plugin now adds the search box to the
  header by registering a pagetemplate hook, and other plugins should do
  similarly.

17 years ago* Tell HTML::Scrubber to treat "/" as a valid attribute which is its
joey [Thu, 25 May 2006 22:03:22 +0000 (22:03 +0000)] 
* Tell HTML::Scrubber to treat "/" as a valid attribute which is its
  very strange way of enabling proper XHTML <br /> type tags. Output html
  should be always valid again now.

17 years agouse right name for search plugin
joey [Thu, 25 May 2006 21:52:03 +0000 (21:52 +0000)] 
use right name for search plugin

17 years agoweb commit by IainMcLaren
www-data [Thu, 25 May 2006 08:19:04 +0000 (08:19 +0000)] 
web commit by IainMcLaren

17 years agolatex version of logo
joey [Wed, 24 May 2006 21:33:23 +0000 (21:33 +0000)] 
latex version of logo

some other changes

17 years agoweb commit by PaulCollins: adding my wiki
www-data [Sat, 20 May 2006 14:25:14 +0000 (14:25 +0000)] 
web commit by PaulCollins: adding my wiki

17 years agoadd news item for ikiwiki 1.3
joey [Tue, 16 May 2006 15:20:50 +0000 (15:20 +0000)] 
add news item for ikiwiki 1.3

17 years agoreleasing version 1.3
joey [Tue, 16 May 2006 15:20:33 +0000 (15:20 +0000)] 
releasing version 1.3

17 years agoadd news item for ikiwiki 1.2
joey [Mon, 15 May 2006 16:01:13 +0000 (16:01 +0000)] 
add news item for ikiwiki 1.2

17 years agoreleasing version 1.2
joey [Mon, 15 May 2006 16:00:34 +0000 (16:00 +0000)] 
releasing version 1.2

17 years agoweb commit by RecaiOktas: UTF-8 test (conclusion)
www-data [Sun, 14 May 2006 13:27:29 +0000 (13:27 +0000)] 
web commit by RecaiOktas: UTF-8 test (conclusion)

17 years agoweb commit by RecaiOktas: UTF-8 test (last entry)
www-data [Sun, 14 May 2006 13:21:32 +0000 (13:21 +0000)] 
web commit by RecaiOktas: UTF-8 test (last entry)