]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
17 years agoadd pointer to backport
joey [Tue, 31 Oct 2006 17:30:50 +0000 (17:30 +0000)] 
add pointer to backport

17 years ago* Improve login/register process, the login dialog has only name and
joey [Mon, 30 Oct 2006 23:28:01 +0000 (23:28 +0000)] 
* Improve login/register process, the login dialog has only name and
  password fields, which allows more web browsers to regognise it as a login
  field, and is less confusing.

17 years ago* Add perlmagick to build-depends so syntax check of img plugin works.
joey [Mon, 30 Oct 2006 19:31:45 +0000 (19:31 +0000)] 
* Add perlmagick to build-depends so syntax check of img plugin works.

17 years agoweb commit by jh
joey [Mon, 30 Oct 2006 17:51:46 +0000 (17:51 +0000)] 
web commit by jh

17 years agorevamp css market, allow selecting stylesheets on the fly in web browser
joey [Mon, 30 Oct 2006 02:00:38 +0000 (02:00 +0000)] 
revamp css market, allow selecting stylesheets on the fly in web browser

17 years agoanother update
joey [Sun, 29 Oct 2006 16:58:19 +0000 (16:58 +0000)] 
another update

17 years agofold
joey [Sun, 29 Oct 2006 00:24:18 +0000 (00:24 +0000)] 
fold

17 years agoupdate
joey [Sat, 28 Oct 2006 23:47:16 +0000 (23:47 +0000)] 
update

17 years ago* Install the source of the examples into /usr/share/doc/ikiwiki/examples.
joey [Sat, 28 Oct 2006 23:46:45 +0000 (23:46 +0000)] 
* Install the source of the examples into /usr/share/doc/ikiwiki/examples.

17 years agoupdate
joey [Sat, 28 Oct 2006 23:42:43 +0000 (23:42 +0000)] 
update

17 years ago* Add a default stylesheet entry for the pagecloud.
joey [Sat, 28 Oct 2006 23:41:39 +0000 (23:41 +0000)] 
* Add a default stylesheet entry for the pagecloud.
* Add examples page with some examples of things that can be done using
  ikiwiki, like a weblog. The examples can be copied into a user's wiki
  for a quick start, without needing to learn everything about how to put
  them together.

17 years agofix a bug
joey [Sat, 28 Oct 2006 22:24:18 +0000 (22:24 +0000)] 
fix a bug

17 years agoupdated again
joey [Sat, 28 Oct 2006 22:11:09 +0000 (22:11 +0000)] 
updated again

17 years ago* Now that links are calculated in a separate pass, it can also
joey [Sat, 28 Oct 2006 17:18:50 +0000 (17:18 +0000)] 
* Now that links are calculated in a separate pass, it can also
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
  Erdem.

17 years agoupdate
joey [Sat, 28 Oct 2006 05:45:56 +0000 (05:45 +0000)] 
update

17 years agoupdate
joey [Sat, 28 Oct 2006 05:10:13 +0000 (05:10 +0000)] 
update

17 years ago instead of over and over. Typical speedup is ~4x. Max possible speedup:
joey [Sat, 28 Oct 2006 05:07:56 +0000 (05:07 +0000)] 
  instead of over and over. Typical speedup is ~4x. Max possible speedup:
  8x.
* Add "scan" parameter to hook(), which is used to make the hook be called
  during the scanning pass, as well as the render pass. The meta and tag
  plugins need to use the new scan parameter, so will any others that modify
  %links.
* Now that links are calculated in a separate pass, it can also
  precalculate backlinks in one pass, which is O(N^2) instead of the
  previous code that was O(N^3). A very nice speedup for wikis with lots
  (thousands) of pages.

17 years ago* Add a separate pass to find page links, and only render each page once,
joey [Sat, 28 Oct 2006 03:27:10 +0000 (03:27 +0000)] 
* Add a separate pass to find page links, and only render each page once,
  instead of over and over. This is up to 8 times faster than before!
  (This could have introduced some subtle bugs, so it needs to be tested
  extensively.)

17 years agoadd news item for ikiwiki 1.31
joey [Sat, 28 Oct 2006 03:17:52 +0000 (03:17 +0000)] 
add news item for ikiwiki 1.31

17 years agoreleasing version 1.31
joey [Sat, 28 Oct 2006 03:17:35 +0000 (03:17 +0000)] 
releasing version 1.31

17 years agoupdate
joey [Sat, 28 Oct 2006 01:20:13 +0000 (01:20 +0000)] 
update

17 years agodelete session
joey [Sat, 28 Oct 2006 00:36:34 +0000 (00:36 +0000)] 
delete session

