[X] The "/XML Import / Export Framework/xml-import-export-1.0-src.zip" file could not be found or is not available. Please select another file.

A perl-based web application and web site framework designed to let the people who create the content manage it, and let the technical folks get back to tech stuff.

WebGUI 7.7.19 is the first stable release in the 7.7 series.  This latest
release contains bug fixes for the Event Management System, Shop Admin,
Ad Sales asset, Calendar, Poll, and Search.  A focus of this release was
internationalization.  Our credit card payment plugin and search engine will
now handle international text, fixing long standing issues with non-latin1
character sets.

WebGUI 7.7 includes new Assets for creating news sites (Story Archive,
Story Topic, Story), online ad sales (Ad Sales), selling rows in an Thingy
(Thingy Record), a content/picture carousel (Carousel) and interfacing with
Google Maps (Map).  The Shop has a new shipping driver for the United States
Postal Service, payment drivers for PayPal and Ogone, and a vendor management
interface, allowing you to pay people who sell items and content on your site.

Gotchas:

    * The search indexer was not properly indexing non-ASCII content
      entered via TinyMCE.  The behaviour has been corrected.  If your
      site has content in languages other than English, you should
      re-index the site.  This can be done with the search.pl utility
      script by running
        perl search.pl --configFile=www.mysite.com.conf --indexsite
      or, to index all of the sites on the server:
        perl search.pl --indexall

    * For searching content with ideograms, ft_min_word_len must be
      set to 2 in the Mysql config file.  WebGUI will safely pad the
      characters so that it does not need to be set to 1.  The WRE
      has ft_min_word_len set to 2 by default.

    * If upgrading from WebGUI 7.6, you must first upgrade to 7.6.35,
      then you can upgrade to WebGUI 7.7.19 and beyond.

Changelog:

 - fixed #10838: Forwarded forum post email to new CS adds reply to original thread
 - fixed #10872: Purging an asset leaves old version tags
 - fixed #10867: EMS: can't set Ticket time
 - fixed #10855: Bug in submitting data to ITransact
 - fixed #10868: EMS Schedule screen won't display
 - fixed #10857: Wrong entry i18n: Asset_TimeTracking.pm
 - fixed #10839: Ad Sales: Uploaded Images Disappear
 - fixed #10851: Search Template Pagination
 - fixed #10850: Unable to check out with Sales Ad asset
 - fixed #10845: Shop 'Who can manage' denied access
 - fixed #10849: Shop: Bad behavior with no shipping drivers
 - fixed #10843: Ad Sales: how many do I have to buy?
 - fixed #10835: Ad Sales: Ad Space field not user-friendly
 - fixed #10841: Ad Sales: hover help spelling error
 - fixed #10833: Calendar feeds not versioned, not duplicated
 - fixed #10831: Graphing tab in Poll is not i18n'ed
 - fixed #10829: Extra field in Poll Property tab
 - refactored out JSON collateral module, to use with any module in WebGUI.
 - fixed #10825: Text and MediumText fields should be LongText
 - fixed #10808: Ask user about using rich edit option causes error in IE6
 - fixed #10822: spectre pid sucks
 - fixed #10817: Datatable not internationalized
 - fixed #10816: Minor Capitalization Issue
 - fixed #10814: matrix translations
 - fixed Survey reporting of simple/transported results to csv/tab
 - fixed #10797: searching non-ascii-characters (e.g. wiki), part 2
 - fixed #10830: Pie chart broken (Martin Kamerbeek / Oqapi)