aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
* typoJoey Hess2013-11-18
|
* search: Added googlesearch option, which makes it search google rather than ↵Joey Hess2013-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 Hess2013-11-17
| | | | avoid conflict with only_committed_changes.
* autoindex and tag use transient underlay when not committing, so do not need ↵Joey Hess2013-11-17
| | | | to disable only_committed_changes
* disable only_committed_changes when uncommitted files are created by pluginsJoey Hess2013-11-17
|
* minor optJoey Hess2013-11-16
|
* guard against lastrev being "" just in caseJoey Hess2013-11-16
|
* deal with the case where oldrev is the same as newrevJoey Hess2013-11-16
|
* fix eqJoey Hess2013-11-16
|
* Added only_committed_changes config setting, which speeds up wiki refresh by ↵Joey Hess2013-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 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
|/ /