17 years ago* Add basic spam fighting tool for admins: An admin's prefs page now allows
joey [Sat, 28 Oct 2006 00:35:33 +0000 (00:35 +0000)] 
* Add basic spam fighting tool for admins: An admin's prefs page now allows
  editing a list of banned users who are not allowed to log in.

17 years agorevert spammer
joey [Fri, 27 Oct 2006 23:48:38 +0000 (23:48 +0000)] 
revert spammer

17 years agoweb commit by shoesorder
joey [Fri, 27 Oct 2006 23:22:36 +0000 (23:22 +0000)] 
web commit by shoesorder

17 years agoweb commit by shoesorder
joey [Fri, 27 Oct 2006 23:21:39 +0000 (23:21 +0000)] 
web commit by shoesorder

17 years agoweb commit by shoesorder
joey [Fri, 27 Oct 2006 23:20:24 +0000 (23:20 +0000)] 
web commit by shoesorder

17 years agoweb commit by shoesorder
joey [Fri, 27 Oct 2006 23:19:07 +0000 (23:19 +0000)] 
web commit by shoesorder

17 years ago* Add missing dependency on the URI perl module.
joey [Fri, 27 Oct 2006 17:11:30 +0000 (17:11 +0000)] 
* Add missing dependency on the URI perl module.

17 years agoweb commit by MarkBucciarelli
joey [Fri, 27 Oct 2006 02:43:25 +0000 (02:43 +0000)] 
web commit by MarkBucciarelli

17 years agoweb commit by ScottHenson
joey [Wed, 25 Oct 2006 22:39:05 +0000 (22:39 +0000)] 
web commit by ScottHenson

17 years agoresponse
joey [Wed, 25 Oct 2006 00:31:06 +0000 (00:31 +0000)] 
response

17 years agoweb commit by ScottHenson
joey [Tue, 24 Oct 2006 17:24:36 +0000 (17:24 +0000)] 
web commit by ScottHenson

17 years agoresponse
joey [Tue, 24 Oct 2006 15:47:32 +0000 (15:47 +0000)] 
response

17 years agoweb commit by NicolasDuboc
joey [Tue, 24 Oct 2006 14:46:56 +0000 (14:46 +0000)] 
web commit by NicolasDuboc

