aboutsummaryrefslogtreecommitdiff
path: root/templates
Commit message (Expand)AuthorAge
* aggregate: Improve display of post author.•••The recent move of the post author to the author field is good, but with it coming after the name of the feed, it is unlikely to be visible when viewed in eg mutt. Move it to before the feed name. Joey Hess2013-09-05
* Show author in addition to feedname, if different.•••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. Amitai Schlair2013-07-17
* Merge branch 'master' into fancypodcastAmitai Schlair2013-06-27
|\
| * page.tmpl: omit searchform, trails, sidebar and most metadata in CGI•••These all seem somewhat inappropriate (searchform and sidebar are arguable either way). I've left actions and languages enabled, since they seem more reasonable for CGI-generated pages. Bug: http://ikiwiki.info/bugs/trail_shows_on_cgi_pages/ Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2013-03-16
* | Don't confuse old readers with Atom names in RSS.Amitai Schlair2013-06-26
* | Genericize download link for more use cases.Amitai Schlair2013-06-26
* | Don't add enclosure divs unless we have enclosures.Amitai Schlair2013-06-26
* | Catch up rsspage to atompage. Validates.Amitai Schlair2013-02-22
* | Don't prepend author to title (Atom doesn't).Amitai Schlair2013-02-21
* | Render fancy podcast enclosures.•••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. Amitai Schlair2013-02-20
* | When inlining HTML pages, render enclosures.Amitai Schlair2013-02-19
* | Make [[!meta enclosure=foo.mp3]] "work" for HTML.Amitai Schlair2013-02-19
|/
* recentchangesdiff: fix further breakage to the template from 3.20120725Joey Hess2012-10-16
* really fix diff display to not show both types of diff•••12fa9c031f7a9dc25dba628aa91fc347586e4ab6 porported to fix this, but failed Joey Hess2012-10-16
* fix bad cut and paste in diff toggle titleJoey Hess2012-10-16
* Ease archivepage styling by using named classes, move styling to the CSS.intrigeri2012-08-25
* do not display two glasses•••we display the inline diff only if diffurl isn't defined Antoine Beaupré2012-07-19
* move the diff button alongside the othersAntoine Beaupré2012-07-19
* make diffs toggleableAntoine Beaupré2012-07-19
* Merge remote-tracking branch 'smcv/ready/trail'Joey Hess2012-04-18
|\
| * Have trail links at both beginning and end in the default templatesSimon McVittie2012-04-09
* | add comment subscription checkbox to editpage•••Reworded template, which also called the commit message a "comment". Joey Hess2012-04-13
|/
* allow users to subscribe to comments w/o registering•••Technically, when the user does this, a passwordless account is created for them. The notify mails include a login url, and once logged in that way, the user can enter a password to get a regular account (although one with an annoying username). This all requires the passwordauth plugin is enabled. A future enhancement could be to split the passwordless user concept out into a separate plugin. Joey Hess2012-04-02
* reorgJoey Hess2012-03-28
* polishing notifyemailJoey Hess2012-03-28
* finish notifyemail pluginJoey Hess2012-03-28
* integrate comments plugin with notifyemailJoey Hess2012-03-28
* changemail: New plugin, sends emails about changed pages.Joey Hess2012-03-28
* changelogJoey Hess2012-03-18
|\
| * trail: new plugin (3rd attempt)Simon McVittie2011-11-09
* | Drop the version attribute on the generator tag in Atom feeds.•••Removing the version means that rebuilds are reproducible over time. Both the generator tag and its version attribute are optional: http://tools.ietf.org/html/rfc4287#section-4.2.4 Paul Wise2012-03-03
|/
* track escaping change in upstream template•••This is not belived to be XSS exploitable due to other checks in ikiwiki. Thanks Olly Betts for review. Joey Hess2011-09-27
* use false for isPermalink, not no•••feedvalidator says this is true/false not yes/no Joey Hess2011-07-29
* auto-check just uploaded attachments•••This may make it easier to eg, Insert Links after dropping in a lot of files. Joey Hess2011-07-12
* Display attachment manipulation links always, since attachments can be upload...•••Could arrange for them to be in a span that is hidden when there are no attachments and make the javascript upload unhide it; this is a quick fix. Joey Hess2011-07-11
* updated jquery and made it its own underlayJoey Hess2011-06-15
* load attachment javascript into template the clean wayJoey Hess2011-06-15
* WIPJoey Hess2011-06-15
* WIPJoey Hess2011-06-15
* comments: add avatar picture of comment author•••Use Libravatar::URL to pull the avatar picture for the comment author if we have an email address for him/her. Francois Marier2011-03-30
* inline: allow assigning an id to postform/feedlink•••This allows per-form/feedlink group customization without having to resort to counting. (cherry picked from commit b134feb0dc2d9a8ff7ae447537fa8bc02811aabd) Giuseppe Bilotta2011-02-22
* feedlink/blogpost templates: use class instead of id•••There can be more than one feedlink group in a page, as well as (more rarely) multiple blog forms, and using the same id for all of them causes HTML validation errors. Replace the id with a class by the same name and adjust in-repository CSS. (cherry picked from commit 0c3b91e1f06fb357711cfa71d514f139cd8e04e3) Giuseppe Bilotta2011-01-14
* inline: pass the Atom/RSS titles to the templates•••The default templates are also updated to make use of this information. The rel="alternate" attribute is also inserted, for completeness. (cherry picked from commit 618ade535e6a7967a510d9e210edaef3d37cc9bc) Giuseppe Bilotta2011-01-06
* improve html•••display not changed, but I hope this will html2text better in rss2email, and it's generally better Joey Hess2010-11-16
* add message field to revert formJoey Hess2010-10-08
* make revert hooks optional•••I removed the IkiWiki::rcs_ stubs for the revert hooks. Instead recentchanges tests to see if the hooks are available and calls them directly. Joey Hess2010-10-08
* put diff at end of revert formJoey Hess2010-10-06
* revert html tweakingJoey Hess2010-10-06
* Correct 'alt' text for the revert image.Peter Gammie2010-10-01
* Get things right after moving to a branch.Peter Gammie2010-09-29