Feature Proposal: Add ability to have elsif sections Motivation The IF macro is inconvenient for building if / else ladders. Description and Documentation The current ...
This document is replaced by System.DevelopingPlugins How to integrate extension configuration into bin/configure Introduction Simple plugins can embed configuration ...
HowToUseGit Here you will find details on how to use git for Foswiki development. You are assumed to know what git is, and what it's for, and you are expected to know ...
Release Plan See also ReleasePlanDiscussion Release 1.2 The next major release of Foswiki will be 1.2. Release 1.1.x series is bugfix only, * ReleasePlanDiscussion ...
Feature Proposal: HTML attributes should use single quotes Motivation If you use a macro or a piece of template code and use that string inside another macro, chances ...
Status of porting extensions to Foswiki Foswiki aims to be totally transparent about what extensions actually work, and what value they can bring. We are not interested ...
Feature Request: Remove rest from the default list of AuthScripts Motivation Equal ajax browsing rights for guests! ; ) Description and Documentation By default ...
ReleasePlan discussions Or: how do we turn trunk into Foswiki 1.2 over the next few months without burning people out? %SEARCH{ "1" type="query" nonoise="on ...
Feature Proposal: Add Extensions.UpdatesPlugin to default release Motivation The Extensions/UpdatesPlugin was developed during Community.FoswikiCamp2011. The plugin ...
Feature Proposal: It would be really helpful if URL includes could be enabled for only certain domains. Motivation Including arbitrary web pages into a wiki page ...
Feature Proposal: Making Formfields WYSIWYG capable Motivation WYSIWYG is accepted as a must have feature for every wiki nowadays. However, Foswiki doesn't do WYSIWYG ...
Feature Proposal: Enhance register script to specify a templatetopic param instead of hard coded 'NewUserTemplate' Motivation AddUserToGroupsOnRegistration is a great ...
Feature Proposal: Allow TIME macros to format any old time value, not just the current time Motivation Presently, the only way to re format a date (epoch seconds ...
Feature Proposal: Ajax Access Fixes Motivation Over the years we've found a few issues when calling the existing SCRIPTs from ajax. This feature hopes to move the ...
Feature Proposal: Use a Foswiki app to develop WikiApps Motivation We can make WikiApp development much much easier by using the building blocks we use in our WikiApps ...
Feature Proposal: A query cookbook is essential to help break people in Motivation The query language used by Foswiki %IF, %SEARCH and %QUERY is rich, expressive ...
Feature Proposal: Move foswiki core lib/CPAN into its own FoswikiCoreCPANContrib Motivation first up, I don't want it, I don't need it, and i always worry about what ...
Feature Proposal: Consistently displaying form field values Motivation This started as a bug item Item11833: FORMFIELD does not render a field using renderForDisplay ...
Feature Proposal: migrate from Subversion to git Motivation Subversion seems to be annoying a high proportion of our contributors, and many of them are going through ...
Feature Proposal: You can mix single and double quotes in a macro. For example, '}% No amount of escaping can get you away from the fact that some macros expand to ...
RobertFelber Would Like to Check in Who am I? Hello, my name is Robert Felber and I'm from Germany. I'm a 23 years old student of computer science. Unfortunately ...
Feature Proposal: add a web= parameter to all cgi scripts Motivation if you're trying to build an application that allows the user to set a web and topic destination ...
Perl coding standards General Principles Foswiki is a large project which, over the years, has had a lot of contributors. It is also mainly written in perl, which ...
Feature Proposal: Add a preload handler for plugins Sometimes a decision can be made very early whether to allow a request to proceed or not; for example, on the basis ...
This manual process describes the autoBuildFoswiki.pl script Reminder to Kenneth and Sven: Need to change the sequence below so that the Patch branch is made at feature ...
Feature Proposal: Add a hide option to STARTSECTION Motivation Sometimes you create a section on the same page as you want to display it. To hide it, you must put ...
Introduction jQuery is an industry standard Javascript framework, used by a lot of Foswiki extensions and many foswiki developers. jQuery is the "javascript framework ...
Feature Proposal: Modernize the Log API, and add LogDispatchContrib to core Motivation The logger currently combines together fields in order to add information without ...
Feature Proposal: Lazy Load Javascript and Css Motivation As I use javascript popup dialogs more, I find myself needing to get javascript loaded dynamically some ...
This topic is to try to capture the environments where configure needs to be functional, and the specific quirks and restrictions that each environment applies as ...
Feature Proposal: Update configure to allow ajax based (fast) checking Motivation Configure is flexible, but often does unnecessary work, making it slow. It requires ...
Requirements Analysis Analysis of Supported Environments * Configure Requirements For Deployment Special environment requirements for configure Analysis ...
Development This is the topic to discuss development of If you need support, go to Support. where you can ask questions and find answers to previously asked ...
Feature Proposal: Motivation The standard syntax for setting a variable is * Set FOO = bar However this prevents them to be set as part of a wiki application. A ...
Version and Release Numbering (revisited) This topic is about version and numbering of Foswiki releases and extensions, which is changing as of Foswiki versions 1 ...
Foswiki Security Alert Process I discovered a security issue. Now What? * _ Important:_ In case you think that you discovered a security issue that could potentially ...
Feature Proposal: Abstract stores to distinguish between handling attachments and their META (was: Handling attachments is distinct to Store ing them, so abstract ...
Main.DanDascalescu Would Like to Check in Who am I? I'm an open source developer interested in web applications, wikis and collaboration technologies. More can be ...
PackagingJQueryPlugins Awaiting boiling down into a feature proposal (08:27:15) CDot: MichaelDaum: I was thinking; is there some way we can streamline the packaging ...
HowToAddRESTAndMacroHandlersToContribs The Foswiki plugins architecture allows you to hook into the Foswiki flows at a very deep level. To support this, plugins are ...