Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | osm: Escape name parameter. Closes: #731797 | Joey Hess | 2014-01-15 |
| | |||
* | inline: Allow overriding the title of the feed. Closes: #735123 Thanks, ↵ | Joey Hess | 2014-01-13 |
| | | | | Christophe Rhodes | ||
* | add void prototype | Joey Hess | 2014-01-02 |
| | |||
* | aggregrate: Fix several bugs in handling of empty and colliding titles when ↵ | Joey Hess | 2013-12-28 |
| | | | | generating filenames. | ||
* | osm: Remove invalid use of charset on embedded javascript tags. Closes: #731197 | Joey Hess | 2013-12-03 |
| | |||
* | typo | Joey Hess | 2013-11-18 |
| | |||
* | search: Added googlesearch option, which makes it search google rather than ↵ | Joey Hess | 2013-11-17 |
| | | | | using the internal xapain database. (googlesearch plugin is too hard to turn on when xapain databases corrupt themselves, which happens all too frequently). | ||
* | comments: Write pending moderation comments to the transient underlay to ↵ | Joey Hess | 2013-11-17 |
| | | | | avoid conflict with only_committed_changes. | ||
* | autoindex and tag use transient underlay when not committing, so do not need ↵ | Joey Hess | 2013-11-17 |
| | | | | to disable only_committed_changes | ||
* | disable only_committed_changes when uncommitted files are created by plugins | Joey Hess | 2013-11-17 |
| | |||
* | minor opt | Joey Hess | 2013-11-16 |
| | |||
* | guard against lastrev being "" just in case | Joey Hess | 2013-11-16 |
| | |||
* | deal with the case where oldrev is the same as newrev | Joey Hess | 2013-11-16 |
| | |||
* | fix eq | Joey Hess | 2013-11-16 |
| | |||
* | Added only_committed_changes config setting, which speeds up wiki refresh by ↵ | Joey Hess | 2013-11-16 |
| | | | | querying git to find the files that were changed, rather than looking at the work tree. Not enabled by default as it can break some setups where not all files get committed to git. | ||
* | poll: Fix behavior of poll buttons when inlined. | Joey Hess | 2013-11-13 |
| | |||
* | fix new perl warning | Joey Hess | 2013-08-30 |
| | |||
* | cookiejar is now a core config setting. | Amitai Schlair | 2013-08-03 |
| | |||
* | Honor proxy env vars and reliably honor cookiejar. | Amitai Schlair | 2013-07-27 |
| | |||
* | Merge remote-tracking branch 'schmonz/fancypodcast' | Joey Hess | 2013-07-21 |
|\ | |||
| * | Merge branch 'master' into fancypodcast | Amitai Schlair | 2013-07-17 |
| |\ | | | | | | | | | | | | | Conflicts: doc/todo/fancypodcast.mdwn | ||
| * | | Show author in addition to feedname, if different. | Amitai Schlair | 2013-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 fancypodcast | Amitai Schlair | 2013-06-27 |
| |\ \ | |||
| * | | | Instead of hacking back to $link, just provide it. | Amitai Schlair | 2013-06-27 |
| | | | | |||
| * | | | Merge branch 'master' into fancypodcast | Amitai Schlair | 2013-05-12 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'master' into fancypodcast | Amitai Schlair | 2013-03-17 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/todo/fancypodcast.mdwn | ||
| * | | | | | Catch up rsspage to atompage. Validates. | Amitai Schlair | 2013-02-22 |
| | | | | | | |||
| * | | | | | Render fancy podcast enclosures. | Amitai Schlair | 2013-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 Schlair | 2013-02-20 |
| | | | | | | |||
| * | | | | | Make enclosures absolute (in feeds they have to be). | Amitai Schlair | 2013-02-20 |
| | | | | | | |||
| * | | | | | Document that last enclosure wins. | Amitai Schlair | 2013-02-19 |
| | | | | | | |||
| * | | | | | Make enclosure follow WikiLink LinkingRules. | Amitai Schlair | 2013-02-19 |
| | | | | | | |||
| * | | | | | Make [[!meta enclosure=foo.mp3]] "work" for HTML. | Amitai Schlair | 2013-02-19 |
| | | | | | | |||
* | | | | | | calendar: Display the popup mouseover when there is only 1 page for a given ↵ | Joey Hess | 2013-07-19 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | day, for better UI consistency. | ||
* | | | | | Pass --no-edit when used with git 1.7.8 and newer. | Joey Hess | 2013-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 Hess | 2013-07-10 |
| | | | | | | | | | | | | | | | | | | | | commits with an empty commit message. | ||
* | | | | | Fix committing attachments when using svn. | Joey Hess | 2013-07-10 |
| | | | | | |||
* | | | | | optimize for common case where list is not changed | Joey Hess | 2013-07-10 |
| | | | | | |||
* | | | | | Fix crash that could occur when a needsbuild hook returned a file that does ↵ | Joey Hess | 2013-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 Hess | 2013-06-29 |
| |_|_|/ |/| | | | |||
* | | | | osm: Remove trailing slash from KML maps icon. | Joey Hess | 2013-06-23 |
| | | | | |||
* | | | | calendar: When there are multiple pages for a given day, they're displayed ↵ | Joey Hess | 2013-06-23 |
| | | | | | | | | | | | | | | | | in a popup on mouseover. Thanks, Louis | ||
* | | | | Merge branch 'restrict-comment-formats' of ↵ | Joey Hess | 2013-06-23 |
|\ \ \ \ | | | | | | | | | | | | | | | | git://rtime.felk.cvut.cz/sojka/ikiwiki | ||
| * | | | | Add configuration to restrict the formats allowed for comments | Michal Sojka | 2013-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 plugin | Changaco | 2013-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, remove | Joey Hess | 2013-05-18 |
| | | | | | |||
* | | | | | notifyemail: Fix bug that caused duplicate emails to be sent when site was ↵ | Joey Hess | 2013-05-18 |
| | | | | | | | | | | | | | | | | | | | | rebuilt. | ||
* | | | | | theme: Now <TMPL_IF THEME_$NAME> can be used in all templates when a theme ↵ | Joey Hess | 2013-05-16 |
| |_|_|/ |/| | | | | | | | | | | | is enabled. | ||
* | | | | meta: Fix anchors used to link to the page's license and copyright. Closes: ↵ | Joey Hess | 2013-04-30 |
| |_|/ |/| | | | | | | | | #706437 | ||
* | | | Merge remote-tracking branch 'smcv/ready/map' | Joey Hess | 2013-03-04 |
|\ \ \ |