aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Expand)AuthorAge
* htmllink: allow a title attribute to be specifiedJoey Hess2009-11-26
* date: New plugin that allows inserting date directives that expand to pretty-...Joey Hess2009-11-25
* Added (incomplete) Turkish po file. Closes: #556744 Thanks, Recai OktaşJoey Hess2009-11-17
* inline: Use caching of inlined pages to speed up builds of inlines that inclu...•••Speedup of about 25% for small inlines; could be much larger for inlines of many, or complex pages. Not bloating memory with excessive memoization data was the key to this. The method chosen does not squeeze out every erg of speed possible when inlines are nested, but that's rare. It uses less memory than other optimisation hacks (I'm looking at you, f937c1fb8074a512d8bb788fa275f5e90595cd47 !) already used in inline.pm. Joey Hess2009-11-17
* meta: Allow use of DESCRIPTION in templates to get at the meta description va...Joey Hess2009-11-16
* meta: Generate meta description tags even when the html scrubber is enabled.•••Unlike generic meta foo tags, meta description is known to be safe, so can be special cased to be allowed despite the html scrubber. This makes meta description much more useful, since it is otherwise limited to being used by other plugins like map. Joey Hess2009-11-16
* releasing version 3.20091113Joey Hess2009-11-13
* inline: Fix display of all pages when archive=yes or show=0 are used.Joey Hess2009-11-13
* inline: Allow direct inclusion of non-page files in raw mode.Joey Hess2009-11-13
* inline: Do not generated feeds for nested inlines.•••My experience is that when inlines are nested, the old behavior of generating feeds for the nested inlines was never really desired. Since the feeds were numbered sequentially, the numbers could easily change, and it did not make sense to subscribe to or use those feeds. And generating those nested feeds often meant a lot of unnecessary calculation, and data being written. So, I dropped them. Looking back, nested feeds originally were a free side effect of properly handing multiple feeds on one page. Of course, that is still supported. Joey Hess2009-11-13
* httpauth: Add cgiauthurl setting that can be used to do http basic auth only ...Joey Hess2009-11-10
* localstyle: New plugin, allows overrding the toplevel local.css with one that...•••I chose not to have it override style.css, because style.css is not really intended to be edited; the one from the underlay is intended to be used as a base that local.css overrides. I chose to use a plugin rather than changing the default behavior, both because I didn't want to have to worry about possibly breaking backwards compatability (though this seems unlikely), and because it seemed cleaner to not include style template parameters in the main page template code. I suppose someone might want a way to not override the toplevel local.css, but instead include it as well as foo/local.css. Probably the best way to do that would be to have foo/local.css @import ../local.css (modulo browser compatability issues). Alternatively, edit page.tmpl to always include the toplevel local.css, or swap out this plugin for another one. Joey Hess2009-11-09
* Moved the postscan hook to run on the raw html of a page, before the template...Joey Hess2009-11-08
* underlay: Avoid crashing if lists of underlays (or template directories) are ...Joey Hess2009-11-07
* underlay: Fix example values put in setup file to be array references.Joey Hess2009-11-06
* releasing version 3.20091031Joey Hess2009-10-31
* google: Pass the whole wiki url to google, not just the domain, so that searc...Joey Hess2009-10-29
* add spec file•••Modify makefile to update spec file version number. Joey Hess2009-10-29
* fix url encoding in redir•••When redirecting to a page, ie, after editing, ensure that the url is uri-encoded. Most browsers other than MSIE don't care, but it's the right thing to do. The known failure case involved editing a page that had utf-8 in the name using MSIE. Joey Hess2009-10-29
* moderatedcomments: New plugin to allow comment moderation w/o relying on blog...Joey Hess2009-10-26
* mdwn: Avoid trying to use multimarkdown if it is not installed.Joey Hess2009-10-26
* po: Fix breakage caused by changes to render code.Joey Hess2009-10-26
* releasing version 3.20091023Joey Hess2009-10-23
* inline: Fix raw mode. Closes: #552114Joey Hess2009-10-23
* releasing version 3.20091022Joey Hess2009-10-22
* meta: Gather permalink info on scan pass so it is available to inline when us...Joey Hess2009-10-21
* avoid -O default for CFLAGS, and documentJoey Hess2009-10-21
* Fix a bug introduced in the last version that caused ikiwiki to skip all file...Joey Hess2009-10-21
* edittemplate: Work around bug #551499 in CGI::FormBuilder.Joey Hess2009-10-18
* edittemplate: Allow template page name to be specified using anything legal f...•••Before, the htmllink would display the link to the template as if it were a wikilink, but what was stored was not, which could lead to confusing situations. Joey Hess2009-10-18
* releasing version 3.20091017Joey Hess2009-10-17
* inline: Optimize generation of archives, etc•••Don't generate inlined page content if the template does not use it. Joey Hess2009-10-15
* Added minimal default CSS for calendar plugin, just highlighting the current ...Joey Hess2009-10-12
* calendar: Fix CSS for year calendar to match the plugin documentation.•••The names in the documentation were completly different, but also seemed better chosen than the names in the code. Joey Hess2009-10-12
* Merge branch 'master' into dependency-types•••Conflicts: debian/changelog Joey Hess2009-10-11
|\
| * git: --getctime will now follow renames back to the original creation of a file.•••This will be a bit more expensive, but --getctime does not need to be fast. And getting the real creation time a very useful when untangling blog histories that involve renames. Joey Hess2009-10-11
* | fix next/prev month padding bugJoey Hess2009-10-11
* | calendar: Fix bug in next/previous year/month links, which sometimes linked t...Joey Hess2009-10-11
* | calendar: Fix midnight rebuild trigger of calendars with explicit month/year.•••It was just broken for calendars with an explicit month or year, not triggering at all. Now it will update those at appropriate times. Joey Hess2009-10-11
* | Merge branch 'master' into dependency-types•••Conflicts: debian/changelog doc/plugins/calendar.mdwn Joey Hess2009-10-11
|\|
| * ikiwiki-calendar: New command automates creation of archive pages using the c...Joey Hess2009-10-11
* | Merge branch 'master' into dependency-types•••Conflicts: doc/bugs/transitive_dependencies.mdwn Joey Hess2009-10-09
|\|
| * releasing version 3.20091009Joey Hess2009-10-09
* | typoJoey Hess2009-10-08
* | rename use_pagespec to pagespec_match_list•••To avoid breaking plugins, also support the old pagespec_match_list calling convention, with a deprecation warning. Joey Hess2009-10-08
* | Merge branch 'master' into dependency-types•••Conflicts: IkiWiki.pm IkiWiki/Render.pm debian/changelog Joey Hess2009-10-08
|\|
| * Optimize away most expensive file prune calls, when refreshing•••Benchmarking refresh of a a wiki with 25 thousand pages showed file_pruned() using most of the time. But, when refreshing, ikiwiki already knows about nearly all the files. So we can skip calling file_pruned() for those it knows about. While tricky to do, this sped up a refresh (that otherwise does no work) by 10-50%. Joey Hess2009-10-08
* | add use_pagespec and deptype functionsJoey Hess2009-10-08
* | add influence info to match_*•••Also update docs, test suite. Joey Hess2009-10-07
* | linkmap: does need presence deps•••Otherwise, removal of a page with no links will not be noticed, since no links will change. Joey Hess2009-10-06