summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/openid.mdwn2
-rw-r--r--doc/news/openid/discussion.mdwn14
-rw-r--r--doc/news/version_3.20100610.mdwn18
-rw-r--r--doc/news/version_3.20100623.mdwn29
-rw-r--r--doc/news/version_3.20100704.mdwn26
-rw-r--r--doc/news/version_3.20100722.mdwn25
-rw-r--r--doc/news/version_3.20100804.mdwn14
-rw-r--r--doc/news/version_3.20100815.mdwn4
-rw-r--r--doc/news/version_3.20100926.mdwn6
-rw-r--r--doc/news/version_3.20101019.mdwn20
-rw-r--r--doc/news/version_3.20101023.mdwn4
-rw-r--r--doc/news/version_3.20101112.mdwn17
-rw-r--r--doc/news/version_3.20101129.mdwn20
-rw-r--r--doc/news/version_3.20101201.mdwn5
14 files changed, 87 insertions, 117 deletions
diff --git a/doc/news/openid.mdwn b/doc/news/openid.mdwn
index 4f1ee7bf7..87f640321 100644
--- a/doc/news/openid.mdwn
+++ b/doc/news/openid.mdwn
@@ -10,4 +10,4 @@ log back in, try out the OpenID signup process if you don't already have an
OpenID, and see how OpenID works for you. And let me know your feelings about
making such a switch. --[[Joey]]
-[[!poll 64 "Accept only OpenID for logins" 21 "Accept only password logins" 36 "Accept both"]]
+[[!poll 67 "Accept only OpenID for logins" 21 "Accept only password logins" 41 "Accept both"]]
diff --git a/doc/news/openid/discussion.mdwn b/doc/news/openid/discussion.mdwn
index e611fa77b..bc9856ad9 100644
--- a/doc/news/openid/discussion.mdwn
+++ b/doc/news/openid/discussion.mdwn
@@ -80,3 +80,17 @@ which fails here? Or is something broken in Ikiwiki's implementation?
> [[bugs/OpenID_delegation_fails_on_my_server]] --[[Joey]]
Yes. I'd only recently set up my server as a delegate under wordpress, so still thought that perhaps the issue was on my end. But I'd since used my delegate successfully elsewhere, so I filed it as a bug against ikiwiki.
+
+----
+###Pretty Painless
+I just tried logging it with OpenID and it Just Worked. Pretty painless. If you want to turn off password authentication on ikiwiki.info, I say go for it. --[[blipvert]]
+
+> I doubt I will. The new login interface basically makes password login
+> and openid cooexist nicely. --[[Joey]]
+
+###LiveJournal openid
+One caveat to the above is that, of course, OpenID is a distributed trust system which means you do have to think about the trust aspect. A case in point is livejournal.com whose OpenID implementation is badly broken in one important respect: If a LiveJournal user deletes his or her journal, and a different user registers a journal with the same name (this is actually quite a common occurrence on LiveJournal), they in effect inherit the previous journal owner's identity. LiveJournal does not even have a mechanism in place for a remote site even to detect that a journal has changed hands. It is an extremely dodgy situation which they seem to have *no* intention of fixing, and the bottom line is that the "identity" represented by a *username*.livejournal.com token should not be trusted as to its long-term uniqueness. Just FYI. --[[blipvert]]
+
+----
+
+Submitting bugs in the OpenID components will be difficult if OpenID must be working first...
diff --git a/doc/news/version_3.20100610.mdwn b/doc/news/version_3.20100610.mdwn
deleted file mode 100644
index ee7c86d72..000000000
--- a/doc/news/version_3.20100610.mdwn
+++ /dev/null
@@ -1,18 +0,0 @@
-ikiwiki 3.20100610 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * creation\_day() etc use local time, not gmtime. To match calendars, which
- use local time.
- * img: Fill in missing height or width when scaling image.
- * Remove example blog tag pages; allow autotag creation to create them
- when used.
- * Fix support for globbing in tagged() pagespecs.
- * Fix display of sidebar when previewing page edit. (Thanks, privat)
- * relativedate: Fix problem with localised dates not working.
- * editpage: Avoid storing accidental state changes when previewing pages.
- * page.tmpl: Add a div around the page content, and comments, to aide in
- sidebar styling.
- * style.css: Improvements to make floating sidebar fit much better on
- pages with inlines.
- * calendar: Shorten day names, and improve styling of month calendar.
- * style.css: Reduced sidebar width back to 20ex from 30; the month calendar
- will now fit in the smaller width, and 30 was feeling too large."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20100623.mdwn b/doc/news/version_3.20100623.mdwn
deleted file mode 100644
index 684217e26..000000000
--- a/doc/news/version_3.20100623.mdwn
+++ /dev/null
@@ -1,29 +0,0 @@
-ikiwiki 3.20100623 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * openid: Add openid\_realm and openid\_cgiurl configuration options,
- useful in a few edge case setups.
- * attachment: Show files from underlay in attachments list.
- * img: Support hspace and vspace attributes.
- * editpage: Rename "comments" field to avoid CSS conflict with the
- comments div.
- * edittemplate: Make silent mode not disable display when the template
- page does not exist, so it can be easily created.
- * edittemplate: Look for template pages under templates/ like everything
- else (still looks in old location for backwards compatibility).
- * attachment: When inserting links, insert img directives for images,
- if that plugin is enabled.
- * websetup: Allow enabling plugins listed in disable\_plugins.
- * editpage, comments: Fix broken links in sidebar (due to forcebaseurl).
- (Thanks, privat)
- * calendar: Tune archive\_pagespec to only match pages, not other files.
- * Fix issues with combining unicode srcdirs and source files.
- (Workaround bug #586045)
- * Make --gettime be honored after initial setup.
- * git: Fix --gettime to properly support utf8 filenames.
- * attachment: Support Windows paths when taking basename of client-supplied
- file name.
- * theme: New plugin, allows easily themeing a site via the underlay.
- * Added actiontabs theme by Svend Sorensen.
- * Added blueview theme by Bernd Zeimetz.
- * mercurial: Fix buggy getctime code. Closes: #[586279](http://bugs.debian.org/586279)
- * link: Enhanced to handle URLs and email addresses. (Bernd Zeimetz)"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20100704.mdwn b/doc/news/version_3.20100704.mdwn
deleted file mode 100644
index 9d2792ce6..000000000
--- a/doc/news/version_3.20100704.mdwn
+++ /dev/null
@@ -1,26 +0,0 @@
-ikiwiki 3.20100704 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Changes to avoid display of ugly google openids, by displaying
- a username taken from openid.
- * API: Add new optional field nickname to rcs\_recentchanges.
- * API: rcs\_commit and rcs\_commit\_staged are now passed named
- parameters.
- * openid: Store nickname based on username or email provided from
- openid provider.
- * git: Record the nickname from openid in the git author email.
- * comment: Record the username from openid in the comment page.
- * Fixed some confusion and bugginess about whether
- rcs\_getctime/rcs\_getmtime were passed absolute or relative filenames.
- (Make it relative like everything else.)
- * hnb: Fixed broken use of mkstemp that had caused dangling temp files,
- and prevented actually rendering hnb files.
- * Use comment template on comments page of example blog.
- * comment.tmpl: Fix up display when inline uses it to display a non-comment
- page. (Such as a discussion page.)
- * git: Added git\_wrapper\_background\_command option. Can be used to eg,
- make the git wrapper push to github in the background after ikiwiki
- runs.
- * po: Added needstranslation() pagespec. (intrigeri)
- * po: Added support for .html source pages. (intrigeri)
- * comment: Fix problem moderating comments of certian pages with utf-8
- in their name."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20100722.mdwn b/doc/news/version_3.20100722.mdwn
deleted file mode 100644
index 27ed1fd4d..000000000
--- a/doc/news/version_3.20100722.mdwn
+++ /dev/null
@@ -1,25 +0,0 @@
-ikiwiki 3.20100722 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * img: Add a margin around images displayed by this directive.
- * comments: Added commentmoderation directive for easy linking to the
- comment moderation queue.
- * aggregate: Write timestamp next aggregation can happen to
- .ikiwiki/aggregatetime, to allow for more sophisticated cron jobs.
- * Add --changesetup mode that allows easily changing options in a
- setup file.
- * openid: Fix handling of utf-8 nicknames.
- * Clarified what the filter hook should be passed: Only be the raw,
- complete text of a page. Not a snippet, or data read in from an
- unrelated file.
- * template: Do not pass filled in template through filter hook.
- Avoids causing breakage in po plugin.
- * color, comments, conditional, cutpaste, more, sidebar, toggle: Also
- avoid unnecessary calls to filter hook.
- * po: needstranslation() pagespec can have a percent specified.
- * Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have
- the caching problem that was added to work around). Closes: #[588623](http://bugs.debian.org/588623)
- * Made much more robust in cases where multiple source files produce
- conflicting files/directories in the destdir.
- * Updated French translation from Philippe Batailler. Closes: #[589423](http://bugs.debian.org/589423)
- * po: Fix selflink display on tranlsated pages. (intrigeri)
- * Avoid showing 'Add a comment' link at the bottom of the comment post form."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20100804.mdwn b/doc/news/version_3.20100804.mdwn
deleted file mode 100644
index be85cb949..000000000
--- a/doc/news/version_3.20100804.mdwn
+++ /dev/null
@@ -1,14 +0,0 @@
-ikiwiki 3.20100804 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * template: Fix dependency tracking. Broken in version 3.20100427.
- * po: The po\_slave\_languages setting is now a list, so the order of
- translated languages can be controlled. (intrigeri)
- * git: Fix gitweb historyurl examples so "diff to current" links work.
- (Thanks jrayhawk)
- * meta: Allow syntax closer to html meta to be used.
- * Add new disable hook, allowing plugins to perform cleanup after they
- have been disabled.
- * Use Digest::SHA built into perl rather than external Digest::SHA1
- to simplify dependencies. Closes: #[591040](http://bugs.debian.org/591040)
- * Fixes a bug that prevented matching deleted pages when using the page()
- PageSpec."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20100815.mdwn b/doc/news/version_3.20100815.mdwn
deleted file mode 100644
index 1073933a1..000000000
--- a/doc/news/version_3.20100815.mdwn
+++ /dev/null
@@ -1,4 +0,0 @@
-ikiwiki 3.20100815 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix po test suite to not assume ikiwiki's underlay is already installed.
- Closes: #[593047](http://bugs.debian.org/593047)"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20100926.mdwn b/doc/news/version_3.20100926.mdwn
new file mode 100644
index 000000000..b56e5770b
--- /dev/null
+++ b/doc/news/version_3.20100926.mdwn
@@ -0,0 +1,6 @@
+ikiwiki 3.20100926 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * meta: Ensure that the url specified by xrds-location is absolute.
+ * attachment: Fix attachment file size display.
+ * Propigate PATH into wrapper.
+ * htmlbalance: Fix compatibility with HTML::Tree 4.0. (smcv)"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20101019.mdwn b/doc/news/version_3.20101019.mdwn
new file mode 100644
index 000000000..86c302e25
--- /dev/null
+++ b/doc/news/version_3.20101019.mdwn
@@ -0,0 +1,20 @@
+ikiwiki 3.20101019 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix test suite failure on other side of date line.
+ * htmltidy: Allow configuring tidy parameters in setup file.
+ (W. Trevor King)
+ * Updated French program translation. Closes: #[598918](http://bugs.debian.org/598918)
+ * git: Added new rcs\_revert and rcs\_preprevert hooks.
+ * recentchanges: Add revert buttons to RecentChanges page, and
+ implement web-based reversion interface.
+ * Thanks to Peter Gammie for his assistance with the web-based reversion
+ feature.
+ * actiontabs: More consistent styling of Hn tags.
+ * websetup: Fix saving of advanced mode changes.
+ * websetup: Fix defaults of checkboxes in advanced mode.
+ * monotone: Fix recentchanges page when the srcdir is not at the top
+ of the monotone workspace. Thanks, tommyd.
+ * img: If a class is specified, don't also put the img in the img
+ class.
+ * auto-blog.setup: Don't enable opendiscussion by default; require users be
+ logged in to post comments."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20101023.mdwn b/doc/news/version_3.20101023.mdwn
new file mode 100644
index 000000000..44bed6be6
--- /dev/null
+++ b/doc/news/version_3.20101023.mdwn
@@ -0,0 +1,4 @@
+ikiwiki 3.20101023 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix typo that broke anonymous git push.
+ * Fix web reversion when the srcdir is in a subdir of the git repo."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20101112.mdwn b/doc/news/version_3.20101112.mdwn
new file mode 100644
index 000000000..ad591445f
--- /dev/null
+++ b/doc/news/version_3.20101112.mdwn
@@ -0,0 +1,17 @@
+ikiwiki 3.20101112 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * txt: Fix display when used inside a format directive.
+ * highlight: Ensure that other, more-specific format plugins,
+ like txt are used in preference to this one in case of ties.
+ * htmltidy, sortnaturally: Add missing checkconfig hook
+ registration. Closes: #[601912](http://bugs.debian.org/601912)
+ (Thanks, Craig Lennox and Tuomas Jormola)
+ * git: Use author date, not committer date. Closes: #[602012](http://bugs.debian.org/602012)
+ (Thanks, Tuomas Jormola)
+ * Fix htmlscrubber\_skip to be matched on the source page, not the page it is
+ inlined into. Should allow setting to "* and !comment(*)" to scrub
+ comments, but leave your blog posts unscrubbed, etc.
+ * comments: Make postcomment() pagespec work when previewing a comment,
+ including during moderation.
+ * comments: Make comment() pagespec also match comments that are being
+ posted."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20101129.mdwn b/doc/news/version_3.20101129.mdwn
new file mode 100644
index 000000000..366ad6e27
--- /dev/null
+++ b/doc/news/version_3.20101129.mdwn
@@ -0,0 +1,20 @@
+ikiwiki 3.20101129 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * websetup: Fix encoding problem when restoring old setup file.
+ * more: Add pages parameter to limit where the more is displayed.
+ (thanks, dark)
+ * Fix escaping of filenames in historyurl. (Thanks, aj)
+ * inline: Improve RSS url munging to use a proper html parser,
+ and support all elements that HTML::Tagset knows about.
+ (Which doesn't include html5 just yet, but then the old version
+ didn't either.) Bonus: 4 times faster than old regexp method.
+ * Optimise glob() pagespec. (Thanks, Kathryn and smcv)
+ * highlight: Support new format of filetypes.conf used by version 3.2
+ of the highlight package.
+ * edittemplate: Fix crash if using a .tmpl file or other non-page file
+ as a template for a new page.
+ * git: Fix temp file location.
+ * rename: Fix to pass named parameters to rcs\_commit.
+ * git: Avoid adding files when committing, so as not to implicitly add
+ files like recentchanges files that are not normally checked in,
+ when fixing links after rename."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20101201.mdwn b/doc/news/version_3.20101201.mdwn
new file mode 100644
index 000000000..410640c75
--- /dev/null
+++ b/doc/news/version_3.20101201.mdwn
@@ -0,0 +1,5 @@
+ikiwiki 3.20101201 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * meta: Fix calling of htmlscrubber to pass the page parameter.
+ The change of the htmlscrubber to look at page rather than destpage
+ caused htmlscrubber\_skip to not work for meta directives."""]] \ No newline at end of file