| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
| |
ikiwiki via XML RPC. This should be much faster than the old plugin that
had to fork python for every rst page render. Note that if you use
the rst plugin, you now need to have the RPC::XML perl module installed.
|
|
|
|
|
| |
to not-yet-existing pages. I don't have a useful style defined for that
though.
|
|
|
|
|
| |
to be passed on to stderr. Also fixes a potential bug, since git error
meesages were treated as if they came from git stdout.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
showed up where a web edit that added a page caused a near-concurrent
web edit to fail in will_render. While it would be hard to reproduce this,
my analysis is that the failing cgi started first, loaded the index file
(prior to locking) then the other cgi created the new page and rendered
it, and then the failing cgi choked on the new file when _it_ tried to
render it. Ensuring that the index file is loaded after taking the lock
will avoid this bug.
|
|
|
|
| |
* Fix --get-ctime with git, needed to remove srcdir from filename.
|
| |
|
| |
|
| |
|
|
|
|
| |
linkified now if they are preceeded by whitespace.
|
|
|
|
|
| |
allowed by the regexp in one case though not documented to work, and
was ambiguous with preprocessor directives.
|
|
|
|
|
|
| |
files in some situations, and this is appropriate in some cases, such as
the teximg plugin's error log file.
Such files will be automatically cleaned up at an appopriate later time.
|
|
|
|
|
| |
Slight overriding of link, as link=no is still used to disable the linking
entirely. Unless you have a page named "no"..
|
|
|
|
|
|
| |
are not included in the map. Include special styling for such pages.
* map: Remove common prefixes and don't over-indent.
* Add class option to htmllink().
|
|
|
|
|
| |
are not included in the map.
* map: Fix valid html issue.
|
|
|
|
|
| |
* map: Fully specify paths to links to avoid issues when the bestlink
didn't point to the correct page.
|
|
|
|
| |
Closes: #443344
|
| |
|
| |
|
|
|
|
|
|
| |
* table plugin: The previous version broke WikiLinks inside quoted values.
Fix this by linkifying CSV data after parsing it, while DSV data is still
linkified before parsing.
|
| |
|
|
|
|
|
|
| |
be shown in the page footer. HTML will also be inserted that should
support the rel=license microformat as well as the HTML spec's
rel=copyright.
|
|
|
|
| |
but not inline the pages.
|
|
|
|
| |
format. Included many details not previously listed in the old file.
|
| |
|
| |
|
|
|
|
| |
not in the build depends. Closes: #441171
|
|
|
|
| |
* Add the ikiwiki-update-wikilist command.
|
|
|
|
| |
commit.
|
|
|
|
| |
return values.
|
| |
|
|
|
|
| |
gmtime for these since a time zone is not specified.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
in the wikilink looked like a table field separator. Avoid this ambiguity
by linkifying the data before parsing it as a table.
* Turn on allow_loose_quotes in the table plugin's Text::CSV object,
so that links from wikilinks don't confuse the parser.
|
| |
|
|
|
|
|
| |
wrapper.
* Fix some taint issues with generating wrappers using the command line.
|
|
|
|
|
|
|
| |
* Plugins can add new directories to the search path with the add_underlay
function.
* Split out smiley underlay files into a separate underlay, so if the plugin
isn't used, the wiki isn't bloated with all those files.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
if it wasn't locked when called. This is known to break post-commit
emails.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
calendar, and youtube. Normally, the htmlsanitiser eats these since they
use unsafe tags, the embed plugin overrides it for trusted sites.
* The googlecalendar plugin is now deprecated, and will be removed
eventually. Please switch to using the embed plugin.
|
|
|
|
|
|
| |
* Call decode_form_utf8 before running formbuilder_setup hooks.
* Add editdiff plugin contributed by Jeremie Koenig.
* Fix it to not leak path info.
|
|
|
|
| |
Contributed by Patrick Winnertz as a GSoC project.
|