aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* calendar: Add title attributes for all links in the calendars.Joey Hess2009-11-26
|
* htmllink: allow a title attribute to be specifiedJoey Hess2009-11-26
|
* date: New plugin that allows inserting date directives that expand to ↵Joey Hess2009-11-25
| | | | pretty-printed dates, using the same formatting as used for page modification date display, etc.
* 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 ↵Joey Hess2009-11-17
| | | | | | | | | | | | | include feeds. 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.
* meta: Allow use of DESCRIPTION in templates to get at the meta description ↵Joey Hess2009-11-16
| | | | value. (Thanks, NicolasLimare)
* meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess2009-11-16
| | | | | | | 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.
* 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.Joey Hess2009-11-13
| | | | | | | | | | | | 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.
* httpauth: Add cgiauthurl setting that can be used to do http basic auth only ↵Joey Hess2009-11-10
| | | | when ikiwiki needs authentication, rather than for any access to the cgi/wiki.
* localstyle: New plugin, allows overrding the toplevel local.css with one ↵Joey Hess2009-11-09
| | | | | | | | | | | | | | | | | | | | that is closer to a page. 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.
* Moved the postscan hook to run on the raw html of a page, before the ↵Joey Hess2009-11-08
| | | | template is filled out. This improves the search plugin's indexing, since it will not include navigational elements from the page template or sidebar.
* underlay: Avoid crashing if lists of underlays (or template directories) are ↵Joey Hess2009-11-07
| | | | not configured.
* 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 ↵Joey Hess2009-10-29
| | | | search works correctly for wikis that are located in subdirectories of domains.
* add spec fileJoey Hess2009-10-29
| | | | Modify makefile to update spec file version number.
* fix url encoding in redirJoey Hess2009-10-29
| | | | | | | | | 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.
* moderatedcomments: New plugin to allow comment moderation w/o relying on ↵Joey Hess2009-10-26
| | | | blogspam.net.
* 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 ↵Joey Hess2009-10-21
| | | | using a template that does not include page content.
* avoid -O default for CFLAGS, and documentJoey Hess2009-10-21
|
* Fix a bug introduced in the last version that caused ikiwiki to skip all ↵Joey Hess2009-10-21
| | | | files if a sourcedir of "./" was specified.
* edittemplate: Work around bug #551499 in CGI::FormBuilder.Joey Hess2009-10-18
|
* edittemplate: Allow template page name to be specified using anything legal ↵Joey Hess2009-10-18
| | | | | | | | for a wikilink (including eg, leading slashes). 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.
* releasing version 3.20091017Joey Hess2009-10-17
|
* inline: Optimize generation of archives, etcJoey Hess2009-10-15
| | | | Don't generate inlined page content if the template does not use it.
* Added minimal default CSS for calendar plugin, just highlighting the current ↵Joey Hess2009-10-12
| | | | day.
* calendar: Fix CSS for year calendar to match the plugin documentation.Joey Hess2009-10-12
| | | | | The names in the documentation were completly different, but also seemed better chosen than the names in the code.
* Merge branch 'master' into dependency-typesJoey Hess2009-10-11
|\ | | | | | | | | Conflicts: debian/changelog
| * git: --getctime will now follow renames back to the original creation of a file.Joey Hess2009-10-11
| | | | | | | | | | | | 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.
* | fix next/prev month padding bugJoey Hess2009-10-11
| |
* | calendar: Fix bug in next/previous year/month links, which sometimes linked ↵Joey Hess2009-10-11
| | | | | | | | to an archive page from the wrong year.
* | calendar: Fix midnight rebuild trigger of calendars with explicit month/year.Joey Hess2009-10-11
| | | | | | | | | | | | | | It was just broken for calendars with an explicit month or year, not triggering at all. Now it will update those at appropriate times.
* | Merge branch 'master' into dependency-typesJoey Hess2009-10-11
|\| | | | | | | | | | | Conflicts: debian/changelog doc/plugins/calendar.mdwn
| * ikiwiki-calendar: New command automates creation of archive pages using the ↵Joey Hess2009-10-11
| | | | | | | | calendar plugin.
* | Merge branch 'master' into dependency-typesJoey Hess2009-10-09
|\| | | | | | | | | Conflicts: doc/bugs/transitive_dependencies.mdwn
| * releasing version 3.20091009Joey Hess2009-10-09
| |
* | typoJoey Hess2009-10-08
| |
* | rename use_pagespec to pagespec_match_listJoey Hess2009-10-08
| | | | | | | | | | To avoid breaking plugins, also support the old pagespec_match_list calling convention, with a deprecation warning.
* | Merge branch 'master' into dependency-typesJoey Hess2009-10-08
|\| | | | | | | | | | | | | Conflicts: IkiWiki.pm IkiWiki/Render.pm debian/changelog
| * Optimize away most expensive file prune calls, when refreshingJoey Hess2009-10-08
| | | | | | | | | | | | | | | | 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%.
* | add use_pagespec and deptype functionsJoey Hess2009-10-08
| |
* | add influence info to match_*Joey Hess2009-10-07
| | | | | | | | Also update docs, test suite.