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 versie op de wereld gezet met 7.1.2 als het versienummer. De lijst met aanpassingen ziet er als volgt uit:
WebGUI 7.1.2 (stable) has been released and is ready for download. We have labeled this version stable so it is recommended for production use.
Version 7.1.2 stable:Version 7.1.1 beta:
- Fixed a bug where logging in/out would cause a blank page display.
- Fixed a bug that caused workflows to fail if collaboration systems and posts for that CS were in the same version tag at commit time.
- fix: minor assetsToHide implementation bug in dashboard
- fix: Version tags could not be create()d because no default values set.
- fix: Commerce items were required to have a group.
Version 7.1.0 beta:
- fix: some issues with asset exports not handling URLs with dots correctly
- fix: Search from root
- fix: Survey: textarea answers are trunctated
- fix: Snippet Security Fails
- add: asset exporter making appropriate symlinks for extras, uploads, and root URL
- change: asset exporter now uses one session per asset to avoid breaking state in between
- fix: Lineage length is not checked (Martin Kamerbeek / Procolix)
- fix: Cannot manage user accounts in 7.1.0
- fix: New created users don't have password
Version 7.0.9 stable:
- fix: mysql and mysqldump were transposed in upgrade.pl --help
- fix: adding Matrix listings committing the current version tag
- fix: user searches in task resource additions in PM not displaying right without both last name and first name present
- fix: task editor in PM not actually receiving start/end date information at first
- fix: Error Displaying Multiple TimeTracking Wobjects (ekennedy)
- refactoring of PM JavaScript stuff
- fix: DHTML calendar bug & fix (maxscience)
- fix: Missing translation in calendar (Klaus)
- fixed a bug where the calendar would break if a language other than English has been selected (Martin Kamerbeek / Procolix)
- fix: Events Calendar: error in "big" template (Martin Kamerbeek / Procolix)
- fix: PM task editor not preserving duration
- fix: PM project completion percentage updates not working right
- fix: useEmptyStyle caused invalid template to be used
- Added ability to download an SQLReport in either CSV or as a template.
- Added ability for Products to add a user to a group when purchased.
- Changed the ?op=editProduct form to a TabForm.
- fixed a small error in WebGUI::Group documentation.
- Added WebGUI::Text with some CSV functions.
- Added Karma RFE: Thumbnail size can be enterred in CS
- Added diskUsage.pl utility script to show space used by assets in a webgui site, similar to the unix du utility.
- Added option to WebGUI Auth module to require strong passwords. Admins can now require users to enter a specific combination of characters, etc.
- Added skeleton code for writing WebGUI utility scripts.
- Added auto-registration via LDAP. This allows users to simply login and have a WebGUI account created if their credentials are validated by the directory.
- Added a Sync Profile to LDAP workflow activity that will grab a single user profile from LDAP instead of all of them.
- fix: Article.t copy collateral test false failure.
Version 7.0.8 stable:
- Removed the need for DateTime::Cron::Simple, which also added the ability to use ! < and > in schedules.
- partial fix: invalid Message-ID headers in outgoing mail
- fix: HttpProxy not doing file uploads correctly
- fix: leftover discussion template variables in Default Article template
- fix: Stock Data asset insufficiently robust handling erroneous data
- refactor: move getEditForm data into definition for Collaboration asset
- Fixed some bugs in the SQLForm. Also refactored parts of the SQLForm to reduce the number of database queries and lessen the amount of data being uploaded when images are put in the form. (Martin Kamerbeek / Procolix)
- change: PM asset task editor now defaults start date to start of project
- Rearranged the autotag name creation to be easier to read.
- add: progressive (duration-tracked but untimed) tasks now possible in Project Manager
- fix: Shortcut causes endless loop
- fix: Template variable in Project Management System
- fix: behavior of SyncProfilesToLdap workflow activity should be more correct now
- Fixed a couple of minor bugs with the default values of the Request Approval for Version Tag workflow activity.
- Updated the hoverhelp to denote that you can use ranges in the WebGUI scheduler.
- fix: deleting workflows did not delete related instances and crons
- Added a "run" link to the scheduler and the running workflows listings to aid in debugging workflow errors.
- fix: profile fields not validated by WebGUI::User
- fix: Spectre pings not using correct IP address
- fix: search functionality throwing fatal errors
- fix: DBI connect errors infinitely recurse
- add: setting cookieTTL to "session" now creates browser-session cookies
- Added a reverse option for the getAssets method in VersionTag.
- Fixed a bug that would occur when deploying a package that contained a collaboration system with posts.
- structure: normalize signature of Asset::duplicate method
- fix: Copying Collaboration System assets fails
- fix: Collaboration System packages do not deploy
- fix: robots.txt returns wrong MIME type
- change: overlong alternate text for Weather Data icons shortened to basename
- fix: multiple problems with static export, including wrong asset context and wrong status messages
- fix: WebGUI::Asset->new interacting badly with caching
- fix: changeUrlConfirm returns to previous URL rather than new URL
- fix: performance indicators interfering with CSS
- fix: admin bar causes pages to extend forever
- fix: File Upload - documented HTTP file upload size limitations in File Pile Assets Hover help as well as the WebGUI settings documentation for Max Upload size.
- Eliminated several hundred queries to the database during certain user profile field options.
- Fixed the search function that broke in 7.0.7.
- fix: typo + obsolete approve section in Collaboration System Default Thread template
- fix: attachments section of post form not working correctly on edit
- Images now create revisions as you resize them, so you can roll back to a previous size.