Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-27 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-27 | hnb: Fixed broken use of mkstemp that had caused dangling temp files, and ↵ | Joey Hess | |
prevented actually rendering hnb files. | |||
2010-06-27 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawk3fIimitIcXPaVA5AHUW67Z9GVc-2wQJU | |
2010-06-27 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawk3fIimitIcXPaVA5AHUW67Z9GVc-2wQJU | |
2010-06-26 | Add my website | https://mukund.startssl.com/ | |
2010-06-27 | Feature request, patch provided. | intrigeri | |
2010-06-26 | Add Microdata suggestion | https://www.google.com/accounts/o8/id?id=AItOawnbe6oB_ecFtNYII1JN3zSggwUPUdOb8jI | |
2010-06-26 | another reason to use NetBSD's commit_prep and log_accum for CVS | https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E | |
2010-06-26 | s/the the/the/ | https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E | |
2010-06-26 | another po4a patch has been sent. | intrigeri | |
2010-06-26 | yet another bug on good way to be fixed | intrigeri | |
2010-06-26 | need more info to reproduce | intrigeri | |
2010-06-26 | done in my branch, please review. | intrigeri | |
2010-06-26 | windauth plugin exists (iPhone edit) | https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E | |
2010-06-26 | po: s/utf-8/UTF-8, to solve part of the double commit bug. | intrigeri | |
2010-06-26 | typo fix. | intrigeri | |
2010-06-26 | po_slave_languages can now be a hash, if order matters. | intrigeri | |
2010-06-25 | po: added support for html pagetype | intrigeri | |
... after having audited the po4a Xml and Xhtml modules for security issues. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2010-06-25 | auto changelog merging | Joey Hess | |
2010-06-25 | another bugreport with patch | intrigeri | |
2010-06-25 | new bug report, patch provided | intrigeri | |
2010-06-25 | TODO++ | intrigeri | |
2010-06-25 | po: also filter sidebar translation pages | intrigeri | |
2010-06-25 | po: fix bug with translated pages including templates | intrigeri | |
The protection against processing loops (i.e. the alreadyfiltered stuff) was playing against us: the template plugin triggered a filter hooks run with the very same ($page, $destpage) arguments pair that we use to identify a already filtered page. Processing an included template could then mark the whole translation page as already filtered, which prevented po_to_markup to be called on the PO content. This commit only runs the whole PO filter logic when our filter hook is run by IkiWiki::render, which only happens when the full page needs to be filtered. | |||
2010-06-25 | Merge remote branch 'upstream/master' into prv/po | intrigeri | |
Conflicts: IkiWiki/Plugin/po.pm | |||
2010-06-25 | clean up messages about unavailable vcs programs | Joey Hess | |
2010-06-25 | sidebars defined by pagespec perhaps? | http://kerravonsen.dreamwidth.org/ | |
2010-06-25 | commenting on the link-text-from-title idea | http://kerravonsen.dreamwidth.org/ | |
2010-06-23 | chdir to srcdir in rcs_getctime | Joey Hess | |
2010-06-24 | test from google openid | https://www.google.com/accounts/o8/id?id=AItOawm0mAKbBvoYTeRz4lDv83cTfXsAns5CmDQ | |
2010-06-23 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-23 | bugfix | Joey Hess | |
2010-06-23 | openid nickname support finished; closing | Joey Hess | |
2010-06-23 | update | Joey Hess | |
2010-06-23 | finializing openid nickname support | Joey Hess | |
Renamed usershort => nickname. Note that this means existing user login sessions will not have the nickname recorded, and so it won't be used for those. | |||
2010-06-23 | git: Record the username from openid in the git author email. (This avoids ↵ | Joey Hess | |
display of ugly google openids.) | |||
2010-06-23 | take username from email address as fallback | Joey Hess | |
2010-06-23 | rcs_getctime and rcs_getmtime take relative filenames | Joey Hess | |
There was some confusion about whether the filename was relative to srcdir or not. Some test cases, and the bzr plugin assumed it was relative to the srcdir. Most everything else assumed it was absolute. Changed it to relative, for consistency with the rest of the rcs_ functions. | |||
2010-06-23 | rcs_commit and rcs_commit_staged api changes | Joey Hess | |
Using named parameters for these is overdue. Passing the session in a parameter instead of passing username and IP separately will later allow storing other session info, like username or part of the email. Note that these functions are not part of the exported API, and the prototype change will catch (most) skew, so I am not changing API versions. Any third-party plugins that call them will need updated though. | |||
2010-06-23 | update for new rcs_commit_staged API | Joey Hess | |
In the process, lost the commits from special usernames when committing changed po files. Instead of trying to dummy up a session object for the special username, I just don't pass one, and the commit will appear to be from whatever user ikiwiki runs as. | |||
2010-06-23 | stop using REMOTE_ADDR | Joey Hess | |
Everywhere that REMOTE_ADDR was used, a session object is available, so instead use its remote_addr method. In IkiWiki::Receive, stop setting a dummy REMOTE_ADDR. Note that it's possible for a session cookie to be obtained using one IP address, and then used from another IP. In this case, the first IP will now be used. I think that should be ok. | |||
2010-06-23 | API: rcs_commit and rcs_commit_staged are passed a new parameter | Joey Hess | |
that may contain the username component of the email address of the user making the commit. | |||
2010-06-23 | Add new optional field usershort to rcs_recentchanges. | Joey Hess | |
Now the git plugin supports commits with author fields that look like: Author: http://my.openid/ <me@web> Then in recentchanges, the short username will be displayed, linking to the openid. Particularly useful for the horrible google openids, of course. | |||
2010-06-23 | whitespace | Joey Hess | |
2010-06-23 | It is possible to use google-sitemapgen to create google sitemaps for ikiwiki. | BerndZeimetz | |
2010-06-23 | add news item for ikiwiki 3.20100623 | Joey Hess | |
2010-06-23 | releasing version 3.20100623 | Joey Hess | |
2010-06-23 | bugfix: record email-like links as page links | Joey Hess | |
This way, an email-like link will be a mailto until a matching page is created, then it will link to the page. And removing the page will convert it back to a mailto. | |||
2010-06-23 | simplify anchor handling | Joey Hess | |
At least two bugfixes in here. First, an old bug; \[[foo#0]] was displayed as [[foo]], losing the anchor as the anchor text was false. Secondly, a new bug; an email like foo#bar@baz should not check bestlink("foo@baz"). | |||
2010-06-23 | avoid needing full email regexp | Joey Hess | |
Fully validating the email address is not necessary, all that matters is not matching an url like http://foo@bar/ as an email address. |