Difference: TWikiHistory (83 vs. 84)

Revision 842013-10-14 - TWikiContributor

Line: 1 to 1
 

Appendix A: TWiki Development Time-line

Added:
>
>

TWiki Release 6.0 (Jerusalem) released on 2013-10-14

New Features and Enhancements of TWiki Release 6.0

  • Usability Enhancements
    • Add dashboards to Web home topics
    • Categorize TWiki variables & add TWiki Variables wizard
    • Upgrade to TinyMCE WYSIWYG editor to version 3.5.8
    • New TOPICTITLE variable for non-WikiWord topic titles
    • Show topic title in square bracket links using [[+TopicName]] syntax
    • Icon bullet lists: Specify any TWiki doc graphics icon as a bullet
    • WebSearch and WebChanges has now search result pagination
    • WebChanges shows topic age instead of topic date
    • Auto-discover TWikiForms, e.g. no need to set in WEBFORMS preferences setting
    • Move change TWiki Form from edit screen to "more" screen
    • Show link to older versions of attachments in attachment table
    • Automatically link @Twitter handles
    • Add comment section to new topic template
    • Copy/clone topic function in more topic action screen
    • Configurable signatures with profile pictures
    • Open external links in new browser window or tab; show external link icon
    • Drag and drop file attachments - PatternSkin to integrate DropzoneJSSkin - added in TWiki-6.0.1
    • Add drag and drop to change profile picture screen - added in TWiki-6.0.1
    • Responsive multi-column page layout using CSS using TWOCOLUMNS...ENDCOLUMNS - added in TWiki-6.0.2
    • Search attachments in a web with new WebSearchAttachments topic to all webs - added in TWiki-6.0.2
    • Easier TWiki installation by adding Perl CGI module to TWiki core distribution - added in TWiki-6.0.2

  • Scalability Enhancements
    • Read-only and mirror web support for distributed TWiki sites
    • MetadataRepository for site metadata and web metadata to speed up operations across many webs
    • Rename topic operation with option to not replace web internal references
    • Rename web operation can cope with a large site and read-only/mirror webs
    • Introducing web-level administrator for higher web autonomy; web specific WIKIWEBMASTER
    • Support for multiple disk drives for data and pub directories

  • TWiki Application Platform Enhancements
    • New EDITFORMFIELD variable to easily create custom forms to create/change topics with TWiki Forms
    • Add rev parameter to FORMFIELD variable
    • New combobox TWiki Form field type
    • New ENTITY variable to entity encode content
    • New CHILDREN variable to show topic children added in TWiki-6.0.2
    • Add createdate, default, encode parameters to SEARCH variable
    • SEARCH variable with sort by parent feature
    • SEARCH variable extended to make results pagination possible
    • SEARCH: Search with sort by multiple fields - added in TWiki-6.0.1
    • SEARCH: Sort by parent breadcrumb - added in TWiki-6.0.1
    • SEARCH: Control over formfield rendering in a formatted SEARCH - added in TWiki-6.0.2
    • Add encode, newline, nofinalnewline, allowanytype to INCLUDE variable
    • Add subwebs and depth parameters to WEBLIST variable
    • Add section parameter to ADDTOHEAD variable
    • Add encode and decode functions to TWiki::Func
    • Add LWP parameters to TWiki::Func::getExternalResource
    • Conditional Skin based on group membership and other criteria
    • Finer-control variable expansion in topic creation
    • Add topic parameter to VAR variable to get settings defined in another topic
    • Add raw parameter to INCLUDE variable to include a topic in the raw mode
    • New csv encode type for ENCODE variable - added in TWiki-6.0.1
    • ENCODE variable with new type="json" parameter to escape a string for JSON use - added in TWiki-6.0.2

  • Security Enhancements
    • Support for an implicit "all users" group
    • Empty DENY setting means undefined setting
    • Dynamic access control (experimental)
    • Upgrade support for secure email notification
    • Restrict HTTP variable to not reveal certain header fields
    • User masquerading to check if access restriction is working as expected for another user
    • Disable XSS Protection for JavaScript

  • Extensions Enhancements
    • Add new WatchlistPlugin to core and deprecate MailerContrib
    • Add new TWikiDashboardAddOn to core distribution
    • Add new ScrollBoxAddOn to core distribution
    • Add new DatePickerPlugin to core and deprecate JSCalendarContrib
    • Add new MovedSkin to core distribution
    • SpreadSheetPlugin supports hash variables with new functions GETHASH(), HASH2LIST(), HASHCOPY(), HASHEACH(), HASHEXISTS(), HASHREVERSE(), LIST2HASH(), SETHASH(), SETMHASH()
    • SpreadSheetPlugin adds new functions BIN2DEC(), DEC2BIN(), DEC2HEX(), DEC2OCT(), HEX2DEC(), OCT2DEC()
    • SpreadSheetPlugin supports quoted parameters with '''triple quotes'''
    • SpreadSheetPlugin: New functions ADDLIST(), GETLIST(), SETLIST() - added in TWiki-6.0.1
    • SpreadSheetPlugin: FORMAT(CURRENY, ...) with support for currency symbol - added in TWiki-6.0.1
    • SpreadSheetPlugin: Allow newlines and indent around functions and function parameters; allow newlines in triple-quoted strings - added in TWiki-6.0.1
    • SpreadSheetPlugin: New functions EQUAL(), NOTE(), RANDSTRING() - added in TWiki-6.0.2
    • InterwikiPlugin to observe the links configuration parameter
    • TablePlugin: Possible to add TML (TWiki markup) with newlines in TWiki table cells
    • TagMePlugin with support for multiple tag namespaces
    • PatternSkin: New hideInPrint CSS class to hide specific content from printing - added in TWiki-6.0.1
    • PatternSkin: Show history and other topic actions in read-only skin mode - added in TWiki-6.0.1
    • SetGetPlugin: SET and GET with support for JSON objects and JSON path - added in TWiki-6.0.2
    • SetGetPlugin: Ability to specify store name to persistently store variables - added in TWiki-6.0.2
    • SetGetPlugin: SetGetPlugin: Use file locking on persistent store to prevent corrupting the store - added in TWiki-6.0.2
    • JQueryPlugin: JQTAB enhancements: Show blue link instead of red on hover over tab; make tab css overridable; remove dotted underline below tab; active tabs with gray gradient - added in TWiki-6.0.1
    • JQueryPlugin: Option to load tab content asynchronously; select specific tab in jQuery tab pane; allow tab panes in bullet lists & TWiki table cells; allow HTML in tab title - added in TWiki-6.0.2
    • WatchlistPlugin: Don't notify oneself when watching topics; set minor change when updating watchlist topic - added in TWiki-6.0.1
    • WatchlistPlugin: Watch all topics in web and watch new topics in web; fix for mod_perl - added in TWiki-6.0.1

  • Miscellaneous Feature Enhancements
    • CGI Engine to be made Fast CGI compatible
    • Empty IF condition to be regarded valid and false
    • Add seconds to the timestamp in debug/log/warn
    • Viewing topic text with variables expanded
    • WEBLIST canmoveto and cancopyto
    • Add viewRedirectHandler callback to plugins API
    • No such topic, no such web, access denied are done right
      • Return "404 Not Found" status for topic not found instead of 200 OK status
      • Return "404 Not Found" status and show "No Such Web" page title for no such web without redirecting to an oops URL titled "Access Denied"
      • Return "403 Access Denied" status for access denied without redirecting to an oops URL whose status code is "200 OK"
    • Statistics enhancements to show most viewed webs, most updated webs, most popular webs, top viewers, # of unique users who viewed, saved, and uploaded on the web/site, affiliation breakdown
    • Specifying webs to be excluded from WebStatistics update
    • Statistics topics can be annualized to e.g. WebStatistics2013, WebStatistics2014. This prevents statistics topics from growing indefinitely
    • For paragraphs generate <p>...</p> instead of <p/>
    • 20 new TWikiDocGraphics icons Analyze Control panel Counter Factory Transparent LED Minus node graph Minus node graph right Minus node graph up-down-right Minus node graph up-right Plus node graph Plus node graph right Plus node graph up-down-right Plus node graph up-right Opportunity Pick Phone extension Toll-free Phone Switch off Switch on Watchlist
    • 16 new TWikiDocGraphics icons Clipboard Delegate Microsoft Word file Gray close LED Gray minus LED Gray plus LED Mobile carrier XPS PowerPoint SMS Visio document Visio document Visio document Microsoft Excel Spreadsheet XMind XPS - added in TWiki-6.0.1
    • 5 new TWikiDocGraphics icons First class Help open Help close Request See also - added in TWiki-6.0.2
    • New COPY, REG, TM variables for copyright, registered trademark and trademark symbols, respectively - added in TWiki-6.0.1

  • Bug Fixes
    • 99 bugs fixed in TWiki-6.0.0

See the full list of new features and bug fixes in TWikiReleaseNotes06x00.

Hall of Fame of TWiki Release 6.0

Many people have been involved in creating TWiki 6.0. Special thanks go to the most active contributors in the following areas:

If you find an omission please fix it at TWiki:TWiki.TWikiHistory. For the full list of contributors see TWikiContributor.

See more details on the TWiki 6.0 release at TWikiReleaseNotes06x00.

 

TWiki Release 5.1 (Istanbul) released on 2011-08-20 — 2013-02-16

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiHistory.