This topic is automatically generated by a script running on the server. The script analyses all the 'WaitingFor' and 'ReportedBy' fields in reports and generates...
In mailnotify, DIFF_TEXT, albeit documented, is never used, probably for a good reason: it inserts verbatim tags but does not process them afterwards thus generat...
Unit tests randomly fail as can be seen in the foswiki commits mailing list. Running the same tests on my own machine don't fail. So these tests depend a lot on r...
In proxy configurations, the Foswiki events log will only contain the proxy server's IP address, anonymizing the clients. The X Forwarded For header will often co...
Unit tests checked agains $main as_string(). However this can result in arbitrary linebreaks at points the unit test don't match reliably. That's because the ema...
Release Notes This page lists items waiting for release in the next n/a patch minor major Security %SEARCH{ "( CurrentState = 'Waiting for Release' ...
Jpeg compressoris the best tool for shrinking the file size of a JPEG image. JPEG images frequently include large amounts of data, which makes them slow to load a...
A little feature that we use on our local wiki. Extends the EditRowPlugin. Allows to copy cells of source row, when new row is added, instead of taking the defaul...
There is code that prohibits any topic or web url parameter to a jsonrpc link with no good reason. In fact this breaks a couple of wiki apps out there. Main.Mic...
This will add a lot more flexibility and lets skins jquery.ui be styled in a uniform fassion using css variables. See https://developer.mozilla.org/en US/docs/W...
Main.BramVanOosterhout 08 Jan 2023 Hi Michael, The installed wiki applications list in the Workbench WebHome no longer works. there is a / to many in the regex in...
Main.BramVanOosterhout 09 Jan 2023 Applications.RenderWikiApplicationWebHome is meant to list all topics relevant to an application if the ?q= parameter is not su...
If a topic includes a table from another topic, and has multiple EDITTABLEs, attempting to add a row to the first EDITTABLE, adds a row to the 2nd EDITTABLE. Su...
I want to use Foswiki v2.1.7 with EditChapterPlugin (29 Apr 2022, 6.00). The installation is updated many times but works fine. After the last update of the EditC...
I've noticed some of the field types provided by MoreFormfieldsPlugin do not work when used in MetaDataPlugin form definitions. Specifically, the topic field type...
When sorting a table, TablePlugin will sort as a date any string that: * contains a (partial) date anywhere * contains an upper case "T" Example: Title ...
Initial announcement I am in the process of refactoring Extensions.PublishPlugin. I have broken the Publisher code into 5 modules: * PublishPlugin * Publish...
We need testers! Please view this page and then edit to update the table (below) based on your browser. Here is a mispelled word to test. Browser Confirm OK ...
This plugin is inspired by PublishPlugin. It provides the basic use cases static html and batched pdf export from a zero base afresh. Main.MichaelDaum 01 ...
With the current version, when in edit mode, it is not possible to edit the categories and tags of a topic. Only a spinner appears. This happens even if the flags...
In a recently published topic the following code is generated: The file ../System/JavascriptFiles/foswikiPref.js is neither transferred to the published directory...
Publish plugin does not publish content referred in stylesheets through the url(...) function. It does not deal with the data: prefix and has various other quirks...
Main.BramVanOosterhout 03 Jan 2022 Line 605,606 in Publisher.pm # Force static context for all published topics Foswiki::Func::getContext() {static} = 1;...
Main.BramVanOosterhout 27 Dec 2021 The implementation of Item15053 publishes links like: * http://cdl/devwiki/pub/System/JQueryPlugin/plugins/tabpane/jquer...
In NatEdit the permissions editor autocompletion calls a REST backend based on System.JQueryAjaxHelper. It will then use a %SEARCH to find users and groups in the...
However this is not the case when importing LDAP groups. These aren't wiki words necessarily. Proposed patch: diff git a/lib/Foswiki/Contrib/MailerContrib/WebNot...
A lot of work on parsing and representing dates has been done through http://datetime.perl.org/ This work allows to use dates before 1970 and to have localization...
By default any page with skin rss or xml will return a "minimalist" output by removing all img and anchors. There is no obvious way to create rss (and atom) feeds...
Basically modern browsers support it for a long time now using CGI.pm supports it as well. Basically, you only need to read the filepath parameter and uploads in...
Foswiki 2.x is now operating in utf 8. It works fairly fine with an iso 8859 1 Store. But when email for webnotify get generated, the data remains in store encodi...
This extension tinkers with the skin path and forces a %META{"form"}% and %META{"attachments"}% to be displayed at the bottom of a compare page. This cannot be re...
... the same way beforeSaveHandler does. Probably other handlers that hand over meta objects are affected as well. Main.MichaelDaum Assuming scope for this is t...