Archive

Posts Tagged ‘1.1.x’

Foswiki 1.1.3 released: they did it again

April 18th, 2011
Comments Off
No Gravatar

After another round of intense coding Foswiki 1.1.3 has been released this weekend and is available for download at

http://foswiki.org/Download/FoswikiRelease01×01x03

Foswiki 1.1.3 is a release that adds more than 150 bug fixes and improvements making it better than the already stable 1.1.2. Upgrade package is available for upgrading from any earlier 1.1.X version to 1.1.2.

Here is a summarized but still detailed list of the many small fixes and improvements

  • Facelift of the history user interface
  • Update to the Wysiwyg editor TinyMCE to 3.3.9.3 and further
  • improvements of the Wysiwyg editor has been made
  • Fatwilly PatternSkin theme has been fixed. This is the skin theme
  • we use on foswiki.org.
  • Improvement of the UI for managing webs
  • Default jQuery is now 1.4.3. JQueryPlugin’s form plugin form is
  • upgraded to 2.49 and jquery-ui is upgraded to 1.8
  • Code that sends emails is improved
  • Fixes in the access controls for renaming attachments
  • TablePlugin now handles table row spans and can now initsort even when there is no headerrow
  • Improved login screen
  • Configure user interface has been further improved
  • Improved the use of international characters in attachment names
  • Icons have been fixed and added
  • Fixed an annoying issue where configure could only install or
  • upgrade one extension at a time
  • SEARCH order=created and order=formfield(date) now works allowing sorting by dates given in any of the standard Foswiki formats
  • Query search using the new =~ regex operator was totally broken and has been fixed
  • Improved and fixed the page feature for SEARCH
  • SEARCH limit fixed so it again works per web
  • New languages added
  • CommentPlugin now allows the use of COMMENT inside TML tables
  • Scripted update of the “shebang” line for the bin files (important for Windows based server installations)
  • Cookies are now forced to be secure when using https connection
  • Redirect when renaming fixed
  • Fixed bugs in the renaming user interface
  • Corrected the documentation for access controls
  • Improved how search handles access controlled group topics
  • Fixes to the new group user interface
  • Extension installers now tries to install the zip file if tgz missing
  • Fixed some intermittent rendering issues under FastCGI
  • Interwiki links now allows that the destination topic contains parentheses
  • Rename topics now updates backlinking inside INCLUDEs
  • Split Installation Guide in a part 1 which covers the steps until a basic Foswiki is running and a part 2 which covers how to tailor and setup all the details.
  • Fixed TOC rendering of anchors for INCLUDEd content
  • Fixed the renaming of webs web so it no longer modifies links within topic starting with old web name
  • Fixed a problem with date formats inside EditTablePlugin formats being seen as macros
  • Fixed the function of buttons in the FamFamFamContrib toolbar
  • Rename will now list children to update even when the topic is not a WikiWord
  • First save of files without rcs ,v file now creates a new revision
  • Restore a topic to older version now also restores META preferences
  • Search with zeroresults=”0″ now prints a 0 when nothing is found
  • Fixed the use of default value for FORMFIELD macro
  • Better cleanup of LocalSite.cfg when removing a plugin
  • Logging improved and more events are now logged
  • URLENCODE macro fixed
  • Fixed bugs related to adding a form when editing
  • Fixed defaults not initialized in persistent perl environments
  • Fix for REVINFO format tokens
  • When editing a form only, Save and Continue no longer end up showing the topic text
  • The 8 char password trunc behavior of the crypt encoding is now clearly added as working in configure info texts
  • Fix for WEBLIST macro which wrongly included current web when webs=webtemplate requested
  • Added missing Submit button for renaming/deleting a web
  • Webnotify now supports wildcard use like ‘Abc*Xyz?’ for sending out news on change
  • Fixed a problem where TwistyPlugin crashes Foswiki when topic has a trailing )
  • InterwikiPlugin links can now be formatted
  • Fixed a problem with operator precedence for queries and IF defined.
  • TWiki web is now again hidden if TWikiCompatibilityPlugin is disabled – also for the admin
  • Many improvements to the installation documentation.
  • Wysiwyg editor now converts less of the international characters to entities which made it impossible to search for the saved text

On behalf of the Foswiki Association and the entire Foswiki Community: Enjoy the Foswiki 1.1.3

Michael Daum Release , , ,

Release of Foswiki version 1.1.1 – 25 Oct 2010

October 26th, 2010
Comments Off
No Gravatar

On behalf of the entire Foswiki community I can proudly announce that the release of the Foswiki release 1.1.1  is available for download at

Foswiki web site: http://foswiki.org/Download/FoswikiRelease01×01x01

Foswiki 1.1.1 is a release that fixes some important bugs that were introduced in 1.1.0. It is highly recommended that all running 1.1.0 upgrade to 1.1.1.

The entire Foswiki community has been busy the past weeks with very quick responses to the bug reports on 1.1.0. There are always a few bugs in a new “.0″ release but the team has been very committed. The reporters have received quick patches so they could continue their upgrade. The end result is a 1.1.1 which is a very stable and high quality release.

Upgrade package is available for upgrading from 1.1.0 to 1.1.1. so upgrading is quick and easy.

Foswiki 1.1 introduces jQuery Javascript user interface framework, improved topic history display, new QUERY and FORMAT macros, better user interface for group management, much improved WYSIWYG editor, facelift of the default skin, much improved configure tool, and many more enhancements.

Foswiki 1.1 has many improvements that end-users as well as administrators will appreciate. In addition Foswiki 1.1 comes with a lot of “under the hood” improvements to the core code, with the goal of making it easier to plug in work from other projects, such as jQuery, KinoSearch, Solr and others. Work has been made to improve the definition of internal APIs to allow other not-yet-written modules, such as store implementations. Most of these modifications should be invisible to the end user and admin, but are important to position Foswiki for the next generation of plugins.

What’s new – highlights:

  • Adoption of the jQuery Javascript user interface framework
  • New macros enabled by jQuery
  • Powerful new QUERY macro
  • SEARCH now has a zeroresults format string and search results pagination
  • New FORMAT macro
  • WikiGroups have add & remove user interface
  • TinyMCEPlugin updates include much better user interface, rowspan support, and autosave feature
  • Testing configuration variables in %IF
  • “Copy topic” now copies attachments
  • Tailoring of user registration made easier
  • Easy tailoring of reset/change password and change email forms
  • TMPL:DEFs may now access previous (overridden) TMPL:DEF using the new %TMPL:PREV% template token
  • Logging of access failures
  • configure user interface revamped
  • Configure file system checks added
  • Newer modern Icon set for Document Graphics
  • Table Plugin has been improved
  • SlideShowPlugin can now use CSS based templates
  • HistoryPlugin and CompareRevisionsAddOn are now included with the default plugin set giving much nicer history/changes features
  • AutoViewTemplatePlugin is now included with the default plugin set
  • ZonePlugin feature set has been merged to the core Foswiki code
  • New page cache feature
  • Several API Enhancements for extension writers

Bugs can be reported on http://foswiki.org/Tasks/CreateNewTask

It is a proud release manager that know that you will all enjoy the 1.1.1

Kenneth Lavrsen

klavrsen Release , , , ,