WebGUI is een content management systeem en applicatieframework waarmee op eenvoudige wijze een website kan worden beheerd en ingericht zonder dat men hiervoor uitgebreide technische kennis hoeft te bezitten. Het bevat onder andere een foto-album, blog, forum, rss-feeds en een soap frontend. Voor meer informatie is het handig om de beschrijving van het programma door te nemen, of een kijkje te nemen op de website van Wossa. De ontwikkelaars van Plain Black hebben een nieuwe bètaversie op de wereld gezet met 7.3.3 als het versienummer. De lijst met aanpassingen ziet er als volgt uit:
Version 7.3.3 beta:
WebGUI 7.3.3 (beta) is available for download. This version is *not* recommended for use in production as it is a beta release. Several bug fixes in this release for the Calendar and SQL Form wobjects.
- fix: Wiki Purge throws fatal
- fix: Calendar now reports proper product ID on iCal feed
- fix: Calendar now tries to use the feed ID when sending uid of event on iCal feeds (to prevent over-propagation of events shared between calendars).
- fix: Bug in AssetLineage->getLineage documentation.
- rfe: Event now has a template var to toggle if an event only lasts one day
- rfe: WebGUI::DateTime->toMysql now automatically adjusts to UTC.
NOTE: toMysqlDate and toMysqlTime do NOT adjust for timezones. If you are using them you must adjust manually.- fix: Bug in WebGUI::DateTime documentation
- fix: Calendar default date of "first event" or "last event" now works.
- fix: Calendar now handles Events that have ' in titles appropriately.
- rfe: Added a "dateSpan" Event template variable that will show a properly formatted date/time span depending on how the event's start and end are.
- fix: Disobedient Forum Rich Editor
- fix: SQLForm - fixed a bug where regexes would sometimes be ignored (Martin Kamerbeek / Oqapi)
- fix: SQLForm - checkList/varchar (Martin Kamerbeek / Oqapi)
- fix: testEnvironment.pl
Version 7.3.2 beta:
This release contains several bugfixes to the new calendar and wiki wobjects as well as to the SQLForm wobject. There is also a fix for a phishing exploit if you allow anonymous registration and attachments in a collaboration system.
- fix: Calendar and Event now have printable templates and URL parameters.
- fix: Miscellaneous Calendar template fixes
- fix: Cannot manageAssets with a locked Thread -- NOTE: Kludgy, but any other way would probably have to break API.
- t/lib/WebGUI/Test.pm now has a method for returning the path to the test collateral directory. The method is called getTestCollateralPath. Existing tests using that directory have been modified to use the new method instead of finding the path manually.
- fix: Avatar in Thread & Posts of CS
- fix: CS Phishing Exploit.
- fix: Groups admin gui (1) Default should be contains
- fix: Groups admin gui (2,3) Make group form sticky
- fix: Wiki does not show history correctly
- fix: SQLForm - Field Constraint (Martin Kamerbeek / Oqapi)
- fix: SQLForm - Default search template uses downloadUrl in stead of templateUrl for displaying thumbnails. (Martin Kamerbeek / Oqapi)
- fix: SQLForm - Required file fields could be left open (Martin Kamerbeek / Oqapi)
- fix: SQLForm - Using radio buttons would error when re-edited (Martin Kamerbeek / Oqapi)
- fix: SQLForm - DBD Error handling (Martin Kamerbeek / Oqapi)
- fix: Media folder permission check