17 years agoweb commit by VictorMoral
joey [Tue, 24 Oct 2006 13:24:10 +0000 (13:24 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral
joey [Tue, 24 Oct 2006 13:20:32 +0000 (13:20 +0000)] 
web commit by VictorMoral

17 years agoweb commit by NicolasDuboc
joey [Tue, 24 Oct 2006 12:16:54 +0000 (12:16 +0000)] 
web commit by NicolasDuboc

17 years agoweb commit by ScottHenson
joey [Mon, 23 Oct 2006 16:28:06 +0000 (16:28 +0000)] 
web commit by ScottHenson

17 years agoweb commit by EthanGlasserCamp: do I have to maintain this?
joey [Mon, 23 Oct 2006 03:41:05 +0000 (03:41 +0000)] 
web commit by EthanGlasserCamp: do I have to maintain this?

17 years agoweb commit by MarkBucciarelli
joey [Mon, 23 Oct 2006 00:34:30 +0000 (00:34 +0000)] 
web commit by MarkBucciarelli

17 years ago* Change the rss feed title from the wikiname to the page title, with
joey [Sun, 22 Oct 2006 21:12:50 +0000 (21:12 +0000)] 
* Change the rss feed title from the wikiname to the page title, with
  an exception for the wiki's toplevel index page, which will still use the
  wikiname as the feed title.
* Sanitize possibly problimatic characters out of the polygen grammar names,
  just in case. Should not be exploitable anyway, since it only tries to run
  polygen after finding the specified grammar file.

17 years agosome notes about the security (or lack thereof) of plugins
joey [Sun, 22 Oct 2006 21:12:21 +0000 (21:12 +0000)] 
some notes about the security (or lack thereof) of plugins

17 years agoweb commit by VictorMoral
joey [Sun, 22 Oct 2006 20:36:59 +0000 (20:36 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral
joey [Sun, 22 Oct 2006 20:36:34 +0000 (20:36 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral:
joey [Sun, 22 Oct 2006 20:25:26 +0000 (20:25 +0000)] 
web commit by VictorMoral:

17 years agoweb commit by DavidMorenoGarza: Not my personal wiki, but the PM wiki
joey [Sun, 22 Oct 2006 17:27:28 +0000 (17:27 +0000)] 
web commit by DavidMorenoGarza: Not my personal wiki, but the PM wiki

17 years agoupdates
joey [Sat, 21 Oct 2006 23:32:15 +0000 (23:32 +0000)] 
updates

17 years agoupdate
joey [Sat, 21 Oct 2006 22:06:35 +0000 (22:06 +0000)] 
update

17 years agoincluded
joey [Sat, 21 Oct 2006 22:05:37 +0000 (22:05 +0000)] 
included

17 years agoadd perlmagick
joey [Sat, 21 Oct 2006 22:02:02 +0000 (22:02 +0000)] 
add perlmagick

17 years ago* Add an img plugin, based on Christian Mock's img plugin, but stripped
joey [Sat, 21 Oct 2006 21:59:44 +0000 (21:59 +0000)] 
* Add an img plugin, based on Christian Mock's img plugin, but stripped
  down to the bare essentials. Useful for handling large images on websites.

17 years agoweb commit by RecaiOktas: Text::VimColor Debian package
joey [Sat, 21 Oct 2006 20:46:13 +0000 (20:46 +0000)] 
web commit by RecaiOktas: Text::VimColor Debian package

17 years agonotes about this plugin, including a security issue
joey [Sat, 21 Oct 2006 19:49:23 +0000 (19:49 +0000)] 
notes about this plugin, including a security issue

17 years agoweb commit by SimonRaven
joey [Sat, 21 Oct 2006 16:50:28 +0000 (16:50 +0000)] 
web commit by SimonRaven

17 years ago* Change the rss feed title from the wikiname to the page title.
joey [Fri, 20 Oct 2006 21:17:36 +0000 (21:17 +0000)] 
* Change the rss feed title from the wikiname to the page title.
  Overriding the page title with meta title already overrode the rss feed
  tittle.

17 years agomerge change to basewiki
joey [Thu, 19 Oct 2006 16:27:17 +0000 (16:27 +0000)] 
merge change to basewiki

17 years agoweb commit by VictorMoral: Added information about style sheet and samples page
joey [Thu, 19 Oct 2006 13:39:00 +0000 (13:39 +0000)] 
web commit by VictorMoral: Added information about style sheet and samples page

17 years agoweb commit by VictorMoral
joey [Thu, 19 Oct 2006 10:33:07 +0000 (10:33 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral
joey [Thu, 19 Oct 2006 10:31:58 +0000 (10:31 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral: Add a cpan shortcut
joey [Thu, 19 Oct 2006 10:30:19 +0000 (10:30 +0000)] 
web commit by VictorMoral: Add a cpan shortcut

17 years agoweb commit by VictorMoral
joey [Thu, 19 Oct 2006 10:27:59 +0000 (10:27 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral
joey [Thu, 19 Oct 2006 10:23:58 +0000 (10:23 +0000)] 
web commit by VictorMoral

17 years ago* Patch from Pawel Tecza to cp -a the templates in the Makefile.
joey [Tue, 17 Oct 2006 17:48:52 +0000 (17:48 +0000)] 
* Patch from Pawel Tecza to cp -a the templates in the Makefile.

17 years agoremove
joey [Tue, 17 Oct 2006 17:46:31 +0000 (17:46 +0000)] 
remove

17 years agoadd news item for ikiwiki 1.30
joey [Mon, 16 Oct 2006 19:27:04 +0000 (19:27 +0000)] 
add news item for ikiwiki 1.30

17 years agoreleasing version 1.30
joey [Mon, 16 Oct 2006 19:26:53 +0000 (19:26 +0000)] 
releasing version 1.30

17 years agoweb commit by joey
joey [Mon, 16 Oct 2006 19:26:27 +0000 (19:26 +0000)] 
web commit by joey

17 years agotodo
joey [Mon, 16 Oct 2006 19:06:29 +0000 (19:06 +0000)] 
todo

17 years ago* Wrap entire technortati ping operation in an eval to catch all possible
joey [Mon, 16 Oct 2006 19:03:33 +0000 (19:03 +0000)] 
* Wrap entire technortati ping operation in an eval to catch all possible
  failure modes, after I observed a simple ->value crashing ikiwiki when
  a ping failed.

17 years ago* Fix a subtle bug in will_render that broke some builds, by only clearing
joey [Mon, 16 Oct 2006 18:51:13 +0000 (18:51 +0000)] 
* Fix a subtle bug in will_render that broke some builds, by only clearing
  items from renderedfiles the first time per build.

17 years agoFix support for --pingurl at the command line.
joey [Mon, 16 Oct 2006 18:33:59 +0000 (18:33 +0000)] 
Fix support for --pingurl at the command line.

17 years agoweb commit by VictorMoral
joey [Mon, 16 Oct 2006 14:32:22 +0000 (14:32 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral
joey [Mon, 16 Oct 2006 14:13:54 +0000 (14:13 +0000)] 
web commit by VictorMoral

17 years agoresponse
joey [Mon, 16 Oct 2006 13:51:50 +0000 (13:51 +0000)] 
response

17 years agoweb commit by VictorMoral
joey [Mon, 16 Oct 2006 08:01:43 +0000 (08:01 +0000)] 
web commit by VictorMoral

17 years agoweb commit by VictorMoral
joey [Mon, 16 Oct 2006 07:15:29 +0000 (07:15 +0000)] 
web commit by VictorMoral

17 years agoweb commit by ChristianMock
joey [Sun, 15 Oct 2006 22:32:22 +0000 (22:32 +0000)] 
web commit by ChristianMock

17 years agofix
joey [Sun, 15 Oct 2006 19:46:01 +0000 (19:46 +0000)] 
fix

17 years agotitles
joey [Sun, 15 Oct 2006 19:38:33 +0000 (19:38 +0000)] 
titles

17 years ago* Add no_override parameter to hook().
joey [Sun, 15 Oct 2006 19:33:52 +0000 (19:33 +0000)] 
* Add no_override parameter to hook().
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
  plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
  can be configured using a page in wiki.

17 years agoweb commit by BenjaminSonntag: adding debian etch dependency on libcgi-session-perl
joey [Sat, 14 Oct 2006 23:14:10 +0000 (23:14 +0000)] 
web commit by BenjaminSonntag: adding debian etch dependency on libcgi-session-perl

17 years agoweb commit by ayhuser
joey [Sat, 14 Oct 2006 19:27:45 +0000 (19:27 +0000)] 
web commit by ayhuser

17 years agoweb commit by joey: add news
joey [Sat, 14 Oct 2006 03:50:21 +0000 (03:50 +0000)] 
web commit by joey: add news

17 years agoadd news item for ikiwiki 1.29
joey [Sat, 14 Oct 2006 03:48:34 +0000 (03:48 +0000)] 
add news item for ikiwiki 1.29

17 years agoreleasing version 1.29
joey [Sat, 14 Oct 2006 03:48:17 +0000 (03:48 +0000)] 
releasing version 1.29

17 years ago* Patch from Recai to limit recentchanges to displaying max 10 files for a
joey [Sat, 14 Oct 2006 03:12:30 +0000 (03:12 +0000)] 
* Patch from Recai to limit recentchanges to displaying max 10 files for a
  given changeset (to avoid large number of file changes excessively
  bloating the page).

17 years agocosmetic changes from Recai
joey [Sat, 14 Oct 2006 03:10:33 +0000 (03:10 +0000)] 
cosmetic changes from Recai

17 years ago* Make the aggregate plugin emphasize error messages.
joey [Fri, 13 Oct 2006 18:31:18 +0000 (18:31 +0000)] 
* Make the aggregate plugin emphasize error messages.

17 years agoexport will_render
joey [Fri, 13 Oct 2006 18:28:37 +0000 (18:28 +0000)] 
export will_render

17 years agoadd keithp.com
joey [Fri, 13 Oct 2006 18:23:23 +0000 (18:23 +0000)] 
add keithp.com

17 years agoweb commit by SteveRobbins
joey [Thu, 12 Oct 2006 21:38:36 +0000 (21:38 +0000)] 
web commit by SteveRobbins

17 years agoweb commit by SteveRobbins: Downgrade fixed problem
joey [Thu, 12 Oct 2006 20:13:22 +0000 (20:13 +0000)] 
web commit by SteveRobbins: Downgrade fixed problem

17 years agoweb commit by GabrielFarrell: small grammar fix
joey [Wed, 11 Oct 2006 11:42:32 +0000 (11:42 +0000)] 
web commit by GabrielFarrell: small grammar fix

17 years agocomments
joey [Wed, 11 Oct 2006 07:51:55 +0000 (07:51 +0000)] 
comments

17 years agomove
joey [Wed, 11 Oct 2006 07:45:15 +0000 (07:45 +0000)] 
move

17 years agoweb commit by SteveRobbins: Response with FormBuilder version and error string location.
joey [Tue, 10 Oct 2006 20:06:21 +0000 (20:06 +0000)] 
web commit by SteveRobbins: Response with FormBuilder version and error string location.

17 years agoweb commit by DonMarti
joey [Tue, 10 Oct 2006 18:42:24 +0000 (18:42 +0000)] 
web commit by DonMarti

17 years agoweb commit by VictorMoral: presentation of a new ikiwiki plugin
joey [Tue, 10 Oct 2006 14:32:03 +0000 (14:32 +0000)] 
web commit by VictorMoral: presentation of a new ikiwiki plugin

17 years agocorrect
joey [Mon, 9 Oct 2006 00:05:14 +0000 (00:05 +0000)] 
correct