Tiki Wiki CMS Groupware 10.2
22 March 2013
Tiki Wiki CMS Groupware version 10.2 is now available.
Upgrading to Tiki Wiki CMS Groupware 10.2
Tiki Wiki CMS Groupware 10.2 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Tiki Wiki CMS Groupware updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Tiki Wiki CMS Groupware install to test the 10.2 upgrade prior to applying it live. Get started managing your Tiki Wiki CMS Groupware installations with Installatron
What's New in Tiki Wiki CMS Groupware 10.2
- Fix: Hopefully a fix for the samerow tracker regression introduced in 10.x - replace the first '0' option (samerow) in the relevant fields with a '1' and check for string '0' (instead of int 0 which also matches an empty string) in the tpl
- Fix: Disable full screen side-by-side translation for wysiwyg (messes up the page layout badly)
- Fix: Check correct "element" value for checked old version (thanks marclaporte)
- Fix: ?\194?\160Missing variable in string
- Fix: trackers: Restore the "one" option functionality for ItemLink:displayOneItem, but make "multi" the default, as using "one" can cause unpredictable data changes (but it does mention "random"). Fixed in trunk in other ways in r45082 amongst others (thanks Bsfez and LPH)
- Fix: trackers: setFilter doesn't exist, replaceFilter seems to be the one
- Fix: Fixing message visibility for flagged revision
- Fix: freetag is only used in module freetag_most_popular, and we want to display it as a list
- Fix: pref permission_denied_login_box must take precedence over permission_denied_url
- Fix: tsort_mode did never work
- Update: Update copyright using new technic
- Fix: Copyright generation needed to be modified because of allura migration
- Fix: Add RSS category filters for articles
- Fix: Logic mistake
- Fix: Add missing pagination
- Fix: If template is translated, use correct language version of template
- Fix: Don't show useless template drop-down when no choice available
- Fix: Make it possible to change single category selection more than once
- Fix: use a more recente URL + edit url is with ccc and not pub, thx budanzel
- Fix: As per discussion at http://thread.gmane.org/gmane.comp.cms.tiki.devel/29609 and http://tiki.org/Profiles+Team, to have more robust default settings, changing the default for CodeMirror to off.
- Fix: Prevent adding relation to blank item as it causes fatal error on save
- Fix: Revert r45111 and 45110 - partial backport scuppered by svn weirdness, probably harmless but will try cleanly later
- Enhancement: draw: Add new pref "feature_draw_replace_base_image" to allow original image to be retained and keep the drawing svg part separate as a new file (thanks marclaporte). Defaults to "y" which is the current behaviour - needs more on how the new file (new fileId) replaces the current usage - TODO [from revision 45097]
- Enhancement: draw: Changed new pref "feature_draw_replace_base_image" to "feature_draw_separate_base_image" (now defaults to "n" which seems more logical). Added "hidden" params fromFieldId and fromItemId to img plugin to be able to track and modify the tracker item to use the new fileId once the image has been edited. (thanks marclaporte) [from revision 45107]
- Fix: fix indent for wysiwyg
- Fix: Prevent indexing of users needing validation
- Fix: Show realname with avatar instead of ID-card-number or other potentially sensitive information (from LDAP auth) when pref user_show_realnames is selected.
- Fix: image size when loaded remote in IE9+
- Fix: Better description for when StreetView has no data
- Fix: menupage module: Add perms check on the wiki page (thanks marclaporte)
- Fix: menupage module: Add error message if no tiki_p_view on page
- Fix: tokens: Make groups column bigger, 255 chars not enough for some people (thanks marclaporte). Needed backporting now for real world testing on *.tiki.org
- Fix: Set playlist order in the standard default from youtube which allows users to fix a wrong order in publishing time (longer videos take longer to upload than shorter ones even if they were meant to be the first ones), allowing backwards compatibility by the addition of a param to choose previous sort order or any other of the available according to youtube. Thanks marclaporte for showing me this module, which I didn't know before your example with my first tutorial playlist.
- Fix: Synchronise tiki-check with trunk as it's a stand-alone script and relevant to Tiki 9, 10 and 11+ - comprising:
- Fix: Time limits of 0 also mean unlimited in php.ini, [KIL] Duplicate code
- Enhancement: More comprehensible check for how errors are reported by PHP, [ENH] More reliable check for ini_set
- Modification: Just a little design in this world of gross
- Fix: check: Add test for GD Freetype support (required for CAPTCHA image generation)
- Fix: check: Test for existence of GD functions before calling as they don't exist if the extension isn't there (thanks marclaporte)
- Fix: Only prepend the namespace indicator, if the page is missing a namespace. Fixes duplicated namespace indicator when switching editor for new pages with a namespace (before saving).
- Fix: bloglist: Cope with quirky behaviour of bloglib and only parse wysiwyg posts data. Also add blog_data for author info etc used in the tpl. Done as minimally as possible here to avoid unintended regressions in stable branches.
- Fix: bloglist: Missing help function causing WSoD - replaced with modern error report.
- Fix: Obvious typo
- Fix: print (wiki page): keep _all_ URL params - useful when you have e.g. TRACKERLIST plugin on a page and using tr_user=foo or other custom params to print the same content as displayed
- Fix: print: Add all auto_query_args to print icon link so itemId etc get carried through (thanks eromneg)
- Enhancement: Allow CSS styles to know which is the current perspective
- Fix: Better integration with default theme
- Fix: Fixing tracker tabs and loging box content alignment
- Fix: entering and leaving category mail notifications: fix the links to the objects
- Enhancement: flash: Add new plugin param for an alternative image URL to display when Flash Player is not available.
- Fix: mod categories: Make categId work (seemed to be previously unused?)
- Fix: Add and edit advanced options would fail for datetime field. Reason unclear, some selector value was empty
- Fix: Fixed error indicating lib/core/FileGallery/Wrapper.php function get_gallery_save_dir does not exist when uploading a file. Updated Wrapper.php to include function from filegallib.php.