| Commit message (Expand) | Author | Age |
* | setup file ordering | Joey Hess | 2010-02-12 |
* | linkmap: Simplify and improve browser compatability by using an img, not obj...•••I noticed that chromium was not hyperlinking the areas in the object-based
linkmap, while img works ok. Dunno why, but img based is nicer anyway since
it is allowed right through the htmlscrubber with no workarounds.
| Joey Hess | 2010-01-09 |
* | linkmap: Add option to omit disconnected pages from the map. | Joey Hess | 2010-01-01 |
* | linkmap: Use new pagespec_match_list | Joey Hess | 2009-10-09 |
* | change how dependency types are specified to add_depends•••Also, this fixes 2 bugs in dependency info.
| Joey Hess | 2009-10-08 |
* | linkmap, pagestats: avoid using %links to get a list of pages•••When a page is deleted, it is removed from %pagesources, but
not from %links. So use the former.
| Joey Hess | 2009-10-06 |
* | linkmap: does need presence deps•••Otherwise, removal of a page with no links will not be noticed,
since no links will change.
| Joey Hess | 2009-10-06 |
* | presence dependencies not needed•••Using just a link dependency is sufficient, since
| Joey Hess | 2009-10-06 |
* | linkmap: Use a combination of presence and link dependencies.•••This makes the map be regenerated much less frequently, so larger maps are
more practical to use now.
| Joey Hess | 2009-10-06 |
* | not a contentless dependency•••needs link info
| Joey Hess | 2009-10-04 |
* | finalise version 3.00 of the plugin api | Joey Hess | 2008-12-23 |
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | add plugin safe/rebuild info (part 1 of 2)•••too many plugins.. brain exploding..
| Joey Hess | 2008-08-03 |
* | switch preprocess hooks to use error function | Joey Hess | 2008-07-13 |
* | revert destpage part of f7bdc2385•••destpage does not normally need to be worried about when creating other files
as part of the process of rendering a page. Using destpage results in
inlined pages creating two copies of such files. It works to not use destpage
in this case because the inlining page depends on the source page, so if the
source page is modified or deleted the inlining page will be updated.
| Joey Hess | 2008-03-23 |
* | * Use forcebaseurl to make page previews be displayed with the html base••• set to the destination page. This avoids need for hacks to munge the urls
in preview mode, which fixes several bugs.
* Several destpage fixes in plugins.
| Joey Hess | 2008-03-12 |
* | * pagespec_match() has changed to take named parameters, to better allow••• for extended pagespecs. The old calling convention will still work for
back-compat for now.
* The calling convention for functions in the IkiWiki::PageSpec namespace
has changed so they are passed named parameters.
* Plugin interface version increased to 2.00 since I don't anticipate any
more interface changes before 2.0.
| joey | 2007-04-27 |
* | * Remove stray semicolon in linkmap.pm. | joshtriplett | 2007-04-07 |
* | updates for new regime | joey | 2007-04-01 |
* | * Finally apply the index.html patch, with thanks to everyone who worked••• on and supported creating it (especially Tumov). This adds a "usedirs"
option that makes ikiwiki use foo/index.html instead of foo.html as
output page names. It is not yet enabled by default.
| joey | 2007-04-01 |
* | more i18n improvements | joey | 2007-03-07 |
* | * Patch based on a patch from Ethan to support relative matching in••• PageSpecs, by using "./". pagespec_match() has grown a new third parameter
to support this.
| joey | 2007-02-06 |
* | * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation.
* Export gettext() from IkiWiki module.
| joey | 2006-12-29 |
* | * Change %renderedfiles to store an array of files rendered from a given••• source file, to allow tracking of extra rendered files like rss feeds.
* Note that plugins that accessed this variable will need to be updated!
The plugin interface has been increased to version 1.01 for this change.
* Add will_render function to the plugin interface, used to register that a
page renders a destination file, and do some security checks.
* Use will_render in the inline and linkmap plugins.
* Previously but no longer rendered files will be cleaned up.
* You will need to rebuild your wiki on upgrade to this version.
| joey | 2006-10-08 |
* | * Fix a forkbomb in various calls to IPC::Open2, which has a highly••• braindead interface. Closes: #389383
| joey | 2006-09-25 |
* | * Work on firming up the plugin interface:••• - Plugins should not need to load IkiWiki::Render to get commonly
used functions, so moved some functions from there to IkiWiki.
- Picked out the set of functions and variables that most plugins
use, documented them, and made IkiWiki export them by default,
like a proper perl module should.
- Use the other functions at your own risk.
- This is not quite complete, I still have to decide whether to
export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
to make like changes to it and avoid use of non-exported symboles from
"IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
setting.
| joey | 2006-09-09 |
* | simplify | joey | 2006-09-07 |
* | size limits | joey | 2006-09-07 |
* | force charset | joey | 2006-09-07 |
* | * Add a linkmap plugin (requires graphviz). | joey | 2006-09-07 |