aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
* poll: Fix behavior of poll buttons when inlined.Joey Hess2013-11-13
|
* fix new perl warningJoey Hess2013-08-30
|
* cookiejar is now a core config setting.Amitai Schlair2013-08-03
|
* Honor proxy env vars and reliably honor cookiejar.Amitai Schlair2013-07-27
|
* Merge remote-tracking branch 'schmonz/fancypodcast'Joey Hess2013-07-21
|\
| * Merge branch 'master' into fancypodcastAmitai Schlair2013-07-17
| |\ | | | | | | | | | | | | Conflicts: doc/todo/fancypodcast.mdwn
| * | Show author in addition to feedname, if different.Amitai Schlair2013-07-17
| | | | | | | | | | | | | | | | | | While here, mollify http://validator.w3.org/feed/ and s/dcterms:creator/dc:creator/g, which happens to make rss2email see and do nice things with authors.
| * | Merge branch 'master' into fancypodcastAmitai Schlair2013-06-27
| |\ \
| * | | Instead of hacking back to $link, just provide it.Amitai Schlair2013-06-27
| | | |
| * | | Merge branch 'master' into fancypodcastAmitai Schlair2013-05-12
| |\ \ \
| * \ \ \ Merge branch 'master' into fancypodcastAmitai Schlair2013-03-17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/todo/fancypodcast.mdwn
| * | | | | Catch up rsspage to atompage. Validates.Amitai Schlair2013-02-22
| | | | | |
| * | | | | Render fancy podcast enclosures.Amitai Schlair2013-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple podcast feeds didn't have content tags and I made sure to keep it that way. This may be unnecessarily conservative. Changing the behavior to include empty content tags might be fine, but I don't want to think about it right now, I just want my tests to keep passing! The new fancy-podcast tests are copy-pasted-edited from the simple-podcast tests. These tests shall be refactored.
| * | | | | Extract genenclosure(). No functional change intended.Amitai Schlair2013-02-20
| | | | | |
| * | | | | Make enclosures absolute (in feeds they have to be).Amitai Schlair2013-02-20
| | | | | |
| * | | | | Document that last enclosure wins.Amitai Schlair2013-02-19
| | | | | |
| * | | | | Make enclosure follow WikiLink LinkingRules.Amitai Schlair2013-02-19
| | | | | |
| * | | | | Make [[!meta enclosure=foo.mp3]] "work" for HTML.Amitai Schlair2013-02-19
| | | | | |
* | | | | | calendar: Display the popup mouseover when there is only 1 page for a given ↵Joey Hess2013-07-19
| |_|_|_|/ |/| | | | | | | | | | | | | | day, for better UI consistency.
* | | | | Pass --no-edit when used with git 1.7.8 and newer.Joey Hess2013-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure if this is needed to avoid it trying to run an editor. Probably there is never a controlling terminal and probably git notices and does nothing. But I'm just copying what I have in git-annex assistant here. (Although with a much worse git version comparion, that only really works due to luck.)
* | | | | Deal with git behavior change in 1.7.8 and newer that broke support for ↵Joey Hess2013-07-10
| | | | | | | | | | | | | | | | | | | | commits with an empty commit message.
* | | | | Fix committing attachments when using svn.Joey Hess2013-07-10
| | | | |
* | | | | optimize for common case where list is not changedJoey Hess2013-07-10
| | | | |
* | | | | Fix crash that could occur when a needsbuild hook returned a file that does ↵Joey Hess2013-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not exist. I saw this happen with calendar, when it wanted to update a page, that had a calendar on it, but the page had just been deleted. This caused srcfile_stat to crash.
* | | | | openid: Automatically upgrade openid_realm to https when accessed via https.Joey Hess2013-06-29
| |_|_|/ |/| | |
* | | | osm: Remove trailing slash from KML maps icon.Joey Hess2013-06-23
| | | |
* | | | calendar: When there are multiple pages for a given day, they're displayed ↵Joey Hess2013-06-23
| | | | | | | | | | | | | | | | in a popup on mouseover. Thanks, Louis
* | | | Merge branch 'restrict-comment-formats' of ↵Joey Hess2013-06-23
|\ \ \ \ | | | | | | | | | | | | | | | git://rtime.felk.cvut.cz/sojka/ikiwiki
| * | | | Add configuration to restrict the formats allowed for commentsMichal Sojka2013-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I want to write my blog posts in a convenient format (Emacs org mode) but do not want commenters to be able to use this format for security reasons. This patch allows to configure which formats are allowed for writing comments. Effectively, it restricts the formats enabled with add_plugin to those mentioned in comments_allowformats. If this is empty, all formats are allowed, which is the behavior without this patch.
* | | | | fix encoding issue in blogspam pluginChangaco2013-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RPC::XML uses ascii as default encoding, we have to tell it to use utf8. Without this, ikiwiki returns "failed to get response from blogspam server" every time a non-ascii character is used in a content that needs checking.
* | | | | bzr: bzr rm no longer has a --force option, removeJoey Hess2013-05-18
| | | | |
* | | | | notifyemail: Fix bug that caused duplicate emails to be sent when site was ↵Joey Hess2013-05-18
| | | | | | | | | | | | | | | | | | | | rebuilt.
* | | | | theme: Now <TMPL_IF THEME_$NAME> can be used in all templates when a theme ↵Joey Hess2013-05-16
| |_|_|/ |/| | | | | | | | | | | is enabled.
* | | | meta: Fix anchors used to link to the page's license and copyright. Closes: ↵Joey Hess2013-04-30
| |_|/ |/| | | | | | | | #706437
* | | Merge remote-tracking branch 'smcv/ready/map'Joey Hess2013-03-04
|\ \ \
| * | | map: postprocess to collapse useless </ul><ul> sequencesSimon McVittie2013-02-24
| | | | | | | | | | | | | | | | | | | | | | | | This re-fixes the same bug as 2d5c2f30, but without introducing malformed HTML in some situations. This is not a very elegant solution, but it has the advantage of passing more tests.
| * | | Optionally add indentation to mapsSimon McVittie2013-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes them easier to debug by showing the structure. Sample output when $spaces is set to 4 spaces: <div class='map'> <ul> <li> <a href="../alpha" class="mapparent">alpha</a> <ul> <li> <a href="../alpha/1" class="mapitem">1</a> </li> </ul> </li> <li> <a href="../beta" class="mapitem">beta</a> </li> </ul> </div>
| * | | Revert "map: don't create useless </ul><ul> sequences"Simon McVittie2013-02-24
| | |/ | |/| | | | | | | This reverts commit 2d5c2f301c04a3daa3164a2df70899fa2c1aaa38.
* | | Detect plugins with a broken getsetup and warn.Joey Hess2013-03-04
| | |
* | | Add missing plugin section, and deal with missing sections with a warning.Joey Hess2013-03-04
|/ /
* | highlight: Now adds a span with class highlight-<extension> around ↵Joey Hess2013-02-12
| | | | | | | | highlighted content, allowing for language-specific css styling.
* | Fix diffurl links (cvsweb expects unescaped '/').Amitai Schlair2013-02-02
| |
* | Merge branch 'master' into cvsAmitai Schlair2013-02-02
|\ \
| * | Deal with empty diffurl in configuration.Joey Hess2013-01-29
| | |
* | | Fix longstanding bug (chdir to nonexistent dirs).Amitai Schlair2013-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In test, set up the post-commit hook for more realism (and bugs!). To make wrappers work in test, set PERL5LIB, and allow the wrappee's path to be overridden. Meta-test that post-commit is really hooked up by verifying that content is getting generated in destdir. About the longstanding bug, which as far as I know was harmless: CVS can't operate outside a srcdir, so we're always setting $CWD. "local $CWD" restores the previous value when we go out of scope. Usually that's correct. But if we're removing the last file from a directory, the post-commit hook will exec in a working directory that's about to not exist (CVS will prune it). The fix: chdir() manually in cvs_runcvs(), so we can selectively not chdir() back.
* | | Merge branch 'master' into cvsAmitai Schlair2013-01-25
|\| |
| * | trail: Avoid massive slowdown caused by pagetemplate hook when displaying ↵Joey Hess2013-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dynamic cgi pages, which cannot use trail anyway. This seemed to be due to the pagetemplate hook calling prerender. I've observed this making it take *minutes* for the signin page to be displayed. ltracing ikiwiki showed it was matching pagespecs a lot. It may be that this is still a speed pain point when rendering pages, not just for CGI. So more work may be needed here.
| * | poll: Add expandable option to allow users to easily add new choices to a poll.Joey Hess2013-01-10
| | |
| * | htmlscrubber: Allow the URI schemes of major VCS's.Joey Hess2013-01-05
| | |
| * | Merge remote-tracking branch 'smcv/ready/trail'Joey Hess2013-01-02
| |\ \