Tiki Changelog
------------------

Changelog is now generated by a script (doc/devtools/release.php)

The following tags can be used to distinguish changes:
* [NEW] for additions of new features
* [ENH] is an enhancement; not really new but makes things work better (e.g. look and feel, performance...)
* [MOD] is a change in how things work, which may disrupt user habits, for example changing the default value of an option

* [FIX] for bug fixes of any sort
* [SEC] for security fix operations (implies [FIX]). If you feel you have reason to put this tag, please first contact security at tiki.org
* [UPD] for updates of third party/vendor libraries

* [UX] for user experience improvements; makes Tiki easier to use and understand (more details in https://dev.tiki.org/UX )

* [DB] for changes in the database

* [REM] for feature removals
* [KIL] for removals of unused or obsolete files (has been used in the sense of [REM] prior to Tiki 6)


* [REF] for refactoring; changes the structure of the code (to make it cleaner or clearer), without changing its actual behaviour.
* [REL] for the release process
* [MRG] for branch merges, generally performed by the merge scripts
* [DOC] for improvements in the tips or contextual documentation provided to the user/admin
* [TRA] for translation

When possible, it's also nice to indicate what feature is concerned by the change.

Before 2.0, there was only [MOD] for both [ENH] and [MOD]:

----------------------------------------------------------------------
Version 15.9
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r76551 | drsassfras | 2020-06-09 17:48:09 +0100 (Tue, 09 Jun 2020) | 3 lines

[FIX] filer vars in tracker history

(cherry picked from commit 13ad952f47753b8a71b58f84f3c4b202f2343e8b)
----------------------------------------------
r76550 | robertokir | 2020-06-09 17:45:21 +0100 (Tue, 09 Jun 2020) | 6 lines

[FIX] Filter faq vars

(cherry picked from commit 5ffc439bb39a3714bd4e6451d4acc988f5a37fff)

# Conflicts:
#	tiki-view_faq.php
----------------------------------------------
r76232 | kroky6 | 2020-04-22 13:41:41 +0100 (Wed, 22 Apr 2020) | 1 line

[br/r76070] [FIX] tracker item history observe field permissions - if you are not allowed to see a field, why can you see item history of changes for that field
----------------------------------------------
r76179 | luciash | 2020-04-14 13:21:51 +0100 (Tue, 14 Apr 2020) | 5 lines

[FIX] devtools: make the tikilite.sh script work with the latest Tiki version

(cherry picked from commit ad99180b791d139168101766c5dafe4318a4de1b)

(cherry picked from commit b2ef71cdb6f7dd39e70e03e38bb83ca365fd3189)
----------------------------------------------
Version 15.8
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r75854 | robertokir | 2020-03-10 13:10:16 +0000 (Tue, 10 Mar 2020) | 2 lines

[bp/r75849][DOC] Tell a Friend - Now Deprecated
Actually in 15.x just added a warning message in favor of feature_share
----------------------------------------------
r75853 | drsassafras | 2020-03-10 13:10:16 +0000 (Tue, 10 Mar 2020) | 3 lines

[bp/r75848][REF] Tell a friend - Use $inputConfiguration to keep vars well filtered

(cherry picked from commit 7095eb004858474bf46b05c269168d368e2349e5)
----------------------------------------------
r75852 | drsassafras | 2020-03-10 13:10:16 +0000 (Tue, 10 Mar 2020) | 3 lines

[bp/r75847][REF] Tell A Friend - Only allow POST where GET will never occur

(cherry picked from commit 5a89788ee05c1eb9d5aa6ab9d48fa3ff36fc1a57)
----------------------------------------------
r75816 | robertokir | 2020-03-09 13:15:07 +0000 (Mon, 09 Mar 2020) | 3 lines

[bp/r75753][FIX] SCRIPT_NAME is cleaner and has less side effects than PHP_SELF (additional files that were missing in the previous commit)

(cherry picked from commit 4ca304c9b66f5566b5c913a814ec1d05195a4171)
----------------------------------------------
r75815 | Jyhem | 2020-03-09 13:15:07 +0000 (Mon, 09 Mar 2020) | 3 lines

[bp/r75753][FIX] SCRIPT_NAME is cleaner and has less side effects than PHP_SELF

(cherry picked from commit 4ca304c9b66f5566b5c913a814ec1d05195a4171)
----------------------------------------------
r75749 | robertokir | 2020-03-04 16:25:48 +0000 (Wed, 04 Mar 2020) | 1 line

[bp/r75748][FIX] contact: Escape subject etc in contact form
----------------------------------------------
r75636 | jonnybradley | 2020-02-22 16:51:28 +0000 (Sat, 22 Feb 2020) | 1 line

[UPD] elfinder: Remove previous forked package
----------------------------------------------
r75635 | jonnybradley | 2020-02-22 16:44:18 +0000 (Sat, 22 Feb 2020) | 3 lines

[FIX] elfinder: Seems root volumes now require a name or "alias" to function now

(cherry picked from commit 38a394672c0cc52365a18cb6aa94eeefc8a8189b - conflicts resolved manually for php 5.x array syntax)
----------------------------------------------
r75634 | jonnybradley | 2020-02-22 16:37:13 +0000 (Sat, 22 Feb 2020) | 1 line

[UPD] elfinder: Switch to official package
----------------------------------------------
r75633 | jonnybradley | 2020-02-22 16:18:29 +0000 (Sat, 22 Feb 2020) | 38 lines

[UPD] Automatic updates
  - Updating psr/log (1.0.2 => 1.1.2)
  - Updating zendframework/zend-stdlib (2.4.11 => 2.4.13)
  - Updating zendframework/zend-config (2.4.11 => 2.4.13)
  - Updating zendframework/zend-filter (2.4.11 => 2.4.13)
  - Updating zendframework/zend-i18n (2.4.11 => 2.4.13)
  - Updating zendframework/zend-math (2.4.11 => 2.4.13)
  - Updating zendframework/zend-captcha (2.4.11 => 2.4.13)
  - Updating zendframework/zend-eventmanager (2.4.11 => 2.4.13)
  - Updating zendframework/zend-session (2.4.11 => 2.4.13)
  - Updating zendframework/zend-validator (2.4.11 => 2.4.13)
  - Updating zendframework/zend-escaper (2.4.11 => 2.4.13)
  - Updating zendframework/zend-uri (2.4.11 => 2.4.13)
  - Updating zendframework/zend-loader (2.4.11 => 2.4.13)
  - Updating zendframework/zend-http (2.4.11 => 2.4.13)
  - Updating zendframework/zend-feed (2.4.11 => 2.4.13)
  - Updating zendframework/zend-tag (2.4.11 => 2.4.13)
  - Updating zendframework/zend-code (2.4.11 => 2.4.13)
  - Updating zendframework/zend-server (2.4.11 => 2.4.13)
  - Updating zendframework/zend-soap (2.4.11 => 2.4.13)
  - Updating zendframework/zend-servicemanager (2.4.11 => 2.4.13)
  - Updating zendframework/zend-log (2.4.11 => 2.4.13)
  - Updating zendframework/zend-mime (2.4.11 => 2.4.13)
  - Updating zendframework/zend-crypt (2.4.11 => 2.4.13)
  - Updating zendframework/zend-mail (2.4.11 => 2.4.13)
  - Updating symfony/yaml (v3.2.3 => v3.3.18)
  - Updating sebastian/recursion-context (1.0.2 => 1.0.5)
  - Updating sebastian/diff (1.4.1 => 1.4.3)
  - Updating phpunit/php-timer (1.0.8 => 1.0.9)
  - Updating phpunit/php-file-iterator (1.4.2 => 1.4.5)
  - Updating phpunit/php-token-stream (1.4.9 => 1.4.12)
  - Updating webmozart/assert (1.2.0 => 1.7.0)
  - Updating phpdocumentor/reflection-common (1.0 => 1.0.1)
  - Updating phpdocumentor/type-resolver (0.2.1 => 0.4.0)
  - Updating phpdocumentor/reflection-docblock (3.1.1 => 3.3.2)
  - Updating phpspec/prophecy (v1.6.2 => v1.10.2)
  - Updating phpunit/phpunit (4.8.35 => 4.8.36)
  - Updating symfony/filesystem (v2.8.17 => v2.8.52)
----------------------------------------------
r75488 | xorti | 2020-02-04 19:01:19 +0000 (Tue, 04 Feb 2020) | 1 line

[bp/r71654][ENH] Add phplint to GitLab CI pipeline
----------------------------------------------
r75210 | lindonb | 2019-12-24 04:02:14 +0000 (Tue, 24 Dec 2019) | 1 line

[bp/r75207][FIX] page history: make sure history_pagesize and history_offset parameters are numeric and that show_all_versions is y or n
----------------------------------------------
r75202 | lindonb | 2019-12-23 02:15:12 +0000 (Mon, 23 Dec 2019) | 1 line

[bp/r75199][FIX] Escape html special characters in the msg parameter.
----------------------------------------------
r70767 | xorti | 2019-08-29 00:59:53 +0100 (Thu, 29 Aug 2019) | 1 line

[ENH] Update tiki-check.php
----------------------------------------------
r69915 | robertokir | 2019-05-02 10:51:27 +0100 (Thu, 02 May 2019) | 1 line

[bp/r69914][FIX] PluginTrackerList: Check permissions properly in pop-ups. Also, do not show blank pop-up when no fields should show (thanks Marc)
----------------------------------------------
r69866 | robertokir | 2019-04-24 16:42:43 +0100 (Wed, 24 Apr 2019) | 1 line

[bp/r69865][FIX] PluginMemberList: shouldn't permit to remove a user from the Registered group + The Anonymous tab makes no sense (thanks Marc)
----------------------------------------------
r69654 | xorti | 2019-04-07 17:37:03 +0100 (Sun, 07 Apr 2019) | 1 line

[bp/r69651][FIX] Fix php requirements in tiki-check
----------------------------------------------
r69274 | lindonb | 2019-02-25 01:13:39 +0000 (Mon, 25 Feb 2019) | 1 line

[bp/r69271][FIX] wiki: Categorize new pages before mail notifications are sent so that category permissions are observed. Should fix https://dev.tiki.org/item6696 (thanks Jonny for reporting)
----------------------------------------------
r69025 | lindonb | 2019-02-10 19:40:34 +0000 (Sun, 10 Feb 2019) | 1 line

[bp/r69020][FIX] Facebook feed: use Tikilib/Zend functions so that parsing of feed is not garbled and so that curl can be used as an alternative in environments where sockets aren't available or not allowed
----------------------------------------------
r69024 | lindonb | 2019-02-10 19:39:22 +0000 (Sun, 10 Feb 2019) | 1 line

[bp/r69019][FIX] http client: connections were failing in environments where sockets aren't available or allowed, so add curl as an alternative
----------------------------------------------
r68884 | jyhem | 2019-01-28 21:32:22 +0000 (Mon, 28 Jan 2019) | 1 line

[FIX][bp/r68881] Prevent from returning itemIds from partially deleted items which don't exist in tiki_tracker_items any more
----------------------------------------------
r68848 | lindonb | 2019-01-27 00:17:12 +0000 (Sun, 27 Jan 2019) | 1 line

[bp/r68715 & r68788][FIX] facebook login: fsockopen doesn't work in some environments so add cURL as an alternative.
----------------------------------------------
r68545 | olinuxx | 2018-12-13 14:38:20 +0000 (Thu, 13 Dec 2018) | 1 line

[bp/r68543] [FIX] add urlencode to the RSS parser - credits for this patch goes to gradator at tuxfamily.org
----------------------------------------------
r68487 | robertokir | 2018-12-05 15:13:57 +0000 (Wed, 05 Dec 2018) | 1 line

[FIX] Required after r68481
----------------------------------------------
r68481 | robertokir | 2018-12-03 18:46:38 +0000 (Mon, 03 Dec 2018) | 2 lines

[bp/r68416][FIX][SEC] arbitrary file exposure through custom smarty templates
[bp/r68461][FIX] smarty: Include pref.smarty_security_dirs in template existence check (required after r67906)
----------------------------------------------
r68435 | robertokir | 2018-11-28 15:58:39 +0000 (Wed, 28 Nov 2018) | 1 line

Reverting r68417
----------------------------------------------
r68417 | robertokir | 2018-11-27 12:45:26 +0000 (Tue, 27 Nov 2018) | 1 line

[bp/r68416][FIX][SEC] arbitrary file exposure through custom smarty templates
----------------------------------------------
r68414 | robertokir | 2018-11-27 10:33:30 +0000 (Tue, 27 Nov 2018) | 1 line

[bp/r68412][FIX] install: Escape html
----------------------------------------------
r68397 | jyhem | 2018-11-23 17:32:33 +0000 (Fri, 23 Nov 2018) | 1 line

[FIX] Param showNameOnly did not display anything
----------------------------------------------
r67894 | rjsmelo | 2018-10-07 22:35:07 +0100 (Sun, 07 Oct 2018) | 2 lines

[REF] Backport of svnup.php to 15.x

----------------------------------------------
r67893 | rjsmelo | 2018-10-07 22:34:24 +0100 (Sun, 07 Oct 2018) | 2 lines

[REF] Ensure PSR/Log is included in the list of packages (constants used in symfony console)

----------------------------------------------
r67751 | lindonb | 2018-09-30 22:25:50 +0100 (Sun, 30 Sep 2018) | 1 line

[bp/r67748][FIX] Remove clearfix class from module.tpl added in r67483, to avoid changing placement in horizontal zones (thanks chealer!).
----------------------------------------------
r67741 | luciash | 2018-09-30 19:57:13 +0100 (Sun, 30 Sep 2018) | 2 lines

[bp/r66932][FIX] wiki: If $lang is not provided, such as when editing a plugin, then use the page's lang from before (alternative fix to r66891, thanks samymwamba, hope that's ok :)

----------------------------------------------
r67490 | lindonb | 2018-09-15 19:40:47 +0100 (Sat, 15 Sep 2018) | 1 line

[bp/r67488][UX] user assigned modules: fix seriously broken UI on tiki-user_assigned_modules page - not bootstrappified presumably because feature didn't work before. Worth backporting I think.
----------------------------------------------
r67486 | lindonb | 2018-09-15 19:34:46 +0100 (Sat, 15 Sep 2018) | 1 line

[bp/r67483][FIX] module controls: use correct parameter (id instead of name) so that the controls work; also show controls when no box is used; add clearfix in certain places to avoid module formatting spilling onto following modules in some cases when module controls are used; restrict showing of controls to left and right columns; convert to forms using post method; only show controls on hover and take less space by putting in a single row
----------------------------------------------
r67480 | lindonb | 2018-09-15 18:57:21 +0100 (Sat, 15 Sep 2018) | 1 line

[bp/r67478][FIX] user assigned modules: use correct position values ('left' and 'right' instead of 'l' and 'r') when assigning modules to columns so that assigned modules don't disappear. Also, feature_modulecontrols should not be required to access tiki-user_assigned_modules.php
----------------------------------------------
r67477 | lindonb | 2018-09-15 18:46:55 +0100 (Sat, 15 Sep 2018) | 1 line

[bp/r67475][FIX] user assigned modules: Use Perms class instead of global permission variable, which is null at this point for some reason when feature_modulecontrols is not set, causing a false negative that results in user assignments being ignored in that case
----------------------------------------------
r67464 | jonnybradley | 2018-09-14 22:53:40 +0100 (Fri, 14 Sep 2018) | 1 line

[bp/r67453][FIX] maps: Add Google Maps API key to the url for Streetmap images (javascript.php manually adjusted for 15.x)
----------------------------------------------
r67455 | luciash | 2018-09-14 20:53:51 +0100 (Fri, 14 Sep 2018) | 1 line

[FIX] Notice: A non well formed numeric value encountered (not in 18.x and trunk, thanks Brendan for help)
----------------------------------------------
r67284 | lindonb | 2018-08-27 02:48:28 +0100 (Mon, 27 Aug 2018) | 1 line

[bp/r67282][FIX] Correct part of r25670 that prevented file galleries from being deleted when using "select action to perform with checked" dropdown
----------------------------------------------
Version 15.7
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r67086 | robertokir | 2018-07-31 18:02:51 +0200 (Tue, 31 Jul 2018) | 2 lines

[bp/r67085][REL] svn 1.10.x evaluates to 1.1 as a simple float, and so shows as being lass than the minimum version 1.3, so use the php version_compare function

----------------------------------------------
r67022 | robertokir | 2018-07-24 12:52:01 +0200 (Tue, 24 Jul 2018) | 2 lines

[bp/67020][FIX] wiki: Improve encoding of link attributes

----------------------------------------------
r67012 | robertokir | 2018-07-23 20:11:53 +0200 (Mon, 23 Jul 2018) | 2 lines

[bp/r67009][FIX] img: Prevent invalid html in image tags

----------------------------------------------
r66721 | lindonb | 2018-06-16 23:56:40 +0200 (Sat, 16 Jun 2018) | 1 line

[bp/r66719][FIX] activitystream: Use proper JitFilter class typing
----------------------------------------------
r66687 | lindonb | 2018-06-16 21:51:13 +0200 (Sat, 16 Jun 2018) | 1 line

[bp/r66685][FIX] Add string typing to avoid errors
----------------------------------------------
r65971 | jyhem | 2018-04-09 23:06:40 +0200 (Mon, 09 Apr 2018) | 1 line

[UX] Fix fullscreen edition textarea bottom which was hidden
----------------------------------------------
r65895 | xorti | 2018-04-02 17:36:22 +0200 (Mon, 02 Apr 2018) | 1 line

[bp/r62303] [FIX] actionlog: Use the page created or modified date for the action log events (should keep tiki-lastchanges up to date for the rescued pages on doc.t.o)
----------------------------------------------
r65807 | robertokir | 2018-03-27 15:56:30 +0200 (Tue, 27 Mar 2018) | 3 lines

[bp/r63487][FIX] Rollback should indicate who did the rollback
[bp/r63635][ENH] Rollback wiki page. New field for describing the reason for rollback

----------------------------------------------
r65760 | jyhem | 2018-03-16 02:23:36 +0100 (Fri, 16 Mar 2018) | 1 line

[FIX] Avoid WSOD when database and index are desynchronized
----------------------------------------------
r65737 | lfagundes | 2018-03-12 23:49:04 +0100 (Mon, 12 Mar 2018) | 2 lines

version 15.7svn in twversion.class.php

----------------------------------------------
r65716 | lfagundes | 2018-03-07 18:59:43 +0100 (Wed, 07 Mar 2018) | 2 lines

using https to export files to release (http is down)

----------------------------------------------
Version 15.6
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r65699 | lfagundes | 2018-03-07 16:14:29 +0100 (Wed, 07 Mar 2018) | 2 lines

releasing 15.6

----------------------------------------------
r65645 | rjsmelo | 2018-03-05 00:37:12 +0100 (Mon, 05 Mar 2018) | 2 lines

[bp/62868][bp/62869][FIX] Escape HTML special characters in context, added and deleted lines

----------------------------------------------
r65563 | rjsmelo | 2018-02-24 20:43:30 +0100 (Sat, 24 Feb 2018) | 2 lines

[bp/65108][FIX] Avoid code injection

----------------------------------------------
r65558 | robertokir | 2018-02-22 11:27:49 +0100 (Thu, 22 Feb 2018) | 2 lines

[bp/r65557] tracker: Rename wikiplugin_tracker_save to wikiplugin_tracker_save_item to avoid post save handler events from creating spurious empty tracker items if the markup for a tracker plugin is found by \TikiLib::plugin_post_save_actions() in the item's content

----------------------------------------------
r65539 | robertokir | 2018-02-19 14:48:22 +0100 (Mon, 19 Feb 2018) | 2 lines

[bp/r65538] better external link handling

----------------------------------------------
r65412 | robertokir | 2018-02-01 19:07:24 +0100 (Thu, 01 Feb 2018) | 2 lines

[bp/r65411] [FIX] calendars: Escape special chars in calendar item titles

----------------------------------------------
r65409 | robertokir | 2018-02-01 16:41:12 +0100 (Thu, 01 Feb 2018) | 2 lines

[bp/65407] clean_xml on svg drawings

----------------------------------------------
r65386 | robertokir | 2018-01-30 13:29:12 +0100 (Tue, 30 Jan 2018) | 2 lines

[bp/65348] File gallery upload safety improvements.

----------------------------------------------
r65346 | jonnybradley | 2018-01-27 19:26:29 +0100 (Sat, 27 Jan 2018) | 2 lines

[bp/r65345][bp/r65343][FIX] trackers: Use the insert key for "cat_managed" hidden inputs on checkboxes mode category fields so you can deselect all of them.
Missed from r59831 (by me, apologies)
----------------------------------------------
r65331 | kerzay | 2018-01-24 17:21:43 +0100 (Wed, 24 Jan 2018) | 2 lines

[bp/r65330][FIX] Correct encoding errors when searching for words containing accents.
json_encode returns null when performing on strtolower results
----------------------------------------------
r65190 | jonnybradley | 2018-01-13 16:00:55 +0100 (Sat, 13 Jan 2018) | 2 lines

[bp/r65189][bp/r65188][FIX] trackers: Send input field data at $requestData['ins id'] as expected by getFieldData when executing clone_item action with some fields being altered in the $requestData. Also use $requestData in Text field processing so new incoming values are used.
As seen in cartograf for 15.x (worked ok in 12.x though but i can't see how)
----------------------------------------------
r65158 | jonnybradley | 2018-01-11 18:52:20 +0100 (Thu, 11 Jan 2018) | 1 line

[bp/r63357][FIX] list: Allow empty default values when using plain wiki output formatting, i.e. without a separate {FORMAT} plugin
----------------------------------------------
r65062 | kerzay | 2018-01-03 19:24:11 +0100 (Wed, 03 Jan 2018) | 2 lines

[FIX] Error message shown on next page load request
Similar change have been introduced on r65061
----------------------------------------------
r64988 | chibaguy | 2017-12-26 13:44:40 +0100 (Tue, 26 Dec 2017) | 1 line

[FIX][UX] Prevent preference settings toggle down arrow from wrapping below icon.
----------------------------------------------
r64987 | chibaguy | 2017-12-26 12:38:47 +0100 (Tue, 26 Dec 2017) | 1 line

[FIX][UX][bp/r64985] Admin preference settings toggle was overlapping navbar collapse/expand button, preventing prefs search form, etc. from displaying, so a grid div class was added to limit its width. Thanks, Marc. [from branch 18]
----------------------------------------------
r64980 | lfagundes | 2017-12-24 14:58:50 +0100 (Sun, 24 Dec 2017) | 3 lines

[FIX] Page version that was restored with rollback would be lost from history after new edition


----------------------------------------------
r64890 | jyhem | 2017-12-13 18:23:58 +0100 (Wed, 13 Dec 2017) | 1 line

[FIX][bp/r64888] It was breaking for languages like catalan with a comma in the translation. Thanks Eduard.
----------------------------------------------
r64872 | robertokir | 2017-12-11 19:47:21 +0100 (Mon, 11 Dec 2017) | 2 lines

[bp/r64871][FIX] Page comment on copied page was misleading.

----------------------------------------------
r64806 | robertokir | 2017-12-05 10:36:41 +0100 (Tue, 05 Dec 2017) | 2 lines

[bp/r64784][FIX] "Copy" action on wiki page credits author of copied page as author of copy

----------------------------------------------
r64774 | rjsmelo | 2017-12-01 18:33:18 +0100 (Fri, 01 Dec 2017) | 2 lines

[bp/63272][FIX] Multiple warnings with undefined variables, and a issue with passing the wrong argument to scandir.

----------------------------------------------
r64756 | chibaguy | 2017-11-30 07:25:00 +0100 (Thu, 30 Nov 2017) | 2 lines

Merged from 18.x
[FIX][bp/64754] In log-in dropdown, make left alignment of links even with inputs. Thanks, Marc.
----------------------------------------------
r64726 | robertokir | 2017-11-27 11:53:29 +0100 (Mon, 27 Nov 2017) | 3 lines

[bp/r63718][NEW] Console command files:copy to copy files from a file gallery to a regular directory on the file system.
[bp/r63834][NEW] Console command files:move to move files from a file gallery to a regular directory on the file system.

----------------------------------------------
r64609 | jonnybradley | 2017-11-17 13:21:50 +0100 (Fri, 17 Nov 2017) | 1 line

[bp/r64608][bp/r64414][FIX] Better check of input parameters and use parameterized query
----------------------------------------------
r64602 | rjsmelo | 2017-11-17 01:22:02 +0100 (Fri, 17 Nov 2017) | 2 lines

[bp/62451][FIX] Made fixes to the fancyfilter and adjusted the UI to make it clearer.

----------------------------------------------
r64595 | chealer | 2017-11-16 22:39:09 +0100 (Thu, 16 Nov 2017) | 2 lines

Remove duplicate statement
From r64593. Oops
----------------------------------------------
r64593 | chealer | 2017-11-16 22:17:26 +0100 (Thu, 16 Nov 2017) | 1 line

[bp r64592]force type parameter to lower case
----------------------------------------------
r64589 | jyhem | 2017-11-16 19:50:13 +0100 (Thu, 16 Nov 2017) | 1 line

[FIX][bp/r64586] Handle correctly radio fields with = sign
----------------------------------------------
r64543 | rjsmelo | 2017-11-13 01:10:04 +0100 (Mon, 13 Nov 2017) | 2 lines

[FIX] In a new deployment, trackerId may not be available Ref: https://dev.tiki.org/item6151

----------------------------------------------
r64535 | rjsmelo | 2017-11-12 18:46:35 +0100 (Sun, 12 Nov 2017) | 2 lines

[bp/r64533][FIX] Fix error when a group that was deleted is used to limit users from that given group in trackers

----------------------------------------------
r64507 | kroky6 | 2017-11-08 18:37:14 +0100 (Wed, 08 Nov 2017) | 1 line

[bp/r64505] [FIX] tikiroot relative path setup when running from CLI
----------------------------------------------
r64493 | chealer | 2017-11-06 22:43:08 +0100 (Mon, 06 Nov 2017) | 2 lines

[FIX] Throw exception and report error when replacement fails
Backport of r64474. Unfortunately the error message displays at the top in Tiki 15, which may mean it does not fit in the viewport.
----------------------------------------------
r64439 | yonixxx | 2017-10-31 08:42:57 +0100 (Tue, 31 Oct 2017) | 1 line

[DOC] Added information on the error message to cover the tracker first activation case.
----------------------------------------------
r64437 | jonnybradley | 2017-10-30 19:00:23 +0100 (Mon, 30 Oct 2017) | 2 lines

[bp/r64436][bp.r64435][FIX] customsearch: Move the "form ready" trigger event to the end of the customsearch initialisation code so the change triggers when set from the url hash values and it populate the form data correctly under all circumstances (thanks Chealer).
Also remove some stray custom code and fix an incorrect var name.
----------------------------------------------
r64373 | nkoth | 2017-10-25 19:38:02 +0200 (Wed, 25 Oct 2017) | 2 lines

[bp/r64371][FIX] In some cases when indexing remote tracker fields, specifically e.g. language fields, you might end up replacing the local tracker field indexed value instead which is not a good thing.

----------------------------------------------
r64170 | kroky6 | 2017-10-08 13:08:55 +0200 (Sun, 08 Oct 2017) | 1 line

[bp/r64167] [FIX] process search index queue after item status change like it does after normal item update
----------------------------------------------
r63980 | chealer | 2017-09-22 18:26:11 +0200 (Fri, 22 Sep 2017) | 2 lines

[bp/r63979] tr(): Fix undefined test
Possibly not exposed
----------------------------------------------
Version 15.5
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r63928 | jonnybradley | 2017-09-21 20:03:46 +0200 (Thu, 21 Sep 2017) | 1 line

[bp/r63927][bp/r63926][FIX] feature check for inline editing
----------------------------------------------
r63924 | jonnybradley | 2017-09-21 19:20:03 +0200 (Thu, 21 Sep 2017) | 1 line

[bp/r63923][bp/r63922][FIX] trackers: Require post for most controller actions
----------------------------------------------
r63919 | luciash | 2017-09-21 17:42:29 +0200 (Thu, 21 Sep 2017) | 1 line

[bp/r63915] Modules: rollback one unnecessary confirmation step (no need to confirm before editing, when saving the edit is enough)
----------------------------------------------
r63918 | jonnybradley | 2017-09-21 17:40:33 +0200 (Thu, 21 Sep 2017) | 2 lines

[bp/r63916][bp/r63829][FIX] users: Add confirmation step to assign user to group operation (thanks Jyhem)
Also remove deprecated ticket function calls
----------------------------------------------
r63913 | jonnybradley | 2017-09-21 17:26:51 +0200 (Thu, 21 Sep 2017) | 3 lines

[bp/r63911][bp/r63871][FIX] query: Add support for arrays of arrays in "form_input" type query generation (which generates hidden inputs for all request variables) 
[bp/r63912][bp/r63872][FIX] perms: Add confirm check for permission changes
[not: 'and suppress spurious "admin removed from Admins" message' as feedback not present before 17.x]
----------------------------------------------
r63905 | luciash | 2017-09-21 15:37:27 +0200 (Thu, 21 Sep 2017) | 1 line

[bp/r63899][FIX] Modules: add confirmation steps for creating, modifying, assigning and unassigning modules (including the custom modules)
----------------------------------------------
r63697 | chealer | 2017-08-29 19:01:47 +0200 (Tue, 29 Aug 2017) | 2 lines

[bp/r63696] [FIX] Output of TRACKER plugin sometimes parsed (breaking HTML)
Declares output as HTML
----------------------------------------------
r63559 | robertokir | 2017-08-15 22:44:19 +0200 (Tue, 15 Aug 2017) | 2 lines

[bp/r63545][FIX] PluginAlias: deleting an alias deletes them all. Thanks luis_asa!

----------------------------------------------
r63513 | luciash | 2017-08-10 17:33:44 +0200 (Thu, 10 Aug 2017) | 1 line

[bp/r62126][FIX] PluginImg: Images Will Not Show Side by Side with Captions (https://dev.tiki.org/item6301)
----------------------------------------------
r63510 | chealer | 2017-08-09 22:24:36 +0200 (Wed, 09 Aug 2017) | 1 line

[bp/r63509][FIX] JavaScript translation
----------------------------------------------
r63497 | chealer | 2017-08-09 15:14:55 +0200 (Wed, 09 Aug 2017) | 1 line

[bp/r63496][TRA] "Drop files or "
----------------------------------------------
r63462 | xavidp | 2017-08-05 14:15:36 +0200 (Sat, 05 Aug 2017) | 1 line

[bp/r63459][FIX]Added info about plugin includetpl which seems to have been introduced in Tiki15
----------------------------------------------
r63415 | drsassafras | 2017-07-31 04:01:46 +0200 (Mon, 31 Jul 2017) | 1 line

[bp/r63335][FIX] significantly reduce false positive filter hits
----------------------------------------------
r63369 | chealer | 2017-07-26 21:12:40 +0200 (Wed, 26 Jul 2017) | 1 line

[bp/r63368] [FIX] replace_submission(), replace_article(): Initialize nbreads, votes and points columns of tiki_submissions and articles when creating
----------------------------------------------
r63363 | jyhem | 2017-07-26 18:43:21 +0200 (Wed, 26 Jul 2017) | 1 line

[bp/r63361] fix vim-user style typo
----------------------------------------------
r63352 | kroky6 | 2017-07-26 07:07:45 +0200 (Wed, 26 Jul 2017) | 1 line

[bp/r63350] [FIX] add forgotten transformation function in email tracker field in order for tabular imports to work with that field type
----------------------------------------------
r63348 | rjsmelo | 2017-07-26 01:44:02 +0200 (Wed, 26 Jul 2017) | 2 lines

[bp/63346][FIX] Fix file encoding

----------------------------------------------
r63334 | drsassafras | 2017-07-24 22:16:08 +0200 (Mon, 24 Jul 2017) | 1 line

[bp/r63210][FIX] Dont kill donkeys and monkeys.
----------------------------------------------
r63302 | rjsmelo | 2017-07-21 01:02:02 +0200 (Fri, 21 Jul 2017) | 2 lines

[bp/63301][FIX] Email Action (Plugin ListExecute) did not respect pref log_mail

----------------------------------------------
r63291 | kroky6 | 2017-07-20 16:18:37 +0200 (Thu, 20 Jul 2017) | 1 line

[bp/r63287] [FIX] trackerlist tablesorter number of columns mismatch when last comment field is used or a field is hidden/not accessible
----------------------------------------------
r63290 | kroky6 | 2017-07-20 16:15:29 +0200 (Thu, 20 Jul 2017) | 1 line

[bp/r63286] [FIX] server-side ajax filtering work along with filters specified in wiki plugin code
----------------------------------------------
r63278 | kroky6 | 2017-07-19 10:07:18 +0200 (Wed, 19 Jul 2017) | 1 line

[bp/r63276] [FIX] ItemsList field use input rather than output in PluginTracker context to allow dynamic selection based on the other field in the tracker; note: several fixes were attempted here all of which were partial and broke certain scenarios; this one aims to make things consistent - always use ItemsList->renderInput in PluginTracker and depend on the fieldIdHere value to show the right value
----------------------------------------------
r63226 | drsassafras | 2017-07-10 15:04:06 +0200 (Mon, 10 Jul 2017) | 1 line

[bp/r63224][FIX] Fix for tiki-wizard_admin.php (2 of 2)
----------------------------------------------
r63225 | drsassafras | 2017-07-10 15:01:09 +0200 (Mon, 10 Jul 2017) | 1 line

[bp/r63223][FIX] Fix for tiki-wizard_admin.php (1 of 2)
----------------------------------------------
r63199 | chealer | 2017-07-06 23:27:58 +0200 (Thu, 06 Jul 2017) | 2 lines

[bp/r63198] Stop automatically hiding and showing action popover
This restores the pre-Tiki 14 behavior, which works around issue #5668.
----------------------------------------------
r63186 | kroky6 | 2017-07-06 16:34:07 +0200 (Thu, 06 Jul 2017) | 1 line

[bp/r63184] [FIX] update permission error message in module menupage to be more accurate
----------------------------------------------
r63164 | kroky6 | 2017-07-04 15:57:47 +0200 (Tue, 04 Jul 2017) | 1 line

[bp/63162] [FIX] PluginTracker ItemsList prefill fixed to display the preselected value
----------------------------------------------
r63149 | chibaguy | 2017-07-03 05:45:46 +0200 (Mon, 03 Jul 2017) | 1 line

[FIX]Fix typo in inline CSS. Thanks to Mike for reporting (https://tiki.org/forumthread65733).
----------------------------------------------
r63141 | jonnybradley | 2017-07-02 18:07:05 +0200 (Sun, 02 Jul 2017) | 1 line

[bp/r63140][bp/r62757][FIX] better var filtering for batch_send_newsletters
----------------------------------------------
r63136 | jonnybradley | 2017-07-02 17:38:49 +0200 (Sun, 02 Jul 2017) | 1 line

[bp/r63135][bp/r62780][FIX] debug: Observe $prefs.feature_debug_console when showing smarty debug info (and add a warning)
----------------------------------------------
r63134 | lindonb | 2017-07-02 17:26:40 +0200 (Sun, 02 Jul 2017) | 1 line

[bp/r62572, r62651 and r62652][FIX] wizard admin: better request filtering, including adding a relative url filter
----------------------------------------------
r63104 | kroky6 | 2017-06-28 15:31:03 +0200 (Wed, 28 Jun 2017) | 1 line

[bp/63102] [FIX] ListExecute plugin table output fix column count when using tstotals option
----------------------------------------------
r63077 | lindonb | 2017-06-26 03:37:46 +0200 (Mon, 26 Jun 2017) | 4 lines

[bp/r63052 and r63074][FIX] HTML special characters escaping
			[FIX] JavaScript string special characters escaping
			Use pagename filter for wiki page object ID
			Add attr escape modifier option
----------------------------------------------
r63042 | kroky6 | 2017-06-20 00:05:34 +0200 (Tue, 20 Jun 2017) | 1 line

[bp/63040] [FIX] ItemLink ObjectSelector usage did not display proper multiple fields formatted string for already selected value
----------------------------------------------
r63025 | lindonb | 2017-06-18 16:52:11 +0200 (Sun, 18 Jun 2017) | 1 line

[bp/r62084][FIX] Prevent bypassing of the xss filter by padding zeros
----------------------------------------------
r63022 | lindonb | 2017-06-18 16:06:45 +0200 (Sun, 18 Jun 2017) | 1 line

[bp/r63017][FIX] Add attributes to xss filter. Not an exact backport - simply backporting the latest list of attributes from 17.x
----------------------------------------------
r62996 | kroky6 | 2017-06-13 14:43:55 +0200 (Tue, 13 Jun 2017) | 1 line

[bp/62994] [FIX] allow datetimepicker to work during inline edit by not submitting immediately after date choice but rather onClose calendar event
----------------------------------------------
r62971 | lindonb | 2017-06-12 04:08:50 +0200 (Mon, 12 Jun 2017) | 1 line

[bp/r62968][FIX] Additional escaping for css values used in text color wiki syntax
----------------------------------------------
r62954 | lindonb | 2017-06-11 04:41:41 +0200 (Sun, 11 Jun 2017) | 1 line

[bp/r62875][FIX] implement checkOrigin() to avoid false CSRF errors. Fixes r62751 and r62753
----------------------------------------------
r62947 | kroky6 | 2017-06-09 21:15:16 +0200 (Fri, 09 Jun 2017) | 1 line

[bp/r62945] [FIX] use default tiki preference for mail charset in ListExecute EmailAction
----------------------------------------------
r62850 | jyhem | 2017-05-31 18:02:29 +0200 (Wed, 31 May 2017) | 1 line

[FIX][bp/r62847] Improve r62661 with better label to avoid confusing with well known activists group (thanks Luci)
----------------------------------------------
r62845 | jyhem | 2017-05-31 17:50:41 +0200 (Wed, 31 May 2017) | 1 line

[FIX][bp/r62661] Make it obvious which comments were entered by anonymous
----------------------------------------------
r62799 | drsassafras | 2017-05-29 04:02:53 +0200 (Mon, 29 May 2017) | 1 line

[bp/r62797][FIX] better var filtering in tiki-contact
----------------------------------------------
r62719 | kroky6 | 2017-05-24 13:51:54 +0200 (Wed, 24 May 2017) | 1 line

[bp/62717] [FIX] bug introduced by 56741 refactoring - autosearchdelay is now zero and not missing by default which requires a change in its application logic
----------------------------------------------
r62697 | jyhem | 2017-05-23 02:20:02 +0200 (Tue, 23 May 2017) | 1 line

[FIX] Rolls back r62696 (I was not in the directory I thought I was in)
----------------------------------------------
r62696 | jyhem | 2017-05-23 02:06:06 +0200 (Tue, 23 May 2017) | 1 line

[FIX] Make all these mandatory_star stars consistent so users and theme creators can style them (completes r62695)
----------------------------------------------
r62675 | lindonb | 2017-05-21 04:44:42 +0200 (Sun, 21 May 2017) | 1 line

[FIX] filter: alphaspace filter used in r62673 doesn't exist in Tiki15
----------------------------------------------
r62673 | lindonb | 2017-05-21 04:29:42 +0200 (Sun, 21 May 2017) | 1 line

[bp/r62670 and r62671][FIX] comments: better filtering and escaping for comment object IDs
----------------------------------------------
r62667 | jyhem | 2017-05-20 02:19:28 +0200 (Sat, 20 May 2017) | 1 line

[FIX][bp/r62664] Get correct permissions for blog posts of categorised blogs
----------------------------------------------
r62626 | jyhem | 2017-05-17 03:29:22 +0200 (Wed, 17 May 2017) | 1 line

[FIX][bp/r62624] Also display visible subgalleries in galleries listings when user does not have global list_file_galleries permission. Plus a minor garbled indent
----------------------------------------------
r62613 | jyhem | 2017-05-16 17:56:49 +0200 (Tue, 16 May 2017) | 1 line

[FIX][bp/r62611] Don't mention comments to users who cannot read them
----------------------------------------------
r62580 | lindonb | 2017-05-14 02:23:11 +0200 (Sun, 14 May 2017) | 1 line

[bp/r62577][FIX] user messages: array to string error in db query was causing download of all messages to fail
----------------------------------------------
r62561 | luciash | 2017-05-12 15:54:39 +0200 (Fri, 12 May 2017) | 1 line

[bp/r62557][FIX] minichat: check permission to use the feature (thanks marclaporte)
----------------------------------------------
r62559 | luciash | 2017-05-12 15:49:41 +0200 (Fri, 12 May 2017) | 1 line

[bp/r62556][FIX] minichat: instead of empty <> show <Anonymous> for non-registered users and show system real user names when feature enabled (thanks marclaporte)
----------------------------------------------
r62518 | jonnybradley | 2017-05-09 23:29:39 +0200 (Tue, 09 May 2017) | 1 line

[bp/r62517][bp/r62516][FIX] trackers: Quick fix to prevent tiki-view_tracker_item.php from unnecessarily loading the entire history causing server outages (with possibly 1GB+ of tracker logs)
----------------------------------------------
r62514 | jonnybradley | 2017-05-09 19:11:08 +0200 (Tue, 09 May 2017) | 1 line

[bp/r62513][bp/r62362][FIX] trackers: Don't log changes to the results of webservice field requests as they tend to pollute the item history with unintelligible external data that hasn't been changed in the tracker itself
----------------------------------------------
r62506 | luciash | 2017-05-09 14:31:53 +0200 (Tue, 09 May 2017) | 1 line

[bp/r62504][FIX][UX] File Galleries: Clicking file gallery actions icon brings to page top (thanks chealer)
----------------------------------------------
r62443 | pom2ter | 2017-05-04 01:33:07 +0200 (Thu, 04 May 2017) | 1 line

[bp/r62442][FIX] timeago markup bugs in attributes for calendar events
----------------------------------------------
r62437 | chealer | 2017-05-02 19:53:21 +0200 (Tue, 02 May 2017) | 3 lines

[bp/r62436][FIX] replace_hotwords(): empty lines returned when some hotwords containing PCRE metacharacters are present
Escape all PCRE metacharacters rather than just slashes.
See also https://sourceforge.net/p/tikiwiki/mailman/message/35710889/
----------------------------------------------
r62420 | chibaguy | 2017-05-02 14:33:21 +0200 (Tue, 02 May 2017) | 1 line

[FIX]Misspelling in interface text.
----------------------------------------------
r62393 | lindonb | 2017-04-30 18:31:33 +0200 (Sun, 30 Apr 2017) | 1 line

[bp/r62386 and r62389][FIX] filters: improve language and imgsize filters
----------------------------------------------
r62354 | luciash | 2017-04-27 14:14:24 +0200 (Thu, 27 Apr 2017) | 1 line

[bp/r62353][UX][UI] Module Calendar New: remove unnecessary inline style attribute from the "Add Event" link where in some languages it was not wide enough and causing the text to wrap on two lines + use Bootstrap class instead (thanks chealer, marclaporte)
----------------------------------------------
r62342 | patrick-proulx | 2017-04-25 23:11:29 +0200 (Tue, 25 Apr 2017) | 5 lines

[/bp62340][FIX] Fixed issue with Item Link facet showing url. Also fixed a couple other issues.

Issue with inverted logic in getItemLabel function call on whether to show link or strip tags. 
Issue with having nested link (link being called twice in RenderOutput and then again within getItemLabel).

----------------------------------------------
r62335 | patrick-proulx | 2017-04-25 16:44:04 +0200 (Tue, 25 Apr 2017) | 2 lines

[FIX] Fixed an issue with IE 10/11 not being able to submit the form in the ajax confirmation modals

----------------------------------------------
r62328 | rjsmelo | 2017-04-25 01:25:24 +0200 (Tue, 25 Apr 2017) | 2 lines

[ENH] Backport tiki-check.php to all supported versions

----------------------------------------------
r62310 | lindonb | 2017-04-24 03:07:09 +0200 (Mon, 24 Apr 2017) | 1 line

[bp/r62307][FIX] forum watches: wrong method call resulted in no watches being returned for notifications; additionally, the new $threadId posted was being used instead of the parentId also causing a watch notification to not be sent. (thanks Tommy on stackoverflow for reporting)
----------------------------------------------
r62263 | kroky6 | 2017-04-18 23:17:46 +0200 (Tue, 18 Apr 2017) | 1 line

[bp/62261] [FIX] Relation field edge cases - circular refresh on save depleting function call stack, orphan field relations when target objects have been deleted
----------------------------------------------
r62257 | yonixxx | 2017-04-18 16:56:33 +0200 (Tue, 18 Apr 2017) | 1 line

[FIX][bp/62254]There is no admin report page so the link show an error.
----------------------------------------------
r62248 | chibaguy | 2017-04-17 17:57:36 +0200 (Mon, 17 Apr 2017) | 1 line

[FIX][UI] Bad contrast in WYSIWYG editor textarea. Problem reported by user Durgeoble in IRC.
----------------------------------------------
r62247 | kroky6 | 2017-04-17 15:40:01 +0200 (Mon, 17 Apr 2017) | 1 line

[bp/62245] [FIX] observe tracker item view permission before offering a link to the item from Relation field or anything using object_link smarty function
----------------------------------------------
r62231 | rjsmelo | 2017-04-16 17:44:43 +0200 (Sun, 16 Apr 2017) | 2 lines

[bp/62229][FIX] Message "array_key_exists() expects parameter 2 to be array, string given" when running index rebuild

----------------------------------------------
r62228 | rjsmelo | 2017-04-16 17:19:21 +0200 (Sun, 16 Apr 2017) | 2 lines

[bp/62226][FIX] Message "Illegal string offset 'xxx'" when running index rebuild

----------------------------------------------
r62220 | rjsmelo | 2017-04-15 19:48:28 +0200 (Sat, 15 Apr 2017) | 2 lines

[bp/62218][FIX] Wrong name used when calling private method _ldap_sync_groups

----------------------------------------------
r62208 | lindonb | 2017-04-14 03:18:05 +0200 (Fri, 14 Apr 2017) | 1 line

[bp/r62205][FIX] wiki: check permissions before showing edit button on source view (thanks Marc!)
----------------------------------------------
r62195 | drsassafras | 2017-04-12 17:14:35 +0200 (Wed, 12 Apr 2017) | 1 line

[rb/r62193] fixing revert
----------------------------------------------
r62193 | drsassafras | 2017-04-12 02:57:49 +0200 (Wed, 12 Apr 2017) | 1 line

[rb/r62189:62183] reverting tagged branch changes
----------------------------------------------
r62123 | nkoth | 2017-04-06 21:29:20 +0200 (Thu, 06 Apr 2017) | 2 lines

[bp/r62121][FIX] Facebook login broken due to something Facebook changed on their end (this fix retains previous behavior just in case)

----------------------------------------------
r62114 | kroky6 | 2017-04-06 15:16:10 +0200 (Thu, 06 Apr 2017) | 2 lines

[bp/r62111] [bp/r62112] [FIX] AutoIncrement field exclude prepend/append HTML from CSV export
[FIX] AutoIncrement field expose prepend/append value besides the numeric one for unified index to use it
----------------------------------------------
r62086 | kroky6 | 2017-04-05 16:31:44 +0200 (Wed, 05 Apr 2017) | 2 lines

[bp/r60715] [bp/r60730] [ENH] allow searching for ranges of data in trackerfilter
[FIX] tracker filter range fix for DateTime fields entered by selecting year/month/day individually
----------------------------------------------
r62052 | kroky6 | 2017-04-03 14:20:08 +0200 (Mon, 03 Apr 2017) | 1 line

[bp/62050] [FIX] handle and report incorrectly configured DynamicList tracker field instead of dying with an error
----------------------------------------------
r62049 | jonnybradley | 2017-04-03 14:09:50 +0200 (Mon, 03 Apr 2017) | 1 line

[bp/r62048][bp/r61808][FIX] memory: Correct existing allocate memory prefs which may use "MB", "GB" etc to be only "M" or "G" according to http://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes (so we were trying to set a memory_limit of 512 bytes instead of megabytes)
----------------------------------------------
r62047 | marclaporte | 2017-04-03 10:24:02 +0200 (Mon, 03 Apr 2017) | 1 line

fix a typo. Issue not present in 17.x so not a backport
----------------------------------------------
r61774 | arildb | 2017-03-19 22:46:55 +0100 (Sun, 19 Mar 2017) | 1 line

[FIX] myisam to innodb conversion scipt
----------------------------------------------
r61724 | luciash | 2017-03-17 15:36:55 +0100 (Fri, 17 Mar 2017) | 1 line

[FIX][UI] Recompiled the CSS for "Giving a little space so the admin filter menu checkboxes are not glued to the dropdown border."
----------------------------------------------
r61723 | kroky6 | 2017-03-17 15:20:30 +0100 (Fri, 17 Mar 2017) | 1 line

[bp/r61721] [FIX] showlinks=n fix for plugin trackerlist
----------------------------------------------
r61720 | luciash | 2017-03-17 14:55:44 +0100 (Fri, 17 Mar 2017) | 1 line

[bp/r61588][FIX][UI] Giving a little space so the admin filter menu checkboxes are not glued to the dropdown border.
----------------------------------------------
r61710 | luciash | 2017-03-16 19:43:14 +0100 (Thu, 16 Mar 2017) | 1 line

[bp/r61708][FIX] PluginImg: Image with Description Loses Constraints (https://dev.tiki.org/item5990 - thanks jmorris)
----------------------------------------------
r61705 | kroky6 | 2017-03-16 14:46:09 +0100 (Thu, 16 Mar 2017) | 1 line

[bp/r61703] [FIX] trackerlist using missing wiki page template for pretty tracker handle exception more gracefully, so index rebuild does not stop in the middle
----------------------------------------------
r61700 | kroky6 | 2017-03-15 18:37:29 +0100 (Wed, 15 Mar 2017) | 1 line

[bp/r61698] [FIX] ignore mysql index buffer errors when destructing the table object
----------------------------------------------
r61687 | luciash | 2017-03-14 17:58:36 +0100 (Tue, 14 Mar 2017) | 1 line

[bp/r61602][ENH] added new preference to show error on missing fields in search index
----------------------------------------------
r61682 | luciash | 2017-03-14 13:40:31 +0100 (Tue, 14 Mar 2017) | 1 line

[bp/r61608][REF][FIX] minichat: more of Bootstrapification, code optimalization, fixed smiley sizes (thanks marclaporte)
----------------------------------------------
r61678 | luciash | 2017-03-14 10:59:40 +0100 (Tue, 14 Mar 2017) | 1 line

[bp/r61601][FIX] minichat: some Bootstrapification of the module, added spaces for better readability, fixed broken paths to smileys (thanks marclaporte) <- no broken path in branch 15.x actually -- luci
----------------------------------------------
r61656 | chibaguy | 2017-03-13 05:05:52 +0100 (Mon, 13 Mar 2017) | 1 line

[FIX][UI] Removed CSS rule that made all text on tiki-view_sheets.php 14px (including headings, etc.) ironically except for in the spreadsheet itself.
----------------------------------------------
r61652 | rjsmelo | 2017-03-13 01:23:48 +0100 (Mon, 13 Mar 2017) | 2 lines

[bp/61649][FIX] Keep PEAR constructor compatibility, adjust constructor visibility on child classes (issue introduced in r60748)

----------------------------------------------
r61645 | rjsmelo | 2017-03-13 00:07:44 +0100 (Mon, 13 Mar 2017) | 2 lines

[bp/61643][FIX] Keep PEAR constructor compatibility (issue introduced in r60748)

----------------------------------------------
r61586 | chibaguy | 2017-03-09 05:26:46 +0100 (Thu, 09 Mar 2017) | 1 line

[FIX][UI] Contrast problem in United theme login popup mode links (now same as in module mode). Thanks, Marc.
----------------------------------------------
r61538 | eromneg | 2017-03-07 09:52:21 +0100 (Tue, 07 Mar 2017) | 1 line

[FIX] tidy up code where a closing > for a div straddled a line
----------------------------------------------
r61528 | jonnybradley | 2017-03-06 18:27:10 +0100 (Mon, 06 Mar 2017) | 1 line

[bp/r61527][bp/r61526][FIX] maps: Trim off leading .*: from dialog titles (as seen in cartograf_15, thanks luciash)
----------------------------------------------
r61514 | eromneg | 2017-03-06 00:10:10 +0100 (Mon, 06 Mar 2017) | 1 line

[ENH] [bp61512] additional tracker fieldId selector to allow more css customisation
----------------------------------------------
r61484 | pom2ter | 2017-03-03 22:36:35 +0100 (Fri, 03 Mar 2017) | 1 line

[bp/r61419] [FIX] change the styles for the caption in plugincode to be more like it was in 12.x
----------------------------------------------
r61464 | rjsmelo | 2017-03-03 08:39:44 +0100 (Fri, 03 Mar 2017) | 5 lines

[bp/61384][ENH] Trim changelog and change the release script to trim the changelog also in next releases
Instead of keeping all the history, all file after the last version of the previous major is trimmed and
a message added instead pointing the user to the changelog.txt file of that release in SF SVN


----------------------------------------------
r61447 | eromneg | 2017-03-02 00:09:12 +0100 (Thu, 02 Mar 2017) | 1 line

[FIX] [bp 61439] only show the auto_toc settings in the Properties tab if the feature is 'on' - still don't understand why the wiki_page_hide_title pref is also checked but logic changed from OR to AND since OR didn't make any sense
----------------------------------------------
r61420 | pom2ter | 2017-02-28 01:29:19 +0100 (Tue, 28 Feb 2017) | 1 line

[bp/r61090] [FIX] fixed bugs related to the display of svg charts in spreadsheets
----------------------------------------------
r61413 | yonixxx | 2017-02-27 17:07:56 +0100 (Mon, 27 Feb 2017) | 1 line

[bp/61411] [FIX] Trackerstat count average based on correct totals (thanks Victor)
----------------------------------------------
r61374 | eromneg | 2017-02-23 17:52:48 +0100 (Thu, 23 Feb 2017) | 1 line

[FIX] [bp61355] fix inadvertent sorting of top level wiki pages in the structure edit screen due to recent changes for the toc plugin
----------------------------------------------
r61285 | kroky6 | 2017-02-13 15:12:36 +0100 (Mon, 13 Feb 2017) | 1 line

[bp/r61283] [FIX] DynamicItemsList field using ItemLink-to-ItemLink as connction was comparing value against id wrongly; it now compares the ids
----------------------------------------------
r61263 | xavidp | 2017-02-09 11:47:16 +0100 (Thu, 09 Feb 2017) | 1 line

[bp/r61174][FIX] reduced size of icon shown with pluginfile. thanks pom2ter and marclaporte
----------------------------------------------
r61233 | rjsmelo | 2017-02-07 08:09:06 +0100 (Tue, 07 Feb 2017) | 2 lines

[bp/61119][FIX] Use of undefined variable, fix to use the right value from the credentials array

----------------------------------------------
r61228 | jonnybradley | 2017-02-06 17:44:32 +0100 (Mon, 06 Feb 2017) | 1 line

[UPD] New composer.lock without the problematic things
----------------------------------------------
r61190 | kroky6 | 2017-02-02 12:44:55 +0100 (Thu, 02 Feb 2017) | 1 line

[bp/61189] [ENH] improve error message in mysql and elastic search index when query cannot find a field in the index
----------------------------------------------
r61136 | yonixxx | 2017-01-30 11:39:55 +0100 (Mon, 30 Jan 2017) | 1 line

[DOC] [bp/61133] Correcting and Clarifying help text according to what the parameters really do when using the plugin.
----------------------------------------------
r61114 | yonixxx | 2017-01-29 11:09:44 +0100 (Sun, 29 Jan 2017) | 1 line

[FIX] Corrected the pref to use the wiki page description (when set accordingly) in the meta tag description. (seems it was broken for sometimes)
----------------------------------------------
r61109 | xavidp | 2017-01-28 23:46:34 +0100 (Sat, 28 Jan 2017) | 1 line

[bp/r61087][FIX]Typo
----------------------------------------------
r61108 | xavidp | 2017-01-28 23:36:16 +0100 (Sat, 28 Jan 2017) | 1 line

[bp/r61107][FIX]setSize was apparently renamed to setColSpan as a method but not replaced everywhere where it was used, surprisingly. Should address wish5961. Also importing with semicolon works after this fix, but not yet when using comma.
----------------------------------------------
r61106 | xavidp | 2017-01-28 22:58:28 +0100 (Sat, 28 Jan 2017) | 1 line

[bp/r61100[FIX] Sheet Profile Importer stoped working with new YAML library. The format of the profile was defined with named and unamed sequences at the same level, changed to support title and rows, or take a unamed sequence as rows to keep as compatible as possible. thanks rjsmelo and marclaporte
----------------------------------------------
r61098 | lindonb | 2017-01-28 16:14:55 +0100 (Sat, 28 Jan 2017) | 1 line

[bp/r61097][FIX] admin groups: capture user, group and user registration fields if available when first creating a group. Prior to Tiki14 or so the fields were not available until the group was created. Should not be merged with trunk since that code is different now and issue was fixed with r61022.
----------------------------------------------
Version 15.4
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r60973 | jonnybradley | 2017-01-20 18:13:53 +0100 (Fri, 20 Jan 2017) | 1 line

[bp/r60885][FIX] only match .png at end of line (thanks drsassafrass)
----------------------------------------------
r60970 | jonnybradley | 2017-01-20 17:58:25 +0100 (Fri, 20 Jan 2017) | 2 lines

[bp/r60969][FIX] Issue with temporary files: Should be "sys_get_temp_dir() . $temp" not "$temp . sys_get_temp_dir()" i think
(plus add some missing spaces)
----------------------------------------------
r60965 | xavidp | 2017-01-20 15:16:13 +0100 (Fri, 20 Jan 2017) | 2 lines

[bp/r60852][FIX] filegals: Only include each file once in a zip download. thanks jonnyb

----------------------------------------------
r60963 | xavidp | 2017-01-20 15:14:34 +0100 (Fri, 20 Jan 2017) | 2 lines

[bp/r60851][FIX] images: Only make icons smaller than the original image size. thanks jonnyb

----------------------------------------------
r60961 | xavidp | 2017-01-20 15:11:13 +0100 (Fri, 20 Jan 2017) | 2 lines

[bp/r60849][FIX] listpages: Use smarty var assigns instead of captures (much more efficient) and escape the $initial var. thanks jonnyb

----------------------------------------------
r60959 | xavidp | 2017-01-20 15:02:15 +0100 (Fri, 20 Jan 2017) | 1 line

[bp/r60848][FIX] find: Don't set exact_match on the query when clearing a find filter as even when empty it's counted as true if set (FIXME). thanks jonnyb
----------------------------------------------
r60958 | xavidp | 2017-01-20 14:45:50 +0100 (Fri, 20 Jan 2017) | 1 line

[bp/r60957][FIX] PluginImg: fix for LTS Regression: images not shown if align=center as param (reproduced in doc.t.o) - see https://dev.tiki.org/item6073. thanks luciash
----------------------------------------------
r60956 | jonnybradley | 2017-01-20 13:16:58 +0100 (Fri, 20 Jan 2017) | 4 lines

[bp/r60603][FIX] trackers: Better fix for php7 notices, thanks Nelson :)
Revert r60514: Notices (although i think this section of code is redundant?) 

Also thanks Torsten, missing backport should fix wish6035
----------------------------------------------
r60946 | drsassafras | 2017-01-20 03:38:03 +0100 (Fri, 20 Jan 2017) | 1 line

[FIX] Fixes an issue with creating temporary files.
----------------------------------------------
r60923 | kroky6 | 2017-01-17 20:08:26 +0100 (Tue, 17 Jan 2017) | 1 line

[bp/60922] [ENH] enhance elasticsearch query validation, mysql/elasticsearch check for a missing field in the search index
----------------------------------------------
r60881 | jonnybradley | 2017-01-12 17:03:37 +0100 (Thu, 12 Jan 2017) | 1 line

[bp/r60880][FIX] permissions: Using disabled on the "advanced" quick perm radio buttons meant the value was not being returned in the form so advanced perms would be reset to "none" - fixes wish6230 for me
----------------------------------------------
r60860 | amette | 2017-01-11 16:15:21 +0100 (Wed, 11 Jan 2017) | 2 lines

[bp/r60857][FIX] Remove unnecessary check

----------------------------------------------
r60855 | eromneg | 2017-01-11 14:45:53 +0100 (Wed, 11 Jan 2017) | 1 line

[ENH] [bp 60553] bp from trunk to make sure the XMLUPDATE plugin updates the modification date/time and user in the db tables (arguably a fix) and provide another parameter option in the FILES plugin to show the time as well as the date of the last modification
----------------------------------------------
r60833 | xavidp | 2017-01-10 12:13:46 +0100 (Tue, 10 Jan 2017) | 1 line

[bp/r60831][FIX]send text/html newsletter in alternative format to allow text-only clients read the text version . thanks kroky 6
----------------------------------------------
r60830 | luciash | 2017-01-10 11:20:47 +0100 (Tue, 10 Jan 2017) | 1 line

[rb/r57745][FIX] img plugin: Make the noDrawIcon param default to 'y' (so reduces icon "noise" by default) - this rollback fixes regression in LTS where in CartoGraf profile it removed the icons below images to edit the street views in SVG Edit (sorry Jonny, we need to come up with some workaround for CartoGraf if it really needs to default to 'y')
----------------------------------------------
r60793 | kroky6 | 2017-01-05 16:01:19 +0100 (Thu, 05 Jan 2017) | 1 line

[UPD] update minor package versions
----------------------------------------------
r60785 | jonnybradley | 2017-01-04 13:04:36 +0100 (Wed, 04 Jan 2017) | 1 line

[bp/r60784][FIX] trackers: Notices on empty webservice fields
----------------------------------------------
r60773 | rjsmelo | 2017-01-02 20:00:23 +0100 (Mon, 02 Jan 2017) | 2 lines

[FIX][bp/60771] Focus on first error, also when using modal

----------------------------------------------
r60765 | rjsmelo | 2017-01-02 12:26:01 +0100 (Mon, 02 Jan 2017) | 2 lines

[FIX][bp/60763] Focus on first error did not work when using tab based sections and error was on another tab

----------------------------------------------
r60749 | lindonb | 2016-12-30 02:14:00 +0100 (Fri, 30 Dec 2016) | 1 line

[bp/r60747][FIX] wiki xml zip: Update vendor_extra PEAR XML_PARSER to version 1.3.7 to avoid fatal errors; update vendor_extra Pear.php to get rid of constructor errors in PHP 7; use the syntax required since php 5.2.8 for ziparchive open command in xmllib.php.
----------------------------------------------
r60740 | xavidp | 2016-12-27 19:14:14 +0100 (Tue, 27 Dec 2016) | 1 line

[bp/r60739][FIX]Update cartograf url for the latest version of the profile (thanks luci for the info in the devel list and all those who worked to update the profile)
----------------------------------------------
r60726 | kroky6 | 2016-12-22 12:45:00 +0100 (Thu, 22 Dec 2016) | 1 line

[bp/60244] [NEW] list:execute console command allowing execution of any action defined in a PluginListExecute block on any tiki page
----------------------------------------------
r60723 | kroky6 | 2016-12-21 16:59:34 +0100 (Wed, 21 Dec 2016) | 1 line

[bp/60722] [FIX] fix permissions on profiles folder when profile exporter is used - disallow data files to be exposed or downloaded via apache
----------------------------------------------
r60712 | xavidp | 2016-12-20 15:32:34 +0100 (Tue, 20 Dec 2016) | 1 line

[bp/r59440][FIX] json encode username and real name in jqueryTiki javascript setup. Thanks luciash, kroky6 and marclaporte. This should allow to close https://dev.tiki.org/item6071
----------------------------------------------
r60707 | xavidp | 2016-12-20 13:40:33 +0100 (Tue, 20 Dec 2016) | 1 line

[bp/r60308][FIX] Resolves issue with ?\226?\128?\152Use Image from URL?\226?\128?\153 option in banners not displaying properly.
----------------------------------------------
r60696 | rjsmelo | 2016-12-19 00:05:55 +0100 (Mon, 19 Dec 2016) | 2 lines

[FIX] PHP Warning, key tiki-check-ping not found

----------------------------------------------
r60693 | kroky6 | 2016-12-16 21:28:18 +0100 (Fri, 16 Dec 2016) | 1 line

[bp/60692] [FIX] profile exporter add some more use-cases for JQ in static fields and reference hints as comments
----------------------------------------------
Version 15.3
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r60649 | jonnybradley | 2016-12-14 17:29:06 +0100 (Wed, 14 Dec 2016) | 1 line

[br/r59653][FIX] maps: Handle zoom level string better
----------------------------------------------
r60647 | yonixxx | 2016-12-14 17:22:19 +0100 (Wed, 14 Dec 2016) | 1 line

[FIX] Fixing typo directly in translation file to avoid losing already translated strings.
----------------------------------------------
r60642 | jonnybradley | 2016-12-14 16:24:56 +0100 (Wed, 14 Dec 2016) | 1 line

[bp/r60641][FIX] notepad: Don't escape the contents of the textarea when editing (thanks ironwarning)
----------------------------------------------
r60638 | jonnybradley | 2016-12-14 12:47:43 +0100 (Wed, 14 Dec 2016) | 2 lines

[bp/r60637][ENH][FIX] webservices: Add control over what to do with empty parameters. Default to all required but allow only first or none as well.
This is due to improved error handling which now shows that many services return with errors when requested with empty parameters such as object id's etc.
----------------------------------------------
r60636 | jonnybradley | 2016-12-14 11:28:38 +0100 (Wed, 14 Dec 2016) | 1 line

[FIX] trackers: Replace Feedback with errorreport used in 15.x (regression from r59774 - me again, sorry)
----------------------------------------------
r60635 | jonnybradley | 2016-12-14 11:26:50 +0100 (Wed, 14 Dec 2016) | 1 line

[FIX] webservices: Replace Feedback with errorreport used in 15.x (regression from r60572)
----------------------------------------------
r60634 | jonnybradley | 2016-12-14 11:20:52 +0100 (Wed, 14 Dec 2016) | 2 lines

[bp/r59046][FIX] use __construct instead of same function name as class name to avoid deprecated error in php7 
[bp/r60633][FIX] webservices: Declare some undeclared variables
----------------------------------------------
r60622 | nkoth | 2016-12-13 05:23:31 +0100 (Tue, 13 Dec 2016) | 2 lines

[bp/r60621][FIX] New zend http client don't support options as before

----------------------------------------------
r60620 | nkoth | 2016-12-13 04:36:10 +0100 (Tue, 13 Dec 2016) | 2 lines

[bp/r60619][FIX] SetCookieJar is no longer in zend http client in new version - it is no longer necessary as cookies are automatically added at each step.

----------------------------------------------
r60618 | yonixxx | 2016-12-12 21:59:58 +0100 (Mon, 12 Dec 2016) | 1 line

[TRA] Improving hebrew translation
----------------------------------------------
r60615 | jonnybradley | 2016-12-12 20:03:00 +0100 (Mon, 12 Dec 2016) | 3 lines

[bp/r60614][FIX] layout: Complete show hide left and right module zones revamp.
I missed some hideCol js calls, the wizard ones aren't needed as they use the layout_plain.tpl which doesn't have columns and plugin appframe, which could do with a server-side fix but this is better than nothing (thanks Luci)
Also fix some appframe references to page elements that were removed in the bootstrappification process
----------------------------------------------
r60612 | yonixxx | 2016-12-12 17:09:41 +0100 (Mon, 12 Dec 2016) | 1 line

[TRA] Improving french and hebrew translation
----------------------------------------------
r60611 | yonixxx | 2016-12-12 17:07:26 +0100 (Mon, 12 Dec 2016) | 1 line

[bp/60610] [Fix] Missing {tr} tags.
----------------------------------------------
r60609 | yonixxx | 2016-12-12 16:00:29 +0100 (Mon, 12 Dec 2016) | 1 line

[bp/60608] [Fix] Missing {tr} tags.
----------------------------------------------
r60597 | kroky6 | 2016-12-12 10:50:35 +0100 (Mon, 12 Dec 2016) | 1 line

[bp/60596] [FIX] ElasticSearch fix for empty/non-empty filtering for string and date types of fields (datetime fields have null values removed from the index and special search 'exists' query is needed in that case)
----------------------------------------------
r60595 | yonixxx | 2016-12-12 10:13:58 +0100 (Mon, 12 Dec 2016) | 1 line

[bp/r59001] [Fix] Missing language prefs for re captcha.
----------------------------------------------
r60585 | xavidp | 2016-12-09 13:05:22 +0100 (Fri, 09 Dec 2016) | 1 line

[bp/r60584][FIX] Link to the right doc page and more meaningful information added to the description, rescued from other related doc.t.o pages, so that it's clearer the difference with the location tracker field.
----------------------------------------------
r60582 | jonnybradley | 2016-12-09 12:37:30 +0100 (Fri, 09 Dec 2016) | 1 line

[bp/r60580][FIX] wikidiff: Show page not found error when appropriate
----------------------------------------------
r60581 | jonnybradley | 2016-12-09 12:36:36 +0100 (Fri, 09 Dec 2016) | 1 line

[bp/r60577][FIX] diff: Avoid fatal class redeclaration error if a different renderer is used on the same page (should fix https://doc.tiki.org/PluginWikidiff when updated, thanks Xavi, nice catch :)
----------------------------------------------
r60572 | jonnybradley | 2016-12-08 19:34:08 +0100 (Thu, 08 Dec 2016) | 2 lines

[bp/r60571][FIX] webservices: Improve error handling for the webservice tracker field (so made \OIntegrate_Response::$errors public as it wasn't ever accessed anywhere)
Also add a fallback for services not providing a result or data keys (such as facebook)
----------------------------------------------
r60562 | kroky6 | 2016-12-07 13:45:55 +0100 (Wed, 07 Dec 2016) | 1 line

[bp/60561] [FIX] profile exporter replace sort_mode trackerlist param field IDs
----------------------------------------------
r60560 | kroky6 | 2016-12-07 13:39:48 +0100 (Wed, 07 Dec 2016) | 1 line

[bp/60559] [FIX] profile exporter handle tracker references in [links] besides the tracker_field ones
----------------------------------------------
r60557 | kroky6 | 2016-12-07 13:29:50 +0100 (Wed, 07 Dec 2016) | 1 line

[bp/60556] [FIX] profile exporter handle tracker_field references in [links] to plugin tracker
----------------------------------------------
r60549 | kroky6 | 2016-12-06 16:39:29 +0100 (Tue, 06 Dec 2016) | 5 lines

[bp/60545] [bp/60547] [bp/60548] combined backport in profile exporter:
[FIX] several fixes in profile exporter: static methods, invalid references, listexecute step value category reference when field is a category field
[FIX] profile exporter handle JQ ins_FIELDID references
[FIX] check unknown_objects before traversing them when generating temporary references in profile exporter

----------------------------------------------
r60544 | montefuscolo | 2016-12-06 16:06:18 +0100 (Tue, 06 Dec 2016) | 1 line

[bp/r60542] [FIX] restrict comment field to 200 chars
----------------------------------------------
r60541 | jonnybradley | 2016-12-06 15:43:44 +0100 (Tue, 06 Dec 2016) | 1 line

[bp/r60540][FIX] webservices: Index "data" if "results" is not set for tracker field
----------------------------------------------
r60537 | jonnybradley | 2016-12-06 14:29:56 +0100 (Tue, 06 Dec 2016) | 1 line

[bp/r60536][FIX] webservices: Add an alternative test for services not returning a status=OK response before storing the result in the tracker field
----------------------------------------------
r60534 | jonnybradley | 2016-12-06 13:26:18 +0100 (Tue, 06 Dec 2016) | 1 line

[bp/r60533][FIX] webservices: Avoid fatal error on a response without a Content-Type header (seems to happen when posting an incomplete request on some services)
----------------------------------------------
r60532 | jonnybradley | 2016-12-06 13:16:31 +0100 (Tue, 06 Dec 2016) | 1 line

[bp/r60531][FIX] webservices: Avoid fatal error on a response without a Cache-Control header
----------------------------------------------
r60520 | jyhem | 2016-12-04 19:24:05 +0100 (Sun, 04 Dec 2016) | 1 line

[FIX][bp/r60516] trackers: Smarty doesn't use tpl: as a resource prefix any more (if it ever did?) Thanks Jonny
----------------------------------------------
r60519 | yonixxx | 2016-12-04 16:49:06 +0100 (Sun, 04 Dec 2016) | 1 line

[bp/60517] [Fix] Missing {tr}.
----------------------------------------------
r60511 | kroky6 | 2016-12-02 10:48:20 +0100 (Fri, 02 Dec 2016) | 1 line

[bp/60510] [FIX] codemirror sync textarea script execution with inline comments and ajax submit handler (was not properly called due to different parent div class name and ajax submit handler execution before the sync submit handler)
----------------------------------------------
r60507 | jonnybradley | 2016-12-01 19:08:27 +0100 (Thu, 01 Dec 2016) | 15 lines

Mega-merge from 16.x: Combined backport of show hide left and right module zones fixes - many thanks marclaporte and luciash and chibaguy
Conflicts on social/layout_view.tpl fixed manually, and all CSS files recompiled from the merged LESS files just in case

[bp.r60387][bp/r60274][FIX] layout: Restore show hide left and right module zones lost in bootstrappification, part 1 (thanks marclaporte)
etc...
[bp/r60388][bp/r60373][FIX] layout: one more thing ;) 
(oops, missed one! :) 
[bp/r60390][FIX] oops, swapped sides ;) sorry 
[bp/r60391][FIX] layout: columns toggle - do not modify URL by adding # on the click 
[bp/r60395][FIX] layout: columns toggle - add translation strings as tooltips 
[bp/r60405][MRG][FIX] Copy code for show hide left and right module zones from Basic layout template to the others, except for the wider side columns layout. CSS still needs to be extended for this layout (from r60402). 
[bp/r60406][FIX] Specify glyphicon and legacy icons for side column toggle left and right. Todo: fix functionality of legacy icons - each toggle works only once per page refresh. 
[bp/r60408][FIX] Copy code for show hide left and right module zones from Basic layout template to this wider side columns layout; extend CSS to cover these column widths. 
[bp/r60410][FIX] Copy code for show hide left and right module zones from Basic layout template to this wider side columns layout; extend CSS to cover these column widths. 
[bp/r60434][FIX] layout: wide layout type was overriding the basic layout values - made it more specific for wide layout so it does not conflict and the column toggling works nicely again (thanks jonny)
----------------------------------------------
r60504 | kroky6 | 2016-12-01 14:29:07 +0100 (Thu, 01 Dec 2016) | 1 line

[bp/60503] [FIX] filegal get_info/upload_single_file fixes for bad parameters errors (effectively fixes applying profiles with remote files) (thanks xavi)
----------------------------------------------
r60500 | kroky6 | 2016-12-01 10:53:04 +0100 (Thu, 01 Dec 2016) | 1 line

[bp/60499] [FIX] ListExecute select all button fix
----------------------------------------------
r60498 | nkoth | 2016-12-01 01:38:04 +0100 (Thu, 01 Dec 2016) | 2 lines

[bp/r60497][FIX] Vimeo uploads were not working if site is in SSL

----------------------------------------------
r60494 | jonnybradley | 2016-11-30 17:54:53 +0100 (Wed, 30 Nov 2016) | 1 line

[bp/r60493][FIX] users: When login_is_email, check user_exists in get_user_email instead of returning the input (and return an empty string if the user is not found)
----------------------------------------------
r60487 | jonnybradley | 2016-11-30 16:51:31 +0100 (Wed, 30 Nov 2016) | 3 lines

[bp/r60486] from 16.x:
[bp/r60080][REF] tracker plugin: Refactor email recipient and sender processing - no behavioural change intended (yet) 
[bp/r60082][ENH] tracker plugin: Allow email sender or recipients to be the createdBy or lastModifBy user
----------------------------------------------
r60484 | jonnybradley | 2016-11-30 11:38:00 +0100 (Wed, 30 Nov 2016) | 2 lines

[bp/r60483][FIX] filegals: Restore "Upload from URL" feature - fgal_upload_from_source does not depend on file_galleries_use_jquery_upload being disabled, thanks xavi
(feedback could be prettier but it seems to work again)
----------------------------------------------
r60478 | montefuscolo | 2016-11-30 00:14:21 +0100 (Wed, 30 Nov 2016) | 1 line

[bp/r60476] [FIX] import missing variable $access to file context
----------------------------------------------
r60462 | jonnybradley | 2016-11-29 16:46:12 +0100 (Tue, 29 Nov 2016) | 1 line

[bp/r60461][FIX] filegals: Remove experimental tag from jquery upload as it's enabled by default (thanks xavi)
----------------------------------------------
r60460 | jonnybradley | 2016-11-29 16:38:33 +0100 (Tue, 29 Nov 2016) | 1 line

[bp/r60459][FIX] filegals: Fix unzip zip files for jquery upload (thanks xavi)
----------------------------------------------
r60457 | xavidp | 2016-11-29 12:20:19 +0100 (Tue, 29 Nov 2016) | 1 line

[bp/r60453][DOC] Fix/Explain how to filter by empty/non-empty since some users expected to get the results with filtervalue param, and the syntax is different from the one used in Plugin List. Thanks Marc and Victor/kroky6
----------------------------------------------
r60455 | kroky6 | 2016-11-29 12:13:21 +0100 (Tue, 29 Nov 2016) | 1 line

[bp/60454] [FIX] GroupSelector default groups returned by permission to view rather than inclusion or admin logic; by default admins have access to all permissions
----------------------------------------------
r60446 | chibaguy | 2016-11-28 14:09:40 +0100 (Mon, 28 Nov 2016) | 1 line

[FIX] Fixed path to Glyphicons in some Bootswatch themes.
----------------------------------------------
r60425 | kroky6 | 2016-11-24 13:09:12 +0100 (Thu, 24 Nov 2016) | 1 line

[bp/60422] [FIX] usage of multiple plugin trackerlists with different checkbox settings on one page
----------------------------------------------
r60419 | kroky6 | 2016-11-24 11:05:06 +0100 (Thu, 24 Nov 2016) | 1 line

[bp/60415] [FIX] ItemsList cleanup: move ajax call to tracker services, simplify rendering, make input use output directly for ItemLink field and through ajax for any other matched field (effectively fix input rendering)
----------------------------------------------
r60418 | kroky6 | 2016-11-24 11:03:23 +0100 (Thu, 24 Nov 2016) | 1 line

[bp/60414] [FIX] ItemLink fix to display ItemsList fields by providing enough context to field_render_value
----------------------------------------------
r60375 | fvtorres | 2016-11-22 21:51:12 +0100 (Tue, 22 Nov 2016) | 1 line

[bp/r60374][FIX] Fix when opening page in the middle of the page, autoToc didn?\226?\128?\153t have the proper width. Fired a resize event to fix that.
----------------------------------------------
r60361 | jyhem | 2016-11-21 22:13:14 +0100 (Mon, 21 Nov 2016) | 1 line

[ENH][bp/r59544][bp/r59734][bp/r59735] admin: Preference filter improvements - add a more visible switch to toggle between basic only and advanced preferences. Many thanks to Jonny and BSfez for doing most of it :)]
----------------------------------------------
r60344 | yonixxx | 2016-11-21 13:55:59 +0100 (Mon, 21 Nov 2016) | 1 line

[bp/60342] [Fix] Correcting smarty modifier order so strip_tags work as expected, added option false to avoid the html tag to be replaced by a space (causing a 2 spaces gap). (Thanks Chealer)
----------------------------------------------
r60307 | jonnybradley | 2016-11-17 16:20:34 +0100 (Thu, 17 Nov 2016) | 2 lines

[bp/r60305][FIX] layout: Make long words break and not stick out of the sides of the columns (middle row only)
Thanks Bsfez and all on BBB - should fix wish6123
----------------------------------------------
r60296 | kroky6 | 2016-11-17 11:11:34 +0100 (Thu, 17 Nov 2016) | 1 line

[bp/60295] [FIX] render field output before replacing value with TrackerItemModify listexecute action - thus fields like ItemsList can also be used in calc formulas
----------------------------------------------
r60294 | kroky6 | 2016-11-17 11:09:12 +0100 (Thu, 17 Nov 2016) | 1 line

[bp/60293] [FIX] missed one check for tiki homepage redirection after login with limitedGoGroupHome option on
----------------------------------------------
r60291 | yonixxx | 2016-11-17 05:03:19 +0100 (Thu, 17 Nov 2016) | 1 line

[bp/60288] [Fix] Missing {tr} tags and improving he translation.
----------------------------------------------
r60287 | nkoth | 2016-11-17 04:51:33 +0100 (Thu, 17 Nov 2016) | 2 lines

[bp/r60286][FIX] If a user edits his post a second time before the first edit is approved, to delete the first queued edit as the new edit is being queued.

----------------------------------------------
r60285 | nkoth | 2016-11-17 04:18:05 +0100 (Thu, 17 Nov 2016) | 2 lines

[bp/r60284][FIX] When editing a post when moderation is on, the queued post was creating a new post on approval (it now replaces the original post). The date of the post was also being reset to the date of editing which is inconsistent with non-moderated edits (it now preserves the old date).

----------------------------------------------
r60283 | nkoth | 2016-11-17 02:17:54 +0100 (Thu, 17 Nov 2016) | 2 lines

[bp/r60282][FIX] Unable to edit queued post by moderator if there is no title

----------------------------------------------
r60281 | nkoth | 2016-11-17 02:09:20 +0100 (Thu, 17 Nov 2016) | 2 lines

[bp/r60280][FIX] Fix queued posts disappearing after being edited by moderator. Do not replace timestamp or user or other non-changed data of queued post when editing. Store topic title if any when queueing post. Avoid "are you sure you want to leave" warning when editing queued post.

----------------------------------------------
r60275 | xavidp | 2016-11-15 22:49:22 +0100 (Tue, 15 Nov 2016) | 2 lines

[bp/r60271][FIX] convene: Replace deprecated toggle event handler (removed in jquery 1.9) with click to restore basic functionality... and while there fix a few other annoyances: (don't allow adding empty users called "Add user", use a placeholder for the placeholder, make the username button group more compact and move the add date button to a better place). thanks jonnyb
[bp/r60272][FIX] convene: Fix missing close tag on add to calendar button, also removed unnecessary surrounding button on the button and made the header buttons xs instead of sm size. thanks jonnyb
----------------------------------------------
r60265 | patrick-proulx | 2016-11-14 23:41:18 +0100 (Mon, 14 Nov 2016) | 2 lines

[FIX] Fixed indexing of the dropdown field label under the '_text' suffix

----------------------------------------------
r60263 | jyhem | 2016-11-14 19:45:16 +0100 (Mon, 14 Nov 2016) | 1 line

[FIX][bp/r60262] Help propagate blog name changes into freetags search results
----------------------------------------------
r60259 | rjsmelo | 2016-11-14 09:46:56 +0100 (Mon, 14 Nov 2016) | 2 lines

[FIX] backported fix in r60257 using Feedback from 16.x

----------------------------------------------
r60257 | rjsmelo | 2016-11-14 00:11:44 +0100 (Mon, 14 Nov 2016) | 2 lines

[bp/60255][FIX] MPDF Cache location not writable and Error with class already exist

----------------------------------------------
r60242 | kroky6 | 2016-11-11 08:45:39 +0100 (Fri, 11 Nov 2016) | 1 line

[bp/60241] [FIX] plugin listexecute without custom output option was not executing actions correctly due to wrong format of search results
----------------------------------------------
r60240 | kroky6 | 2016-11-11 08:09:09 +0100 (Fri, 11 Nov 2016) | 1 line

[bp/60239] [FIX] prevent duplication of trackeritem search index queue updates but use SORT_REGULAR as unique comparison since string comparisons left only one object in the list of arrays
----------------------------------------------
r60237 | jonnybradley | 2016-11-10 18:23:39 +0100 (Thu, 10 Nov 2016) | 2 lines

[bp/r60236][FIX] trackers: Stop ItemLink fields displaying "empty" when using the object_selector mode - i.e. when option "One item per value" = "Displays all the items for a same label with a notation value (itemId)" due to unified_trackerfield_keys using fieldIds.
Thanks and well spotted marclaporte!
----------------------------------------------
r60233 | jonnybradley | 2016-11-10 16:16:51 +0100 (Thu, 10 Nov 2016) | 1 line

[bp/r60232][FIX] comments: When comments are on a separate tab (e.g. tracker items) then switch tab before scrolling and highlighting the comment linked to in the url (by threadId)
----------------------------------------------
r60225 | jonnybradley | 2016-11-10 11:46:33 +0100 (Thu, 10 Nov 2016) | 1 line

[bp/r60224][FIX] maps: Correct warnings from google maps (retired-version and sensor-not-required)
----------------------------------------------
r60194 | jonnybradley | 2016-11-07 19:04:42 +0100 (Mon, 07 Nov 2016) | 1 line

[bp/r60193][FIX] search: Limit the height of the tags picker to less than the window height and change the category one to be the same
----------------------------------------------
r60183 | yonixxx | 2016-11-07 12:53:38 +0100 (Mon, 07 Nov 2016) | 1 line

[bp/60182] [TRA] typo.
----------------------------------------------
r60149 | jonnybradley | 2016-11-04 17:47:31 +0100 (Fri, 04 Nov 2016) | 2 lines

[bp/r60148][FIX] filegals: If feature_draw was disabled and fgal_allow_duplicates was not allowed, then uploading new filegal-based avatars was not possible.
Regression from way back in r52286 (by me, sorry - thanks marclaporte)
----------------------------------------------
r60143 | nkoth | 2016-11-04 00:48:37 +0100 (Fri, 04 Nov 2016) | 3 lines

[bp/r60142][FIX] Perms::get used for perms checking works inaccurately with trackeritems because it checks only the trackeritem's own (category) perms but not the tracker's perms, thus will default to global perms if nothing is set at the item level.


----------------------------------------------
r60137 | nkoth | 2016-11-03 16:09:31 +0100 (Thu, 03 Nov 2016) | 2 lines

[bp/r60136][FIX] Refresh index when file moved from one gallery to another

----------------------------------------------
r60126 | jyhem | 2016-11-02 17:59:05 +0100 (Wed, 02 Nov 2016) | 1 line

[FIX][bp/r60125] Using FILE plugin in a page would mess the  var of the page (it broke logic in showing the Comments button in page_bar)
----------------------------------------------
r60124 | jonnybradley | 2016-11-02 15:07:52 +0100 (Wed, 02 Nov 2016) | 1 line

[bp/r60122][FIX] listexec: Take 2 on stopping the select all checkbox from changing disabled checkboxes for tablesorter output - better, but something in tablesorter seems buggy in 16.x and somehow still manages to select the disabled ones sometimes, even when it says it isn't (sorry Xavi, best i can do for now...)
----------------------------------------------
r60120 | jonnybradley | 2016-11-02 11:58:27 +0100 (Wed, 02 Nov 2016) | 1 line

[bp/r60119][FIX] listexec: Stop the select all checkbox from changing disabled checkboxes - code in two tpls to cover standard and custom table output (thanks Xavi)
----------------------------------------------
r60118 | jyhem | 2016-11-01 20:04:11 +0100 (Tue, 01 Nov 2016) | 1 line

[FIX][UX][bp/r60117] There was no way of disabling the filter once it was used
----------------------------------------------
r60110 | jonnybradley | 2016-11-01 17:46:52 +0100 (Tue, 01 Nov 2016) | 1 line

[bp/r59937][FIX] search: Fix elastic search when querying content="NOT ", i.e. looking for and non-empty values - not pretty but works
----------------------------------------------
r60107 | jonnybradley | 2016-11-01 13:37:06 +0100 (Tue, 01 Nov 2016) | 3 lines

[bp/r59619][FIX] Fixed an issue with the multilingual text fields being able to properly be validated and also formatted it properly when used in an item link selector 
[bp/r59622][FIX] Fixed a minor typo in the previous commit (changed if to elseif) in r59619 
(thanks patrick-proulx)
----------------------------------------------
r60106 | jonnybradley | 2016-11-01 12:10:55 +0100 (Tue, 01 Nov 2016) | 1 line

[bp/r60104][FIX] trackers: Return the correct value for the current language from multilingual tracker fields (thanks Bsfez)
----------------------------------------------
r60094 | luciash | 2016-10-31 11:00:44 +0100 (Mon, 31 Oct 2016) | 1 line

[bp/r60084][FIX] Sorry, no such module alert message Bootstrapified
----------------------------------------------
r60075 | nkoth | 2016-10-28 00:40:41 +0200 (Fri, 28 Oct 2016) | 2 lines

[FIX] Wrong icon for upload, and wrong label for upload action in context menu

----------------------------------------------
r60072 | amette | 2016-10-27 15:32:27 +0200 (Thu, 27 Oct 2016) | 2 lines

[FIX] UX

----------------------------------------------
r60070 | amette | 2016-10-27 09:48:19 +0200 (Thu, 27 Oct 2016) | 2 lines

[ENH] Allow to redirect setup.sh to /dev/null and have silence

----------------------------------------------
r60066 | rjsmelo | 2016-10-27 09:38:13 +0200 (Thu, 27 Oct 2016) | 2 lines

[SEC][FIX] Upgrade dompdf to version 0.6.2 due to security issues on 0.6.1

----------------------------------------------
r60046 | chibaguy | 2016-10-25 09:30:21 +0200 (Tue, 25 Oct 2016) | 1 line

[FIX] [NEW] Changed Business theme middle-column background image method for better appearance. Thanks, Chealer. Also corrected module title color.
----------------------------------------------
r60045 | jonnybradley | 2016-10-24 12:25:54 +0200 (Mon, 24 Oct 2016) | 1 line

[bp/r59983][FIX] group emulate: Allow admins to emulate all groups, not just the ones they are a member of
----------------------------------------------
r60043 | chibaguy | 2016-10-24 07:14:21 +0200 (Mon, 24 Oct 2016) | 1 line

[FIX] Improved text color contrast to meet WCAG Level AA. Should fix bug 6145. Thanks, chealer.
----------------------------------------------
r60014 | xavidp | 2016-10-19 23:43:18 +0200 (Wed, 19 Oct 2016) | 1 line

[bp/r60013][FIX]Add missing description of the 2 field permissions 'visible by' and 'editable by', as well as ass the missing code to make them work when exporting the tracker as a profile, etc.
----------------------------------------------
r60011 | kroky6 | 2016-10-18 14:15:30 +0200 (Tue, 18 Oct 2016) | 1 line

[bp/60010] [FIX] search index: trackerrender value formatter take care of utc timezone; avoid duplicate tracker item insertions to the search index when tracker item category is changed
----------------------------------------------
r60009 | jonnybradley | 2016-10-17 18:50:22 +0200 (Mon, 17 Oct 2016) | 1 line

[bp/r60008][FIX] wikidiff: When doing a diff by time the old version needs to be *after* the start time, not the default *before* (thanks marclaporte)
----------------------------------------------
r60006 | kroky6 | 2016-10-17 16:52:47 +0200 (Mon, 17 Oct 2016) | 1 line

[FIX] remove jquery ui dialog overflow hidden to allow autocomplete widget in wiki link dialog to display contents outside the dialog (fixed upstream in 1.12.0 which is used in tiki 16.x)
----------------------------------------------
r59991 | patrick-proulx | 2016-10-14 18:14:05 +0200 (Fri, 14 Oct 2016) | 2 lines

[FIX] Fixed error with webmail if no text is set.

----------------------------------------------
r59981 | jyhem | 2016-10-13 17:26:10 +0200 (Thu, 13 Oct 2016) | 1 line

[FIX][bp/r59980] Trigger whatever looks for changes after changing the selection. Needed if an item list depends on this selection
----------------------------------------------
r59978 | kroky6 | 2016-10-13 14:32:58 +0200 (Thu, 13 Oct 2016) | 1 line

[bp/59977] [FIX] dropdown tablesorter fix for html entity characters like ampersand
----------------------------------------------
r59976 | kroky6 | 2016-10-13 11:29:03 +0200 (Thu, 13 Oct 2016) | 1 line

[FIX] composer.lock file updates to get packages from composer.tiki.org
----------------------------------------------
r59972 | rjsmelo | 2016-10-13 02:06:04 +0200 (Thu, 13 Oct 2016) | 4 lines

[bp/59806][EHN] Add check for error_log in tiki-check
[bp/59811][NEW] Add check for SefURL: "SefURL Test" entry in the Apache properties section
[bp/59966][FIX] Avoid generating warnings as undefined index (breaks Nagios scripts)

----------------------------------------------
r59971 | rjsmelo | 2016-10-13 01:50:23 +0200 (Thu, 13 Oct 2016) | 2 lines

[bp/59943][ENH] Remove the usage of colons in the default name of the backup file, in all platforms. Expose the dateFormat as Argument also in the BackupFiles.

----------------------------------------------
r59970 | rjsmelo | 2016-10-13 01:37:34 +0200 (Thu, 13 Oct 2016) | 2 lines

[bp/59827][EHN] When choosing one item from the bottom of the chosen box, the selection area start to scroll by itself

----------------------------------------------
r59964 | jonnybradley | 2016-10-12 13:39:06 +0200 (Wed, 12 Oct 2016) | 3 lines

[bp/r59962]Revert r59868: [FIX] wiki: Protect email addresses when defined as mailto links, e.g. [mailto:spam@example.com|the label]
Fails badly when the label contains formatting, such as icons or images etc and not easy to fix due to $noparsed elements and protected characters.
Note to self: leave the parser alone!
----------------------------------------------
r59959 | kroky6 | 2016-10-12 12:56:49 +0200 (Wed, 12 Oct 2016) | 1 line

[bp/59958] [FIX] avoid using regexp in tablesorter dropdown filters to allow filtering by strings containing special characters like brackets
----------------------------------------------
r59955 | jonnybradley | 2016-10-11 12:39:07 +0200 (Tue, 11 Oct 2016) | 1 line

[bp/r59953][FIX] customsearch: Initialise search data for date range on page load so it works first time
----------------------------------------------
r59941 | jonnybradley | 2016-10-08 16:35:23 +0200 (Sat, 08 Oct 2016) | 1 line

[bp/r59868][FIX] wiki: Protect email addresses when defined as mailto links, e.g. [mailto:spam@example.com|the label]
----------------------------------------------
r59931 | kroky6 | 2016-10-07 16:06:52 +0200 (Fri, 07 Oct 2016) | 1 line

[bp/59929] [FIX] jscalendar smarty/tiki function updates the alt hidden field with timestamp when user manually changes the text field (i.e. clicking escape and not using the date/time picker - onClose was not being called in that case)
----------------------------------------------
r59911 | kroky6 | 2016-10-05 13:00:46 +0200 (Wed, 05 Oct 2016) | 1 line

[bp/59909] [FIX] change password page css fix for form float position (was overlapped by div elements after the form because of a missing row for col-md-10 class)
----------------------------------------------
r59903 | kroky6 | 2016-10-04 16:49:43 +0200 (Tue, 04 Oct 2016) | 1 line

[bp/59899] [bp/59900] [FIX] DynamicItemList empty first option fix for chosen select, hideBlank option usage fix
----------------------------------------------
r59894 | jonnybradley | 2016-10-04 13:09:58 +0200 (Tue, 04 Oct 2016) | 1 line

[bp/r59892][REL] Fix for typo in r59889 - sorry, hard to test anywhere else apart from dev.tiki.org (update show.tiki.org versions available )
----------------------------------------------
r59891 | jonnybradley | 2016-10-04 12:13:08 +0200 (Tue, 04 Oct 2016) | 1 line

[bp/r59889][REL] Update show.tiki.org versions available (remove 14 and add 16)
----------------------------------------------
r59880 | jonnybradley | 2016-10-03 18:49:37 +0200 (Mon, 03 Oct 2016) | 1 line

[FIX] wikidiff: Update version introduced/since info
----------------------------------------------
r59879 | jonnybradley | 2016-10-03 18:48:14 +0200 (Mon, 03 Oct 2016) | 1 line

[bp/r59878][ENH] wikidiff: Hide version info by default and add a parameter to be able to show it again (thanks marclaporte)
----------------------------------------------
r59866 | jonnybradley | 2016-10-01 19:06:33 +0200 (Sat, 01 Oct 2016) | 2 lines

[bp/r59831][FIX] trackers: Separate the hidden cat_managed form input for each category field, otherwise inline editing one field would set (or remove) the categories on another field.
(tested on nextdev.tiki.org/tracker5)
----------------------------------------------
r59859 | xavidp | 2016-09-29 23:05:35 +0200 (Thu, 29 Sep 2016) | 1 line

[bp/r59835][FIX] fix html/text multipart messages to show alternative version in mail clients. thanks kroky6
----------------------------------------------
r59855 | jonnybradley | 2016-09-29 19:48:00 +0200 (Thu, 29 Sep 2016) | 2 lines

[bp/r59852][FIX] user selector: Get the user count before the check for whether to use autocomplete (apologies, my mistake)
Also add the bootstrap form-control class to the input by default.
----------------------------------------------
r59854 | jonnybradley | 2016-09-29 19:45:16 +0200 (Thu, 29 Sep 2016) | 1 line

[bp/r59853][FIX] trackers: Add bootstrap form classes to the inputs and tidy up the field generally
----------------------------------------------
r59851 | jonnybradley | 2016-09-29 18:55:16 +0200 (Thu, 29 Sep 2016) | 1 line

[bp/r59546][MOD] admin: Preference filter improvements - allow all prefs to be returned in the pref search, and add labels to ones that would normally be hidden according to the user's current settings
----------------------------------------------
r59849 | jyhem | 2016-09-29 18:37:09 +0200 (Thu, 29 Sep 2016) | 1 line

[FIX][bp/r59848] Restore dynamic display of Item List fields in create and edit mode
----------------------------------------------
r59844 | kroky6 | 2016-09-29 08:59:51 +0200 (Thu, 29 Sep 2016) | 1 line

[bp/59766] [FIX] tracker filters by exact value when filtering a dropdown field type with distinct values (prevents search for IT find an item like Dynamite)
----------------------------------------------
r59834 | kroky6 | 2016-09-28 16:29:36 +0200 (Wed, 28 Sep 2016) | 1 line

[bp/59780] [bp/59828] [bp/59830] [FIX] JsCalendar tracker field take care of timezone display issues; math calculation date function take the display timezone into account; datetime search formatter use UTC timezone
----------------------------------------------
r59832 | jonnybradley | 2016-09-28 14:48:33 +0200 (Wed, 28 Sep 2016) | 1 line

[bp/r59477][FIX] favorites: Revert r59262 and r56070, as escaping a whole URL with the 'url' param counter-intuitively stops it working (should be used only on url components i think, not the whole thing). Thanks marclaporte
----------------------------------------------
r59820 | luciash | 2016-09-27 15:19:25 +0200 (Tue, 27 Sep 2016) | 1 line

[bp/r59819][FIX] Windows: several more cases to make the setup.sh run on Windows with bash installed where the path to cli php contains spaces like /c/Program Files/php
----------------------------------------------
r59818 | jonnybradley | 2016-09-27 15:07:51 +0200 (Tue, 27 Sep 2016) | 1 line

[bp/r59817][FIX] tablesorter: Fix filtering on trackerrender formatted fields, seems to work on just about everything apart from categories
----------------------------------------------
r59816 | jonnybradley | 2016-09-27 13:56:03 +0200 (Tue, 27 Sep 2016) | 1 line

[bp/r59810][FIX] wysiwyg: Restore justify toolbar buttons (lost in r56656 probably a spell checker? Thanks Geoff, probably will be needed in 15.x too)
----------------------------------------------
r59815 | luciash | 2016-09-27 13:54:21 +0200 (Tue, 27 Sep 2016) | 1 line

[bp/r59813][FIX] Windows: make the setup.sh run on Windows with bash installed where the path to cli php contains spaces like /c/Program Files/php
----------------------------------------------
r59802 | rjsmelo | 2016-09-26 00:08:23 +0200 (Mon, 26 Sep 2016) | 2 lines

Backport tiki-check.php

----------------------------------------------
r59798 | rjsmelo | 2016-09-25 20:21:28 +0200 (Sun, 25 Sep 2016) | 2 lines

[FIX] Pools, cannot create on admin interface

----------------------------------------------
r59797 | rjsmelo | 2016-09-25 20:19:11 +0200 (Sun, 25 Sep 2016) | 2 lines

[bp/59796][EHN] Show enable / disable pools and options on the admin page (like other modules)

----------------------------------------------
r59779 | jonnybradley | 2016-09-22 19:02:46 +0200 (Thu, 22 Sep 2016) | 1 line

[bp/r59683][FIX] trackers: Restrict fields for sourceFieldsList to the current tracker (thanks kroky6)
----------------------------------------------
r59778 | kroky6 | 2016-09-22 18:47:09 +0200 (Thu, 22 Sep 2016) | 4 lines

[bp/59682] [bp/59746] [bp/59750] [ENH] tracker enhancements:
1) add option to ItemLink to display multiple fields as a table
2) add option to DynamicList to remove blank option and thus preselecting first option (useful if there is only one relevant option in the other tracker)
3) add next parameter to tracker services allowing user to return to a tracker if Adding ItemLink options to another tracker while adding/editing an item in original tracker
----------------------------------------------
r59777 | kroky6 | 2016-09-22 18:27:27 +0200 (Thu, 22 Sep 2016) | 1 line

[bp/59749][bp/59752] [ENH] math calculation: add/mul support of list parameters; split-list working on a single key splitting strings like A,B,C,...
----------------------------------------------
r59776 | jonnybradley | 2016-09-22 18:20:42 +0200 (Thu, 22 Sep 2016) | 1 line

[UPD] Rebuild the composer.lock file to reflect changes om composer.tiki.org (delete bin and vendors, composer clearcache, composer update)
----------------------------------------------
r59775 | kroky6 | 2016-09-22 18:19:40 +0200 (Thu, 22 Sep 2016) | 1 line

[bp/59748] [FIX] clear tracker item field cache upon item modification
----------------------------------------------
r59774 | jonnybradley | 2016-09-22 17:22:30 +0200 (Thu, 22 Sep 2016) | 1 line

[bp/r59676][ENH] trackers: Add a new option to Location fields to get a text address (from other fields in the same tracker) and attempt to automatically find the map location from that, either when saving or indexing. Thanks marclaporte and Xavi
----------------------------------------------
r59773 | jonnybradley | 2016-09-22 17:12:59 +0200 (Thu, 22 Sep 2016) | 1 line

[bp/r59762][FIX] categories: Allow a category name to change case when editing (should address wish6112, thanks chibaguy)
----------------------------------------------
r59771 | xavidp | 2016-09-22 10:40:52 +0200 (Thu, 22 Sep 2016) | 1 line

[bp/r59769][DOC]Reduce number of iframes by means of showing integrated changes from 13, 14 and 15 together, like what was done in the past from tiki 9 to tiki 12.
----------------------------------------------
r59738 | rjsmelo | 2016-09-18 17:11:35 +0200 (Sun, 18 Sep 2016) | 2 lines

[bp\59737][FIX] Wikiplugin Perm, defined separator on plugin info, but expected args as string

----------------------------------------------
r59731 | yonixxx | 2016-09-18 12:59:20 +0200 (Sun, 18 Sep 2016) | 1 line

[bp/59730] [Fix] Correcting bad fix
----------------------------------------------
r59729 | yonixxx | 2016-09-18 12:54:26 +0200 (Sun, 18 Sep 2016) | 1 line

[TRA] Improving he translation
----------------------------------------------
r59728 | yonixxx | 2016-09-18 12:33:42 +0200 (Sun, 18 Sep 2016) | 1 line

[bp/59727] [Fix] Adding missing {tr} tags
----------------------------------------------
r59726 | yonixxx | 2016-09-18 11:42:40 +0200 (Sun, 18 Sep 2016) | 1 line

[TRA] Adding missing strings and improving translation
----------------------------------------------
r59724 | yonixxx | 2016-09-18 10:24:44 +0200 (Sun, 18 Sep 2016) | 1 line

[bp/59723] [FIX] Simplifying string to be translated
----------------------------------------------
r59722 | giograf | 2016-09-17 23:13:03 +0200 (Sat, 17 Sep 2016) | 1 line

[bp/59721][FIX] File galleries for userfiles bug resolved - wasn't showing files even if the user was their creator (additional view file galleries permissons had to be set - which was not sometimes possible or had to be done manually for each user gallery)
----------------------------------------------
r59718 | jonnybradley | 2016-09-16 13:27:24 +0200 (Fri, 16 Sep 2016) | 1 line

[bp/r59623][FIX] trackers: For some reason the server-side "distinct" validation suddenly seems to have stopped working as the parameters are missing (seems fine client-side as the params are added in the JS). So add the required params before validating, and correct the validation syntax "help" string.
----------------------------------------------
r59717 | rjsmelo | 2016-09-16 08:01:32 +0200 (Fri, 16 Sep 2016) | 2 lines

[bp\59716][FIX] Language switch do not work when using slug as page names and sef urls

----------------------------------------------
r59715 | pom2ter | 2016-09-16 00:54:37 +0200 (Fri, 16 Sep 2016) | 1 line

[bp/59714] [FIX] fixed datepicker icon missing when using inline editing on trackers
----------------------------------------------
r59713 | rjsmelo | 2016-09-15 22:45:24 +0200 (Thu, 15 Sep 2016) | 2 lines

[bp/59712][FIX] Error in toc plugin, introduced in 59680

----------------------------------------------
r59710 | jonnybradley | 2016-09-15 18:39:52 +0200 (Thu, 15 Sep 2016) | 1 line

[FIX] search: The fix for the indexname field in r59707 fails if the tiki was installed after the federated search was added (Tiki 13?) but before r59664 when the new columns were added to tiki.sql. This script adds the columns before they would be modified if missing.
----------------------------------------------
r59708 | jonnybradley | 2016-09-15 13:01:23 +0200 (Thu, 15 Sep 2016) | 2 lines

[bp/r59707][FIX] search: Increase the federated search maximum index name length to 255, the maximum supported by elasticsearch 
(the two columns for federated search were missing from tiki.sql but fixed in another commit in trunk, so this effectively backports that too)
----------------------------------------------
r59706 | rjsmelo | 2016-09-15 11:17:16 +0200 (Thu, 15 Sep 2016) | 2 lines

[bp/59705][FIX] fix bug introduced in 59703 on the comments, sorry.

----------------------------------------------
r59704 | rjsmelo | 2016-09-14 23:48:11 +0200 (Wed, 14 Sep 2016) | 2 lines

[bp/59703][EHN] Show a error to the users when they try to submit comments with the same title and content of existing comments

----------------------------------------------
r59701 | jonnybradley | 2016-09-14 17:31:53 +0200 (Wed, 14 Sep 2016) | 1 line

Ignore, testing 2
----------------------------------------------
r59700 | jonnybradley | 2016-09-14 17:31:33 +0200 (Wed, 14 Sep 2016) | 1 line

Ignore, testing
----------------------------------------------
r59699 | jonnybradley | 2016-09-14 16:49:30 +0200 (Wed, 14 Sep 2016) | 1 line

[bp/r59698][FIX] rss: Avoid inserting null values into the items table resulting in a "cannot be null" exception
----------------------------------------------
r59696 | jonnybradley | 2016-09-14 16:09:31 +0200 (Wed, 14 Sep 2016) | 1 line

[FIX] http client: request method not found on Zend\Http\Client
----------------------------------------------
r59694 | jonnybradley | 2016-09-14 15:08:50 +0200 (Wed, 14 Sep 2016) | 1 line

[bp/r59690][NEW] rss: Add a new command to clear rss caches - e.g. " php console.php rss:clear --all -d 7" to clear all items older than one week
----------------------------------------------
r59693 | jonnybradley | 2016-09-14 15:06:46 +0200 (Wed, 14 Sep 2016) | 1 line

[bp/r59689][ENH] rss: Add a param to clear_rss_cache for how old the items to clear should be (deployment to come)
----------------------------------------------
r59692 | jonnybradley | 2016-09-14 15:05:56 +0200 (Wed, 14 Sep 2016) | 1 line

[bp/r59688][FIX] rss: Don't clear the refresh rate for the rss module (a.k.a. external feed) when clearing the cache of items
----------------------------------------------
r59691 | jonnybradley | 2016-09-14 15:04:07 +0200 (Wed, 14 Sep 2016) | 1 line

[bp/r59686][FIX] rss: Fix external rss feed admin pagination (had been removed at some point, why?)
----------------------------------------------
r59681 | rjsmelo | 2016-09-14 08:09:01 +0200 (Wed, 14 Sep 2016) | 2 lines

[bp/59680][MOD] PluginToc, rename 'mindepthsortalpha' introduced in r59626 to 'sortalpha', reorder the plugin options

----------------------------------------------
r59677 | kroky6 | 2016-09-13 15:34:04 +0200 (Tue, 13 Sep 2016) | 1 line

[bp/59508] [ENH] PluginListExecute custom output format enhancing search table formatter with action list and checkboxes
----------------------------------------------
r59673 | amnabilal | 2016-09-11 20:40:33 +0200 (Sun, 11 Sep 2016) | 1 line

[BP59672][Fix]Tracker image uploading fixed in firefox, ff was calling sendData before client size image resize is finished.
----------------------------------------------
r59660 | giograf | 2016-09-10 17:24:06 +0200 (Sat, 10 Sep 2016) | 1 line

[bp/r59659]/[FIX] Sorting now works. Also added some comments with regards to pagination.
----------------------------------------------
r59658 | jonnybradley | 2016-09-10 14:50:55 +0200 (Sat, 10 Sep 2016) | 1 line

[bp/r59657][FIX] paypal: Use HTTPS for external assets on paypal buttons and the minicart
----------------------------------------------
r59651 | kroky6 | 2016-09-09 09:52:08 +0200 (Fri, 09 Sep 2016) | 1 line

[bp/59520] [ENH] scroll to top of customsearch results if window is scrolled down - useful with ajax pagination
----------------------------------------------
r59650 | kroky6 | 2016-09-09 09:35:37 +0200 (Fri, 09 Sep 2016) | 1 line

[bp/59614] [FIX] add mail content type and charset header based on user preferences or tiki preferences
----------------------------------------------
r59649 | kroky6 | 2016-09-09 09:29:03 +0200 (Fri, 09 Sep 2016) | 1 line

[bp/59560] [FIX] show error on missing column in mysql search index
----------------------------------------------
r59631 | kroky6 | 2016-09-08 08:59:47 +0200 (Thu, 08 Sep 2016) | 1 line

[bp/59630] [ENH] trackerfilter: report error if filterfield is specified but exactvalue or filtervalue is not - make it easier for admins to spot copy/paste errors
----------------------------------------------
r59629 | kroky6 | 2016-09-08 07:35:58 +0200 (Thu, 08 Sep 2016) | 1 line

[bp/59627] [FIX] make tablesorter dropdown work with inline editor
----------------------------------------------
r59628 | rjsmelo | 2016-09-08 07:35:13 +0200 (Thu, 08 Sep 2016) | 2 lines

[bp/59626][NEW] PluginToc, add 'mindepthsortalpha' to sort by page name when using mindepth

----------------------------------------------
r59617 | jonnybradley | 2016-09-07 13:55:50 +0200 (Wed, 07 Sep 2016) | 1 line

[bp/r59616][FIX] user_selector: Fix for when specifying groupIds and realnames parameters where users were getting duplicated (and mangled)
----------------------------------------------
r59613 | kroky6 | 2016-09-07 10:08:13 +0200 (Wed, 07 Sep 2016) | 1 line

[bp/59431] [FIX] update tablesorter auto dropdown filter options to match upstream settings more closely and not copy internals
----------------------------------------------
r59612 | kroky6 | 2016-09-07 09:18:10 +0200 (Wed, 07 Sep 2016) | 1 line

[bp/59603] [FIX] trackerfilter plugin displays dynamic item list values instead of ids
----------------------------------------------
r59611 | kroky6 | 2016-09-07 09:10:47 +0200 (Wed, 07 Sep 2016) | 1 line

[bp/59610] [ENH] add perspective name as body class besides the perspective id
----------------------------------------------
r59608 | jonnybradley | 2016-09-06 18:01:59 +0200 (Tue, 06 Sep 2016) | 6 lines

Combined backport of wikidiff plugin and related fixes
[bp/r59561][REF] history: Remove references to the $_REQUEST array from histlib_helper_setup_diff() 
[bp/r59562][NEW] wikidiff: New plugin and smarty function to display diffs between wiki text. Limited to wiki pages only so far.
Other deployments to come but the wiki plugin will help testing and further refactoring (to come). Thanks marclaporte 
[bp/r59605][FIX] search: Add wiki page approved version number and user to the search index so they can be used in the list and listexecute plugins (thanks marclaporte and kroky6) 
[bp/r59606][FIX] listexec: Bootstrappify the select all button
----------------------------------------------
r59602 | fvtorres | 2016-09-06 07:06:55 +0200 (Tue, 06 Sep 2016) | 1 line

[bp/r59601][FIX] Fix autoToc width issues on window resize
----------------------------------------------
r59596 | jonnybradley | 2016-09-05 12:41:16 +0200 (Mon, 05 Sep 2016) | 2 lines

[bp/r59593][FIX] elasticsearch: A lightweight fix for facet search results in ES2, where they have been replaced by aggregations.
This fix wraps up the newer aggregations so they appear as ES1 style facets to tiki, so no new features are available yet sadly, however legacy systems should behave as before on ES2 in this respect now. Also fix a couple more tests
----------------------------------------------
r59590 | giograf | 2016-09-04 10:20:48 +0200 (Sun, 04 Sep 2016) | 1 line

[bp/59589] Pagination for Plugin Listpages. (Sorting works badly with the plugin, when pagination enabled doesn't work at all)
----------------------------------------------
r59586 | kroky6 | 2016-09-02 14:51:17 +0200 (Fri, 02 Sep 2016) | 1 line

[bp/59585] [FIX] update composer.lock file with latest shasums from composer.tiki.org
----------------------------------------------
r59581 | kroky6 | 2016-09-01 17:07:59 +0200 (Thu, 01 Sep 2016) | 1 line

[bp/59580] [FIX] remind password page css fix for form float position (was overlapped by div elements after the form because of a missing row for col-md-10 class)
----------------------------------------------
r59579 | kroky6 | 2016-09-01 15:59:16 +0200 (Thu, 01 Sep 2016) | 1 line

[bp/59524] [bp/59578] [FIX] allow trackerlist to filter by exact empty or not() empty value
----------------------------------------------
r59572 | chibaguy | 2016-09-01 11:05:30 +0200 (Thu, 01 Sep 2016) | 1 line

[FIX] Missing .form-control class on new file version comment input caused text/background color contrast problem.
----------------------------------------------
r59567 | kroky6 | 2016-08-31 18:15:06 +0200 (Wed, 31 Aug 2016) | 1 line

[bp/59439] [bp/59502] [ENH] allow PluginTracker to specify email recipients and sender as usernames besides emails
----------------------------------------------
r59566 | kroky6 | 2016-08-31 18:10:01 +0200 (Wed, 31 Aug 2016) | 1 line

[bp/59560] [FIX] show error on missing column in mysql search index; add search columns for null-valued timestamp fields
----------------------------------------------
r59565 | jonnybradley | 2016-08-31 18:02:18 +0200 (Wed, 31 Aug 2016) | 2 lines

[bp/r59564][FIX] home: After a password change, redirect to $prefs['tikiIndex'] which is set up (observing group home, tiki "home" feature and sefurl) in setup/default_homepage.php
Thanks BSfez
----------------------------------------------
r59558 | amnabilal | 2016-08-30 15:56:45 +0200 (Tue, 30 Aug 2016) | 19 lines

[BP59551/59483/59481/59384/59221/59192/59019][ENH]Client side resizing for images in file galleries and tracker fields are added.

templates/trackerinput/files.tpl added imagesize width and height fields to bypass gallery default settings. 

lib/jquery_tiki/elfinder/elFinderVolumeTikiFiles.class.php and lib/jquery_tiki/tiki-jquery_upload.js added options for client side image resizings and passing image_max_size_x, image_max_size_y parameters to server side. 

lib/filegals/filegallib.php Enhanced functions to get variables to bypass gallery default resize settings. 

lib/core/Services/File/Controller.php Passed image_x and image_y parameters to utilities.php uploadFile function
lib/core/Services/File/Utilities.php Passed image_x and image_y parameters to filegallib.php

lib/core/Tracker/Field/Files.php Added two new fields to specify image_x and image_y, to bypass gallery default resize settings, if left blank, it should use gallery default setting for resize

lib/jquery/files.js Tracker js file for image uploading with new functions to resize image on client side. 

templates/file/uploader.tpl Added image resizing information in templates for users. 

templates/trackerinput/files.tpl Added image_x and image_y to be passed for file uploading

----------------------------------------------
r59557 | jonnybradley | 2016-08-30 15:25:07 +0200 (Tue, 30 Aug 2016) | 1 line

[bp/r59555][FIX] search: Index categories as "categorised" so they appear in category type object searches, for both deepcategory and category filter searches
----------------------------------------------
r59556 | jonnybradley | 2016-08-30 15:22:59 +0200 (Tue, 30 Aug 2016) | 1 line

[bp/r59554][FIX] search: Use "shallow" category jails for unified search (which uses deep_category filters for this) to prevent the PHP maximum nesting level error when the root jails expand out to hundreds of descendant categories
----------------------------------------------
r59552 | kroky6 | 2016-08-30 10:47:45 +0200 (Tue, 30 Aug 2016) | 1 line

[bp/59463] [ENH] make all composer packages download from composer.tiki.org
----------------------------------------------
r59543 | yonixxx | 2016-08-29 14:06:39 +0200 (Mon, 29 Aug 2016) | 1 line

[bp/59532] [ENH] Mindepth parameter added to display structure sub level as top menu item in the toc.
----------------------------------------------
r59542 | yonixxx | 2016-08-29 13:52:38 +0200 (Mon, 29 Aug 2016) | 1 line

[bp/59541] [ENH] Added an option to hide the Structure navigation bar.
----------------------------------------------
r59540 | jonnybradley | 2016-08-29 11:18:46 +0200 (Mon, 29 Aug 2016) | 1 line

[bp/r59539][FIX] user_selector: Regression in user selectors when showing logins (items all showing "Array") from r59526 - thanks marclaporte
----------------------------------------------
r59538 | giograf | 2016-08-29 09:06:31 +0200 (Mon, 29 Aug 2016) | 1 line

[bp/r59537][ENH] Autocomplete now can function over input of multiple emails (user names) for, for example, messaging or emailing.
----------------------------------------------
r59536 | jonnybradley | 2016-08-28 15:23:42 +0200 (Sun, 28 Aug 2016) | 2 lines

[bp/r59535][FIX] trackers: When using ItemLink fields in displayOneItem = "one" mode, filter items list to items the user can view (as happens already in multi mode) and remove redundant parameter $allfields.
Also improve the cache key definition and return setup errors before trying to get the items list.
----------------------------------------------
r59530 | giograf | 2016-08-27 04:01:52 +0200 (Sat, 27 Aug 2016) | 1 line

[bp/r59529][ENH] Bootstrap progress bar for the display of file gallery's quota. Exceptions are managed as well.
----------------------------------------------
r59527 | jonnybradley | 2016-08-26 19:41:48 +0200 (Fri, 26 Aug 2016) | 1 line

[bp/r59526][FIX] user_selector: Sort usernames by real name (when using realnames), also move getting the user lists into where it was actually needed, i.e. not in autocomplete mode
----------------------------------------------
r59523 | jonnybradley | 2016-08-26 16:43:35 +0200 (Fri, 26 Aug 2016) | 1 line

[bp/r59522][FIX] elFinder: As rememberLastDir doesn't seem to work properly inside elFinder, clear the URL hash before initialising elFinder so it obeys the defaultGalleryId setting (thanks marclaporte)
----------------------------------------------
r59515 | jonnybradley | 2016-08-25 13:19:40 +0200 (Thu, 25 Aug 2016) | 1 line

[bp/r59482][FIX] trackers: Use  editItemPretty template in item creation as well as edit (thanks marclaporte)
----------------------------------------------
r59512 | yonixxx | 2016-08-24 15:48:35 +0200 (Wed, 24 Aug 2016) | 1 line

[TRA] Improving he translation and optimising translated string.
----------------------------------------------
r59511 | jonnybradley | 2016-08-24 14:20:39 +0200 (Wed, 24 Aug 2016) | 1 line

[bp/r59510][FIX] multitiki: Update multitiki:move command to support renaming of the destination site
----------------------------------------------
r59509 | fvtorres | 2016-08-24 13:08:09 +0200 (Wed, 24 Aug 2016) | 1 line

[Revert]Adds back gitignore file I accidentally deleted in last commit. Thanks Johnny
----------------------------------------------
r59507 | fvtorres | 2016-08-24 04:53:46 +0200 (Wed, 24 Aug 2016) | 1 line

[bp/r59506][FIX] Fix email (as username) validation when login_is_email pref is on
----------------------------------------------
r59505 | rjsmelo | 2016-08-23 21:57:01 +0200 (Tue, 23 Aug 2016) | 2 lines

[bp/59504][FIX] After changing password, on a new instance, the redirect url was set to a non existing page, https://dev.tiki.org/item5985

----------------------------------------------
r59501 | jonnybradley | 2016-08-23 13:12:20 +0200 (Tue, 23 Aug 2016) | 1 line

[bp/r59500][FIX] modules: Fix js bug when dragging a new module into an empty zone (and so options.modOrd === 0)
----------------------------------------------
r59499 | giograf | 2016-08-23 09:32:08 +0200 (Tue, 23 Aug 2016) | 1 line

[bp/r59498][ENH] The calendar related enhancements (positioning)
----------------------------------------------
r59497 | giograf | 2016-08-23 09:18:02 +0200 (Tue, 23 Aug 2016) | 1 line

[bp/r59496][REF][ENH] Bootstrap form-horizontal introduced along with corresponding bootstrap layout classes. Btn-default changed to btn-primary.
----------------------------------------------
r59495 | chibaguy | 2016-08-23 08:57:57 +0200 (Tue, 23 Aug 2016) | 1 line

[FIX] Maybe a pre-Bootstrap use of "label" class, but needs a label type class so both  text and background colors are set explicitly.
----------------------------------------------
r59493 | jonnybradley | 2016-08-22 20:13:14 +0200 (Mon, 22 Aug 2016) | 2 lines

[bp/r59484][FIX] mail-queue: Add exception description on error message 
bp/r59492][ENH] mail-queue: Improve feedback when sending failed [from revision 59492]
----------------------------------------------
r59491 | jonnybradley | 2016-08-22 20:07:28 +0200 (Mon, 22 Aug 2016) | 1 line

[bp/r59490][FIX] mail-queue: Check the object retrieved from the database is a Zend mail message... (oops, typo)
----------------------------------------------
r59489 | jonnybradley | 2016-08-22 19:57:59 +0200 (Mon, 22 Aug 2016) | 1 line

[bp/r59488][FIX] mail-queue: Check the object retrieved from the database is a Zend mail message, i.e. if there was old data from pre Tiki 15 using ZF1 (thanks marclaporte)
----------------------------------------------
r59486 | jonnybradley | 2016-08-22 17:31:51 +0200 (Mon, 22 Aug 2016) | 2 lines

[bp/r59485][FIX] trackers: Fixes for DynamicList fields update script.
If the linked tracker is not present then just ignore (instead of a fatal error)
----------------------------------------------
r59479 | chibaguy | 2016-08-22 07:12:00 +0200 (Mon, 22 Aug 2016) | 1 line

[FIX] Fix bad text-background contrast in tables in popovers. Thanks, Marc.
----------------------------------------------
r59475 | jonnybradley | 2016-08-19 12:04:26 +0200 (Fri, 19 Aug 2016) | 5 lines

[bp/r59457][FIX] trackers: Fix data for DynamicList fields (belatedly) following the change from storing the value of the remote field to using the itemId (thanks marclaporte)
Tested with remote text and category type fields, should be ok for the rest (please advise if not)
Broken since r54193 in 14.x, which even admits to breaking existing data - please see item #1 on https://dev.tiki.org/3+Rules 
[bp/r59464][FIX] trackers: Fixes for DynamicList fields update script.
Enable the pref for when running in the installer or if it was since disabled, plus use "exactly" (binary safe compare) for the field type so as not to pick up WebService (W) type fields as well, resulting in a fatal error.
----------------------------------------------
r59474 | xavidp | 2016-08-19 11:58:32 +0200 (Fri, 19 Aug 2016) | 1 line

[bp/r59472][ENH] allow math calculations (aka advanced ratings calculations) to be used in listexecute tracker_item_modify action. thanks kroky6
----------------------------------------------
r59469 | jyhem | 2016-08-18 22:34:21 +0200 (Thu, 18 Aug 2016) | 1 line

[FIX][bp/r59468] Every new filter needs to reset the offset, otherwise you get no result when there should be (replaces r59459)
----------------------------------------------
r59467 | jyhem | 2016-08-18 22:09:42 +0200 (Thu, 18 Aug 2016) | 1 line

[FIX] Rollback of r59458/r59459 which had unintended effect on pagination highlighting
----------------------------------------------
r59461 | giograf | 2016-08-18 10:39:42 +0200 (Thu, 18 Aug 2016) | 1 line

[bp/r59460][ENH] Bootstrap layout introduced for the "Read Message" templates substituting legacy layout. Font Awesome's icons are used for the simplification of UI.
----------------------------------------------
r59459 | jyhem | 2016-08-18 01:08:51 +0200 (Thu, 18 Aug 2016) | 1 line

[FIX][bp/r59458] Every new filter needs to reset the offset, otherwise you get no result when there should be
----------------------------------------------
r59456 | xavidp | 2016-08-17 15:34:35 +0200 (Wed, 17 Aug 2016) | 4 lines

[bp/r59453][ENH] plugin-list filter by empty and non empty fields as well as NULL db fields. thanks kroky6
[bp/r59455][ENH] make tracker field email expose non-fulltext searchable version as {field_text} (index rebuild needed). thanks kroky6


----------------------------------------------
r59452 | pom2ter | 2016-08-16 23:03:45 +0200 (Tue, 16 Aug 2016) | 1 line

[bp/r59451] [FIX] fixed trackers datepicker icons not appearing when there are more than one datetime field
----------------------------------------------
r59450 | jonnybradley | 2016-08-16 18:40:41 +0200 (Tue, 16 Aug 2016) | 1 line

[bp/r59449][FIX] trackers: Fix fatal error on object link status for tracker items, regression from r59391 - testing is good, will there be many more of these? :(
----------------------------------------------
r59448 | kroky6 | 2016-08-16 16:29:27 +0200 (Tue, 16 Aug 2016) | 1 line

[bp/r59447] [FIX] misconfigured DynamicList tracker field now returns errors instead of failing with php errors
----------------------------------------------
r59446 | yonixxx | 2016-08-15 15:48:47 +0200 (Mon, 15 Aug 2016) | 1 line

[bp/59445] [FIX] Display the translationID of an article if the value exist already.
----------------------------------------------
r59443 | kroky6 | 2016-08-15 14:32:03 +0200 (Mon, 15 Aug 2016) | 1 line

[bp/r59403][bp/r59404] [ENH] listexecute error feedback and ability to execute actions in a sequence
----------------------------------------------
r59442 | yonixxx | 2016-08-15 14:17:42 +0200 (Mon, 15 Aug 2016) | 1 line

[bp/59441] [FIX] Prevent for user without tiki_p_edit_articles perms to see unpublished articles in the article list.
----------------------------------------------
r59438 | kroky6 | 2016-08-15 13:01:12 +0200 (Mon, 15 Aug 2016) | 1 line

[bp/r59437] [FIX] always include an empty option choice for DynamicItemList tracker field
----------------------------------------------
r59436 | jyhem | 2016-08-12 17:02:20 +0200 (Fri, 12 Aug 2016) | 1 line

[FIX][bp/r59435] Show filtered list of pages on a search when tablesorter is active
----------------------------------------------
r59433 | kroky6 | 2016-08-12 14:01:51 +0200 (Fri, 12 Aug 2016) | 1 line

[bp/r59432] [FIX] allow empty option choice for DynamicItemList non-mandatory tracker field
----------------------------------------------
r59429 | fvtorres | 2016-08-12 03:00:45 +0200 (Fri, 12 Aug 2016) | 1 line

[bp/r59428][FIX] Hides mandatory_star (red * asterisk) from custom user tracker fields, when using pretty tracker for registration and checking the pref user_register_prettytracker_hide_mandatory.
----------------------------------------------
r59426 | jyhem | 2016-08-12 01:14:24 +0200 (Fri, 12 Aug 2016) | 1 line

[FIX] That logic never worked, browsers usually return 'on'
----------------------------------------------
r59425 | fvtorres | 2016-08-12 00:39:16 +0200 (Fri, 12 Aug 2016) | 2 lines

[bp/r59423][ENH][FIX] Adds a pref to Hide Mandatory * (red asterisks) when using User Registration pretty tracker (they were on by default, below the input boxes. Visually very bad).
(Leftover files)
----------------------------------------------
r59424 | fvtorres | 2016-08-12 00:37:42 +0200 (Fri, 12 Aug 2016) | 1 line

[bp/r59423][ENH][FIX] Adds a pref to Hide Mandatory * (red asterisks) when using User Registration pretty tracker (they were on by default, below the input boxes. Visually very bad).
----------------------------------------------
r59420 | fvtorres | 2016-08-11 19:03:55 +0200 (Thu, 11 Aug 2016) | 1 line

[ENH] Adds wiki_page_name_inside pref, to display title inside page-data div. Useful for it to split with autoToc, or also to make the title below tocNav. Thanks Jyhem
----------------------------------------------
r59419 | fvtorres | 2016-08-11 18:32:26 +0200 (Thu, 11 Aug 2016) | 1 line

[Revert] Reverting commit r59407. Thanks Jyhem
----------------------------------------------
r59418 | xavidp | 2016-08-11 12:44:09 +0200 (Thu, 11 Aug 2016) | 1 line

[bp/r59417][FIX]Keep the right newsletter Id when opening a draft newsletter to be sent (otherwise, the last newsletter created was pre-selected by mistake adding noise and confusion). This was affecting t.o
----------------------------------------------
r59416 | yonixxx | 2016-08-10 18:57:59 +0200 (Wed, 10 Aug 2016) | 1 line

[bp/59415] [ENH] Profile info div is now resizable by admin.
----------------------------------------------
r59414 | jyhem | 2016-08-10 18:05:33 +0200 (Wed, 10 Aug 2016) | 1 line

[FIX][bp/r59413] Complements 59408 Fixes module visibility issue with cookie consent
----------------------------------------------
r59411 | jyhem | 2016-08-10 04:13:57 +0200 (Wed, 10 Aug 2016) | 1 line

[bp/r59410][FIX] Fix broken layout which made it impossible to see the post button in some screen sizes
----------------------------------------------
r59409 | jyhem | 2016-08-10 02:42:44 +0200 (Wed, 10 Aug 2016) | 1 line

[bp/r59408][ENH] Add a common Cookie consent scenario and coordinate tags among the cookie consent prefs
----------------------------------------------
r59407 | fvtorres | 2016-08-10 00:26:28 +0200 (Wed, 10 Aug 2016) | 3 lines

[bp/r59396][bp/r59397][bp/r59395][MOD]Change wiki_page_name_above pref to wiki_page_name_position, and also made it a list rather than a checkbox, so we can have more title display options to choose from.[FIX] Hide default title when other option is chosen at wiki_page_name_position. [ENH] Adds an option for page_title_position to be inside page-data content.[Revert]Added the wiki_page_name_above back, to back port this to 15.x

This BP I did some changes comparing to the trunk, to keep the wiki_page_name_above pref working, to whom may use it. In trunk I replaced it with wiki_page_name_position, as there is no need to keep both. If you people think this is not needed, we can revert it, and merge the original from trunk. What you think?
----------------------------------------------
r59406 | yonixxx | 2016-08-09 20:53:03 +0200 (Tue, 09 Aug 2016) | 1 line

[bp/59405] [ENH] Improving UI of the first and last wizard screen.
----------------------------------------------
r59402 | xavidp | 2016-08-09 11:06:49 +0200 (Tue, 09 Aug 2016) | 1 line

[bp/r59401][ENH]Removed gif icons and make the look more bootstrap-like. Feel free to improve the corresponding https://profiles.tiki.org/Post-it_Sticky_Note_Custom_Code_15 page contents.
----------------------------------------------
r59400 | xavidp | 2016-08-09 10:18:59 +0200 (Tue, 09 Aug 2016) | 1 line

[bp/r59289][FIX][ENH]Allow producing horizontal definition lists in Bootstrap as indicated here: http://getbootstrap.com/css/#description  through a new param in PluginDl at least. Thanks chibaguy.
----------------------------------------------
r59399 | fvtorres | 2016-08-09 06:29:17 +0200 (Tue, 09 Aug 2016) | 1 line

[bp/r59398][NEW] Adds an pref to hide namespace indicator from the pagetitle.
----------------------------------------------
r59394 | lindonb | 2016-08-09 02:41:53 +0200 (Tue, 09 Aug 2016) | 1 line

[bp/r59393][FIX] button plugin: restore functionality of "box" settings that was lost when converting from using the non-HTML compliant rel attribute to using a data attribute (thanks fernando)
----------------------------------------------
r59392 | pom2ter | 2016-08-09 01:24:18 +0200 (Tue, 09 Aug 2016) | 1 line

[bp/r59391] [FIX] replace remaining instances of tracker status images with iconsets
----------------------------------------------
r59389 | nkoth | 2016-08-08 19:45:11 +0200 (Mon, 08 Aug 2016) | 2 lines

[bp/r59388][FIX] User that has voted shows up as not voted a poll after re-login

----------------------------------------------
r59386 | lindonb | 2016-08-07 01:00:24 +0200 (Sun, 07 Aug 2016) | 1 line

[bp/r59385][FIX] wiki-syntax links: restore functionality of "box" settings in external links that was lost when converting from using the non-HTML compliant rel attribute to using a data attribute (thanks luci)
----------------------------------------------
r59383 | pom2ter | 2016-08-05 22:50:10 +0200 (Fri, 05 Aug 2016) | 1 line

[bp/r59382] [FIX] fix missing calendar icon in tracker wiki pages
----------------------------------------------
r59381 | nkoth | 2016-08-05 18:13:26 +0200 (Fri, 05 Aug 2016) | 2 lines

[bp/r59380][FIX] If an addon profile is not to be reapplied or forgotten, then it should still be valid for the upgraded version of the addon.

----------------------------------------------
r59379 | xavidp | 2016-08-05 16:42:38 +0200 (Fri, 05 Aug 2016) | 2 lines

[bp/r59373][FIX] recalculation of mathematical tracker field on indexing also saves the new value. thanks kroky6

----------------------------------------------
r59378 | xavidp | 2016-08-05 16:15:15 +0200 (Fri, 05 Aug 2016) | 1 line

[bp/r59377][ENH]Add info about the new pref image_responsive_class in uprade wizard. Thanks jonnyb
----------------------------------------------
r59372 | jonnybradley | 2016-08-05 12:40:25 +0200 (Fri, 05 Aug 2016) | 3 lines

[bp/r59303][FIX] trackers: Restore use of a custom template for editing tracker items, lost in r53698 and related commits (thanks marclaporte) 
[bp/r59304][ENH] trackers: Move the section format/pretty trackers options to it's own accordion section as "Display" was getting overloaded and cluttered, also move the "Restrict non admins to wiki page access only" to the permissions section where it belongs 
[bp/r59371][FIX] trackers: When using a pretty tracker edit tpl only the last section was getting assigned to smarty, so use all fields form the input params (thanks marclaporte)
----------------------------------------------
r59369 | pom2ter | 2016-08-04 23:16:08 +0200 (Thu, 04 Aug 2016) | 1 line

[bp/r59368] [FIX] change the open status icon that appears in tracker items dropdowns to the default one
----------------------------------------------
r59363 | kroky6 | 2016-08-03 11:14:03 +0200 (Wed, 03 Aug 2016) | 1 line

[bp/r59359] [FIX] file gallery category assignment at upload time
----------------------------------------------
r59362 | fvtorres | 2016-08-03 05:11:13 +0200 (Wed, 03 Aug 2016) | 1 line

[FIX] Fix autoToc lateral offset resize bug.
----------------------------------------------
r59361 | giograf | 2016-08-03 01:58:23 +0200 (Wed, 03 Aug 2016) | 1 line

[bp/r59360][NEW] Added support for attaching freetags to wiki pages at (using) profiles (and for workspaces)(using YAML)
----------------------------------------------
r59358 | fvtorres | 2016-08-02 07:36:22 +0200 (Tue, 02 Aug 2016) | 1 line

[FIX] Fix float problems, by adding clear property in autotoc div.
----------------------------------------------
r59356 | fvtorres | 2016-08-02 07:22:41 +0200 (Tue, 02 Aug 2016) | 1 line

[bp/r59354][FIX] Add some CSS in Less styling to fix autoToc display.
----------------------------------------------
r59355 | fvtorres | 2016-08-02 07:20:12 +0200 (Tue, 02 Aug 2016) | 1 line

[FIX] CSS fix to display problem in autoToc
----------------------------------------------
r59353 | fvtorres | 2016-08-02 06:33:18 +0200 (Tue, 02 Aug 2016) | 1 line

[bp/r59352][FIX] Add Bottom margin to inline autoToc, and a bottom-offset for affix.
----------------------------------------------
Version 15.2
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r59093 | chibaguy | 2016-07-06 15:58:35 +0200 (Wed, 06 Jul 2016) | 1 line

[FIX] Update and return Strasa theme options.  Correcting image locations.
----------------------------------------------
r59090 | chibaguy | 2016-07-06 15:23:38 +0200 (Wed, 06 Jul 2016) | 1 line

[FIX] Update and return Strasa theme options (user request). Todo: optimize, remove unnecessary rules and images, etc. [from revision 59086, 59088, 59089 (trunk)]
----------------------------------------------
r59087 | jonnybradley | 2016-07-06 13:43:32 +0200 (Wed, 06 Jul 2016) | 1 line

[bp/r59047][FIX] Improve input filtering
----------------------------------------------
r59084 | jonnybradley | 2016-07-06 13:11:56 +0200 (Wed, 06 Jul 2016) | 1 line

[FIX] base href: Add an exception for rewritten urls with slashes in them, such as example.com/tikiroot/products/12345 which we breaking now we're using the REQUEST_URI, however keep using that for "normal" rewrites such as wiki page sefurls so that the table of contents still works as expected.
----------------------------------------------
r59074 | yonixxx | 2016-07-05 10:10:58 +0200 (Tue, 05 Jul 2016) | 1 line

[bp/59073][Fix] Missing tr tags.
----------------------------------------------
r59065 | jonnybradley | 2016-07-04 17:57:47 +0200 (Mon, 04 Jul 2016) | 2 lines

[bp/r59064][FIX] editor: Fix regression for wiki editors' upload image button introduced in r59048 - sorry, had forgotten this code it used by both types of editor.
Thanks Xavi, hopefully fixes wish6017
----------------------------------------------
r59063 | luciash | 2016-07-04 17:30:23 +0200 (Mon, 04 Jul 2016) | 1 line

rollback of r59060 and 59061 - sorry, I got confused - there is redirect in the root of tiki.org apparently (not in the doc/ subdir, thanks jonnyb)
----------------------------------------------
r59061 | luciash | 2016-07-04 15:58:13 +0200 (Mon, 04 Jul 2016) | 1 line

[bp/r58921][REL] Update version checker files with recent releases (Note: needs to be backported because the
----------------------------------------------
r59060 | luciash | 2016-07-04 15:57:12 +0200 (Mon, 04 Jul 2016) | 1 line

[bp/r58921][REL] Update version checker files with recent releases (Note: needed to be backported from trunk because apparently the lib/core/Tiki/Version/Checker.php checks for tiki.org/doc/*.cycle files but tiki.org does not run trunk)
----------------------------------------------
r59059 | lindonb | 2016-07-04 15:52:20 +0200 (Mon, 04 Jul 2016) | 1 line

[bp/r59050][ENH] view source: add an edit page button in addition to the view page button
----------------------------------------------
r59053 | lindonb | 2016-07-03 06:28:19 +0200 (Sun, 03 Jul 2016) | 1 line

[bp/r59051 and r59052][FIX] wiki up: moving multiple wiki up files to file galleries failed after the first move - not sure how this ever worked.
----------------------------------------------
r59049 | jonnybradley | 2016-07-02 20:02:04 +0200 (Sat, 02 Jul 2016) | 1 line

[bp/r59048][FIX] wysiwyg: When there are more than one ckeditors on the page (e.g. blogs with excerpts) then use the right area_id to insert the images in.
----------------------------------------------
r59021 | xavidp | 2016-06-30 17:10:59 +0200 (Thu, 30 Jun 2016) | 3 lines

[bp/58986][FIX] Remove more unwanted files and folders to keep Tiki tidy  (Thanks Xavi)
[bp/58985][FIX] Remove more unwanted files and folders to keep Tiki tidy (Thanks Xavi)
[bp/58984][FIX] composer: Make removeStandard function recursive so we clean out nested "docs", "test" etc dirs and files (thanks Xavi)
----------------------------------------------
r59017 | jonnybradley | 2016-06-29 18:43:14 +0200 (Wed, 29 Jun 2016) | 2 lines

[ENH] payment: Show payer email for payments made by anonymous users in the past payments list.
Also make the description a link like the other payment types (thanks Xavi and marcalporte)
----------------------------------------------
r59015 | jonnybradley | 2016-06-29 17:59:05 +0200 (Wed, 29 Jun 2016) | 1 line

[FIX] registration: Pass on chosenGroup to the tracker plugin otherwise Registered is used always, and handle the error properly when there is no user tracker for that group (thanks Xavi and marclaporte)
----------------------------------------------
r59013 | chibaguy | 2016-06-29 16:42:38 +0200 (Wed, 29 Jun 2016) | 1 line

[FIX][MRG] Adjust position of font import statements, make color codes lower case and not short hand form, etc. to reduce Less compile differences. (No code changes.) [from revision 59012]
----------------------------------------------
r59009 | xavidp | 2016-06-29 14:24:04 +0200 (Wed, 29 Jun 2016) | 1 line

[bp/r59008][ENH]Allow anonymous users to pay their own invoices without the need to setup the advanced cart. Advanced cart has way too many dependencies and it's not clear whether it has been tested in 15.x at all. It might be considered as a fix also, since this use case was not possible without allowing all users to see any other pending payments from any other registered or anonymous user, and this prefs exposes only the payments from anonymous to anonymous or registered users willing to pay them. Once payed, anonymous cannot see the invoice details anymore in Tiki since currently there is not any system to allow viewing them based on some manual keyword or email or automatic token sent to them by email to review their status, etc. Thanks jonny for feedback while debugging and marclaporte.
----------------------------------------------
r59006 | jonnybradley | 2016-06-29 12:01:52 +0200 (Wed, 29 Jun 2016) | 1 line

[FIX] sessions: Catch another rare exception session seen on some systems (thanks Xavi)
----------------------------------------------
r59004 | luciash | 2016-06-28 21:02:31 +0200 (Tue, 28 Jun 2016) | 1 line

[FIX] comments: remove deprecated class
----------------------------------------------
r59002 | luciash | 2016-06-28 20:10:45 +0200 (Tue, 28 Jun 2016) | 1 line

[FIX] trackerfilter wiki-plugin: .table-responsive should have overflow-x: visible too to override Bootstrap default when using jquery chosen to prevent the ugly scrollbar - just limited it to bigger screens than mobile (thanks marclaporte)
----------------------------------------------
r58999 | luciash | 2016-06-28 19:36:30 +0200 (Tue, 28 Jun 2016) | 1 line

[FIX] trackerfilter wiki-plugin: .table-responsive should have overflow: visible instead of auto otherwise it crops out forms dropdowns when using jquery chosen and adds ugly scrollbar (thanks marclaporte)
----------------------------------------------
r58997 | luciash | 2016-06-28 18:57:05 +0200 (Tue, 28 Jun 2016) | 1 line

[FIX] .table-responsive should have overflow hidden only in small screens (Bootstrap default) otherwise it crops out forms dropdowns when using jquery chosen (thanks marclaporte) - used php console.php less:compile, sorry about the mess - no idea why it changes most of the files again (uppercase color values to lowercase, short to long values, not my fault ;)
----------------------------------------------
r58996 | jonnybradley | 2016-06-28 17:43:29 +0200 (Tue, 28 Jun 2016) | 3 lines

[bp/r58995][FIX] registration: Fix javascript required for regitration group choice by letting jquery handle all the js generated by plugin tracker.
Allows file uploads and other js dependant fields to be used in the AJAX loaded form that appears after group choice.
Thanks Xavi, hopefully addresses wish5987
----------------------------------------------
r58994 | luciash | 2016-06-28 13:26:05 +0200 (Tue, 28 Jun 2016) | 1 line

[bp/r58993][FIX] use correct CSS path
----------------------------------------------
r58992 | nkoth | 2016-06-27 23:34:02 +0200 (Mon, 27 Jun 2016) | 2 lines

[bp/r58991][FIX] Setting for local hostname when sending SMTP not set from prefs

----------------------------------------------
r58988 | jonnybradley | 2016-06-27 19:10:32 +0200 (Mon, 27 Jun 2016) | 1 line

[bp/r58987][FIX] minify: If tiki_minify_late_js_files is off, $rank still needs to be defined, was making ckeditor and probably other features fail when only tiki_minify_javascript was enabled.
----------------------------------------------
r58982 | jonnybradley | 2016-06-27 14:57:59 +0200 (Mon, 27 Jun 2016) | 1 line

[FIX] Prevent layout issues with some  urls
----------------------------------------------
r58979 | chibaguy | 2016-06-27 13:26:22 +0200 (Mon, 27 Jun 2016) | 1 line

[FIX] Fix missing text on hover in tracker status Chosen selector; also added highlight background color and fixed vertical alignment of background images (balls). Thanks, Marc.
----------------------------------------------
r58978 | chibaguy | 2016-06-27 09:59:46 +0200 (Mon, 27 Jun 2016) | 1 line

[FIX] Fix bad image links in tiki_base.css. Thanks to Marc.
----------------------------------------------
r58971 | jonnybradley | 2016-06-26 15:48:23 +0200 (Sun, 26 Jun 2016) | 1 line

[SVN] Ignore vendor_custom
----------------------------------------------
r58969 | jonnybradley | 2016-06-26 15:38:46 +0200 (Sun, 26 Jun 2016) | 2 lines

[ENH] print: Add more control over print out footers, so now you can exclude the wiki authors (and modif date) and/or the original doc urls for wiki pages, tracker items and forum posts
Defaults to previous behaviour to print all (thanks Jyhem)
----------------------------------------------
r58968 | jonnybradley | 2016-06-26 14:59:17 +0200 (Sun, 26 Jun 2016) | 1 line

[FIX] Ensure print_pdf_mpdf_path ends in a slash and use better default for "custom" third party libraries (thanks Jyhem)
----------------------------------------------
r58966 | jonnybradley | 2016-06-26 14:46:46 +0200 (Sun, 26 Jun 2016) | 6 lines

Mulitple mPDF commits merge from trunk (thanks Jyhem and marclaporte)
[bp/r57986][ENH] pdf: Add mpdf as an option to create pdf's of wiki pages. Needs to be installed separately due to licensing issues, and authentication from cookies still not fully working, so some commented in-progress code remains...
Also added better error handling for all pdf methods (thanks marclaporte) 
[bp/r58000][FIX] pdf: Some typos and correct help page names (thanks marclaporte) 
[bp/r58005][FIX] pdf: Add automatic support for more scripts and languages, including Cantonese (thanks marclaporte)

----------------------------------------------
r58964 | nkoth | 2016-06-23 22:39:12 +0200 (Thu, 23 Jun 2016) | 2 lines

[bp/r58963][FIX] In high concurrency environments or clustered environments, getting cache value after checking isCached is not reliable and can result in empty $prefs

----------------------------------------------
r58962 | xavidp | 2016-06-23 13:00:32 +0200 (Thu, 23 Jun 2016) | 1 line

[bp/r58961][FIX]UI fixes to reduce confusion with the different Paypal accounts, and which settings are needed in which conditions. Longer explanations in the popup boxes only, but hopefully clearer for new tiki admins even if they do not read the popup info boxes.
----------------------------------------------
r58959 | jonnybradley | 2016-06-22 18:54:57 +0200 (Wed, 22 Jun 2016) | 1 line

[FIX] payment: Set the PHP arg_separator.output to & for posts to PayPal as by default it uses &amp; now. Many thanks Nelson, nice catch!
----------------------------------------------
r58958 | nkoth | 2016-06-22 16:52:02 +0200 (Wed, 22 Jun 2016) | 2 lines

[bp/r58957][FIX] Search index should be updated on user removing

----------------------------------------------
r58956 | xavidp | 2016-06-22 13:39:50 +0200 (Wed, 22 Jun 2016) | 1 line

[bp/r58955][FIX]Oups, fix naming collision when tikiroot is present
----------------------------------------------
r58954 | xavidp | 2016-06-22 12:37:24 +0200 (Wed, 22 Jun 2016) | 1 line

[bp/r58953][FIX]Fix broken "share access rights" feature in cases of SEFURL enabled due to former missmatch between "My Page" and "My+Page"
----------------------------------------------
r58947 | jyhem | 2016-06-20 18:08:24 +0200 (Mon, 20 Jun 2016) | 1 line

[FIX] Feature feature_canonical_domain needs to have same visibility as feature_canonical_url (advanced))
----------------------------------------------
r58944 | jonnybradley | 2016-06-20 15:57:56 +0200 (Mon, 20 Jun 2016) | 1 line

[ENH] comments: Add forum_title to forum posts indexing
----------------------------------------------
r58943 | jonnybradley | 2016-06-20 15:56:03 +0200 (Mon, 20 Jun 2016) | 1 line

[FIX] comments: Return an array always from get_lastPost
----------------------------------------------
r58941 | jonnybradley | 2016-06-20 15:39:20 +0200 (Mon, 20 Jun 2016) | 8 lines

[FIX][ENH] search: A few indexing backports mainly to resync forum indexing with trunk. A couple of additions to articles and users too as a bonus.

[bp/r57453][ENH] Added some new indexed fields to articles and forumposts
article: added 'linkto' site to show where it is linked from if external
forumposts: added type (sticky, hot, etc) as well as 'locked' to show whether it should be locked 
[bp/r57455][FIX] (add to r57453) Added newly indexed fields to getProvidedFields function 
[bp/r57579][FIX] renamed 'type' parameter to thread_type ('sticky', 'hot', etc) because of conflicts with 'type' being used in activity stream. 
[bp/r57816][ENH] Added some fields to index. Namely, the tracker id and status for users and the author of a specific forum post.
----------------------------------------------
r58932 | yonixxx | 2016-06-19 15:38:16 +0200 (Sun, 19 Jun 2016) | 1 line

[FIX] Improving Twitter Social Network feature by adding card required information in the header of the pages.
----------------------------------------------
r58930 | xavidp | 2016-06-17 14:12:43 +0200 (Fri, 17 Jun 2016) | 1 line

[bp/r58929][FIX]Fix ViewerJS capability to display contents in full screen and switch to presentation mode and back also. Thanks marclaporte and jonnyb
----------------------------------------------
r58927 | nkoth | 2016-06-16 19:15:04 +0200 (Thu, 16 Jun 2016) | 2 lines

[bp/r58926][FIX] prevent invalid sort_mode when coming from tracker listing to cause search fatal error in any LIST plugins

----------------------------------------------
r58924 | yonixxx | 2016-06-16 17:53:57 +0200 (Thu, 16 Jun 2016) | 1 line

[FIX] Improving og tags implementation and logic. More to come as each section (blog, cms, forum) should have his own tags.
----------------------------------------------
r58923 | jyhem | 2016-06-16 16:31:30 +0200 (Thu, 16 Jun 2016) | 1 line

[FIX] Actually point the release notes link to an existing page
----------------------------------------------
r58922 | xavidp | 2016-06-16 14:28:01 +0200 (Thu, 16 Jun 2016) | 1 line

[FIX]Convert button in primary instead of just default, so that it's more clear in pages of products from a shopping cart, etc.
----------------------------------------------
r58920 | xavidp | 2016-06-16 10:56:47 +0200 (Thu, 16 Jun 2016) | 1 line

[FIX]Provide consistency in the display of group choices in the Tiki-bootstrap era + make display (alignment) of info and alert boxes more consistent. Thanks marclaporte
----------------------------------------------
r58918 | jonnybradley | 2016-06-15 18:35:18 +0200 (Wed, 15 Jun 2016) | 1 line

[FIX] payment: ZF2 Has "more sophisticated" SSL handling which needs to be disabled and was committed to the http_client init in r56884, but only gets used if you supply the URL, so do that and hopefully PayPal IPN will work again... (thanks Xavi and marclaporte)
----------------------------------------------
r58917 | jonnybradley | 2016-06-15 17:23:50 +0200 (Wed, 15 Jun 2016) | 2 lines

[FIX] payment: Allow negative prices on cart items to enable discounts to work again (worked in 12.x apparently).
Also limit lowest total to 0.00 (thanks Xavi and marclaporte)
----------------------------------------------
r58916 | jonnybradley | 2016-06-15 16:55:43 +0200 (Wed, 15 Jun 2016) | 1 line

[FIX] payment: Missing var $amount, should be $received['amount'] (i hope)
----------------------------------------------
r58914 | jonnybradley | 2016-06-15 13:09:17 +0200 (Wed, 15 Jun 2016) | 1 line

[FIX] payment: typo
----------------------------------------------
r58913 | jonnybradley | 2016-06-15 13:08:35 +0200 (Wed, 15 Jun 2016) | 1 line

[FIX] payment: Show payment error as an alert warning box (thanks Xavi and marclaporte)
----------------------------------------------
r58912 | jonnybradley | 2016-06-15 12:20:58 +0200 (Wed, 15 Jun 2016) | 1 line

[FIX] payment: Observe payment_admin perms on viewing other users' payments (thanks Xavi and marclaporte)
----------------------------------------------
r58909 | nkoth | 2016-06-15 01:13:11 +0200 (Wed, 15 Jun 2016) | 2 lines

[bp/r58908][FIX] As PHP's register_shutdown_function might change the working directory, change it back to avoid bugs. One specific example is if the shutdown process sends notification emails they will not be able to find email templates that are in themes.

----------------------------------------------
r58896 | jonnybradley | 2016-06-13 17:26:22 +0200 (Mon, 13 Jun 2016) | 1 line

[FIX] console: Set ignoreValidationErrors on unavailable commands which otherwise may report "Too many arguments" (now will correctly report "Command not available at this stage. Complete required installation steps.") Thanks marclaporte
----------------------------------------------
Version 15.1
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r58835 | chibaguy | 2016-06-08 15:27:55 +0200 (Wed, 08 Jun 2016) | 1 line

[FIX] Replace wikiplugin_quote's background gif with icon font to avoid pixelation around image and enable theme-specific coloring.
----------------------------------------------
r58834 | jonnybradley | 2016-06-08 15:13:19 +0200 (Wed, 08 Jun 2016) | 1 line

[FIX] ajax: Uncover the real error if status is "200 OK" - usually that means the request completed as expected but the data returned was not in the right format, i.e. html is returned when json is expected (such as if the database disappears during the ajax request or another unhandled exception has occurred)
----------------------------------------------
r58833 | jonnybradley | 2016-06-08 14:37:51 +0200 (Wed, 08 Jun 2016) | 3 lines

[FIX] cart: Second phase of fixes for add to cart plugin ajax operation
Form class seemed to have changed mainly, still some layout issues but basically functional now
Thanks again Xavi and marclaporte
----------------------------------------------
r58831 | jonnybradley | 2016-06-08 14:16:37 +0200 (Wed, 08 Jun 2016) | 3 lines

[FIX] cart: First phase of fixes for add to cart plugin ajax operation
Mainly needed updating due to smarty inheritance changes but also recent changes in service output rendering
Thanks Xavi and marclaporte
----------------------------------------------
r58829 | xavidp | 2016-06-08 14:10:52 +0200 (Wed, 08 Jun 2016) | 1 line

[FIX]Add missing menu entry for admins to administer tokens (view currently used ones from tiki features, create tokens by hand, etc).
----------------------------------------------
r58828 | jonnybradley | 2016-06-08 13:05:01 +0200 (Wed, 08 Jun 2016) | 1 line

[FIX] list: Show popup for titles using trackerrender format (if you use {display name="tracker_field_fieldName" format="trackerrender"} rather than name="title")
----------------------------------------------
r58823 | rjsmelo | 2016-06-08 00:23:16 +0200 (Wed, 08 Jun 2016) | 2 lines

[FIX] Tracker items Export after filtering fails, https://dev.tiki.org/item5876

----------------------------------------------
r58822 | jyhem | 2016-06-08 00:08:12 +0200 (Wed, 08 Jun 2016) | 1 line

[FIX][bp/r51157] get the correct modules in the page when module section visbility is used
----------------------------------------------
r58820 | jonnybradley | 2016-06-07 19:50:08 +0200 (Tue, 07 Jun 2016) | 1 line

[FIX] login: Fix switch user again, when real names are shown on the select (the value passed back is the login so find_best_user fails but leaving that there in case somehow other setups still return the real name
----------------------------------------------
r58819 | jonnybradley | 2016-06-07 19:08:42 +0200 (Tue, 07 Jun 2016) | 1 line

[FIX] trackers: Dynamic Items List - index the value as an identifier (defaults to fulltext otherwise) and all a _text version for the label
----------------------------------------------
r58818 | jonnybradley | 2016-06-07 18:19:11 +0200 (Tue, 07 Jun 2016) | 2 lines

[FIX] trackers: Dynamic Items List - when the other field is an item link you need to get the value of that item, not use the itemId of the "this" field ItemLink.
Regression from r54193 which was such a massive commit (in the stable branch at the time?) it's hard to read whether there may be other issue, but this now seems to work on a new post 15 tracker set up using what seem to be the right options (thanks Xavi)
----------------------------------------------
r58810 | rjsmelo | 2016-06-07 08:26:33 +0200 (Tue, 07 Jun 2016) | 2 lines

[FIX] Plugin body not encoded, https://dev.tiki.org/item5873

----------------------------------------------
r58808 | jonnybradley | 2016-06-06 21:14:31 +0200 (Mon, 06 Jun 2016) | 2 lines

[FIX] kaltura: Show media selected from the list in the field (TODO add checkbox and/or a "clear" icon one day)
Thanks Xavi
----------------------------------------------
r58807 | jonnybradley | 2016-06-06 18:44:44 +0200 (Mon, 06 Jun 2016) | 1 line

[FIX] kaltura: Allow percentage width and height for kaltura players (to make them responsive, one day)
----------------------------------------------
r58805 | jonnybradley | 2016-06-06 15:41:18 +0200 (Mon, 06 Jun 2016) | 2 lines

Revert r58802: [FIX] homepage: Fix get_user_default_homepage2 so it returns other home pages than just wiki if not using group home
Seems to create new home pages randomly on some systems, such as dev.tiki.org, apologies (i left in the comment - this whole area needs some refactoring quite badly)
----------------------------------------------
r58803 | jonnybradley | 2016-06-06 15:21:34 +0200 (Mon, 06 Jun 2016) | 1 line

[FIX] homepage: Redirect to a group home page after changing password if appropriate
----------------------------------------------
r58802 | jonnybradley | 2016-06-06 15:20:07 +0200 (Mon, 06 Jun 2016) | 1 line

[FIX] homepage: Fix get_user_default_homepage2 so it returns other home pages than just wiki if not using group home
----------------------------------------------
r58801 | jonnybradley | 2016-06-06 11:57:24 +0200 (Mon, 06 Jun 2016) | 1 line

[FIX] improve default filtering
----------------------------------------------
r58795 | jonnybradley | 2016-06-05 20:18:37 +0200 (Sun, 05 Jun 2016) | 1 line

[FIX] smarty: Test whether layouts exist before using them, hopefully addresses wish5881, thanks Xavi and Gary
----------------------------------------------
r58793 | jonnybradley | 2016-06-05 19:29:41 +0200 (Sun, 05 Jun 2016) | 1 line

[FIX] Remove some more unwanted files
----------------------------------------------
r58792 | jonnybradley | 2016-06-05 18:52:09 +0200 (Sun, 05 Jun 2016) | 1 line

[FIX] clean some inputs
----------------------------------------------
r58791 | jonnybradley | 2016-06-05 18:05:22 +0200 (Sun, 05 Jun 2016) | 1 line

[FIX] sheets: Catch incorrect inputs better
----------------------------------------------
r58789 | jonnybradley | 2016-06-05 17:38:20 +0200 (Sun, 05 Jun 2016) | 1 line

[FIX] php7: Convert same named to contructors to __contructor
----------------------------------------------
r58784 | jonnybradley | 2016-06-04 18:40:13 +0200 (Sat, 04 Jun 2016) | 1 line

[FIX] search: Invalidate each object separately before adding the document to prevent tracker items (for instance) appearing in the index twice following a Files field change, as relation changes are now indexed as well as the item update (following r53489)
----------------------------------------------
r58783 | chibaguy | 2016-06-04 15:57:04 +0200 (Sat, 04 Jun 2016) | 1 line

[FIX] Enable div.checkbox to display on same line as input, etc. Correct search form colors in fivealive-lite.
----------------------------------------------
r58782 | chibaguy | 2016-06-04 10:30:23 +0200 (Sat, 04 Jun 2016) | 1 line

[FIX] Simplified layout template by removing div.pull-right from around block.quicknav to prevent overlaps caused by uncontained/clearfixed floated wiki topline icons, etc. Sites or themes that need the previous behavior (float the icons and deal with overlaps) can add a "float:right" to div.wikiactions_wrapper. Fixes bug 5973.
----------------------------------------------
r58781 | patrick-proulx | 2016-06-03 21:17:28 +0200 (Fri, 03 Jun 2016) | 2 lines

[FIX] Fixed error when two different users reported the same forum post

----------------------------------------------
r58771 | jyhem | 2016-06-02 19:51:55 +0200 (Thu, 02 Jun 2016) | 1 line

[FIX] Remove useless parameter
----------------------------------------------
r58769 | chibaguy | 2016-06-02 18:31:55 +0200 (Thu, 02 Jun 2016) | 1 line

[FIX] Changed color hex code shorthand version to long versions and upper to lower case, in .less files, for consistent compiled output (more theme files).
----------------------------------------------
r58765 | xavidp | 2016-06-02 13:12:52 +0200 (Thu, 02 Jun 2016) | 2 lines

[FIX]Allow the shopping cart profile to work "as-is" also in cases of disabled rewrite rules. Ideally it could be made optionally used a SEF-enabled or disabled, but with this fix it works at least in both cases.
[FIX]Fix display of images from the products in the Shopping Cart profile.
----------------------------------------------
r58763 | chibaguy | 2016-06-02 04:39:10 +0200 (Thu, 02 Jun 2016) | 1 line

[FIX] Changed color hex code shorthand version to long versions and upper to lower case, in .less files, for consistent compiled output (themes a-d so far).
----------------------------------------------
r58760 | jonnybradley | 2016-06-01 20:35:50 +0200 (Wed, 01 Jun 2016) | 5 lines

[FIX] installer: Attempt to address wish 5944 "missing mysql tables in tiki 12-15+ due to mysql 5.7 issues with dates"
MySQL 5.7 defaults to "STRICT" mode and so "NO_ZERO_DATE" mode is enabled (this can also be seen in previous versions using "TRADITIONAL" mode).
This results in some tables not being created on initial install, and some update scripts failing on upgrades.
This is very hard to test, please help if you can, thanks Xavi

----------------------------------------------
r58756 | jonnybradley | 2016-06-01 18:23:39 +0200 (Wed, 01 Jun 2016) | 1 line

[FIX] composer: Remove some unneeded files
----------------------------------------------
r58755 | chibaguy | 2016-06-01 18:05:45 +0200 (Wed, 01 Jun 2016) | 1 line

[FIX] Changed color hex code shorthand version to long versions, in .less files, for consistent compiled output (base_files/less/ so far).
----------------------------------------------
r58754 | nkoth | 2016-06-01 14:39:43 +0200 (Wed, 01 Jun 2016) | 2 lines

[FIX] Better label to indicate what kind of basic rule it is

----------------------------------------------
r58753 | jonnybradley | 2016-06-01 13:57:29 +0200 (Wed, 01 Jun 2016) | 1 line

[FIX] diff: missing global syntax
----------------------------------------------
r58752 | yonixxx | 2016-06-01 12:30:09 +0200 (Wed, 01 Jun 2016) | 1 line

[FIX] Admin need to know he have to able userPreferences screen so user can change site language.
----------------------------------------------
r58751 | jonnybradley | 2016-06-01 12:27:04 +0200 (Wed, 01 Jun 2016) | 1 line

[UPD] less.php from 1.7.0.9 to 1.7.0.10 (still compiles using long colour values though, sadly)
----------------------------------------------
r58745 | jonnybradley | 2016-05-31 19:50:30 +0200 (Tue, 31 May 2016) | 3 lines

[FIX] trackerlist: Fix for regressions caused by r56310 (should have been done totally differently imho, so this is a quick patch).
Change tests for $rowurl as it is always set (by code from the same commit) which was causing pointless broken links on all fields and preventing inline-editing from working (testing is good ;)
Hopefully addresses wishes 5922 and 5935, thanks Xavi
----------------------------------------------
r58744 | jonnybradley | 2016-05-31 19:37:31 +0200 (Tue, 31 May 2016) | 1 line

[FIX] mailqueue: Missing first backslash on Zend namespace
----------------------------------------------
r58743 | jyhem | 2016-05-31 16:04:53 +0200 (Tue, 31 May 2016) | 1 line

[FIX] Image descriptions were missing. New fancy tips can't be used here (feature conflict)
----------------------------------------------
r58742 | xavidp | 2016-05-31 09:55:35 +0200 (Tue, 31 May 2016) | 1 line

[FIX]Usability: add information to the user about the apparently new behavior of the 'dropdown with other' tracker field. Partly addresses the concerns and issue reported in https://dev.tiki.org/item5610 while no one figured out a better (proper) fix. thanks patrick.proulx, jonnyb, and marclaporte
----------------------------------------------
r58741 | yonixxx | 2016-05-30 18:24:52 +0200 (Mon, 30 May 2016) | 1 line

[FIX] Date was malformed if TimeAgo feature is enable.
----------------------------------------------
r58739 | jonnybradley | 2016-05-30 13:37:06 +0200 (Mon, 30 May 2016) | 1 line

[FIX] useradmin: Don't use same day (or timeago) on expiry date inputs
----------------------------------------------
r58738 | jonnybradley | 2016-05-30 13:36:20 +0200 (Mon, 30 May 2016) | 1 line

[FIX] useradmin: A quick fix to restore access to the group expiry admin table, actually restoring the link to tiki-assignuser.php which should be replaced by an ajax dialog service - TODO for Tiki 16.x (thanks Xavi)
----------------------------------------------
r58737 | jonnybradley | 2016-05-30 13:31:39 +0200 (Mon, 30 May 2016) | 1 line

[DOC] missing var type
----------------------------------------------
r58736 | jonnybradley | 2016-05-30 12:31:05 +0200 (Mon, 30 May 2016) | 1 line

[FIX] monitor: Initialize array before using it
----------------------------------------------
r58735 | chibaguy | 2016-05-30 03:03:16 +0200 (Mon, 30 May 2016) | 1 line

[FIX] Rearrange layouts/social elements to keep them on one line and without overlaps.
----------------------------------------------
r58730 | jonnybradley | 2016-05-28 19:08:24 +0200 (Sat, 28 May 2016) | 1 line

[ENH] trackers: Add a new option to specify the format string for ItemsList fields when using the displayFieldIdThere option
----------------------------------------------
r58729 | jonnybradley | 2016-05-28 19:00:14 +0200 (Sat, 28 May 2016) | 1 line

[ENH] trackers: Add a new option to specify the format string for ItemList fields when using the displayFieldsList option
----------------------------------------------
r58719 | olinuxx | 2016-05-28 01:24:26 +0200 (Sat, 28 May 2016) | 1 line

[TRA] french translations
----------------------------------------------
r58715 | xavidp | 2016-05-27 10:56:50 +0200 (Fri, 27 May 2016) | 1 line

[FIX]Usability: add menu option for payments to those users with permission to see or request payments. Thanks marclaporte
----------------------------------------------
r58712 | jonnybradley | 2016-05-26 21:11:32 +0200 (Thu, 26 May 2016) | 1 line

[FIX] trackers: Add real name to the search index as a global field is using showRealname
----------------------------------------------
r58711 | jonnybradley | 2016-05-26 20:10:11 +0200 (Thu, 26 May 2016) | 1 line

[FIX] search: Always show current type on filter form (was failing for trackeritem/tracker item)
----------------------------------------------
r58710 | jonnybradley | 2016-05-26 19:58:24 +0200 (Thu, 26 May 2016) | 1 line

[FIX] search: Layout fixes for filter form
----------------------------------------------
r58707 | yonixxx | 2016-05-26 16:04:23 +0200 (Thu, 26 May 2016) | 1 line

[SEC] Using https for linkedin share button instead of http.
----------------------------------------------
r58706 | yonixxx | 2016-05-26 10:24:46 +0200 (Thu, 26 May 2016) | 1 line

[FIX] Fixing the issue reported in the wishlist (item5825) about login setting and captcha setting being separated. Also tried to clean and to add sections for the huge list of options in the login setting page.
----------------------------------------------
r58703 | jonnybradley | 2016-05-25 20:53:35 +0200 (Wed, 25 May 2016) | 2 lines

[ENH] trackers: Deploy custom sort (by position) of tracker fields in multi-select object selectors for ItemLink and ItemsList for their "display multiple fields" options, so the fields show in the order set for the tracker. Also add parent info on the ItemsList one (thanks xavi and marclaporte)
** N.B. Will need temp/cache clearing and index rebuilding to work **
----------------------------------------------
r58702 | jonnybradley | 2016-05-25 20:49:28 +0200 (Wed, 25 May 2016) | 1 line

[ENH] object_selector_multi: Allow custom sorting of multi-select object_selectors
----------------------------------------------
r58701 | jonnybradley | 2016-05-25 19:45:30 +0200 (Wed, 25 May 2016) | 1 line

[FIX] useradmin: Obey generate_password pref and only show the button when enabled (and fix the div styles so the #genepass input doesn't overlap when shown)
----------------------------------------------
r58699 | jonnybradley | 2016-05-25 16:53:33 +0200 (Wed, 25 May 2016) | 1 line

[FIX] trackers: Make ItemLink fields which are set to be the title (and are set to render as the plain value) link to the current item or page as normal (including popup etc)
----------------------------------------------
r58696 | jonnybradley | 2016-05-25 15:00:36 +0200 (Wed, 25 May 2016) | 1 line

[FIX] search: Notices
----------------------------------------------
r58695 | jonnybradley | 2016-05-25 14:56:34 +0200 (Wed, 25 May 2016) | 1 line

[FIX] search: When using the msql engine and mysql 5.7 (or 5.6 in NO_ZERO_DATE mode) then 0000-00-00 00:00:00 being used as an "empty" date was causing multiple fatal errors, and this fix seems to prevent most of them. Should address wish5936 at least partially, will continue testing (thanks Xavi)
----------------------------------------------
r58693 | jonnybradley | 2016-05-25 13:46:11 +0200 (Wed, 25 May 2016) | 1 line

[UPD] Bootstrap Tour to 0.10.3 tagged release (was on dev-master up to now)
----------------------------------------------
r58692 | jonnybradley | 2016-05-25 13:43:49 +0200 (Wed, 25 May 2016) | 2 lines

[UPD] Ran composer update without any changes to composer.json, and most Zend components got minor updates (from 2.4.9 to 2.4.10) but also some symfony minor updates too.
Perhaps after 15.1 we should lock those packages to the current minor releases?
----------------------------------------------
r58689 | jonnybradley | 2016-05-24 19:05:49 +0200 (Tue, 24 May 2016) | 1 line

[FIX] search: Better handling #3 for ugly search results for mysql engine - remove description as it is repeated in the contents field
----------------------------------------------
r58688 | jonnybradley | 2016-05-24 19:04:27 +0200 (Tue, 24 May 2016) | 2 lines

Revert r58687: [FIX] search: Better handling for ugly search results for mysql engine by using the contents field if set (Thanks again Jyhem_laptop)
(tokens and other ugliness was appearing in some object types)
----------------------------------------------
r58687 | jonnybradley | 2016-05-24 19:01:23 +0200 (Tue, 24 May 2016) | 1 line

[FIX] search: Better handling for ugly search results for mysql engine by using the contents field if set (Thanks again Jyhem_laptop)
----------------------------------------------
r58686 | nkoth | 2016-05-24 18:21:20 +0200 (Tue, 24 May 2016) | 2 lines

[FIX] Don't ask me why but "galleryId" returned by list_file_galleries actually gives the parentId (because it is analogous to files, since it uses get_files) so action log was showing the parent's name instead of the correct file gallery name.

----------------------------------------------
r58685 | chibaguy | 2016-05-24 18:10:45 +0200 (Tue, 24 May 2016) | 1 line

[FIX] Improve preview text and styling. Remove truncating of subject and body in preview.
----------------------------------------------
r58684 | chibaguy | 2016-05-24 17:51:33 +0200 (Tue, 24 May 2016) | 1 line

[FIX] Bootstrappify form.
----------------------------------------------
r58683 | jonnybradley | 2016-05-24 16:19:15 +0200 (Tue, 24 May 2016) | 3 lines

[FIX] search: Tidy up ugly search results for mysql engine by removing more of the "internal" fields and all datetime stamps (creation date etc).
Also make the results last mod dates use the short date format (so they use timeago if enabled) and remove a duplicate tags setting in prefs.
Thanks Jyhem_
----------------------------------------------
r58682 | chibaguy | 2016-05-24 16:04:27 +0200 (Tue, 24 May 2016) | 1 line

[FIX] Finish Bootstrappifying form.
----------------------------------------------
r58681 | jonnybradley | 2016-05-24 12:50:57 +0200 (Tue, 24 May 2016) | 1 line

[FIX] list: Pass on wrap parameter to bootstrap carousel
----------------------------------------------
r58679 | jonnybradley | 2016-05-24 12:15:29 +0200 (Tue, 24 May 2016) | 2 lines

[FIX] objects: Correct wiki page object id/pagename when using wiki_url_scheme (dashes or underscores).
Should fix "Tags conflicts with SEFURL" wish5943 (thanks fvtorres) and possibly other object problems on wiki pages
----------------------------------------------
r58678 | yonixxx | 2016-05-24 10:56:46 +0200 (Tue, 24 May 2016) | 1 line

[ENH] Having the Piwik tracking code separated and saved within stats->piwik setting instead of look->custom (thanks Marc Laporte)
----------------------------------------------
r58677 | jyhem | 2016-05-23 20:09:09 +0200 (Mon, 23 May 2016) | 1 line

[FIX] Allow theme copies of searchresults-plain.tpl (tested for r58676)
----------------------------------------------
r58676 | jyhem | 2016-05-23 19:53:20 +0200 (Mon, 23 May 2016) | 1 line

[FIX] Allow theme copies of searchresults-plain.tpl
----------------------------------------------
r58674 | jonnybradley | 2016-05-23 19:50:23 +0200 (Mon, 23 May 2016) | 1 line

[FIX] trackers:  Observe SEFURL for tracker items lists
----------------------------------------------
r58673 | xavidp | 2016-05-23 19:39:29 +0200 (Mon, 23 May 2016) | 1 line

[FIX]Minor change in strings. Remove "random" from the string of the option in the dropdown, since it can be missleading for end users in cases of dynamic items list. thanks jonnyb
----------------------------------------------
r58672 | jonnybradley | 2016-05-23 18:34:26 +0200 (Mon, 23 May 2016) | 1 line

[FIX] trackers:  Don't use the object selector for ItemLink fields when displayOneItem is set to "one", and add the itemId to the titles as described when using multi mode (should address wishes 5929 and 5933, thanks Xavi and fvtorres)
----------------------------------------------
r58671 | jyhem | 2016-05-23 16:19:06 +0200 (Mon, 23 May 2016) | 1 line

[FIX] If we choose not to display the author name, do not display the 'Published By' icon
----------------------------------------------
r58656 | patrick-proulx | 2016-05-20 16:17:42 +0200 (Fri, 20 May 2016) | 2 lines

[FIX] Fixed issue with lookout action submitting an empty string as filter and running into errors since buildQuery expects and array

----------------------------------------------
r58655 | patrick-proulx | 2016-05-20 16:16:09 +0200 (Fri, 20 May 2016) | 2 lines

[FIX] Fixed issue with Vimeo API not recognizing request due to url encoding of ampersand.

----------------------------------------------
r58647 | xavidp | 2016-05-20 11:33:13 +0200 (Fri, 20 May 2016) | 1 line

[FIX]Fix documentation, since this module seems currently applicable to other tiki objects than just wiki pages
----------------------------------------------
r58644 | jonnybradley | 2016-05-19 20:00:04 +0200 (Thu, 19 May 2016) | 1 line

[FIX] kaltura: Reload player list after clearing it when updating the Kaltura contribution wizard
----------------------------------------------
r58642 | jonnybradley | 2016-05-19 18:51:13 +0200 (Thu, 19 May 2016) | 1 line

[FIX][ENH] search: Make compact mode form appear as a group (text input and button joined together) and make buttons fit in a standard module when not in compact mode)
----------------------------------------------
r58640 | jonnybradley | 2016-05-19 18:19:28 +0200 (Thu, 19 May 2016) | 1 line

[FIX] search: Fix tiki_search param handling, was getting set to a boolean but needs to be y/n/none for the template logic
----------------------------------------------
r58639 | yonixxx | 2016-05-19 17:59:08 +0200 (Thu, 19 May 2016) | 1 line

[FIX]Simple is better, work in all case now (including with new timeago) as well as for expire date (thanks Gary and Jonny)
----------------------------------------------
r58638 | yonixxx | 2016-05-19 17:50:39 +0200 (Thu, 19 May 2016) | 1 line

[FIX]Simple is better, work in all case now (including with new timeago) (thanks Gary and Jonny)
----------------------------------------------
r58636 | xavidp | 2016-05-19 13:58:10 +0200 (Thu, 19 May 2016) | 1 line

[ENH]Add some optional basic info in the log when a calendar item is added, modified or deleted. Fix missing settings after so many years from a partial commit of mine for calendar events to log those changes for anonymous users, and replace the function to currently use action log. Thanks marclaporte
----------------------------------------------
r58635 | xavidp | 2016-05-19 12:55:37 +0200 (Thu, 19 May 2016) | 1 line

[FIX]Switch wrong location of labels bytes and kb
----------------------------------------------
r58634 | xavidp | 2016-05-19 12:04:16 +0200 (Thu, 19 May 2016) | 1 line

[FIX]Restore expected navigation: once filtered by dates or whatever, send the user to the list of records, and not to the top of the page. Fix misspositioning of end tag for h2. Show link to "Statistics" at that level (and not above), and convert that to simple a link to make it work again as relative link to lower section plus not sending again wrong params and page reload which yielded no results when they had been in the previous step.
----------------------------------------------
r58629 | jonnybradley | 2016-05-18 21:17:08 +0200 (Wed, 18 May 2016) | 1 line

[FIX] mail: Show email errors on wiki page change notifications for admins (thanks Bernard, Oliver and all on the dev list)
----------------------------------------------
r58628 | jonnybradley | 2016-05-18 21:16:18 +0200 (Wed, 18 May 2016) | 1 line

[FIX] mail: Catch and log exceptions caused by invalid recipient emails (thanks Bernard, Oliver and all on the dev list)
----------------------------------------------
r58626 | jonnybradley | 2016-05-18 20:11:19 +0200 (Wed, 18 May 2016) | 1 line

[FIX] header: Add description meta tag for articles (thanks Bernard)
----------------------------------------------
r58625 | jonnybradley | 2016-05-18 19:55:49 +0200 (Wed, 18 May 2016) | 1 line

[FIX] articles: Typo (testing is good)
----------------------------------------------
r58624 | jonnybradley | 2016-05-18 19:10:47 +0200 (Wed, 18 May 2016) | 1 line

[FIX] kaltura: Clear player list when updating the Kaltura contribution wizard
----------------------------------------------
r58623 | yonixxx | 2016-05-18 17:38:32 +0200 (Wed, 18 May 2016) | 1 line

[ENH]Improving twitter and facebook tag usage and admin
----------------------------------------------
r58621 | yonixxx | 2016-05-18 17:31:40 +0200 (Wed, 18 May 2016) | 1 line

[FIX]Hidding "Published At:" in article if timeago feature is set to yes
----------------------------------------------
r58619 | jonnybradley | 2016-05-18 15:07:46 +0200 (Wed, 18 May 2016) | 1 line

[ENH] plugins: It seems many plugin params have an "accepted" property (e.g. wikiplugin_map -> controls) but this wasn't being used anywhere (afaicf) so add that to the plugin description in the edit form if present.
----------------------------------------------
r58618 | jonnybradley | 2016-05-18 13:35:40 +0200 (Wed, 18 May 2016) | 1 line

[FIX] user wizard: Default to same fields for feature_userWizardDifferentUsersFieldIds (as it's simpler, hope that's ok Xavi?)
----------------------------------------------
r58613 | yonixxx | 2016-05-17 17:07:28 +0200 (Tue, 17 May 2016) | 1 line

[ENH]Adding pref for default og and twitter tags for better Social Network sharing, like, twitting of tiki content.
----------------------------------------------
r58612 | yonixxx | 2016-05-17 17:03:51 +0200 (Tue, 17 May 2016) | 1 line

[ENH]Adding missing og and twitter tags for better Social Network sharing, like, twitting of tiki content.
----------------------------------------------
r58611 | eromneg | 2016-05-17 16:35:45 +0200 (Tue, 17 May 2016) | 1 line

[FIX] and [ENH] add missing Id keyword tag and also add reference to the new mail text customisation pref as started in 57402
----------------------------------------------
r58594 | luciash | 2016-05-13 13:34:18 +0200 (Fri, 13 May 2016) | 1 line

[ENH] use more appropriate icon for the module toggle (module flip)
----------------------------------------------
r58590 | jonnybradley | 2016-05-12 19:37:26 +0200 (Thu, 12 May 2016) | 1 line

[FIX] tracker plugin: Allow Items List fields to be used as the to or from fields in the email parameter, and show them in the form as read only labels (thanks marclaporte)
----------------------------------------------
r58587 | jonnybradley | 2016-05-12 17:48:05 +0200 (Thu, 12 May 2016) | 1 line

[FIX] kaltura: Old typo
----------------------------------------------
r58585 | jonnybradley | 2016-05-12 17:22:19 +0200 (Thu, 12 May 2016) | 2 lines

[UPD] kaltura: Update the Kaltura Client library files that were significantly out of date.
Also take the opportunity to mve them to the vendor_extra dir wherer they belong. Plus fixed a few bugs and warnings in kalturalib.php
----------------------------------------------
r58583 | jonnybradley | 2016-05-11 12:51:02 +0200 (Wed, 11 May 2016) | 1 line

[FIX] fgal admin: Make fgal_tracker_existing_search default to enabled (not even sure why it's a pref ;)
----------------------------------------------
r58581 | jonnybradley | 2016-05-11 12:45:11 +0200 (Wed, 11 May 2016) | 1 line

[FIX] fgal admin: Add missing prefs to fgal admin (fgal_tracker_existing_search and unified_trackerfield_keys) and also separate field prefs from general tracker ones to make things easier to find (hopefully)
----------------------------------------------
r58580 | jyhem | 2016-05-11 02:47:56 +0200 (Wed, 11 May 2016) | 1 line

[FIX] Allow file galleries content template feature to work without activation of other content template features
----------------------------------------------
r58575 | jonnybradley | 2016-05-10 14:30:28 +0200 (Tue, 10 May 2016) | 1 line

[FIX] kaltura: Params need to default to empty arrays, not false
----------------------------------------------
r58573 | jonnybradley | 2016-05-10 14:20:38 +0200 (Tue, 10 May 2016) | 1 line

[FIX][ENH] kaltura: Tracker field didn't have a way to set params for the wikiplugin output, so add them in a similar way to the Files field, one for lists and one main item views (thanks xavi and marclaporte)
----------------------------------------------
r58572 | jonnybradley | 2016-05-10 13:59:59 +0200 (Tue, 10 May 2016) | 1 line

[FIX] kaltura: Make it possible to remove media entries from the tracker item (and show pointer on list)
----------------------------------------------
r58571 | jonnybradley | 2016-05-10 13:55:40 +0200 (Tue, 10 May 2016) | 1 line

[FIX] kaltura: Restore lost id data attribute from media object in list
----------------------------------------------
r58570 | jonnybradley | 2016-05-10 13:29:11 +0200 (Tue, 10 May 2016) | 2 lines

[FIX][ENH] kaltura: Tracker field didn't have a way to attach existing media to the tracker item, so add a new service to do that.
TODO pagination and refactoring at some point (thanks marclaporte)
----------------------------------------------
r58569 | xavidp | 2016-05-10 09:23:21 +0200 (Tue, 10 May 2016) | 1 line

[ENH]Expose other missing info and preferences at the Upgrade Wizard about new or updated/improved features in Tiki15
----------------------------------------------
r58568 | xavidp | 2016-05-10 09:22:14 +0200 (Tue, 10 May 2016) | 1 line

[FIX]Allow to use viewerJS (when enabled) to display also ODF files (odt, ods, odp) and not just pdf files. Thanks jonnyb and marclaporte
----------------------------------------------
r58566 | jonnybradley | 2016-05-09 22:41:04 +0200 (Mon, 09 May 2016) | 1 line

[FIX] kaltura: Add media button should look like a button
----------------------------------------------
r58565 | jonnybradley | 2016-05-09 22:08:50 +0200 (Mon, 09 May 2016) | 1 line

[FIX] kaltura: Media not Mix here
----------------------------------------------
r58563 | jonnybradley | 2016-05-09 18:23:27 +0200 (Mon, 09 May 2016) | 1 line

[FIX] trackers: Autoincrement fields need to be indexed as numbers (thanks Xavi)
----------------------------------------------
Version 15.0
<http://doc.tiki.org/Tiki15>
------------------

----------------------------------------------
r58441 | jonnybradley | 2016-04-25 18:03:18 +0200 (Mon, 25 Apr 2016) | 1 line

[FIX] jslint: A couple more
----------------------------------------------
r58440 | jonnybradley | 2016-04-25 17:59:00 +0200 (Mon, 25 Apr 2016) | 2 lines

[FIX] comments: Fix code that was intended to recalculate the number of comments on a page but which never worked (not even close)
Also remove some similar code that did nothing and was commented as "This is wrong..."
----------------------------------------------
r58439 | yonixxx | 2016-04-25 17:39:16 +0200 (Mon, 25 Apr 2016) | 1 line

[FIX] Seems mail notification is not working if there is an underscore in the template name and it need to be check. In the meantime I modified the exemple so we give instruction on something that work.
----------------------------------------------
r58438 | jonnybradley | 2016-04-25 17:33:29 +0200 (Mon, 25 Apr 2016) | 1 line

[FIX] jslint: Some fixes - extra commas, undeclared var, jsdoc fix
----------------------------------------------
r58437 | jonnybradley | 2016-04-25 17:30:34 +0200 (Mon, 25 Apr 2016) | 1 line

[FIX] together: Skip minify on already minified external js file
----------------------------------------------
r58435 | jyhem | 2016-04-25 14:56:41 +0200 (Mon, 25 Apr 2016) | 1 line

[FIX] Hide broken and dangerous feature 'Users can configure modules'. See https://dev.tiki.org/item5871
----------------------------------------------
r58434 | chibaguy | 2016-04-25 14:40:21 +0200 (Mon, 25 Apr 2016) | 1 line

[FIX] Removed button styling on navigation links.
----------------------------------------------
r58431 | patrick-proulx | 2016-04-24 04:25:47 +0200 (Sun, 24 Apr 2016) | 2 lines

[FIX] Added some permissions checking for the Relations controller (currently only used by multilike) before Tiki15 launch. Relation permission mapping feature will need to be developed to be able to do proper permission checking on different types of relations. For now, the permission that needs to be set to be able to 'multilike' an item is tiki_p_comments.

----------------------------------------------
r58430 | jonnybradley | 2016-04-23 19:10:26 +0200 (Sat, 23 Apr 2016) | 1 line

[FIX] mail: Separate errors from text
----------------------------------------------
r58429 | jonnybradley | 2016-04-23 17:42:31 +0200 (Sat, 23 Apr 2016) | 1 line

[FIX] structures: Test for object view perm on structure page, not global - hopefully addresses wish5917, thanks Xavi
----------------------------------------------
r58425 | jonnybradley | 2016-04-23 14:27:24 +0200 (Sat, 23 Apr 2016) | 1 line

[FIX] mail: Restore error handling for invite temp users i removed in r58125 now that $mail->errors exists again
----------------------------------------------
r58424 | jonnybradley | 2016-04-23 14:24:32 +0200 (Sat, 23 Apr 2016) | 1 line

[FIX] mail: Restore missing $mail->errors property, and add mail sending error messages to the logs and show on the page
----------------------------------------------
r58423 | jonnybradley | 2016-04-23 14:21:59 +0200 (Sat, 23 Apr 2016) | 1 line

[FIX] admin: Test mail sending check
----------------------------------------------
r58422 | jonnybradley | 2016-04-23 14:20:21 +0200 (Sat, 23 Apr 2016) | 1 line

[DOC] add missing var types to phpdocs
----------------------------------------------
r58419 | olinuxx | 2016-04-22 23:29:02 +0200 (Fri, 22 Apr 2016) | 1 line

[DOC] include the new [TRA] tag, following https://dev.tiki.org/Commit+Code#Step_6\:_Commit_Your_Changes
----------------------------------------------
r58417 | jonnybradley | 2016-04-22 19:06:09 +0200 (Fri, 22 Apr 2016) | 1 line

[FIX] check: Display an error if fgal_enable_auto_indexing is enabled but the shell_exec command isn't as it is required, and if it is not, then don't even try to use it to avoid the many notices (thanks again Geoff)
----------------------------------------------
r58416 | jonnybradley | 2016-04-22 18:38:04 +0200 (Fri, 22 Apr 2016) | 1 line

[FIX] search: Maybe feature_search enabled by default (using the mysql engine), and make some of the result checkboxes show on basic prefs view (and add a couple of missing dependencies)
----------------------------------------------
r58414 | jonnybradley | 2016-04-22 17:37:43 +0200 (Fri, 22 Apr 2016) | 1 line

[FIX] check: Don't show file gallery indexing info when the feature is disabled, and make sure it is properly disabled by default - thanks Geoff
----------------------------------------------
r58413 | jonnybradley | 2016-04-22 17:15:09 +0200 (Fri, 22 Apr 2016) | 1 line

[FIX] check: Notices (but only on a clean install - thanks Geoff)
----------------------------------------------
r58412 | jonnybradley | 2016-04-22 16:50:00 +0200 (Fri, 22 Apr 2016) | 1 line

[FIX] installer: Fix password matching code on submit (match_pass() doesn't seem to exists any more?)
----------------------------------------------
r58411 | jonnybradley | 2016-04-22 16:47:20 +0200 (Fri, 22 Apr 2016) | 1 line

[FIX] installer: Fix clean install notices and password change redirect (seems to be valled "scratch" for some reason) - thanks Geoff
----------------------------------------------
r58408 | jonnybradley | 2016-04-22 16:31:42 +0200 (Fri, 22 Apr 2016) | 1 line

[FIX] installer: Stray closing div tag
----------------------------------------------
r58407 | jonnybradley | 2016-04-22 16:19:48 +0200 (Fri, 22 Apr 2016) | 1 line

[FIX] noscript: Disable the alert to allow js detect to run again when in the installer - could not reproduce now but the installer won't work properly without js now, so this message would be irrelevant anyway
----------------------------------------------
r58405 | jonnybradley | 2016-04-22 12:45:13 +0200 (Fri, 22 Apr 2016) | 1 line

[FIX] container: Add the Tiki version string to the container and check before using the one from the cache to avoid fatal errors on upgrades. Should address wish5915, thanks Geoff
----------------------------------------------
r58402 | jonnybradley | 2016-04-21 20:36:51 +0200 (Thu, 21 Apr 2016) | 1 line

[DIC] intl: Add alternative classes for the alpha and alnum methods
----------------------------------------------
r58401 | olinuxx | 2016-04-21 19:09:39 +0200 (Thu, 21 Apr 2016) | 1 line

[ENH] French translation in lang/fr/language.php and lang/fr/language.js
----------------------------------------------
r58399 | jonnybradley | 2016-04-21 18:30:33 +0200 (Thu, 21 Apr 2016) | 5 lines

[MOD] php-intl: Remove dependency on the php-intl extension
Add two new filters to do non-international alpha and alnum filtering if intl is not available, but fall back to the \Zend\I18n ones if it is.
Downgrade the tiki-check test from "bad" to "ugly" and remove the requirement from composer.json.
Tested with and without the extension enabled but on my localhost only so far, needs further testing before 15.0 release - thanks.

----------------------------------------------
r58398 | jonnybradley | 2016-04-21 18:05:46 +0200 (Thu, 21 Apr 2016) | 1 line

[FIX] search: Avoid js error when using a custom id for the custom search plugin (needs fixing properly)
----------------------------------------------
r58397 | jonnybradley | 2016-04-21 17:53:22 +0200 (Thu, 21 Apr 2016) | 1 line

[FIX] search: More fallout from r58351 - the value for exact_match used to work with "On" as well - the "Titles" button on the search module had stopped working
----------------------------------------------
r58395 | chibaguy | 2016-04-21 16:39:14 +0200 (Thu, 21 Apr 2016) | 1 line

[FIX] Adjust font-family and h1 size.
----------------------------------------------
r58394 | chibaguy | 2016-04-21 16:18:50 +0200 (Thu, 21 Apr 2016) | 1 line

[FIX] Adjust left-side spacing so menus and other lists fit in narrow panels (Snow/Nineties theme).
----------------------------------------------
r58393 | eromneg | 2016-04-21 15:22:59 +0200 (Thu, 21 Apr 2016) | 1 line

[FIX] align doctype labels with trackerlist usage (as they 'share' parameters) so that pluginmanager works properly for documentation
----------------------------------------------
r58392 | chibaguy | 2016-04-21 15:19:09 +0200 (Thu, 21 Apr 2016) | 1 line

[FIX] Remove background color on btn-link:hover.
----------------------------------------------
r58391 | chibaguy | 2016-04-21 15:00:12 +0200 (Thu, 21 Apr 2016) | 1 line

[FIX] Fix menu and footer link colors.
----------------------------------------------
r58390 | chibaguy | 2016-04-21 13:40:19 +0200 (Thu, 21 Apr 2016) | 1 line

[FIX] Fix magnifying glass graphic on search form input.
----------------------------------------------
r58385 | jonnybradley | 2016-04-20 18:56:59 +0200 (Wed, 20 Apr 2016) | 1 line

[FIX] css: Increase z-index on inline comment button (side effect of r57795? ;)
----------------------------------------------
r58384 | jyhem | 2016-04-20 17:44:03 +0200 (Wed, 20 Apr 2016) | 1 line

[FIX] Upgrade blog posts without broken encoding. Complements 57752 and 57891 for the obvious case of sites with no wysiwyg
----------------------------------------------
r58381 | jonnybradley | 2016-04-19 19:48:26 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] maps: Include the google maps api as an external which prevents the "included the Google Maps API multiple times on this page. This may cause unexpected errors" error.
----------------------------------------------
r58380 | chibaguy | 2016-04-19 16:43:17 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] Reinstate original copyright/author information.
----------------------------------------------
r58379 | chibaguy | 2016-04-19 16:37:52 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] Provide themes' code colors to pre.codelisting (CODE plugin).
----------------------------------------------
r58378 | chibaguy | 2016-04-19 16:35:18 +0200 (Tue, 19 Apr 2016) | 1 line

[KIL] CSS-based Less file for Cupid replaced by standard Less files.
----------------------------------------------
r58377 | chibaguy | 2016-04-19 16:33:05 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] Upgrade Cupid theme to use variables files (was using semi-obsolete CSS file previously) and fix details.
----------------------------------------------
r58376 | jyhem | 2016-04-19 16:27:47 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] Remove misleading error messages on upgrades
----------------------------------------------
r58375 | chibaguy | 2016-04-19 13:54:37 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] Correct height of topbar menu and color of nonmenu topbar links.
----------------------------------------------
r58374 | jonnybradley | 2016-04-19 11:30:17 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] tests: Update expected header test results to include orphan avoiding &nbsp; instead of the last space
----------------------------------------------
r58373 | jonnybradley | 2016-04-19 11:29:13 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] tests: Simple box is now a well class div apparently
----------------------------------------------
r58372 | jonnybradley | 2016-04-19 11:27:38 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] tests: Wiki links to non-existent pages was changed a long time ago, so update expected results to match what it does now
----------------------------------------------
r58370 | jonnybradley | 2016-04-19 01:35:03 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] tests: Remove redundant require satements (most of them were wrong and the autoloader does all this now)
----------------------------------------------
r58369 | jonnybradley | 2016-04-19 01:34:03 +0200 (Tue, 19 Apr 2016) | 1 line

[FIX] tests: Trying to get unit tests working again - phpunit has moved and some setups need php as the main command (when php is not at /usr/bin for instance)
----------------------------------------------
r58364 | jonnybradley | 2016-04-18 20:40:20 +0200 (Mon, 18 Apr 2016) | 1 line

[FIX] typo (testing is good)
----------------------------------------------
r58362 | jonnybradley | 2016-04-18 19:58:30 +0200 (Mon, 18 Apr 2016) | 1 line

[FIX] share: add admin link to title
----------------------------------------------
r58360 | jonnybradley | 2016-04-18 19:29:59 +0200 (Mon, 18 Apr 2016) | 1 line

[FIX] filegals: Use Tracker_Item perms to check backlinkPerms on tracker items instead of just the parent tracker, so ownership, status etc is taken into consideration (thanks again marcalporte)
----------------------------------------------
r58359 | jonnybradley | 2016-04-18 19:11:03 +0200 (Mon, 18 Apr 2016) | 2 lines

[FIX] filegals: Fix and simplify the logic for the backlinkPerms test in tiki-download_file.php (seemed to be doing the opposite of what it should and made all files visible for everyone when enabled)
Also added some documentation to the main function hasOnlyPrivateBacklinks - hope i got it right (thanks marcalporte)
----------------------------------------------
r58355 | jonnybradley | 2016-04-18 12:58:40 +0200 (Mon, 18 Apr 2016) | 1 line

[FIX] share: Show the "back" button after sharing (also fix incorrect closing tag on label)
----------------------------------------------
r58354 | jonnybradley | 2016-04-18 12:47:05 +0200 (Mon, 18 Apr 2016) | 1 line

[FIX] share: Only show short url when it's short (also impove bootstrappification)
----------------------------------------------
r58351 | xavidp | 2016-04-18 11:29:10 +0200 (Mon, 18 Apr 2016) | 1 line

[FIX]Return exact_match'es only when set to y. Thanks marclaporte
----------------------------------------------
r58350 | chibaguy | 2016-04-18 09:02:54 +0200 (Mon, 18 Apr 2016) | 1 line

[FIX] Improve horizontal spacing of form parts. Thanks, Marc.
----------------------------------------------
r58349 | yonixxx | 2016-04-17 20:25:17 +0200 (Sun, 17 Apr 2016) | 1 line

[TRA] Missing translation for the plugin Exercise (thanks Marc Laporte)
----------------------------------------------
r58347 | chibaguy | 2016-04-17 17:56:43 +0200 (Sun, 17 Apr 2016) | 1 line

[FIX] Finish bootstrapifying admin-profiles and remove some legacy admin CSS.
----------------------------------------------
r58346 | jonnybradley | 2016-04-17 17:07:18 +0200 (Sun, 17 Apr 2016) | 1 line

[FIX] dialogs: Do same fix for toolbar dialogs (wiki, external link etc) as for plugin forms when initiated from a bootstrap modal, which otherwise keeps hold of the keyboard focus meaning the fields in the dialog don't work.
----------------------------------------------
r58345 | rjsmelo | 2016-04-17 11:13:44 +0200 (Sun, 17 Apr 2016) | 2 lines

[FIX] Avoid trigger the validation of "other" too earlier on the process, https://dev.tiki.org/item5610

----------------------------------------------
r58344 | chibaguy | 2016-04-16 15:35:32 +0200 (Sat, 16 Apr 2016) | 1 line

[FIX] Add some white space between group selector and alert box.
----------------------------------------------
r58341 | jyhem | 2016-04-15 20:50:08 +0200 (Fri, 15 Apr 2016) | 1 line

[FIX] the Browse gallery view was broken when image descriptions were displayed
----------------------------------------------
r58339 | gezzzan | 2016-04-15 19:50:26 +0200 (Fri, 15 Apr 2016) | 1 line

[FIX] show layouts in wizard, should fix https://dev.tiki.org/item5880
----------------------------------------------
r58337 | jonnybradley | 2016-04-14 20:40:51 +0200 (Thu, 14 Apr 2016) | 1 line

[FIX] modules: Finish bootstrappification of the module edit form
----------------------------------------------
r58336 | jonnybradley | 2016-04-14 20:40:20 +0200 (Thu, 14 Apr 2016) | 1 line

[FIX] modules: Keep the same zone and position for a module when changing modules
----------------------------------------------
r58335 | jonnybradley | 2016-04-14 20:05:25 +0200 (Thu, 14 Apr 2016) | 1 line

[FIX] annotation: Recalculate containerOffset each time it's needed in case the DOM has changed (i.e. by closing a "page saved" box - thanks BSfez)
----------------------------------------------
r58334 | jonnybradley | 2016-04-14 18:19:29 +0200 (Thu, 14 Apr 2016) | 1 line

[FIX] wiki: Ignore script and style tags when importing html to a wiki page
----------------------------------------------
r58332 | chibaguy | 2016-04-14 17:47:58 +0200 (Thu, 14 Apr 2016) | 1 line

[FIX] Form-horizontal class missing; checkbox div shouldn't have form-control class.
----------------------------------------------
r58331 | chibaguy | 2016-04-14 15:56:23 +0200 (Thu, 14 Apr 2016) | 1 line

[FIX] Images should be responsive (conform to small screen size) in page view. (Forgot to commit CSS with r58318.)
----------------------------------------------
r58330 | chibaguy | 2016-04-14 13:17:20 +0200 (Thu, 14 Apr 2016) | 1 line

[FIX] Default width "auto" causes the input to overflow outside of narrow divs (for example, search form input in 2-8-2 layout side column).
----------------------------------------------
r58329 | chibaguy | 2016-04-14 13:11:03 +0200 (Thu, 14 Apr 2016) | 1 line

[FIX] Class "well" causes styling that's too strong in some themes; replaced with a set of horizontal rules; repositioned "or" to be more noticeable.
----------------------------------------------
r58326 | luciash | 2016-04-14 11:16:17 +0200 (Thu, 14 Apr 2016) | 1 line

[FIX] popup box to select visible calendars shown underneath events details (using fullcalendar) - https://dev.tiki.org/item5904
----------------------------------------------
r58324 | gezzzan | 2016-04-13 21:12:20 +0200 (Wed, 13 Apr 2016) | 1 line

[FIX] allow larger images to display on mouseover if responsive is set to yes. addresses https://dev.tiki.org/item5895
----------------------------------------------
r58322 | jonnybradley | 2016-04-13 18:43:40 +0200 (Wed, 13 Apr 2016) | 1 line

[FIX] tokens: Make token auth sharing work with sefurl enabled
----------------------------------------------
r58321 | jonnybradley | 2016-04-13 18:37:14 +0200 (Wed, 13 Apr 2016) | 1 line

[DOC] add missing var type
----------------------------------------------
r58320 | jonnybradley | 2016-04-13 17:24:02 +0200 (Wed, 13 Apr 2016) | 1 line

[FIX] timeago: Allow dates in the future to show as dates in the future (it's optional?)
----------------------------------------------
r58319 | jonnybradley | 2016-04-13 17:19:04 +0200 (Wed, 13 Apr 2016) | 1 line

[FIX] tokens: Various fixes and cosmetic improvements to the token admin list, to try and get (some of) the most important info to be visible without scrolling the responsive (but annoying) table
----------------------------------------------
r58318 | chibaguy | 2016-04-13 07:48:51 +0200 (Wed, 13 Apr 2016) | 1 line

[FIX] Images should be responsive (conform to small screen size) in page view.
----------------------------------------------
r58316 | jonnybradley | 2016-04-12 20:27:31 +0200 (Tue, 12 Apr 2016) | 1 line

[FIX] codemirror: Replace deprecated setLine calls with replaceRange (thanks wewe, should address wish5909?)
----------------------------------------------
r58313 | jonnybradley | 2016-04-12 19:06:29 +0200 (Tue, 12 Apr 2016) | 1 line

[FIX] filegals: List directories when duplicating a gallery, even if the explorer and path are disabled (thanks marclaporte)
----------------------------------------------
r58310 | jonnybradley | 2016-04-12 14:14:25 +0200 (Tue, 12 Apr 2016) | 1 line

[UPD] htmlpurifier from 4.6.0 to 4.7.0
----------------------------------------------
r58308 | chibaguy | 2016-04-12 11:34:52 +0200 (Tue, 12 Apr 2016) | 1 line

[FIX] [NEW] Add missing screenshot thumbnail for default (Bootstrap) theme.
----------------------------------------------
r58307 | jonnybradley | 2016-04-12 11:31:23 +0200 (Tue, 12 Apr 2016) | 1 line

[FIX] googleanalytics: Introduced in 14, not 3
----------------------------------------------
r58305 | yonixxx | 2016-04-12 09:55:16 +0200 (Tue, 12 Apr 2016) | 1 line

[FIX] Filtering tracker was broken because an error in the filtering syntax
----------------------------------------------
r58304 | yonixxx | 2016-04-12 09:32:26 +0200 (Tue, 12 Apr 2016) | 1 line

[TRA] Adding translation
----------------------------------------------
r58303 | yonixxx | 2016-04-12 08:04:26 +0200 (Tue, 12 Apr 2016) | 1 line

[FIX] Broken string blocking translation
----------------------------------------------
r58302 | jyhem | 2016-04-11 23:03:58 +0200 (Mon, 11 Apr 2016) | 1 line

[FIX] filegals: Pre-select the currently-known mime-type for files - should address wish5870
----------------------------------------------
r58297 | jonnybradley | 2016-04-11 18:06:07 +0200 (Mon, 11 Apr 2016) | 1 line

[FIX] wysiwyg: Check the autosave image exists before changing the icon
----------------------------------------------
r58296 | jonnybradley | 2016-04-11 18:05:24 +0200 (Mon, 11 Apr 2016) | 1 line

[FIX] tracker: Don't warn on leaving the (main) page if the modal has been closed without saving
----------------------------------------------
r58294 | gezzzan | 2016-04-11 16:24:40 +0200 (Mon, 11 Apr 2016) | 1 line

[FIX][UX] positioning of user tracker link
----------------------------------------------
r58203 | ohertel | 2016-04-06 16:53:32 +0200 (Wed, 06 Apr 2016) | 1 line

[FIX] missing ticks around index variable
----------------------------------------------
r58200 | jonnybradley | 2016-04-06 16:41:58 +0200 (Wed, 06 Apr 2016) | 1 line

[FIX] lang: Results of running "php get_strings.php" - translators please double check
----------------------------------------------
r58198 | jonnybradley | 2016-04-06 16:30:24 +0200 (Wed, 06 Apr 2016) | 1 line

[FIX] search: Remove term_vector from Whole and MultivaluePlain type mappings - appears to be unnecessary and possibly was causing weird mapping errors on incremental indexing (N.B. you should rebuild your index completely following this change)
----------------------------------------------
r58197 | chibaguy | 2016-04-06 16:23:16 +0200 (Wed, 06 Apr 2016) | 1 line

[FIX] Reinstated panel-title class on h2 post title. Some themes lost necessary coloring when the class was removed.
----------------------------------------------
r58196 | jyhem | 2016-04-06 16:21:43 +0200 (Wed, 06 Apr 2016) | 1 line

[FIX] Revert r58194 so as to fix issue with as little impact on existing Tiki14 as possible (thanks Jonny)
----------------------------------------------
r58195 | chibaguy | 2016-04-06 13:05:45 +0200 (Wed, 06 Apr 2016) | 1 line

[FIX] Fix for https://dev.tiki.org/item5884 - "make icons bigger (for human fingers in smartphones)" - Basically returned to default tab properties.
----------------------------------------------
r58194 | jyhem | 2016-04-06 12:51:47 +0200 (Wed, 06 Apr 2016) | 1 line

[FIX] Reverts r58189. Better fix for http://dev.tiki.org/item5882
----------------------------------------------
r58193 | jonnybradley | 2016-04-06 12:49:19 +0200 (Wed, 06 Apr 2016) | 1 line

Revert r58192: 160406 Avoid crash with invalid timezones maybe (meant to save it as a patch, apologies)
----------------------------------------------
r58192 | jonnybradley | 2016-04-06 12:47:48 +0200 (Wed, 06 Apr 2016) | 1 line

160406 Avoid crash with invalid timezones maybe
----------------------------------------------
r58191 | yonixxx | 2016-04-06 12:35:54 +0200 (Wed, 06 Apr 2016) | 1 line

[Fix] To avoid that the text of the admin buttons overflow the button itself and is not visible.
----------------------------------------------
r58190 | yonixxx | 2016-04-06 11:43:37 +0200 (Wed, 06 Apr 2016) | 1 line

[DOC] Adding help text to use an image from file gallery in the image annotation plugin
----------------------------------------------
r58189 | jyhem | 2016-04-06 11:35:34 +0200 (Wed, 06 Apr 2016) | 1 line

[FIX] Fix regression by putting back the quick reminder of who is logged in.
----------------------------------------------
r58183 | patrick-proulx | 2016-04-05 19:03:12 +0200 (Tue, 05 Apr 2016) | 2 lines

[FIX] Reverted r58179 as it should have been pushed to trunk rather than 15.x

----------------------------------------------
r58182 | ohertel | 2016-04-05 18:37:27 +0200 (Tue, 05 Apr 2016) | 1 line

[DOC] tiki.org is https by default
----------------------------------------------
r58181 | chibaguy | 2016-04-05 17:47:54 +0200 (Tue, 05 Apr 2016) | 1 line

[FIX] Reduce inconsistencies between Bootstrap and CSS menus; fix a few menu details in themes.
----------------------------------------------
r58179 | patrick-proulx | 2016-04-05 17:33:54 +0200 (Tue, 05 Apr 2016) | 4 lines

[ENH] Added a controller function to be able to change a user's avatar in a bootstrap modal rather than having to navigate away and go to tiki-pick_avatar.

Needed to make some adjustments to form submission in tiki-jquery.js since the old way of serializing form data didn't work for files. The FormData call used for files is buggy in IE though so I made a check to only submit using FormData() if there was a file submitted directly in the form. 

----------------------------------------------
r58178 | jyhem | 2016-04-05 16:46:15 +0200 (Tue, 05 Apr 2016) | 1 line

[FIX] Bootstrapify self-registration fields like other tracker input fields
----------------------------------------------
r58172 | ohertel | 2016-04-04 22:12:31 +0200 (Mon, 04 Apr 2016) | 1 line

[FIX] TZ leap-seconds.list broke tiki-user_preferences.php
----------------------------------------------
r58171 | jonnybradley | 2016-04-04 18:48:52 +0200 (Mon, 04 Apr 2016) | 1 line

[FIX] texttarea: Finally update the warning about session timeout - ajax preview doesn't reset the timer (not sure if it resets the session though, hard to tell... thanks ohertel)
----------------------------------------------
r58170 | chibaguy | 2016-04-04 10:39:50 +0200 (Mon, 04 Apr 2016) | 1 line

[FIX] Print wiki page (tiki-print.php?page=) should have white background and black foreground colors. Thanks to Tiki user John Morris for reporting.
----------------------------------------------
r58169 | gezzzan | 2016-04-04 08:20:30 +0200 (Mon, 04 Apr 2016) | 1 line

[FIX][UX] fix download icon and some code styling
----------------------------------------------
r58166 | lindonb | 2016-04-03 01:31:14 +0200 (Sun, 03 Apr 2016) | 1 line

[UPD] Update tablesorter to latest version 2.25.7
----------------------------------------------
r58164 | lindonb | 2016-04-03 01:12:12 +0200 (Sun, 03 Apr 2016) | 1 line

[FIX] wiki list pages: should have been committed with r58101 - redo workaround to reflect proper initial sort order and behavior for tablesorter.
----------------------------------------------
r58162 | jonnybradley | 2016-04-02 18:50:15 +0200 (Sat, 02 Apr 2016) | 1 line

[FIX] miniquiz: Partial tidy up of the miniquiz plugin - support for more than 3 wrong answers, keep previous answers selected, better button classes, removed some debug code etc (thanks xavi and marclaporte)
----------------------------------------------
r58161 | jonnybradley | 2016-04-02 17:01:14 +0200 (Sat, 02 Apr 2016) | 1 line

[FIX] notice (thanks ohertel)
----------------------------------------------
r58158 | jonnybradley | 2016-04-02 12:57:49 +0200 (Sat, 02 Apr 2016) | 1 line

[FIX] connection: Better to keep the db error file off the site root and away from direct access by search engines for instance
----------------------------------------------
r58156 | jonnybradley | 2016-04-02 12:46:42 +0200 (Sat, 02 Apr 2016) | 1 line

[MOD] connection: Don't redirect to the installer if the database is set up but unavailable - display an html page instead as discussed (thanks Geoff)
----------------------------------------------
r58153 | gezzzan | 2016-04-01 22:45:22 +0200 (Fri, 01 Apr 2016) | 1 line

[FIX][UX] Move server fitness to a link instead of a remarksbox
----------------------------------------------
r58151 | jonnybradley | 2016-04-01 19:25:32 +0200 (Fri, 01 Apr 2016) | 1 line

[FIX] intertiki: Make the client key read only (as changing it doesn't work, but looks like it did) and add auth check warnings on removing hosts and servers
----------------------------------------------
r58150 | jonnybradley | 2016-04-01 18:57:41 +0200 (Fri, 01 Apr 2016) | 1 line

[FIX] intertiki: Checkbox for wrong pref set used "Intertiki Server enabled" (been like that for a very long time - most odd)
----------------------------------------------
r58149 | ohertel | 2016-04-01 16:44:13 +0200 (Fri, 01 Apr 2016) | 1 line

[fix] missing issets
----------------------------------------------
r58146 | jonnybradley | 2016-04-01 13:02:46 +0200 (Fri, 01 Apr 2016) | 1 line

[UPD] re-ran composer update including require-dev as is needed now (apologies)
----------------------------------------------
r58145 | jonnybradley | 2016-04-01 12:57:02 +0200 (Fri, 01 Apr 2016) | 1 line

[UPD] jquery and jquery-migrate to 2.2.2 and 1.4.0 - solves issues with incorrectly reported deprecation notices
----------------------------------------------
r58142 | jonnybradley | 2016-04-01 11:07:51 +0200 (Fri, 01 Apr 2016) | 1 line

[FIX] notices (thanks ohertel)
----------------------------------------------
r58141 | jyhem | 2016-04-01 09:16:47 +0200 (Fri, 01 Apr 2016) | 1 line

[FIX] remove false error warning
----------------------------------------------
r58139 | jonnybradley | 2016-03-31 17:51:52 +0200 (Thu, 31 Mar 2016) | 1 line

[SVN] ignore custom.xml file
----------------------------------------------
r58131 | jonnybradley | 2016-03-30 17:46:28 +0200 (Wed, 30 Mar 2016) | 1 line

[FIX] temp users: Add another feature conflict warning for user_unique_email (couldn't get it to work, or even report a valid error, when emails were duplicated - and checking for unused but valid tokens to warn about it would be complex (thanks BSfez and marclaporte)
----------------------------------------------
r58130 | jonnybradley | 2016-03-30 17:16:28 +0200 (Wed, 30 Mar 2016) | 1 line

[FIX] temp users: Missed another incorrect default path setting (hopefully all now, why so many? ;)
----------------------------------------------
r58129 | jonnybradley | 2016-03-30 17:15:07 +0200 (Wed, 30 Mar 2016) | 1 line

[FIX] admin: Make autofocus work on more browsers, remove incorrect "search" html role and delete some old comments
----------------------------------------------
r58128 | jonnybradley | 2016-03-30 17:04:44 +0200 (Wed, 30 Mar 2016) | 1 line

[FIX] admin: Remove strange 1 millisecond "animation" which jumps the single search result almost off the top of the page, making it hard to notice (and css should be used for the highlighting if really necessary) - thanks BSfez
----------------------------------------------
r58126 | jonnybradley | 2016-03-30 14:32:42 +0200 (Wed, 30 Mar 2016) | 1 line

[FIX] temp users: Missed placeholder for default path on last commit
----------------------------------------------
r58125 | jonnybradley | 2016-03-30 14:21:12 +0200 (Wed, 30 Mar 2016) | 1 line

[FIX] temp users: Make default path index.php as the temp user may have a group home set (and so not have permission to view any wiki pages)
----------------------------------------------
r58124 | jonnybradley | 2016-03-30 14:12:40 +0200 (Wed, 30 Mar 2016) | 1 line

[FIX] alerts: Remove annoying white margin on #alert-wrapper feedback boxes (thanks BSfez)
----------------------------------------------
r58123 | jonnybradley | 2016-03-30 13:57:54 +0200 (Wed, 30 Mar 2016) | 1 line

[FIX] temp users: Display a warning if login_is_email is enabled as the whole feature fails very badly in that case (TODO fix it one day) and add another missing var type on a phpdoc
----------------------------------------------
r58122 | jonnybradley | 2016-03-30 13:34:41 +0200 (Wed, 30 Mar 2016) | 1 line

[DOC] tokens: Missing param type
----------------------------------------------
r58121 | jonnybradley | 2016-03-30 13:32:15 +0200 (Wed, 30 Mar 2016) | 1 line

[MOD] temp users: Add autocomplete to the group input (sadly we can't do multiple values any more but better than nothing)
----------------------------------------------
r58120 | jyhem | 2016-03-29 21:00:33 +0200 (Tue, 29 Mar 2016) | 1 line

[FIX] It is much better to use real characters than encode accents
----------------------------------------------
r58119 | jyhem | 2016-03-29 18:29:11 +0200 (Tue, 29 Mar 2016) | 1 line

[FIX] Don't attempt to create tables which exist already. Less upgrade false errors
----------------------------------------------
r58118 | jonnybradley | 2016-03-29 16:50:41 +0200 (Tue, 29 Mar 2016) | 1 line

[FIX] smarty: Stray capture tag (causing problems in smarty v3.1.29)
----------------------------------------------
r58117 | yonixxx | 2016-03-29 12:34:02 +0200 (Tue, 29 Mar 2016) | 1 line

[FIX] Sending browsertitle to make it better (thanks Jonny)
----------------------------------------------
r58116 | jonnybradley | 2016-03-29 11:45:40 +0200 (Tue, 29 Mar 2016) | 1 line

[FIX] filegals: Fix sort direction regression from r57569 (thanks Jyhem)
----------------------------------------------
r58115 | yonixxx | 2016-03-29 10:39:23 +0200 (Tue, 29 Mar 2016) | 1 line

[FIX] Missing translation tags
----------------------------------------------
r58114 | yonixxx | 2016-03-29 10:34:00 +0200 (Tue, 29 Mar 2016) | 1 line

[FIX] Correcting wrong syntax in mail - sorry hard to test from local
----------------------------------------------
r58111 | yonixxx | 2016-03-29 10:13:08 +0200 (Tue, 29 Mar 2016) | 1 line

[FIX] Sending server name instead of clickable url to avoid confusion
----------------------------------------------
r58106 | patrick-proulx | 2016-03-28 17:13:07 +0200 (Mon, 28 Mar 2016) | 2 lines

[FIX] Made ti such that when returning topic titles in the Controller, if there is no title, it returns a snippet. Fixes issues with returning a list of empty bullet points (overrides commit r58104)

----------------------------------------------
r58105 | jonnybradley | 2016-03-28 17:09:57 +0200 (Mon, 28 Mar 2016) | 1 line

[FIX] button: Remove unnecessary javascript prefix from onclick value, hopefully might fix occasional "ReferenceError: flip is not defined" on wiki file attachments button (needs properly overhauling, ancient code)
----------------------------------------------
r58102 | lindonb | 2016-03-28 15:47:42 +0200 (Mon, 28 Mar 2016) | 1 line

[FIX] wiki list pages: use actual sort_mode name
----------------------------------------------
r58101 | lindonb | 2016-03-28 15:46:53 +0200 (Mon, 28 Mar 2016) | 1 line

[FIX] wiki list pages: redo workaround to reflect proper initial sort order and behavior for tablesorter
----------------------------------------------
r58099 | chibaguy | 2016-03-28 14:58:00 +0200 (Mon, 28 Mar 2016) | 1 line

[FIX] Add vertical space between form components when they wrap (typically in side columns, so in a panel div).
----------------------------------------------
r58098 | chibaguy | 2016-03-28 14:44:27 +0200 (Mon, 28 Mar 2016) | 1 line

[FIX] Enable search input and buttons to display inline if space permits (changed the form to class form-inline and adjusted details). Thanks, Marc.
----------------------------------------------
r58096 | jonnybradley | 2016-03-28 14:08:52 +0200 (Mon, 28 Mar 2016) | 1 line

[FIX] filegals: Truncate filenames and titles to the max size of the columns in the database (thanks marclaporte)
----------------------------------------------
r58095 | jonnybradley | 2016-03-28 13:23:04 +0200 (Mon, 28 Mar 2016) | 1 line

[FIX] img plugin: Use original data for SVG images if the preg_replace size correction fails (& try to provide an error report) and also make them observe the "responsive" parameter
----------------------------------------------
r58093 | jonnybradley | 2016-03-28 12:55:08 +0200 (Mon, 28 Mar 2016) | 1 line

[MOD] filegals: Make file_galleries_use_jquery_upload default to enabled (as discussed on dev list)
----------------------------------------------
r58092 | jonnybradley | 2016-03-28 12:52:36 +0200 (Mon, 28 Mar 2016) | 3 lines

[bp/r57868][UPD] elFinder: Updated to branch 2.1.x but still on my fork
Rebuilt from scratch and only three of the previous fixes applied (which i will try and push upstream) 
[bp/r57981][UPD] elFinder: Updated to branch 2.1.x but still on my fork - Some missing new files from r57868
----------------------------------------------
r58089 | rjsmelo | 2016-03-28 02:38:28 +0200 (Mon, 28 Mar 2016) | 2 lines

[FIX] Mail Queue undefined method Zend\Mail\Message::getRecipients in 15.x, https://dev.tiki.org/item5866

----------------------------------------------
r58088 | ameoba32 | 2016-03-27 15:28:49 +0200 (Sun, 27 Mar 2016) | 1 line

[FIX] Remove tracker image with inline editing rating https://dev.tiki.org/item5855
----------------------------------------------
r58086 | jyhem | 2016-03-27 10:47:13 +0200 (Sun, 27 Mar 2016) | 1 line

Rolling back 58085. That was already done in 57394
----------------------------------------------
r58085 | jyhem | 2016-03-27 01:24:28 +0100 (Sun, 27 Mar 2016) | 1 line

[UX][bp/r58084] Now that we have a page explaining what the feature is about, link to it (thanks Gary)
----------------------------------------------
r58082 | ameoba32 | 2016-03-26 23:35:56 +0100 (Sat, 26 Mar 2016) | 1 line

[FIX] Fixed unvote option with "0" rating https://dev.tiki.org/item5852
----------------------------------------------
r58081 | ameoba32 | 2016-03-26 22:50:34 +0100 (Sat, 26 Mar 2016) | 1 line

[FIX] Fixed rating with AJAX update https://dev.tiki.org/item5852
----------------------------------------------
r58080 | chibaguy | 2016-03-26 19:44:07 +0100 (Sat, 26 Mar 2016) | 1 line

[FIX] Inappropriate use of table class on fieldset (maybe was to set the bottom margin). Caused background color problem in some themes.
----------------------------------------------
r58077 | jonnybradley | 2016-03-26 15:12:45 +0100 (Sat, 26 Mar 2016) | 1 line

[FIX] kaltura: Move check for service URL into the admin page to prevent ServiceCircularReferenceException form the dependency injection system (thanks marclaporte)
----------------------------------------------
r58076 | gezzzan | 2016-03-26 09:12:53 +0100 (Sat, 26 Mar 2016) | 1 line

[FIX][UX] few more ux fixes (copyright, description, etc)
----------------------------------------------
r58075 | jyhem | 2016-03-25 22:22:11 +0100 (Fri, 25 Mar 2016) | 1 line

[FIX] Ensure 'List Pages' leads to the proper tab in menu 42
----------------------------------------------
r58070 | luciash | 2016-03-23 22:54:14 +0100 (Wed, 23 Mar 2016) | 1 line

[FIX] do not scroll to top when clicking the wrench icon
----------------------------------------------
r58067 | patrick-proulx | 2016-03-23 20:15:34 +0100 (Wed, 23 Mar 2016) | 2 lines

[FIX] Fixed the forum post reporting screen to use object link rather than title since it breaks if you don't use titles in your forum posts

----------------------------------------------
r58066 | patrick-proulx | 2016-03-23 20:10:29 +0100 (Wed, 23 Mar 2016) | 2 lines

[FIX] Minor fixes - removed unnecessary break point and adjusted title var name for it to work properly. 

----------------------------------------------
r58064 | patrick-proulx | 2016-03-23 19:52:37 +0100 (Wed, 23 Mar 2016) | 2 lines

[FIX] Fixed issue where the sorting of forums in $_REQUEST wasn't working if you had a default sort order set for your forum. Also did a bit of refactoring to avoid duplicate code. 

----------------------------------------------
r58060 | gezzzan | 2016-03-23 17:25:36 +0100 (Wed, 23 Mar 2016) | 1 line

[FIX] wiki copyright notices appeared even when turned off, thanks jonnyb
----------------------------------------------
r58059 | patrick-proulx | 2016-03-23 16:51:42 +0100 (Wed, 23 Mar 2016) | 2 lines

[FIX] Made some forum fixes. Added an achor tag so that when you post a new comment, the window scrolls to it, rather than just showing you the empty comment box. Also fixed pagination/'position fetch' issues in paginated flat forums so that you are properly brought to the comment (after posting or in object_link) 

----------------------------------------------
r58057 | jonnybradley | 2016-03-23 14:27:45 +0100 (Wed, 23 Mar 2016) | 2 lines

[FIX] trackers: Catch missing tracker config errors for ItemLink, for instance if the linked tracker or field doesn't exist, and show a useful message instead of the field (instead of a 500 server error)
Thanks marclaporte
----------------------------------------------
r58056 | jonnybradley | 2016-03-23 14:00:06 +0100 (Wed, 23 Mar 2016) | 2 lines

[FIX] ajax: Display uncaught AJAX errors, for instance from a modal being loaded from a service which may contain currupt html, so all we can do (i think) is display the statusText.
Also convert deprecated ajaxSetup:complete to global ajaxComplete for other favorite-toggle event
----------------------------------------------
r58055 | chibaguy | 2016-03-23 11:44:53 +0100 (Wed, 23 Mar 2016) | 1 line

[FIX] Update Image Gallery feature with Bootstrap layout (it is deprecated, but apparently still used, so consistent UI is probably good).
----------------------------------------------
r58054 | chibaguy | 2016-03-23 06:43:47 +0100 (Wed, 23 Mar 2016) | 1 line

[FIX] Fix layout of parameters of Find in file gallery.
----------------------------------------------
r58050 | jonnybradley | 2016-03-21 20:02:33 +0100 (Mon, 21 Mar 2016) | 1 line

[FIX] menu mod: navbar_brand logo URL is not a y/n value
----------------------------------------------
r58048 | jonnybradley | 2016-03-21 17:34:51 +0100 (Mon, 21 Mar 2016) | 1 line

[FIX] icons: Var $sizeuser was not set, presumably $size was intended
----------------------------------------------
r58047 | eromneg | 2016-03-21 16:27:36 +0100 (Mon, 21 Mar 2016) | 1 line

[FIX] further commit following 58041 to fix the replyto option when throttling is also used plus a few additional screen messages when throttling is being used
----------------------------------------------
r58046 | luciash | 2016-03-21 14:49:45 +0100 (Mon, 21 Mar 2016) | 1 line

[ENH][UX] add the container class div around the php errors to have proper left and right margins
----------------------------------------------
r58045 | luciash | 2016-03-21 14:39:12 +0100 (Mon, 21 Mar 2016) | 1 line

[KIL] templates/styles - remove obsolete empty directory from VCS
----------------------------------------------
r58044 | luciash | 2016-03-21 14:35:56 +0100 (Mon, 21 Mar 2016) | 1 line

[ENH][UX] search module: add the .form class from tiki_base.css to have some padding around the controls by default
----------------------------------------------
r58043 | jonnybradley | 2016-03-21 13:55:52 +0100 (Mon, 21 Mar 2016) | 1 line

[FIX] filegals: Use the same logic for whether a user can edit or browse this gallery as used in the edit_file_gallery.tpl
----------------------------------------------
r58042 | jonnybradley | 2016-03-21 13:49:17 +0100 (Mon, 21 Mar 2016) | 1 line

[FIX] filegals: Fix logic for whether a user can edit this gallery (not idea as there's no edit_file_gallery perm)
----------------------------------------------
r58041 | eromneg | 2016-03-21 10:42:04 +0100 (Mon, 21 Mar 2016) | 1 line

[FIX] the 'reply to' email option was not passing the data through the various steps. This commit does not completely fix the problem if the 'throttling' option is being used as the 'resumed' steps lose the replyto content - needs a further change in the .tpl file
----------------------------------------------
r58040 | chibaguy | 2016-03-21 10:20:14 +0100 (Mon, 21 Mar 2016) | 1 line

[FIX] Navbar-left class was interfering with grid class widths of modules in navbar.
----------------------------------------------
r58038 | lindonb | 2016-03-21 05:08:00 +0100 (Mon, 21 Mar 2016) | 1 line

[FIX] wiki list pages: typo in default sortorder and place default as the first select option
----------------------------------------------
r58037 | lindonb | 2016-03-21 05:06:30 +0100 (Mon, 21 Mar 2016) | 1 line

[FIX] tablesorter: properly reflect the initial server-side sort order in the sort icons and behavior upon click (better but not working perfectly).
----------------------------------------------
r58034 | lindonb | 2016-03-20 22:26:25 +0100 (Sun, 20 Mar 2016) | 1 line

[FIX] tablesorter: expanding number of rows using the pager dropdown wasn't working in plugin list
----------------------------------------------
r58033 | lindonb | 2016-03-20 22:24:44 +0100 (Sun, 20 Mar 2016) | 2 lines

smarty notices

----------------------------------------------
r58030 | lindonb | 2016-03-20 21:14:51 +0100 (Sun, 20 Mar 2016) | 2 lines

[DOC] tablesorter: update parameter documentation

----------------------------------------------
r58028 | lindonb | 2016-03-20 21:08:41 +0100 (Sun, 20 Mar 2016) | 2 lines

[ENH] tablesorter: add ability to set total format by column; also changes the function of the total parameters

----------------------------------------------
r58026 | gezzzan | 2016-03-20 20:32:52 +0100 (Sun, 20 Mar 2016) | 1 line

[FIX][UX] Applying 1/3 label, 2/3 input ratio
----------------------------------------------
r58025 | jonnybradley | 2016-03-20 19:51:14 +0100 (Sun, 20 Mar 2016) | 1 line

[FIX] list: Add missing pause parameter to the div data attributes (so it can be disabled)
----------------------------------------------
r58021 | rjsmelo | 2016-03-20 18:11:59 +0100 (Sun, 20 Mar 2016) | 2 lines

[FIX] Sheet profile Handler doesn't get sheet content added, https://dev.tiki.org/item5725

----------------------------------------------
r58020 | jonnybradley | 2016-03-20 17:08:11 +0100 (Sun, 20 Mar 2016) | 1 line

[FIX] notifs: Use sefurl for filegal notifications
----------------------------------------------
r58018 | chibaguy | 2016-03-20 11:34:51 +0100 (Sun, 20 Mar 2016) | 1 line

[FIX] Add numbers to differentiate the two "Fixed top navbar" layout template names in the L&F selector. Thanks, Jyhem.
----------------------------------------------
r58017 | gezzzan | 2016-03-20 10:46:05 +0100 (Sun, 20 Mar 2016) | 1 line

[FIX] various fixes for copyright feature (tpl usage and styling, adding feature context, removing unnecessary pref files and some more)
----------------------------------------------
r58016 | rjsmelo | 2016-03-20 10:38:46 +0100 (Sun, 20 Mar 2016) | 2 lines

[FIX] Ensure that charset is set on the newsletter message

----------------------------------------------
r58014 | lindonb | 2016-03-20 06:01:03 +0100 (Sun, 20 Mar 2016) | 2 lines

[ENH] tablesorter: add tablesorter table functions to plugin list

----------------------------------------------
r58012 | lindonb | 2016-03-19 23:48:56 +0100 (Sat, 19 Mar 2016) | 2 lines

[FIX] tablesorter: setting tstotals to y wasn't working

----------------------------------------------
r58011 | lindonb | 2016-03-19 23:47:33 +0100 (Sat, 19 Mar 2016) | 2 lines

[FIX] tablesorter: trim user input so that it works even with spaces

----------------------------------------------
r58010 | lindonb | 2016-03-19 23:45:34 +0100 (Sat, 19 Mar 2016) | 2 lines

[FIX] tablesorter: remove unused variable

----------------------------------------------
r58009 | lindonb | 2016-03-19 23:44:15 +0100 (Sat, 19 Mar 2016) | 2 lines

[FIX] tablesorter: Change hidden bottom pager from visibility:hidden to display:none; bind events based on new tablesorter-ready event; reveal table later; don't duplicate bind commands.

----------------------------------------------
r58007 | gezzzan | 2016-03-19 21:38:45 +0100 (Sat, 19 Mar 2016) | 1 line

[FIX] month names did not appear well for special characters (strange, that server local is used instead using somekind of tiki setting)
----------------------------------------------
r58006 | jyhem | 2016-03-19 19:48:36 +0100 (Sat, 19 Mar 2016) | 1 line

[ENH] Add missing IDs for more efficient selection of layout blocks (for javascript purposes) (thanks chibaguy)
----------------------------------------------
r58003 | gezzzan | 2016-03-19 16:51:40 +0100 (Sat, 19 Mar 2016) | 1 line

[FIX][UX] Handle private post same way
----------------------------------------------
r58002 | gezzzan | 2016-03-19 16:03:02 +0100 (Sat, 19 Mar 2016) | 1 line

[FIX][UX] some more blog UI fixes
----------------------------------------------
r57999 | chibaguy | 2016-03-19 12:41:40 +0100 (Sat, 19 Mar 2016) | 1 line

[FIX] Improve interface strings, especially adding hyphen in compound modifier ("comma-separated").
----------------------------------------------
r57998 | chibaguy | 2016-03-19 11:20:38 +0100 (Sat, 19 Mar 2016) | 1 line

[FIX] Changed "Category" to "Classification". Apparently current implementation is different from docs.
----------------------------------------------
r57997 | gezzzan | 2016-03-19 09:45:24 +0100 (Sat, 19 Mar 2016) | 1 line

[FIX][UX] moving blog actions to separate tpl, allow title to have the actions in the same row 
----------------------------------------------
r57996 | gezzzan | 2016-03-19 09:34:29 +0100 (Sat, 19 Mar 2016) | 1 line

[FIX][UX] Blog post editing fields, also set categorize.tpl's default to 1/3-2/3 propotion
----------------------------------------------
r57995 | chibaguy | 2016-03-19 09:00:41 +0100 (Sat, 19 Mar 2016) | 1 line

[FIX] Replace table header's unintuitive abbreviations with full words and make table responsive.
----------------------------------------------
r57994 | ameoba32 | 2016-03-19 00:10:04 +0100 (Sat, 19 Mar 2016) | 1 line

[FIX] Fixed rating for negative options https://dev.tiki.org/item5852
----------------------------------------------
r57993 | luciash | 2016-03-18 21:30:40 +0100 (Fri, 18 Mar 2016) | 1 line

[ENH][UX] articles: bottom action menu better to drop up
----------------------------------------------
r57989 | luciash | 2016-03-18 20:28:18 +0100 (Fri, 18 Mar 2016) | 1 line

[FIX] correct the remote path and use the same theme as in the installer (actually vanilla Bootstrap CSS)
----------------------------------------------
r57987 | luciash | 2016-03-18 19:42:55 +0100 (Fri, 18 Mar 2016) | 1 line

[FIX] blogs: action menu better to drop up
----------------------------------------------
r57985 | patrick-proulx | 2016-03-18 19:32:23 +0100 (Fri, 18 Mar 2016) | 2 lines

[FIX] Fixed issue with modal content being wiped when not using the pre-generated tiki modals. Focused the wiping more specifically on these modals rather than on all modals. 

----------------------------------------------
r57984 | luciash | 2016-03-18 19:23:13 +0100 (Fri, 18 Mar 2016) | 1 line

[MOD] we do not support IE8 anymore
----------------------------------------------
r57982 | jonnybradley | 2016-03-18 15:35:43 +0100 (Fri, 18 Mar 2016) | 1 line

[MOD] pdf: Better default for ViewerJS install path, because vendors can get reset sometimes by composer and also now it matches the doc page https://doc.tiki.org/PDF#ViewerJS
----------------------------------------------
r57979 | jonnybradley | 2016-03-18 13:19:47 +0100 (Fri, 18 Mar 2016) | 2 lines

[FIX] alias: Restore previous behaviour for normal aliases, which was to redirect to the correct page name - and use 301 permanent redirect better for SEO
(n.b. 302 was used in previous versions for this, but from my understanding 301 is better for this use case, i.e. having long lasting redirects for misspellings and abbreviations of page names etc)
----------------------------------------------
r57977 | jonnybradley | 2016-03-18 13:00:00 +0100 (Fri, 18 Mar 2016) | 1 line

[FIX] alias: Fix case where normal page aliases were no longer being found in some cases when combined with prefixaliases, as on doc.t.o (thanks chibaguy)
----------------------------------------------
r57976 | jonnybradley | 2016-03-18 12:35:53 +0100 (Fri, 18 Mar 2016) | 1 line

[FIX] titles: Unescape help urls so they are the actual page name of the help page on doc.t.o, as these are escaped in the title function and have been for quite a long time (thanks chibaguy)
----------------------------------------------
r57955 | jyhem | 2016-03-17 20:34:52 +0100 (Thu, 17 Mar 2016) | 1 line

Copyright bumped to 2016 Happy new year (again)
----------------------------------------------
r57937 | jyhem | 2016-03-17 20:20:19 +0100 (Thu, 17 Mar 2016) | 1 line

Copyright bumped to 2016 Happy new year
----------------------------------------------
r57936 | patrick-proulx | 2016-03-17 20:03:38 +0100 (Thu, 17 Mar 2016) | 3 lines

[FIX] Minor fixes to avoid warnings


----------------------------------------------
r57934 | jonnybradley | 2016-03-17 19:24:36 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] lang: get_strings again following get_class fix r57933
----------------------------------------------
r57933 | jonnybradley | 2016-03-17 19:23:19 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] lang: Don't try and translate the contents of the get_class function, use a tr param
----------------------------------------------
r57932 | jonnybradley | 2016-03-17 19:12:07 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] lang: Duplicated translation in de/js (hope i kept the right one?)
----------------------------------------------
r57931 | jonnybradley | 2016-03-17 19:09:39 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] lang: Ran get_strings.php - translators please check all is ok, thanks
----------------------------------------------
r57930 | jonnybradley | 2016-03-17 18:57:40 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] lang: Missing comma in he/js
----------------------------------------------
r57929 | jonnybradley | 2016-03-17 18:41:15 +0100 (Thu, 17 Mar 2016) | 2 lines

[FIX] registration: Fix confusion over user_register_prettytracker_tpl pref overriding the tpl parameter, and test that pref for whether it's a wiki page of a .tpl file.
Hope it resolves 5857, thanks Jyhem
----------------------------------------------
r57928 | jonnybradley | 2016-03-17 18:05:47 +0100 (Thu, 17 Mar 2016) | 2 lines

[FIX] full-calendar: Bootstrap modal was still appearing behind the backdrop sometimes despite r57821 (i only fixed event edit, not add new...)
Thanks taylordustin, hopefully addresses wish5858?
----------------------------------------------
r57926 | jonnybradley | 2016-03-17 17:48:18 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] annotation: Allow links to not show (by default), centre text vertically in the popover (by removing the bottom margin from all popover paragraphs), and add a short delay to popover hide so you can get to the popover to click the link (if showing) Thanks BSfez and marclaporte
----------------------------------------------
r57924 | yonixxx | 2016-03-17 16:39:04 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] Improving translation.
----------------------------------------------
r57923 | yonixxx | 2016-03-17 16:25:34 +0100 (Thu, 17 Mar 2016) | 1 line

[BP/r57912] Improving description ans adding missing information on the plugin help.
----------------------------------------------
r57922 | yonixxx | 2016-03-17 16:19:55 +0100 (Thu, 17 Mar 2016) | 1 line

[BP/r57911] [UI] Removing punctuation to avoid troubles if user use copy/paste
----------------------------------------------
r57921 | chibaguy | 2016-03-17 16:00:50 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] Left-align link text in dropdown-menu items ("More") (override align-center of .btn class).
----------------------------------------------
r57920 | chibaguy | 2016-03-17 15:50:26 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] Improve interface strings including fixing typos and grammatical errors and using more natural expressions.
----------------------------------------------
r57919 | chibaguy | 2016-03-17 15:48:41 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] Replace table-for-layout with Bootstrap media classes.
----------------------------------------------
r57917 | jonnybradley | 2016-03-17 14:31:34 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] plugin edit: Some minor bootstrappification to the plugin edit form, looks a bit nicer now, but is still in a jquery-ui dialog
----------------------------------------------
r57916 | jonnybradley | 2016-03-17 14:26:02 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] notifs: Use sefurl for comment notifications
----------------------------------------------
r57915 | jonnybradley | 2016-03-17 14:24:37 +0100 (Thu, 17 Mar 2016) | 1 line

[FIX] plugins: Plugins are no long cached according to textarea (if they ever were?) so clear the cache for each language with the same key as they were cached with in \WikiLib::list_plugins (thanks BSfez)
----------------------------------------------
r57910 | jyhem | 2016-03-16 17:18:19 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX] SEO was broken because of zero h1 tag in article display pages
----------------------------------------------
r57909 | jyhem | 2016-03-16 15:14:13 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX][UX] Replace obscure cache:clear default which made everybody believe it was not working with the most used (all) option
----------------------------------------------
r57906 | patrick-proulx | 2016-03-16 14:07:42 +0100 (Wed, 16 Mar 2016) | 2 lines

[FIX] Made a fix to the expiry 'translation' to properly put in days instead of hours

----------------------------------------------
r57905 | chibaguy | 2016-03-16 11:06:51 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX] Max height caused overlapping in small screens; other rules not necessary.
----------------------------------------------
r57903 | chibaguy | 2016-03-16 09:32:33 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX] Use link styling for navigation.
----------------------------------------------
r57901 | chibaguy | 2016-03-16 05:57:53 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX] Use link styling for navigation. Add icons.
----------------------------------------------
r57900 | chibaguy | 2016-03-16 03:54:59 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX] Use link styling for navigation. (Print button doesn't do anything.)
----------------------------------------------
r57898 | chibaguy | 2016-03-16 03:40:48 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX] Naming consistency: other admin pages use the form: "Admin ___".
----------------------------------------------
r57895 | chibaguy | 2016-03-16 03:17:40 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX] Naming consistency: other object lists (forums, etc.) don't use "list of" in page or tab titles.
----------------------------------------------
r57894 | chibaguy | 2016-03-16 03:13:06 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX] Add margin between form and following panel.
----------------------------------------------
r57892 | chibaguy | 2016-03-16 02:39:00 +0100 (Wed, 16 Mar 2016) | 1 line

[FIX] Add margin between select and remarks box.
----------------------------------------------
r57891 | jyhem | 2016-03-15 18:49:02 +0100 (Tue, 15 Mar 2016) | 1 line

[FIX] Complements 57752 by handling upgrades from previous corrupt blog data storage
----------------------------------------------
r57889 | chibaguy | 2016-03-15 16:00:09 +0100 (Tue, 15 Mar 2016) | 1 line

[FIX] Use link styling for navigation; Bootstrapifying a form, etc.
----------------------------------------------
r57886 | jonnybradley | 2016-03-14 22:23:07 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX] chosen: Update tiki-bootstrap-chosen.less as it was a little out of date, but mainly comment out position: relative on chosen-results to make scrolling work properly again
----------------------------------------------
r57885 | jonnybradley | 2016-03-14 22:19:53 +0100 (Mon, 14 Mar 2016) | 1 line

[UPD] chosen: Update to latest v1.5.1
----------------------------------------------
r57882 | jonnybradley | 2016-03-14 21:37:48 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX] menus: Use SEFURL for links in admin menu options, also don't escape as url which incorrectly encodes "?" and "=" etc (thanks marclaporte)
----------------------------------------------
r57881 | jonnybradley | 2016-03-14 19:52:54 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX] showtikiorg: Two missing variables, $user must be the global, and i believe $creator should be the username input parameter (taken from get_item_creator on the tracker item)
----------------------------------------------
r57880 | jonnybradley | 2016-03-14 19:44:33 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX] showtikiorg: Another instance of hard-coded version strings updated (removed 13.x, added 15.x)
----------------------------------------------
r57879 | gezzzan | 2016-03-14 19:41:45 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX][UX] misplaced auto toc preference legend
----------------------------------------------
r57878 | jonnybradley | 2016-03-14 19:19:23 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX] tour: Triggering other popovers were making tour steps disappear, seems the class changed (back to the default tout-tour), thanks chibaguy
----------------------------------------------
r57876 | jonnybradley | 2016-03-14 13:28:42 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX] btn-links: Conform to using btn-link class for "navigation" links (formerly button looking things)
----------------------------------------------
r57875 | jonnybradley | 2016-03-14 13:21:33 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX] perms link: Use the icon for button link mode (all the other btn-link class "navigation" buttons use icons so this needs to conform to the convention imho)
----------------------------------------------
r57874 | jonnybradley | 2016-03-14 12:45:09 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX] upload: Curly brackets the wrong way round on syntax tips
----------------------------------------------
r57873 | chibaguy | 2016-03-14 06:55:29 +0100 (Mon, 14 Mar 2016) | 1 line

[FIX] Bootstrappify form, replace legacy classes with panel for menu preview. (BTW, the preview wasn't actually working even before this commit's edits.)
----------------------------------------------
r57871 | lindonb | 2016-03-14 03:07:24 +0100 (Mon, 14 Mar 2016) | 2 lines

[FIX] use __construct instead of same function name as class name to avoid deprecated error in php7

----------------------------------------------
r57870 | gezzzan | 2016-03-13 22:19:11 +0100 (Sun, 13 Mar 2016) | 1 line

[FIX][UX] cleaning up a bit more the properties tab of editpage
----------------------------------------------
r57867 | jonnybradley | 2016-03-13 18:18:36 +0100 (Sun, 13 Mar 2016) | 2 lines

[FIX] installer: Run initialize_prefs by including lib/setup/prefs.php which updates the prefs to their defaults following a clean install
(makes "PHP Errors Visible to Admin only" checked correctly by default, for instance)
----------------------------------------------
r57865 | jonnybradley | 2016-03-13 17:11:26 +0100 (Sun, 13 Mar 2016) | 3 lines

Revert r57864: [FIX] composer: Lock file after updating with --no-dev option (thanks Lindon)
It seem we need to run update wihtout the no-dev option, but always run install with it (especially when releasing)

----------------------------------------------
r57864 | jonnybradley | 2016-03-13 17:05:00 +0100 (Sun, 13 Mar 2016) | 1 line

[FIX] composer: Lock file after updating with --no-dev option (thanks Lindon)
----------------------------------------------
r57863 | lindonb | 2016-03-13 16:17:58 +0100 (Sun, 13 Mar 2016) | 1 line

[UPD] commit composer.lock too since composer.json was (inadvertantly) committed with r57861. There's about a thousand lines of new packages where ''"packages-dev": null' used to be - is that right?
----------------------------------------------
r57862 | chibaguy | 2016-03-13 13:56:03 +0100 (Sun, 13 Mar 2016) | 1 line

[FIX] Replace deprecated inline syntax with classes.
----------------------------------------------
r57861 | lindonb | 2016-03-13 05:00:46 +0100 (Sun, 13 Mar 2016) | 1 line

install notices
----------------------------------------------
r57859 | lindonb | 2016-03-13 04:42:15 +0100 (Sun, 13 Mar 2016) | 1 line

[UX] bootstrappify
----------------------------------------------
r57857 | gezzzan | 2016-03-12 23:43:42 +0100 (Sat, 12 Mar 2016) | 1 line

[FIX][UX] applying 1/3 label - 2/3 input ratio for wiki page properties tab. I know it might be too late and probably should not have done, but it is such a core thing at is was still looking so messy.. feel free to roll back if you think otherwise
----------------------------------------------
r57855 | chibaguy | 2016-03-12 15:53:41 +0100 (Sat, 12 Mar 2016) | 1 line

[FIX] Adjust autotoc CSS following removal of .nav-tabs class.
----------------------------------------------
r57854 | chibaguy | 2016-03-12 15:48:32 +0100 (Sat, 12 Mar 2016) | 1 line

[FIX] Inline code styling: border added. Also Dark Shine theme details.
----------------------------------------------
r57852 | jonnybradley | 2016-03-12 14:04:10 +0100 (Sat, 12 Mar 2016) | 1 line

[FIX] sutotoc: Remove nav-tabs class and role from the scrollspy list, not needed and misleading as they're not tabs (thanks chibaguy)
----------------------------------------------
r57848 | jonnybradley | 2016-03-10 20:04:21 +0100 (Thu, 10 Mar 2016) | 1 line

[FIX] rss: Convert dates to int's for new (more picky) Zend 2 Feed Writer (should close wish5842 thanks Geoff)
----------------------------------------------
r57847 | jonnybradley | 2016-03-10 19:49:20 +0100 (Thu, 10 Mar 2016) | 1 line

[FIX] list plugin: Show error if tablesorter is being used wihtout the feature being enabled
----------------------------------------------
r57846 | yonixxx | 2016-03-10 14:58:54 +0100 (Thu, 10 Mar 2016) | 1 line

[UX] Typo (tks jonnyB).
----------------------------------------------
r57845 | yonixxx | 2016-03-10 08:30:46 +0100 (Thu, 10 Mar 2016) | 1 line

[UX] Adding information where Tiki saves files by default.
----------------------------------------------
r57843 | nkoth | 2016-03-09 23:31:52 +0100 (Wed, 09 Mar 2016) | 2 lines

[bp/r57840][FIX] Further to r45031, $_SERVER['SCRIPT_NAME'] in addition to $_SERVER['PHP_SELF'] needs to be fixed as well in sefurl case to avoid edge case bugs due to checking of the $_SERVER['SCRIPT_NAME'] in various cases. Also preserve path in $_SERVER['PHP_SELF'] which is original behavior in case it's needed.

----------------------------------------------
r57842 | gezzzan | 2016-03-09 22:03:31 +0100 (Wed, 09 Mar 2016) | 1 line

[FIX] limit wiki page layout selection, fix for https://dev.tiki.org/item5848
----------------------------------------------
r57648 | amette | 2016-02-28 19:25:43 +0100 (Sun, 28 Feb 2016) | 2 lines

[FIX] Syntax

----------------------------------------------
r57647 | jonnybradley | 2016-02-28 19:16:06 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] lang: Missing quotes on a translation string (hopefully get_strings will fix the rest?)
----------------------------------------------
r57639 | jonnybradley | 2016-02-28 18:43:42 +0100 (Sun, 28 Feb 2016) | 2 lines

[FIX] links: Update links to info pages

----------------------------------------------
r57638 | yonixxx | 2016-02-28 18:28:21 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] Removing strains from html4
----------------------------------------------
r57636 | jonnybradley | 2016-02-28 18:21:16 +0100 (Sun, 28 Feb 2016) | 3 lines

[FIX] upload: Use the controller input instead of the default $_REQUEST to get the file's wiki syntax, so the filegal_manager param gets picked up correctly.
Thanks luciash, should fix wish5833?

----------------------------------------------
r57635 | yonixxx | 2016-02-28 18:07:43 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] Changing link to Facebook new button to login
----------------------------------------------
r57634 | jonnybradley | 2016-02-28 18:01:19 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] jquery2: Replace deprecated calls to old functions and some jslint fixes for release
----------------------------------------------
r57633 | yonixxx | 2016-02-28 18:00:46 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] Correcting link
----------------------------------------------
r57631 | yonixxx | 2016-02-28 17:54:48 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] Wrong paste of notice corrected
----------------------------------------------
r57630 | yonixxx | 2016-02-28 17:37:20 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] Fixing dead and not secure links
----------------------------------------------
r57628 | jonnybradley | 2016-02-28 16:50:22 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] sql: Missing ENGINE=MyISAM (re #1.3.4. MyISAM on https://dev.tiki.org/How+to+release)
----------------------------------------------
r57626 | chibaguy | 2016-02-28 12:51:12 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] Link type button shouldn't have gradient background.
----------------------------------------------
r57625 | chibaguy | 2016-02-28 12:41:21 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] Bad text color contrast in small screen menu dropdown.
----------------------------------------------
r57624 | jyhem | 2016-02-28 11:12:04 +0100 (Sun, 28 Feb 2016) | 1 line

[SEC] Minor issue, no intrusion potential. Adapt to modern browsers stopping respecting autocomplete=off. Keep avoiding distracted users mistakenly auto-filling user credentials in wrong preferences. 
----------------------------------------------
r57623 | gezzzan | 2016-02-28 08:35:29 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] have the same order of language name and code as in other tpl-s
----------------------------------------------
r57622 | gezzzan | 2016-02-28 00:19:56 +0100 (Sun, 28 Feb 2016) | 1 line

[FIX] fixing mod-translation display for page translation
----------------------------------------------
r57621 | gezzzan | 2016-02-27 23:25:17 +0100 (Sat, 27 Feb 2016) | 1 line

[FIX] various fixes for page translations (step1 for https://dev.tiki.org/item5819)
----------------------------------------------
r57618 | jonnybradley | 2016-02-27 20:08:00 +0100 (Sat, 27 Feb 2016) | 1 line

[FIX] autocomplete: Trigger the change event on autocomplete inputs when they lose focus. Should address wish5823 (thanks BSfez)
----------------------------------------------
r57617 | jonnybradley | 2016-02-27 19:27:46 +0100 (Sat, 27 Feb 2016) | 2 lines

[FIX] annotations: Clean up unnecessary "cid" parameters on most of the functions.
No longer needed as it's set in the closure scope, plus rename it to something more useful (containerId)
----------------------------------------------
r57616 | jonnybradley | 2016-02-27 19:13:41 +0100 (Sat, 27 Feb 2016) | 6 lines

[FIX] annotations: Obey edit perms and add a checkbox to enable/disable editing when permitted.
Go to target URL when not editing and show a tooltip/title of the URL.
Fix box drawing so it stops flickering.
Move box styling to LESS/CSS.
(Thanks marclaporte and BSfez)

----------------------------------------------
r57615 | jonnybradley | 2016-02-27 17:02:11 +0100 (Sat, 27 Feb 2016) | 1 line

[FIX] login-box: Sort out form layout in login box, especially popup mode and make remind and register links visible in fivealive themes
----------------------------------------------
r57613 | jonnybradley | 2016-02-27 13:26:40 +0100 (Sat, 27 Feb 2016) | 1 line

[FIX] jquery2: Replace deprecated calls to old functions
----------------------------------------------
r57611 | jonnybradley | 2016-02-26 18:50:06 +0100 (Fri, 26 Feb 2016) | 1 line

[FIX] locking: Structure locking now happens on the top wiki page rather than the structure id, due to the perms issues fixed in r57572 and r57573, but i missed some other uses which were still based on the page_ref_id (thanks Geoff)
----------------------------------------------
r57609 | jonnybradley | 2016-02-26 18:31:26 +0100 (Fri, 26 Feb 2016) | 1 line

[FIX] login: Partial rollback of r57129 - no idea what was intended on this line but this commit broke being able to switch back to the original user following an "su" switch
----------------------------------------------
r57608 | jonnybradley | 2016-02-26 17:55:08 +0100 (Fri, 26 Feb 2016) | 5 lines

[FIX] search: Make "highlight search words in results" work again (i believe the change to using smarty inheritance broke it in Tiki 13+)
Also extend it to work for unified search as well - i added a new pref unified_highlight_results for this as it was never a part of uni-search before and some may find the feature unwelcome. Maybe it should default to enabled?
Currently working for tiki-searchindex.php and custom search plugins only.
Should address wish5826, thanks BSfez

----------------------------------------------
r57607 | chibaguy | 2016-02-26 14:43:41 +0100 (Fri, 26 Feb 2016) | 1 line

[FIX] Bad text color contrast in small screen menu dropdown. Thanks, Marc.
----------------------------------------------
r57606 | jyhem | 2016-02-26 14:19:34 +0100 (Fri, 26 Feb 2016) | 1 line

[FIX] Bootstrapify ugly action links
----------------------------------------------
r57605 | chibaguy | 2016-02-26 13:40:27 +0100 (Fri, 26 Feb 2016) | 1 line

[FIX] Don't use button styling for navigation links (also fixes a color contrast issue).
----------------------------------------------
r57603 | patrick-proulx | 2016-02-25 19:39:06 +0100 (Thu, 25 Feb 2016) | 2 lines

[FIX] Fixed a previous incomplete commit with userlink (r57593)

----------------------------------------------
r57602 | chibaguy | 2016-02-25 19:24:22 +0100 (Thu, 25 Feb 2016) | 1 line

[FIX] Div.sitetitles also needs left margin especially when there's no grid div parent and no site logo.
----------------------------------------------
r57601 | chibaguy | 2016-02-25 19:08:56 +0100 (Thu, 25 Feb 2016) | 1 line

[FIX] Site logo image doesn't need the left margin when the module is in a grid div, which has 15px left padding, so reduce the scope of the rule accordingly.
----------------------------------------------
r57598 | jyhem | 2016-02-25 17:41:43 +0100 (Thu, 25 Feb 2016) | 1 line

[ENH] User experience: allow very common scenario of posting one post after the other in same blog
----------------------------------------------
r57597 | yonixxx | 2016-02-25 13:02:38 +0100 (Thu, 25 Feb 2016) | 1 line

[FIX]Bad attemp fixed - oups
----------------------------------------------
r57596 | yonixxx | 2016-02-25 12:36:40 +0100 (Thu, 25 Feb 2016) | 1 line

[ENH]Improving search panel so basic and default are set right and remarks accordingly
----------------------------------------------
r57595 | patrick-proulx | 2016-02-24 19:13:29 +0100 (Wed, 24 Feb 2016) | 2 lines

[FIX] fixed bug in socialnetworkslib where the 'autogenerate login' pref was not being applied to logins generated through social network registration

----------------------------------------------
r57594 | patrick-proulx | 2016-02-24 19:10:23 +0100 (Wed, 24 Feb 2016) | 2 lines

[FIX] fixed a parameter in a query to use [] instead of "*" as the expected parameter is an Array.

----------------------------------------------
r57593 | patrick-proulx | 2016-02-24 19:08:39 +0100 (Wed, 24 Feb 2016) | 2 lines

[FIX] Fixed issue with userlink not returning a link (only returned the name) if you asked it not to include the user popup.

----------------------------------------------
r57591 | jonnybradley | 2016-02-24 18:59:07 +0100 (Wed, 24 Feb 2016) | 2 lines

[FIX] annotations: Boxes now happen where you click, restored the missing link input (but not sure what it should do yet), jQuerified the javascript and bootstrappified the form
Better, but more to come...
----------------------------------------------
r57590 | jonnybradley | 2016-02-24 16:06:42 +0100 (Wed, 24 Feb 2016) | 3 lines

[FIX] annotations: Step one in fixing and modernising the annotations plugin:
Move the javascript out to a static file for easier management, minification and caching
Also begin to convert to jQuery (thanks BSfez and marclaporte)
----------------------------------------------
r57589 | jonnybradley | 2016-02-24 13:33:36 +0100 (Wed, 24 Feb 2016) | 2 lines

[FIX] filegals: SEFURL links on file galleries were broken (still using & instead of ?) when using a filegals_manager popup
e.g. when editing an image plugin fileId param from the edit form
----------------------------------------------
r57588 | jonnybradley | 2016-02-24 11:45:54 +0100 (Wed, 24 Feb 2016) | 1 line

[FIX] jslint: Missing semicolon
----------------------------------------------
r57586 | yonixxx | 2016-02-23 22:29:19 +0100 (Tue, 23 Feb 2016) | 1 line

[FIX]Improving admin search panel and adding search to basic preferences. Improving text and tips accordingly
----------------------------------------------
r57584 | yonixxx | 2016-02-23 21:03:37 +0100 (Tue, 23 Feb 2016) | 1 line

[TRA]Missing translation
----------------------------------------------
r57578 | yonixxx | 2016-02-23 18:57:48 +0100 (Tue, 23 Feb 2016) | 1 line

[FIX]Setting back the User's Homepage field in the user preference
----------------------------------------------
r57575 | jonnybradley | 2016-02-23 18:22:06 +0100 (Tue, 23 Feb 2016) | 1 line

[FIX] structures: Restore the missing top page action icons which have been missing for many versions (thanks again Geoff)
----------------------------------------------
r57574 | jonnybradley | 2016-02-23 17:18:25 +0100 (Tue, 23 Feb 2016) | 1 line

[DOC] structures: Add a note about the object type weirdness for wiki structures. Hopefully to be resolved properly in trunk one day (for Tiki 16?)
----------------------------------------------
r57573 | jonnybradley | 2016-02-23 17:04:25 +0100 (Tue, 23 Feb 2016) | 2 lines

[FIX] structures: Fix perm checking on structures to use the permissions applied to the top wiki page - part two

----------------------------------------------
r57572 | jonnybradley | 2016-02-23 16:34:20 +0100 (Tue, 23 Feb 2016) | 3 lines

[FIX] structures: Fix perm checking on structures to use the permissions applied to the top wiki page in the structure instead of the actual "wiki structure" type object, because these cannot have permissions directly on them, or be categorised etc.
Also change the remove structure permission to require admin_structure instead of just edit (thanks Geoff, closer now?)

----------------------------------------------
r57569 | jonnybradley | 2016-02-23 12:53:13 +0100 (Tue, 23 Feb 2016) | 1 line

[FIX] filegals: Move the default_view setting from the middle of the "items to display" section up to the top when editing file galleries where it should be
----------------------------------------------
r57568 | jonnybradley | 2016-02-23 12:15:41 +0100 (Tue, 23 Feb 2016) | 2 lines

[FIX] css: Change the code colours from being the same as "text-danger" for a more calming appearance.
Only done on jqui so far pending review and feedback... (did i do it right?)
----------------------------------------------
r57567 | jonnybradley | 2016-02-23 12:02:12 +0100 (Tue, 23 Feb 2016) | 1 line

[FIX] img: Change the default img plugin params from 'thumb="y" rel="box[g]"' to thumb="box" to help simplify the markup and the appearance of the img plugin popup edit form
----------------------------------------------
r57563 | chibaguy | 2016-02-22 10:57:22 +0100 (Mon, 22 Feb 2016) | 1 line

[FIX] Wrong class used for text-type buttons, causing bad color contrast on hover. Thanks, Bernard.
----------------------------------------------
r57559 | jonnybradley | 2016-02-21 17:38:33 +0100 (Sun, 21 Feb 2016) | 1 line

[FIX] jquery_timeago: Timeago doesn't work inside another tag (i.e. in this title attribute)
----------------------------------------------
r57558 | chibaguy | 2016-02-21 15:47:57 +0100 (Sun, 21 Feb 2016) | 1 line

[FIX] Shamrock Bootswatch theme rebuilt using a bootstrap-variables.less file (was distributed CSS only).
----------------------------------------------
r57557 | chibaguy | 2016-02-21 15:14:03 +0100 (Sun, 21 Feb 2016) | 1 line

[FIX] Only nobox=y modules need the 15px left and right padding in the footer module zone (Powered by, etc.).
----------------------------------------------
r57555 | jonnybradley | 2016-02-20 17:39:05 +0100 (Sat, 20 Feb 2016) | 1 line

[FIX] mobile: Fix selector for images using photoswipe (touch screen replacement for colorbox)
----------------------------------------------
r57552 | rjsmelo | 2016-02-20 13:01:24 +0100 (Sat, 20 Feb 2016) | 2 lines

[FIX] Update PluginVersions to Bootstrap classes, also move css changes done in r57508 and r57516 to less and regenerate css, https://dev.tiki.org/item5782

----------------------------------------------
r57551 | jonnybradley | 2016-02-19 19:04:29 +0100 (Fri, 19 Feb 2016) | 1 line

[FIX] img: Implement the sort_order parameter (which curiously wasn't connected to anything). Also add random to the sort order options.
----------------------------------------------
r57550 | jonnybradley | 2016-02-19 18:06:09 +0100 (Fri, 19 Feb 2016) | 1 line

[FIX] img: Use the image name for the title when title=name even if the plugin "desc" isn't set
----------------------------------------------
r57549 | jonnybradley | 2016-02-19 17:56:08 +0100 (Fri, 19 Feb 2016) | 1 line

[FIX] img: Use the image name from the database if set for the alt tag if other options are empty
----------------------------------------------
r57548 | jonnybradley | 2016-02-19 15:42:36 +0100 (Fri, 19 Feb 2016) | 1 line

[FIX] multitiki: Add trailing new line char on virtuals.inc contents
----------------------------------------------
r57547 | jonnybradley | 2016-02-19 15:23:35 +0100 (Fri, 19 Feb 2016) | 1 line

[FIX] maps: Remove a couple more left over maps mapserver references
----------------------------------------------
r57546 | jonnybradley | 2016-02-19 15:15:58 +0100 (Fri, 19 Feb 2016) | 1 line

[FIX] maps: Remove left over maps dir formerly used by mapserver feature
----------------------------------------------
r57545 | jonnybradley | 2016-02-19 15:11:08 +0100 (Fri, 19 Feb 2016) | 1 line

[FIX] maps: "Available tile layers on maps" should be stable enough by now to not be considered experimental
----------------------------------------------
r57541 | jonnybradley | 2016-02-17 16:56:07 +0100 (Wed, 17 Feb 2016) | 1 line

[FIX] trackers: When (for what ever reason) more than one tracker field is set to be the title, use the first one in the order the fields have been saved in (thanks marclaporte)
----------------------------------------------
r57540 | jonnybradley | 2016-02-17 16:20:25 +0100 (Wed, 17 Feb 2016) | 3 lines

[FIX] search: Improve exact and quoted text search results for elasticsearch.
Not 100% perfect (to retain support for elastic v1.x) but adding the AND operator at least makes most phrases match more accurately.
MySQL and Lucene seem to be ok in this respect already (thanks marclaporte)
----------------------------------------------
r57539 | gezzzan | 2016-02-17 12:24:00 +0100 (Wed, 17 Feb 2016) | 1 line

[FIX] missing permission check, adding upload translation button
----------------------------------------------
r57538 | gezzzan | 2016-02-17 12:23:13 +0100 (Wed, 17 Feb 2016) | 1 line

[FIX] list item should be inside the foreach, better for bootstrap
----------------------------------------------
r57536 | chibaguy | 2016-02-17 11:35:12 +0100 (Wed, 17 Feb 2016) | 1 line

[FIX] Added some contributed string translations (by Lauren Mariko Cunningham-Lee).
----------------------------------------------
r57535 | jyhem | 2016-02-16 18:53:00 +0100 (Tue, 16 Feb 2016) | 1 line

completes 57528 with better blending with CSS of nearby items
----------------------------------------------
r57534 | jyhem | 2016-02-16 17:30:22 +0100 (Tue, 16 Feb 2016) | 1 line

[ENH] Provide missing description
----------------------------------------------
r57533 | chibaguy | 2016-02-16 16:07:34 +0100 (Tue, 16 Feb 2016) | 1 line

[FIX] Correct location for global rule.
----------------------------------------------
r57532 | chibaguy | 2016-02-16 15:53:16 +0100 (Tue, 16 Feb 2016) | 1 line

[SVN]Revert changes in previous commit. (My local, changed composer.lock was committed by mistake.)
----------------------------------------------
r57531 | chibaguy | 2016-02-16 15:46:24 +0100 (Tue, 16 Feb 2016) | 1 line

[FIX] Restore CSS for Fullscreen button position; use icon sets for button image.
----------------------------------------------
r57529 | chibaguy | 2016-02-16 14:58:49 +0100 (Tue, 16 Feb 2016) | 1 line

[FIX] Bad white space around CAPTCHA image and regenerate button in small device view. Thanks to Marc.
----------------------------------------------
r57528 | jyhem | 2016-02-16 10:06:45 +0100 (Tue, 16 Feb 2016) | 1 line

[FIX] Provide a way of displaying ShareThis icon on wiki pages (only possible for blogs and articles so far)
----------------------------------------------
r57526 | jonnybradley | 2016-02-15 18:29:45 +0100 (Mon, 15 Feb 2016) | 1 line

[FIX] structures: Observe perms for individual structures, based on testing for the perms on the top level wiki page - probably more fine tuning to do, also only really tested on tiki-admin_structures.php so far (thanks Geoff)
----------------------------------------------
r57525 | jonnybradley | 2016-02-15 18:06:55 +0100 (Mon, 15 Feb 2016) | 1 line

[FIX] structures: Use pageSlug instead etc... oops, missing backtick
----------------------------------------------
r57524 | jonnybradley | 2016-02-15 18:04:46 +0100 (Mon, 15 Feb 2016) | 1 line

[FIX] structures: Use pageSlug instead of pageName when using the new slug manager SEFURLs (wiki_url_scheme)
----------------------------------------------
r57519 | xavidp | 2016-02-15 13:26:27 +0100 (Mon, 15 Feb 2016) | 1 line

[FIX]Hide edit section icons when revision approval is set on the page, and you are not viewing its last version. With this fix, section_edit (and editplugin) behavior is consistent with the behavior of "Edit page" button, which was the expected behavior, by the way, for "edit section" icons.The source of the issue is at the parser level, but I was unable to fix there properly, therefore, I aplied this cheaper fix at jq level once the page is displayed. It will be backported to 14.x & 12.x.
----------------------------------------------
r57516 | rjsmelo | 2016-02-14 21:06:38 +0100 (Sun, 14 Feb 2016) | 2 lines

[FIX] Can't edit values of a plugin alias, https://dev.tiki.org/item5393

----------------------------------------------
r57513 | rjsmelo | 2016-02-14 19:10:30 +0100 (Sun, 14 Feb 2016) | 2 lines

[FIX] Export sheet as CSV produces Arry,Array,Array ..., https://dev.tiki.org/item5723

----------------------------------------------
r57508 | rjsmelo | 2016-02-14 16:20:26 +0100 (Sun, 14 Feb 2016) | 2 lines

[FIX] Update PluginVersions to Bootstrap classes, https://dev.tiki.org/item5782

----------------------------------------------
r57504 | eromneg | 2016-02-12 15:09:31 +0100 (Fri, 12 Feb 2016) | 1 line

[FIX] remove the HTTP specific part of the openstreetmap.org urls to avoid a browser security warning when the site is HTTPS. Editing a 3rd party file like this is obviously not good practice but following discussion with Jonny we felt it was OK - we are using an oldish version of openlayers (upgrading is apparently a very big job)
----------------------------------------------
r57503 | ameoba32 | 2016-02-11 23:19:25 +0100 (Thu, 11 Feb 2016) | 1 line

[FIX] Tracker item edit form with tracker_legacy_insert=y https://dev.tiki.org/item5815
----------------------------------------------
r57501 | ameoba32 | 2016-02-11 01:53:51 +0100 (Thu, 11 Feb 2016) | 1 line

[FIX] Added back sqlsearch option for trackerfilter plugin
----------------------------------------------
r57500 | gezzzan | 2016-02-10 18:02:57 +0100 (Wed, 10 Feb 2016) | 1 line

[FIX] fixing dropdown filter when labels are used (https://dev.tiki.org/item5810)
----------------------------------------------
r57498 | amette | 2016-02-10 16:48:00 +0100 (Wed, 10 Feb 2016) | 1 line

[FIX] Proper alignment - redoing r57439 correctly in the .less file
----------------------------------------------
r57497 | jonnybradley | 2016-02-10 16:25:04 +0100 (Wed, 10 Feb 2016) | 2 lines

[FIX] tables: don't let action columns wrap (as seen in admin_structures of late, thanks Geoff)
Some other css changes seem to have occurred, maybe they weren't done in the less files?
----------------------------------------------
r57496 | jonnybradley | 2016-02-10 12:25:21 +0100 (Wed, 10 Feb 2016) | 1 line

[FIX] batch upload: Notice
----------------------------------------------
r57495 | yonixxx | 2016-02-10 10:27:23 +0100 (Wed, 10 Feb 2016) | 1 line

[FIX]Restyling stats page accordingly to Tiki standard and adding a note
----------------------------------------------
r57491 | gezzzan | 2016-02-10 08:15:27 +0100 (Wed, 10 Feb 2016) | 1 line

[FIX] misplaced divider
----------------------------------------------
r57489 | gezzzan | 2016-02-09 19:23:22 +0100 (Tue, 09 Feb 2016) | 1 line

[FIX] a bit more description so it does not sound like an error but more like it is a setting
----------------------------------------------
r57488 | amette | 2016-02-09 19:00:13 +0100 (Tue, 09 Feb 2016) | 1 line

[FIX] Proper use of LIMIT in MySQL query
----------------------------------------------
r57487 | gezzzan | 2016-02-09 18:58:01 +0100 (Tue, 09 Feb 2016) | 1 line

[FIX] radio filter on tracker items should use foreach instead of section as it can be associative array too, hopefully fixees https://dev.tiki.org/item5810
----------------------------------------------
r57484 | xavidp | 2016-02-09 12:48:27 +0100 (Tue, 09 Feb 2016) | 1 line

[FIX]Usability. Do not force the user to set field Ids in the UI for the use cases in which the editor wants all fields of that tracker (and they may be hundreds!), and specially since the code can handle this use case as-is (all fields are displayed in that case).
----------------------------------------------
r57480 | ameoba32 | 2016-02-09 01:28:08 +0100 (Tue, 09 Feb 2016) | 1 line

[FIX] Tracker "one item per person" permission, https://dev.tiki.org/item5792
----------------------------------------------
r57479 | gezzzan | 2016-02-08 20:46:46 +0100 (Mon, 08 Feb 2016) | 1 line

[FIX] finishing up login module avatar mode with some minor control panel ui fixes
----------------------------------------------
r57477 | yonixxx | 2016-02-07 19:52:55 +0100 (Sun, 07 Feb 2016) | 1 line

[FIX]Typo in string that broke translation files
----------------------------------------------
r57473 | ameoba32 | 2016-02-06 18:33:52 +0100 (Sat, 06 Feb 2016) | 1 line

[bp/57457][FIX] File uploaded to Forums DB storage was not downloaded
----------------------------------------------
r57471 | jyhem | 2016-02-06 02:23:42 +0100 (Sat, 06 Feb 2016) | 1 line

[FIX][bp/r57470] Keep track of modules which were linked to themes in previous Tiki versions
----------------------------------------------
r57468 | jonnybradley | 2016-02-05 14:44:32 +0100 (Fri, 05 Feb 2016) | 1 line

[FIX] tr: Use the tr function not tra to translate strings with a placeholder in, and also don't needlessly add a linefeed in a translation string (thanks chibaguy, related to wish 5805)
----------------------------------------------
r57467 | chibaguy | 2016-02-05 13:22:48 +0100 (Fri, 05 Feb 2016) | 1 line

[FIX] Improve language strings, including spelling, grammar, natural expressions, consistency, and gender neutrality.
----------------------------------------------
r57464 | jonnybradley | 2016-02-05 12:19:20 +0100 (Fri, 05 Feb 2016) | 1 line

[FIX] custom.css: Use custom.css in the root of themes as well as in the css dirs, as is the case with custom.js already
----------------------------------------------
r57461 | chibaguy | 2016-02-05 11:04:48 +0100 (Fri, 05 Feb 2016) | 1 line

[FIX] Fixed typo (thanks to luci). Improve language strings, including spelling, grammar, natural expressions, consistency, and gender neutrality.
----------------------------------------------
r57458 | gezzzan | 2016-02-05 09:06:50 +0100 (Fri, 05 Feb 2016) | 1 line

[FIX] fix login box pop-up mode to restore possibility to have it as before (only "Log out" is displayed), also adding module parameter for user avatar (displayed by default). Now it should be possible to have avatar only, avatar with username, username only and the previous "Log out" only too.
----------------------------------------------
r57456 | jonnybradley | 2016-02-04 19:09:50 +0100 (Thu, 04 Feb 2016) | 1 line

[FIX] menus: Treat section levels other than zero as options for bootstrap menus (otherwise they don't get displayed at all)
----------------------------------------------
r57449 | chibaguy | 2016-02-04 14:46:32 +0100 (Thu, 04 Feb 2016) | 1 line

[FIX] Replace contradicting properties fix (r57439) with the simpler fix of just removing the clearfix div.
----------------------------------------------
r57448 | gezzzan | 2016-02-03 19:10:29 +0100 (Wed, 03 Feb 2016) | 1 line

[FIX] hide generate password button if pref is not enabled, check for Caps Lock on for the old password too (it does not seem to work in Firefox, wonder if it ever has), plus some visual updates
----------------------------------------------
r57445 | xavidp | 2016-02-03 09:56:51 +0100 (Wed, 03 Feb 2016) | 1 line

[FIX]Oups, forgot to double check that there were not other cases that required fixing also. Fixed in this commit, which extends the previous r57429. In addition, there was one unescaped call to username (fixed, by means of adding also the smarty modifier username).
----------------------------------------------
r57441 | xavidp | 2016-02-03 09:33:13 +0100 (Wed, 03 Feb 2016) | 1 line

[FIX]Extend r57429 to obey prefs to show realname instead of login also in the sections showing stats for that user in the action log feature. Thanks jonnyb for the fix (also example to have these other fixes done).
----------------------------------------------
r57439 | amette | 2016-02-03 03:35:50 +0100 (Wed, 03 Feb 2016) | 1 line

[FIX] Proper alignment
----------------------------------------------
r57438 | amette | 2016-02-03 01:40:10 +0100 (Wed, 03 Feb 2016) | 1 line

[FIX] Missing autofocus
----------------------------------------------
r57431 | jonnybradley | 2016-02-02 17:48:53 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] show: Remove 13.x from the showtikiorg field
----------------------------------------------
r57430 | jonnybradley | 2016-02-02 17:45:47 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] show: Add 15.x to the showtikiorg field
----------------------------------------------
r57429 | jonnybradley | 2016-02-02 17:39:19 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] actionlog: Show user's real name instead of login depending on prefs (should address wish 5772, thanks Xavi)
----------------------------------------------
r57427 | jonnybradley | 2016-02-02 17:23:29 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] user pages: Info and pref pages minor layout fixes
----------------------------------------------
r57416 | jonnybradley | 2016-02-02 16:08:57 +0100 (Tue, 02 Feb 2016) | 1 line

[BRANCH] Creation, branches/15.x 0 to 57412
----------------------------------------------
r57409 | gezzzan | 2016-02-02 14:49:24 +0100 (Tue, 02 Feb 2016) | 1 line

[MOD] make user preferences screen fields align as in other places
----------------------------------------------
r57408 | jonnybradley | 2016-02-02 14:29:34 +0100 (Tue, 02 Feb 2016) | 1 line

[ENH] admin: Highlight admin icon buttons by typing part of the name in the search preferences box (don't work so well on light themes yet)
----------------------------------------------
r57407 | jyhem | 2016-02-02 14:23:51 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] Stop blowing up after a server move
----------------------------------------------
r57405 | jonnybradley | 2016-02-02 12:31:50 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] locator: Show the default map centre in the locator (map) module
----------------------------------------------
r57404 | eromneg | 2016-02-02 12:04:55 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] correct typo
----------------------------------------------
r57403 | eromneg | 2016-02-02 11:59:00 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] add missing Id tags
----------------------------------------------
r57402 | eromneg | 2016-02-02 11:54:06 +0100 (Tue, 02 Feb 2016) | 1 line

[ENH] 1st example of adding a reference to the new mail text customisation pref to automate customisation of mail templates - I will work my way through all the mail templates in due course, tweaking the text as needed 
----------------------------------------------
r57401 | jonnybradley | 2016-02-02 11:42:29 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] menus: Missing > broke html whe  using menu icons
----------------------------------------------
r57400 | eromneg | 2016-02-02 11:36:34 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] add missing Id tag
----------------------------------------------
r57399 | eromneg | 2016-02-02 11:31:45 +0100 (Tue, 02 Feb 2016) | 1 line

[ENH] add new simple text pref to 'automate' some customisation of mail templates by adding a reference to the pref in the mail .tpl file
----------------------------------------------
r57398 | eromneg | 2016-02-02 09:59:19 +0100 (Tue, 02 Feb 2016) | 1 line

[FIX] add back missing full screen option with a new included tpl
----------------------------------------------
r57397 | eromneg | 2016-02-02 09:47:57 +0100 (Tue, 02 Feb 2016) | 1 line

[NEW] new template to be included in the various layout tpl's to add back the missing full screen option
----------------------------------------------
r57396 | jonnybradley | 2016-02-02 00:42:49 +0100 (Tue, 02 Feb 2016) | 2 lines

[NEW] statistics: New admin panel for site statistics (site usage and analytics in general)
Groups existing stats prefs and add new ones for Piwik and Google Analytics - more to come, thanks BSfez and marclaporte
----------------------------------------------
r57395 | nkoth | 2016-02-02 00:36:07 +0100 (Tue, 02 Feb 2016) | 2 lines

[FIX] Structures when its pages are all categorized with it should obey category jail.

----------------------------------------------
r57394 | jyhem | 2016-02-02 00:03:00 +0100 (Tue, 02 Feb 2016) | 1 line

[ENH] Link the site_layout feature to its online documentation
----------------------------------------------
r57393 | amette | 2016-02-01 23:45:35 +0100 (Mon, 01 Feb 2016) | 1 line

[ENH] Add bin/ to svn:ignore
----------------------------------------------
r57392 | amette | 2016-02-01 23:36:39 +0100 (Mon, 01 Feb 2016) | 1 line

[FIX] Missing CSS to last .less change (oops)
----------------------------------------------
r57391 | gezzzan | 2016-02-01 23:15:03 +0100 (Mon, 01 Feb 2016) | 1 line

[FIX] blogpost sefurl
----------------------------------------------
r57390 | amette | 2016-02-01 23:07:38 +0100 (Mon, 01 Feb 2016) | 1 line

[ENH] Improved login module structure and appearance to industry standards
----------------------------------------------
r57389 | gezzzan | 2016-02-01 21:30:29 +0100 (Mon, 01 Feb 2016) | 1 line

[MOD] interactive_translation fixes and bootstrapping, still needs some more work, but mostly working
----------------------------------------------
r57388 | jonnybradley | 2016-02-01 19:22:48 +0100 (Mon, 01 Feb 2016) | 2 lines

[DOC] changelog: Add some missing commit tags (MRG and DOC) and add a new one UPD for updates via composer
(also added to https://dev.tiki.org/Commit+Code#Step_6:_Commit_Your_Changes)
----------------------------------------------
r57387 | jonnybradley | 2016-02-01 19:11:14 +0100 (Mon, 01 Feb 2016) | 2 lines

[UPD] Update jquery to 2.2.0, jquery-ui to 1.11.4 and jquery-migrate to 1.3.0 (and make a new header var for the migrate version)
Seems ok... keep an eye out for js errors please
----------------------------------------------
r57386 | jonnybradley | 2016-02-01 18:55:32 +0100 (Mon, 01 Feb 2016) | 1 line

Update jquery migrate to hopefully clear jquery-ui bug (re https://github.com/jquery/jquery/issues/2814, thanks Nelson and Jyhem)
----------------------------------------------
r57385 | jonnybradley | 2016-02-01 18:31:14 +0100 (Mon, 01 Feb 2016) | 1 line

Update jquery 1.11.x to 1.11.4 in composer.tiki.org
----------------------------------------------
r57384 | nkoth | 2016-02-01 18:23:56 +0100 (Mon, 01 Feb 2016) | 2 lines

[FIX] Prevent fatal error on trying to sync user groups, as in trunk now, you cannot add users to groups that do not exist. 

----------------------------------------------
r57383 | jonnybradley | 2016-02-01 18:22:19 +0100 (Mon, 01 Feb 2016) | 1 line

[KIL] themegenerator: Remove left over js libraries used by themegenerator
----------------------------------------------
r57382 | jonnybradley | 2016-02-01 18:16:36 +0100 (Mon, 01 Feb 2016) | 1 line

Update jquery 2.x in composer.tiki.org (unused in tiki so far, to be added to tiki 15)
----------------------------------------------
r57381 | nkoth | 2016-02-01 18:05:59 +0100 (Mon, 01 Feb 2016) | 2 lines

[KIL] Morcego 3D viewer and parts of features that used it

----------------------------------------------
r57380 | jonnybradley | 2016-02-01 17:59:17 +0100 (Mon, 01 Feb 2016) | 3 lines

[FIX] less: Compile the right css file (base_files/css/tiki_base.css) when using less command like this:
  php console.php less:compile --only base_files

----------------------------------------------
r57379 | jonnybradley | 2016-02-01 17:45:28 +0100 (Mon, 01 Feb 2016) | 1 line

[KIL] map server: Remove ancient map server feature (feature_maps) and associated libraries etc
----------------------------------------------
r57378 | nkoth | 2016-02-01 17:22:30 +0100 (Mon, 01 Feb 2016) | 2 lines

[FIX] Prevent fatal error when prefs are empty because of failed cache

----------------------------------------------
r57377 | gezzzan | 2016-02-01 17:09:24 +0100 (Mon, 01 Feb 2016) | 1 line

[DEL] removing blip.tv plugin
----------------------------------------------
r57376 | jyhem | 2016-02-01 17:07:51 +0100 (Mon, 01 Feb 2016) | 1 line

[ENH][bp/r57375] Provide real example in custom.css file
----------------------------------------------
r57374 | gezzzan | 2016-02-01 16:41:10 +0100 (Mon, 01 Feb 2016) | 1 line

[FIX] doc.tiki.org help links
----------------------------------------------
r57373 | gezzzan | 2016-02-01 16:40:11 +0100 (Mon, 01 Feb 2016) | 1 line

[MOD] minor visual modifications
----------------------------------------------
r57372 | nkoth | 2016-02-01 16:30:57 +0100 (Mon, 01 Feb 2016) | 2 lines

[FIX] Clean up various problems with parentId vs threadId confusion making links go to wrong place and also use sefurl

----------------------------------------------
r57371 | jyhem | 2016-02-01 16:21:35 +0100 (Mon, 01 Feb 2016) | 1 line

[ENH][bp/r57370] Provide example custom.css file
----------------------------------------------
r57369 | amette | 2016-02-01 16:08:22 +0100 (Mon, 01 Feb 2016) | 1 line

[FIX] Obey statistics preference toggle when recording statistics hit on object and better test for invalid inputs
----------------------------------------------
r57368 | nkoth | 2016-02-01 16:01:46 +0100 (Mon, 01 Feb 2016) | 2 lines

[FIX] Use sefurl for link and also cleanup quota not showing

----------------------------------------------
r57367 | uxeric | 2016-02-01 15:52:34 +0100 (Mon, 01 Feb 2016) | 1 line

[REF] Changes tracker item link to sefurl
----------------------------------------------
r57366 | amette | 2016-02-01 15:37:44 +0100 (Mon, 01 Feb 2016) | 1 line

[FIX] Autoload for statslib (oops)
----------------------------------------------
r57365 | amette | 2016-02-01 15:28:30 +0100 (Mon, 01 Feb 2016) | 1 line

[FIX] Refactor checking prerequisites for recording a page hit and make it obey statistics feature toggle
----------------------------------------------
r57364 | jonnybradley | 2016-02-01 15:27:10 +0100 (Mon, 01 Feb 2016) | 1 line

[KIL] brosho: Was allied to the theme generator and didn't really add anything (better to use a DOM inspector in your browser)
----------------------------------------------
r57363 | gezzzan | 2016-02-01 15:10:55 +0100 (Mon, 01 Feb 2016) | 1 line

[FIX] use sefurl for links
----------------------------------------------
r57362 | jonnybradley | 2016-02-01 15:09:08 +0100 (Mon, 01 Feb 2016) | 1 line

[KIL] themegenerator - farewell, custom LESS is the way forward!
----------------------------------------------
r57361 | jonnybradley | 2016-02-01 15:02:07 +0100 (Mon, 01 Feb 2016) | 1 line

[FIX] prefs: Pref labels get escaped to no need to pre-encode html now
----------------------------------------------
r57360 | jonnybradley | 2016-02-01 14:22:33 +0100 (Mon, 01 Feb 2016) | 1 line

[FIX] sefurl: Fix type var on filegallery (should be "file gallery" it seems) sefurl and add modifier to a couple more instances of gallery links
----------------------------------------------
r57359 | gezzzan | 2016-02-01 13:58:10 +0100 (Mon, 01 Feb 2016) | 1 line

[MOD] use sefurl
----------------------------------------------
r57358 | jyhem | 2016-01-31 19:49:39 +0100 (Sun, 31 Jan 2016) | 1 line

[FIX][bp/r57357] Allow template selection, not only wiki pages
----------------------------------------------
r57356 | amette | 2016-01-31 13:51:22 +0100 (Sun, 31 Jan 2016) | 1 line

[ENH] Show user name and avatar when login module in pop-up mode
----------------------------------------------
r57355 | eromneg | 2016-01-31 13:20:48 +0100 (Sun, 31 Jan 2016) | 1 line

[FIX] id tag had wrong file ref
----------------------------------------------
r57354 | amette | 2016-01-31 12:08:28 +0100 (Sun, 31 Jan 2016) | 1 line

[FIX] Correct documentation and proper return value
----------------------------------------------
r57352 | yonixxx | 2016-01-31 11:39:11 +0100 (Sun, 31 Jan 2016) | 1 line

[FIX]Removing doublon and cleaning a bit the available widget
----------------------------------------------
r57350 | chibaguy | 2016-01-30 17:25:44 +0100 (Sat, 30 Jan 2016) | 1 line

[FIX] Improve language strings, including spelling, grammar, natural expressions, consistency, and gender neutrality. (Differentiating verb and noun forms (roll back and rollback.))
----------------------------------------------
r57349 | chibaguy | 2016-01-30 17:15:42 +0100 (Sat, 30 Jan 2016) | 1 line

[FIX] Improve language strings, including spelling, grammar, natural expressions, consistency, and gender neutrality. (Differentiating verb and noun forms (roll back and rollback.)
----------------------------------------------
r57347 | lindonb | 2016-01-30 16:32:21 +0100 (Sat, 30 Jan 2016) | 1 line

latest tablesorter version 2.25.3
----------------------------------------------
r57345 | chibaguy | 2016-01-30 15:58:48 +0100 (Sat, 30 Jan 2016) | 1 line

[FIX] Improve language strings, including spelling, grammar, natural expressions, consistency, and gender neutrality. Correct admin theme option label.
----------------------------------------------
r57341 | jonnybradley | 2016-01-28 19:45:22 +0100 (Thu, 28 Jan 2016) | 1 line

[FIX] locking: Don't set the lock attribute for empty objects when using the lock button while creating new templates or structures
----------------------------------------------
r57340 | jonnybradley | 2016-01-28 19:21:14 +0100 (Thu, 28 Jan 2016) | 1 line

[FIX] locking: Add lock icon/button to create new structure form
----------------------------------------------
r57339 | jonnybradley | 2016-01-28 19:06:20 +0100 (Thu, 28 Jan 2016) | 1 line

[FIX] locking: Test for the pref properly (doh! thanks Geoff)
----------------------------------------------
r57338 | jonnybradley | 2016-01-28 19:02:07 +0100 (Thu, 28 Jan 2016) | 2 lines

[ENH] locking: Add basic edit locking to wiki structures, with new perms for structures (admin_structures and lock_structures) moved into it's own "wiki structures" perm section.
Also a couple of other minor fixes - TODO refactor this into the Perms code if possible
----------------------------------------------
r57337 | jonnybradley | 2016-01-28 17:18:29 +0100 (Thu, 28 Jan 2016) | 1 line

[MOD] charts: Add the segment parameter and fix a typo
----------------------------------------------
r57336 | jonnybradley | 2016-01-27 20:12:46 +0100 (Wed, 27 Jan 2016) | 2 lines

[FIX] piwik: Recombine moduleToWidgetize and actionToWidgetize parameters (you were right Bernard ;) as each module has it's own actions and you can't combine them as you choose (sadly).
Also add a couple of missing ones like "Dashboard" but this needs checking for missed ones and copy/paste errors...
----------------------------------------------
r57335 | jonnybradley | 2016-01-27 19:12:26 +0100 (Wed, 27 Jan 2016) | 1 line

[FIX] piwik: Add logic for date ranges
----------------------------------------------
r57334 | jonnybradley | 2016-01-27 18:56:41 +0100 (Wed, 27 Jan 2016) | 1 line

[FIX] piwik: Cope with piwikserverurl having part of the query string already on it (or not), and rename the iframe attribute params to start with an underscore so they can be processed more easily and then removed from the final url for piwik (thanks BSfez and marclaporte)
----------------------------------------------
r57333 | jonnybradley | 2016-01-27 18:42:41 +0100 (Wed, 27 Jan 2016) | 1 line

[MOD] new function to unparse the parts of a url (TODO one day, refactor other examples of similar code)
----------------------------------------------
r57332 | jonnybradley | 2016-01-27 17:26:49 +0100 (Wed, 27 Jan 2016) | 1 line

[FIX] piwik: Reformat using tab chars instead of spaces and change plugin format to html (and remove the ~np~ tags).
----------------------------------------------
r57331 | jonnybradley | 2016-01-27 16:10:50 +0100 (Wed, 27 Jan 2016) | 2 lines

[FIX] locking: Move the lock/unlock code into the "object" service controller as it makes more sense there, and move the main js function into tiki-jquery.js to reduce page size.
Also refactor content template locking to suit and add lock icons to the templates list (thanks Geoff)
----------------------------------------------
r57330 | jonnybradley | 2016-01-26 17:33:47 +0100 (Tue, 26 Jan 2016) | 2 lines

[FIX] login: Remove dependency on lib/md5.js in favour of the newer one in vendor/jquery and adapt the javascript to use jQuery and so not fail quite so badly.
Note, this feature no longer seems to work (if it ever did) due to changes in the way the user_users hash field is calculated, so i have added a warning on the pref.
----------------------------------------------
r57328 | jyhem | 2016-01-26 17:03:10 +0100 (Tue, 26 Jan 2016) | 1 line

[FIX] Get rid of PHP Warning
----------------------------------------------
r57327 | jonnybradley | 2016-01-26 16:31:40 +0100 (Tue, 26 Jan 2016) | 1 line

A little more cleanup on composer.json - remove extra unused copy of md5.js etc
----------------------------------------------
r57326 | robertplummer | 2016-01-26 15:52:38 +0100 (Tue, 26 Jan 2016) | 1 line

remove erroneously added libs
----------------------------------------------
r57325 | jonnybradley | 2016-01-26 13:20:55 +0100 (Tue, 26 Jan 2016) | 1 line

[FIX] cookies: Obey serverside $cookietab var being set in php again, and return to user list after adding a new one on adminusers
----------------------------------------------
r57324 | jonnybradley | 2016-01-26 12:42:19 +0100 (Tue, 26 Jan 2016) | 2 lines

[FIX] sefurl: Saving user pages causes errors without this because a relative url such as "user:userpagename" is interpreted as meaning protocol:url and so fails (colons should not be used in url paths, but too late here)
Possibly there could be a better fix, like maybe converting all redirect urls to be absolute would also fix it but i suspect break other stuff... so hoping this is minimal enough not to disturb things.
----------------------------------------------
r57323 | jonnybradley | 2016-01-26 12:30:20 +0100 (Tue, 26 Jan 2016) | 1 line

[FIX] icons: Change the recent items icon on quick admin to "history" and add it to the font-awesome set (they both looked the same following r57322)
----------------------------------------------
r57322 | jonnybradley | 2016-01-26 12:21:04 +0100 (Tue, 26 Jan 2016) | 1 line

[FIX] icons: Change the "more" ellipsis icon which now indicates a drop-down menu to have it's own icon called "menu-extra" (better suggestions please?) to display a "chevron-down" icon as it is a more standard convention now (as discussed and agreed on the dev list).
----------------------------------------------
r57321 | jonnybradley | 2016-01-26 11:55:50 +0100 (Tue, 26 Jan 2016) | 1 line

[MOD] user admin: Add some temporary experimental warnings on the new delete features, and some other icons to brighten the place up a bit
----------------------------------------------
r57320 | xavidp | 2016-01-25 23:17:45 +0100 (Mon, 25 Jan 2016) | 1 line

[ENH]Added Profile 'Conditional_Display_in_Forms' to show an example of getting some fields hidden or shown based on the selection on a radio button. Some styling is also applied to some fields. Still doesn't fully reproduce the behavior of the corresponding profile for 12.x, but good hopefuly good enough as a starting point for users willing to learn how to achieve such things with PluginJQ. PluginTrackerIf pending to be implemented in the corresponding profile at profiles.t.o
----------------------------------------------
r57319 | jyhem | 2016-01-25 22:43:55 +0100 (Mon, 25 Jan 2016) | 1 line

[FIX] This was using the old Tiki12 CSS path, now consistent with the installer design
----------------------------------------------
r57318 | jonnybradley | 2016-01-25 21:06:31 +0100 (Mon, 25 Jan 2016) | 1 line

[ENH] user admin: Add option to remove a user's user file gallery and files when removing them
----------------------------------------------
r57317 | jonnybradley | 2016-01-25 20:47:18 +0100 (Mon, 25 Jan 2016) | 1 line

[FIX] user admin: When removing a deleted users' tracker items don't remove group ones
----------------------------------------------
r57316 | jonnybradley | 2016-01-25 20:42:57 +0100 (Mon, 25 Jan 2016) | 1 line

[FIX] trackers: Observe the logged in user's perms in get_user_items when viewing someone else's items
----------------------------------------------
r57315 | jonnybradley | 2016-01-25 20:31:37 +0100 (Mon, 25 Jan 2016) | 1 line

[ENH] user admin: When removing users also give the option to remove tracker items "belonging" to the users
----------------------------------------------
r57314 | jonnybradley | 2016-01-25 20:22:17 +0100 (Mon, 25 Jan 2016) | 1 line

[FIX] trackers: In remove_tracker_item move the remove_object call (which uncategorises amongst other things) to before the actual tracker item is deleted so the uncatergorisation can be done properly (it needs the tracker definition)
----------------------------------------------
r57313 | jonnybradley | 2016-01-25 17:44:07 +0100 (Mon, 25 Jan 2016) | 3 lines

[REF] user admin: Remove three versions of the copy and pasted code for deleting users and add a dialog with checkboxes to select also deleting user pages and banning the users.
More options to come... (p.s. user banning doesn't work because the users have been deleted so the IP's cannot be found, as far as i can see this has never worked...)
Also a few more phpdoc types set.
----------------------------------------------
r57310 | xavidp | 2016-01-25 17:08:20 +0100 (Mon, 25 Jan 2016) | 1 line

[FIX]Usability fix: if no fields are indicated, get all fields for that tracker instead of displaying an error message when attempting to export that tracker through ajax services. Thanks jonnyb.
----------------------------------------------
r57309 | jonnybradley | 2016-01-25 16:07:52 +0100 (Mon, 25 Jan 2016) | 2 lines

[FIX] svg-edit: Upgrade svg-edit library to 2.8.1 - seems ok, and probably will need backporting to 14.x and 12.x when google code shuts down completely
(thanks Jyhem for fixing composer again for me ;)
----------------------------------------------
r57308 | jonnybradley | 2016-01-25 15:48:04 +0100 (Mon, 25 Jan 2016) | 1 line

[DOC] trackers: Added a couple of var type phpdocs to reduce the warnings of "method not found" etc while editing
----------------------------------------------
r57307 | jonnybradley | 2016-01-25 14:59:07 +0100 (Mon, 25 Jan 2016) | 1 line

Correct link to svg-edit release zip (not source, oops - wonder if this will work...)
----------------------------------------------
r57306 | lindonb | 2016-01-25 05:23:58 +0100 (Mon, 25 Jan 2016) | 1 line

 [FIX] calendar formatting: notoddoreven class no longer defined for days outside of the month being shown - use text-muted.
----------------------------------------------
r57305 | lindonb | 2016-01-25 05:20:06 +0100 (Mon, 25 Jan 2016) | 1 line

 [FIX] use __construct instead of same function name as class name to avoid deprecated error in php7
----------------------------------------------
r57304 | lindonb | 2016-01-25 05:04:32 +0100 (Mon, 25 Jan 2016) | 1 line

 [FIX] bootstrappify
----------------------------------------------
r57302 | nkoth | 2016-01-23 22:37:22 +0100 (Sat, 23 Jan 2016) | 2 lines

[FIX] Guard against "Invalid address format" error thrown by mailer libs when sender_email pref is not set.

----------------------------------------------
r57301 | nkoth | 2016-01-23 22:30:10 +0100 (Sat, 23 Jan 2016) | 2 lines

[REVERT] Rollback r57300 as it is actually theoretically possible to send email without From: set even though it'll probably be flagged as spam (the error the commit was trying to fix was due to something else)

----------------------------------------------
r57300 | nkoth | 2016-01-23 22:18:44 +0100 (Sat, 23 Jan 2016) | 2 lines

[FIX] Better to throw error that means something that mail library throwing obscure message like "Invalid address format"

----------------------------------------------
r57299 | nkoth | 2016-01-23 20:39:45 +0100 (Sat, 23 Jan 2016) | 2 lines

[FIX] Postpone profile installation of users till after groups/permissions are set, to avoid issues, e.g. https://dev.tiki.org/item5794

----------------------------------------------
r57298 | gezzzan | 2016-01-23 09:38:51 +0100 (Sat, 23 Jan 2016) | 1 line

[MOD] move prefs to separate sections (trying to organize the overload of preferences)
----------------------------------------------
r57297 | xavidp | 2016-01-23 00:47:58 +0100 (Sat, 23 Jan 2016) | 1 line

[ENH]Expose more of the new features and infos. in the 'Upgrade Wizard' for Tiki15
----------------------------------------------
r57296 | nkoth | 2016-01-22 23:26:39 +0100 (Fri, 22 Jan 2016) | 2 lines

[FIX] refix r57295 (broke original functionality when fixing bug)

----------------------------------------------
r57295 | nkoth | 2016-01-22 23:20:29 +0100 (Fri, 22 Jan 2016) | 2 lines

[FIX] wiki content that is used in profiles that start with a ! were mistakenly interpreted as a Yaml user defined data type and therefore the references within it were replaced prematurely (possibly before the referred to objects are created, leading to blank replacements of references). https://dev.tiki.org/item5794

----------------------------------------------
r57294 | gezzzan | 2016-01-22 22:56:06 +0100 (Fri, 22 Jan 2016) | 1 line

[MOD] move structure prefs to a distinct section plus some minor cosmetics
----------------------------------------------
r57293 | jonnybradley | 2016-01-22 18:14:57 +0100 (Fri, 22 Jan 2016) | 1 line

[FIX] iconsets: Implement iconsets in lock and filter (search) templates (300+ more to go :)
----------------------------------------------
r57292 | jonnybradley | 2016-01-22 18:03:44 +0100 (Fri, 22 Jan 2016) | 1 line

[FIX] iconsets: Fix some cases where prepend etc were not set in each icon
----------------------------------------------
r57291 | jonnybradley | 2016-01-22 17:44:00 +0100 (Fri, 22 Jan 2016) | 1 line

[ENH] iconsets: Add JavaScript functions for getting and setting (replacing) icons obeying the theme_iconset pref - more to come
----------------------------------------------
r57290 | jonnybradley | 2016-01-22 17:39:44 +0100 (Fri, 22 Jan 2016) | 2 lines

[FIX] iconsets: Various warnings and notices fixed, also if prepend or append is empty that needs to be used when merging iconsets.
Variable $size was not defined anywhere so i think it was the $sizeuser var (right? hopefully...)
----------------------------------------------
r57289 | jonnybradley | 2016-01-22 15:10:50 +0100 (Fri, 22 Jan 2016) | 1 line

[FIX] iconsets: Legacy lock icon doesn't need the little + sign on it (thanks Geoff)
----------------------------------------------
r57288 | jonnybradley | 2016-01-22 12:52:10 +0100 (Fri, 22 Jan 2016) | 1 line

[FIX] iconsets: Temporarily replace hard coded glyphicon js with fa one - to be replaced by a new js function soon
----------------------------------------------
r57287 | jonnybradley | 2016-01-22 12:48:31 +0100 (Fri, 22 Jan 2016) | 1 line

[FIX] iconsets: Remove hard coded glyphicon html
----------------------------------------------
r57286 | yonixxx | 2016-01-22 08:34:01 +0100 (Fri, 22 Jan 2016) | 1 line

[FIX]Removing unsafe parameter but still keeping token_auth capability at admin discretion
----------------------------------------------
r57285 | nkoth | 2016-01-21 20:00:51 +0100 (Thu, 21 Jan 2016) | 2 lines

[FIX] After r56583, datachannel no longer returns IDs from the references of objects that are created.

----------------------------------------------
r57284 | jonnybradley | 2016-01-21 19:54:23 +0100 (Thu, 21 Jan 2016) | 1 line

[FIX] profiles: Show errors even if redirecting to an instructions page (plus a small doc fix)
----------------------------------------------
r57283 | jonnybradley | 2016-01-21 19:37:16 +0100 (Thu, 21 Jan 2016) | 1 line

[FIX] profiles: Form shouldn't have class btn-primary, the button should and change reference to step2 anchor
----------------------------------------------
r57282 | jonnybradley | 2016-01-21 18:36:48 +0100 (Thu, 21 Jan 2016) | 1 line

[ENH] locks: Deploy new lock object on content templates controlled by a new pref and new perm (thanks Geoff)
----------------------------------------------
r57281 | jonnybradley | 2016-01-21 18:33:44 +0100 (Thu, 21 Jan 2016) | 1 line

[NEW] locks: New object to set a tiki.object.lock=$user attribute on any type of Tiki object. Implementation/s to come (thanks Geoff)
----------------------------------------------
r57280 | jonnybradley | 2016-01-21 18:27:42 +0100 (Thu, 21 Jan 2016) | 1 line

[MOD] attributes: Add a new service for setting (so far) attributes, usage to come
----------------------------------------------
r57279 | jonnybradley | 2016-01-21 17:50:41 +0100 (Thu, 21 Jan 2016) | 2 lines

[MOD] attributes: Add get_attribute fn to get a single attribute (which is what you need usually).
Also improved doc
----------------------------------------------
r57278 | jonnybradley | 2016-01-21 16:14:30 +0100 (Thu, 21 Jan 2016) | 1 line

[FIX] tabs: Keep window from jumping to tab content when clicking on a tab take #2
----------------------------------------------
r57277 | jonnybradley | 2016-01-21 16:11:09 +0100 (Thu, 21 Jan 2016) | 2 lines

Revert 56919: [FIX] Keep window from jumping to tab content putting the top of the page out of view when clicking on a tab
Unfortunately it also prevented other things working, like remembering tab state in cookie or url hash and occasionally tab content not showing (alternative fix coming next)
----------------------------------------------
r57276 | yonixxx | 2016-01-21 15:06:14 +0100 (Thu, 21 Jan 2016) | 1 line

[FIX] Added missing paramter for token_authentification
----------------------------------------------
r57273 | pom2ter | 2016-01-20 22:16:40 +0100 (Wed, 20 Jan 2016) | 1 line

fixed typo
----------------------------------------------
r57271 | jonnybradley | 2016-01-20 18:12:42 +0100 (Wed, 20 Jan 2016) | 1 line

[FIX] multitiki: Show that the confirm option is required even if not in verbose mode
----------------------------------------------
r57270 | jonnybradley | 2016-01-20 17:38:22 +0100 (Wed, 20 Jan 2016) | 1 line

[FIX] gmaps: Move left over menu tem
----------------------------------------------
r57269 | yonixxx | 2016-01-19 21:55:01 +0100 (Tue, 19 Jan 2016) | 1 line

[NEW] Adding a Piwik plugin to insert Piwik data into wiki page and module.
----------------------------------------------
r57268 | aholmes99 | 2016-01-19 19:32:30 +0100 (Tue, 19 Jan 2016) | 1 line

[ENH] Index last post information for forum topics
----------------------------------------------
r57267 | jonnybradley | 2016-01-19 18:07:49 +0100 (Tue, 19 Jan 2016) | 1 line

[FIX] wysiwyg: Minor update to ckeditor - fixes rich text paste problems seen recently
----------------------------------------------
r57266 | aholmes99 | 2016-01-19 17:10:45 +0100 (Tue, 19 Jan 2016) | 1 line

[ENH] Index hits for forum threads
----------------------------------------------
r57265 | jonnybradley | 2016-01-19 16:32:24 +0100 (Tue, 19 Jan 2016) | 1 line

Minor update to 4.5.6 for ckeditor and components (4.5.1 was only in trunk, so replacing that version and composer.json update coming next)
----------------------------------------------
r57264 | jonnybradley | 2016-01-19 16:17:37 +0100 (Tue, 19 Jan 2016) | 1 line

[FIX] site_closed: Update site closed html "template" for bootstrap
----------------------------------------------
r57261 | jonnybradley | 2016-01-19 12:58:28 +0100 (Tue, 19 Jan 2016) | 2 lines

[FIX] console: Don't redirect in the console if tiki_domain_redirects or other prefs are set.
Tried to add this at a loweler level using $access->preventRedirect but that didn't seem to work (TODO one day)
----------------------------------------------
r57260 | yonixxx | 2016-01-19 10:45:49 +0100 (Tue, 19 Jan 2016) | 1 line

[DOC] Clarification and corrections
----------------------------------------------
r57258 | jonnybradley | 2016-01-18 18:01:36 +0100 (Mon, 18 Jan 2016) | 3 lines

[NEW] analytics: New plugin to display Google Analytics charts using a "service account" login (other methods need testing).
Currently set to use validate=all just in case, probably can be less paranoid eventually.
TODO Add analytics control-panel to store the authentication credentials and optionally restrict the query_ids that can be accessed (and refactor).
----------------------------------------------
r57257 | jonnybradley | 2016-01-18 17:54:26 +0100 (Mon, 18 Jan 2016) | 1 line

Add google api library to composer (from packagist.org)
----------------------------------------------
r57256 | jonnybradley | 2016-01-18 16:56:37 +0100 (Mon, 18 Jan 2016) | 1 line

New version of svg-edit (not on google code any more)
----------------------------------------------
r57255 | gezzzan | 2016-01-18 09:30:55 +0100 (Mon, 18 Jan 2016) | 1 line

[MOD] various minor improvements and fixes
----------------------------------------------
r57254 | jonnybradley | 2016-01-17 20:21:37 +0100 (Sun, 17 Jan 2016) | 1 line

[FIX] cookies: Use tiki functions for cookie setting so they obey cookie consent laws (in Europe)
----------------------------------------------
r57253 | jonnybradley | 2016-01-17 20:20:47 +0100 (Sun, 17 Jan 2016) | 1 line

[FIX] cookies: Fix for when "no script" is enabled and cookie consent is requested (i.e. on new sessions)
----------------------------------------------
r57252 | jonnybradley | 2016-01-17 17:17:05 +0100 (Sun, 17 Jan 2016) | 2 lines

[FIX] composer: html5shiv has stopped adding loads of extra unnecessary dependents so no need to remove /components any more.
We continue to delete vendors/components so we remain in control over the version so jquery and bootstrap.
----------------------------------------------
r57251 | jonnybradley | 2016-01-17 17:07:56 +0100 (Sun, 17 Jan 2016) | 1 line

[FIX] composer: Lock file changes only having run update with --no-dev specified, might help?
----------------------------------------------
r57250 | jonnybradley | 2016-01-17 17:06:49 +0100 (Sun, 17 Jan 2016) | 1 line

[FIX] composer: Test for lessc class before using it in the mysterious BootstrapCompiler class (does anyone know what this is supposed to do?)
----------------------------------------------
r57217 | eromneg | 2016-01-16 19:30:58 +0100 (Sat, 16 Jan 2016) | 1 line

[FIX] typo (by me I guess?) from a previous edit causing .tpl to break
----------------------------------------------
r57209 | nkoth | 2016-01-16 17:42:43 +0100 (Sat, 16 Jan 2016) | 2 lines

[FIX] Missing opening quote

----------------------------------------------
r57207 | nkoth | 2016-01-16 17:12:53 +0100 (Sat, 16 Jan 2016) | 2 lines

[FIX] Single quote within single quotes

----------------------------------------------
r57205 | xavidp | 2016-01-16 17:00:20 +0100 (Sat, 16 Jan 2016) | 1 line

[REVERT r57204][FIX]Fix fatal errors due to single quotes surrounding strings to be translated, and single quotes also inside the string in English itself!
----------------------------------------------
r57204 | xavidp | 2016-01-16 16:32:37 +0100 (Sat, 16 Jan 2016) | 1 line

[FIX]Fix fatal errors due to single quotes surrounding strings to be translated, and single quotes also inside the string in English itself!
----------------------------------------------
r57198 | eromneg | 2016-01-16 14:01:09 +0100 (Sat, 16 Jan 2016) | 1 line

[FIX] missing Id tag
----------------------------------------------
r57192 | eromneg | 2016-01-15 20:22:56 +0100 (Fri, 15 Jan 2016) | 1 line

[NEW] new wiki plugin to test if a user is in a group - expands upon a smarty modifier that does something similar but provides different options as a plugin
----------------------------------------------
r57190 | jonnybradley | 2016-01-15 16:56:51 +0100 (Fri, 15 Jan 2016) | 1 line

[DOC] A couple of minor documetnation additions
----------------------------------------------
r57188 | eromneg | 2016-01-15 12:41:22 +0100 (Fri, 15 Jan 2016) | 1 line

[ENH] add new legacyalign, hspace and vspace parameters for the use case where float does not work for aligning images and styling with margin does not work either ie for newsletters viewed as an email
----------------------------------------------
r57187 | jyhem | 2016-01-15 12:15:04 +0100 (Fri, 15 Jan 2016) | 1 line

[FIX] We don't want to ship dev packages in the official packages or have them on production servers
----------------------------------------------
r57181 | jonnybradley | 2016-01-13 17:32:02 +0100 (Wed, 13 Jan 2016) | 1 line

[FIX] customsearch: Handle errors from the ajax service - also clear busy spinner a.k.a. "tikiModal"
----------------------------------------------
r57180 | jonnybradley | 2016-01-13 17:21:16 +0100 (Wed, 13 Jan 2016) | 1 line

[FIX] ajax: Cope with html errors returned from ajax calls (such as from a search error)
----------------------------------------------
r57179 | jonnybradley | 2016-01-13 17:20:01 +0100 (Wed, 13 Jan 2016) | 1 line

[FIX] customsearch: Handle errors from the ajax service (thanks marclaporte)
----------------------------------------------
r57178 | nkoth | 2016-01-13 07:10:18 +0100 (Wed, 13 Jan 2016) | 2 lines

[NEW] user_unique_email feature check in services

----------------------------------------------
r57177 | nkoth | 2016-01-13 06:43:06 +0100 (Wed, 13 Jan 2016) | 2 lines

[FIX] wrong parameters used in "if" in previous commit

----------------------------------------------
r57176 | nkoth | 2016-01-13 06:39:19 +0100 (Wed, 13 Jan 2016) | 2 lines

[NEW] user_unique_email feature: blocking changing of email to email that has been used by other users already (the part related to new user creation has already been committed earlier)

----------------------------------------------
r57175 | nkoth | 2016-01-13 06:18:29 +0100 (Wed, 13 Jan 2016) | 2 lines

[FIX] validation not checking passAgain but pass2, which is the change made in this version 

----------------------------------------------
r57174 | nkoth | 2016-01-13 05:39:09 +0100 (Wed, 13 Jan 2016) | 2 lines

[ENH] Add ajax validation of recently new user_unique_email feature (in the registration when user tracker is on)

----------------------------------------------
r57173 | nkoth | 2016-01-13 05:28:57 +0100 (Wed, 13 Jan 2016) | 2 lines

[FIX] User registration was not proceeding properly to the end in the case of autogenerated usernames

----------------------------------------------
r57172 | nkoth | 2016-01-13 05:27:47 +0100 (Wed, 13 Jan 2016) | 2 lines

[MOD] Cleanup registration templates in the case of autogenerated user names

----------------------------------------------
r57171 | nkoth | 2016-01-13 04:48:07 +0100 (Wed, 13 Jan 2016) | 2 lines

[FIX] If user tracker is set, but no fields are requested at registration time, registration should proceed anyway (otherwise it looks like user is stuck on registration form even though the user is in fact created.

----------------------------------------------
r57170 | nkoth | 2016-01-13 04:06:28 +0100 (Wed, 13 Jan 2016) | 2 lines

[MOD] Change the default username for temporary users from _token<tokenId> to guest<6 digit number based on tokenId>

----------------------------------------------
r57169 | nkoth | 2016-01-13 03:49:16 +0100 (Wed, 13 Jan 2016) | 2 lines

[ENH][FIX] Make sure autogeneration of numeric usernames (feature login_autogenerate) only happens when there is no actual username requested, to prevent unexpected problems when you actually do want a normal username. Also handle this in admin users page and other places where usernames might be autogenerated.

----------------------------------------------
r57167 | nkoth | 2016-01-13 02:11:46 +0100 (Wed, 13 Jan 2016) | 2 lines

[DOC] Make auto-generate username on registration feature dependent on unique emails and ability to login with either email or username, otherwise it would become pretty unusable (even if not a technical dependency).

----------------------------------------------
r57166 | nkoth | 2016-01-13 02:05:12 +0100 (Wed, 13 Jan 2016) | 2 lines

[MOD] Moving email up to above password fields when registering. Makes more natural sense order, and also solves really obvious order issue when using new auto-generate user name (user logs in with email) feature.

----------------------------------------------
r57165 | nkoth | 2016-01-13 01:53:46 +0100 (Wed, 13 Jan 2016) | 2 lines

[MOD] For recent new "User can login via username or e-mail" feature, prevent logging in if there is any ambiguity (e.g. if user_unique_email was turned on only lately and also make sure case insensitity comparisons on emails)

----------------------------------------------
r57164 | nkoth | 2016-01-13 01:18:10 +0100 (Wed, 13 Jan 2016) | 2 lines

[ENH] Add ajax validation of recently new user_unique_email feature

----------------------------------------------
r57163 | nkoth | 2016-01-13 00:56:36 +0100 (Wed, 13 Jan 2016) | 2 lines

[DOC] Better pref documentation

----------------------------------------------
r57162 | nkoth | 2016-01-13 00:35:20 +0100 (Wed, 13 Jan 2016) | 2 lines

[FIX] Do not show social networks page if user is not logged in as it's useless anyway, and properly get user to that page to link accounts if needed. Also fix http_build_query bug due to separator setting.

----------------------------------------------
r57161 | jonnybradley | 2016-01-12 18:02:05 +0100 (Tue, 12 Jan 2016) | 2 lines

[FIX] autotoc: Fix up nesting logic and tracking operation of autotoc (bootstrap revamp)
Mostly working now, still some more polishing to do but largely cosmetic now (i hope)
----------------------------------------------
r57160 | jonnybradley | 2016-01-12 12:58:53 +0100 (Tue, 12 Jan 2016) | 1 line

[ENH] tour: New param to add a restart tour button
----------------------------------------------
r57157 | xavidp | 2016-01-12 09:49:03 +0100 (Tue, 12 Jan 2016) | 1 line

[FIX]Typo (case in the corresponding php file was 'polls' in plural and not 'poll' in singular)
----------------------------------------------
r57156 | jonnybradley | 2016-01-11 16:41:37 +0100 (Mon, 11 Jan 2016) | 1 line

[FIX] tour: Let tour popovers remain when showing a new tooltip (on plugins and user names etc) - seems to work ok.
----------------------------------------------
r57155 | jonnybradley | 2016-01-11 16:20:43 +0100 (Mon, 11 Jan 2016) | 1 line

[FIX] tour: Couple of notices, return value fix etc, also move param default handling back to the top and remove some ifs
----------------------------------------------
r57154 | jonnybradley | 2016-01-11 15:03:22 +0100 (Mon, 11 Jan 2016) | 1 line

[FIX] Add webmail to the composer classpath so that TikiMail class is autoloaded (regression from r56954 when refactoring scrambleEmail, apologies)
----------------------------------------------
r57153 | lindonb | 2016-01-11 04:03:12 +0100 (Mon, 11 Jan 2016) | 1 line

 [FIX] Avoid fatal error with MySQL 5.7 where only_full_group_by mode is on by default to avoid invalid queries. Group by user doesn't seem to be needed. Seems to work - please test.
----------------------------------------------
r57152 | rjsmelo | 2016-01-11 00:20:17 +0100 (Mon, 11 Jan 2016) | 2 lines

[FIX] zf1-to-zf2, Ini files inheritance between sections was removed on zf2, add support to mimic zf1 inheritance, to avoid broken setups.

----------------------------------------------
r57149 | jonnybradley | 2016-01-10 18:40:14 +0100 (Sun, 10 Jan 2016) | 1 line

[FIX] icons: Deploy the kaltura wikiplugin in single view and browse media pages so they support html5 and selected preferences (which also fixes the browse mode selection problem)
----------------------------------------------
r57148 | jonnybradley | 2016-01-10 18:26:05 +0100 (Sun, 10 Jan 2016) | 1 line

[FIX] icons: When updating the "Contribution Wizard" also set the player prefs if empty to prevent "No Player" errors
----------------------------------------------
r57147 | jonnybradley | 2016-01-10 17:26:22 +0100 (Sun, 10 Jan 2016) | 1 line

[FIX] kaltura: Implement iconsets on media list actions so the context menu works again
----------------------------------------------
r57145 | jonnybradley | 2016-01-09 20:36:45 +0100 (Sat, 09 Jan 2016) | 1 line

[FIX] kaltura: Hide the tracker item modal dialog when showing the kaltura "add media" jquery-ui dialog so the widget can get the keyboard focus (thanks marclaporte)
----------------------------------------------
r57141 | gezzzan | 2016-01-09 12:18:50 +0100 (Sat, 09 Jan 2016) | 1 line

[FIX] proper cased controller file name
----------------------------------------------
r57140 | gezzzan | 2016-01-09 12:17:59 +0100 (Sat, 09 Jan 2016) | 1 line

[FIX] oops, lowercase controller file name
----------------------------------------------
r57139 | gezzzan | 2016-01-09 12:14:26 +0100 (Sat, 09 Jan 2016) | 1 line

[REF] separate controller for wiki structures
----------------------------------------------
r57138 | patrick-proulx | 2016-01-08 18:31:32 +0100 (Fri, 08 Jan 2016) | 2 lines

[ENH] Added the ability to only show the tour once (setting a cookie)

----------------------------------------------
r57137 | patrick-proulx | 2016-01-08 16:37:53 +0100 (Fri, 08 Jan 2016) | 2 lines

[ENH] Added orphan, backdrop, and placement options to Tour.

----------------------------------------------
r57136 | jonnybradley | 2016-01-08 16:35:05 +0100 (Fri, 08 Jan 2016) | 1 line

[FIX] Alternative fix for some quotes (double quotes need to be used around translated strings)
----------------------------------------------
r57135 | patrick-proulx | 2016-01-08 16:20:54 +0100 (Fri, 08 Jan 2016) | 2 lines

[FIX] Fixed some typos (double quotes used instead of single quotes) that caused syntax errors.

----------------------------------------------
r57134 | eromneg | 2016-01-08 15:45:22 +0100 (Fri, 08 Jan 2016) | 1 line

[FIX] close the send frame with the newsletter send completion info when send throttling is used - this has always been missing. New lib function used to avoid duplication code for the 'begin' and 'resume' sections in tiki-send_newsletters.php
----------------------------------------------
r57132 | eromneg | 2016-01-08 13:20:47 +0100 (Fri, 08 Jan 2016) | 1 line

[FIX] CRLF to LF - my bad !!! my systems somehow defaulted to Windows mode - thanks jonny for spotting it
----------------------------------------------
r57131 | eromneg | 2016-01-08 10:29:55 +0100 (Fri, 08 Jan 2016) | 2 lines

[ENH] add some counters when sending newsletters which is particularly useful if throttling must be used to avoid being designated as a spammer and there is a very large distribution list and the send process may take several hours !!

----------------------------------------------
r57130 | eromneg | 2016-01-07 23:28:09 +0100 (Thu, 07 Jan 2016) | 1 line

[ENH] small addition to the remarks box to remind the sender if throttling is being used when sending Newsletters
----------------------------------------------
r57129 | patrick-proulx | 2016-01-07 21:57:02 +0100 (Thu, 07 Jan 2016) | 2 lines

[ENH] Added the ability for users to be able to force unique email addresses for Tiki users, as well as allow users to also log in using their email.

----------------------------------------------
r57128 | patrick-proulx | 2016-01-07 21:00:17 +0100 (Thu, 07 Jan 2016) | 2 lines

[FIX] Added in some error handling for Facebook and LinkedIn login/create user code

----------------------------------------------
r57127 | patrick-proulx | 2016-01-07 17:22:33 +0100 (Thu, 07 Jan 2016) | 2 lines

[ENH] Added a preference to set the ability to autogenerate a user's login/id rather than allowing a user to choose it.

----------------------------------------------
r57126 | jonnybradley | 2016-01-07 17:17:20 +0100 (Thu, 07 Jan 2016) | 1 line

[FIX] setup: Use the ${PHPCLI} var instead of the default `php` for composer operations, makes using a non-default version of php easier by modifying line 110 (as seen on demo.tiki.org)
----------------------------------------------
r57125 | patrick-proulx | 2016-01-07 15:45:27 +0100 (Thu, 07 Jan 2016) | 2 lines

[FIX] Fixed confirmation modal for removing a batch of users. TODO: we likely need to do some cleanup on the code for alerts and confimration messages since there is missing consistency.

----------------------------------------------
r57124 | rjsmelo | 2016-01-07 02:31:27 +0100 (Thu, 07 Jan 2016) | 2 lines

[FIX] zf1-to-zf2 missing function clearRecipients in Zend_Mail, fix also missing assignments in mime parts.

----------------------------------------------
r57120 | jonnybradley | 2016-01-06 19:27:36 +0100 (Wed, 06 Jan 2016) | 1 line

[FIX] batchupload: Cope with files on the root upload directory when using the subdirIntegerToSubgalId option by uploading them to the gallery specified in the main galleryId argument (thanks marclaporte)
----------------------------------------------
r57119 | jonnybradley | 2016-01-06 18:28:14 +0100 (Wed, 06 Jan 2016) | 1 line

[FIX] icons: Missing video_file icon in default set
----------------------------------------------
r57118 | jonnybradley | 2016-01-06 18:15:14 +0100 (Wed, 06 Jan 2016) | 1 line

[FIX] batchupload: Notices
----------------------------------------------
r57117 | patrick-proulx | 2016-01-06 15:24:22 +0100 (Wed, 06 Jan 2016) | 2 lines

[FIX] Fixed issue with dates being prefixed with '1'

----------------------------------------------
r57115 | jonnybradley | 2016-01-06 14:06:51 +0100 (Wed, 06 Jan 2016) | 1 line

[FIX] tabular: Carry on and list other columns (and report an error) if a field is missing, so the tabular format can be repaired
----------------------------------------------
r57114 | patrick-proulx | 2016-01-05 21:42:06 +0100 (Tue, 05 Jan 2016) | 2 lines

[FIX] Fixed issue with scoring when an anonymous user triggered a scoring event. 

----------------------------------------------
r57113 | patrick-proulx | 2016-01-05 17:57:44 +0100 (Tue, 05 Jan 2016) | 2 lines

[FIX] Fixed some issues with category filtering in customsearch

----------------------------------------------
r57112 | jonnybradley | 2016-01-04 17:10:34 +0100 (Mon, 04 Jan 2016) | 3 lines

[NEW] multitiki: A couple of helper commands to manage multitikis.
List the sites in a tiki instance and move a site from one tiki to another to help with upgrades etc (using local file access only)

----------------------------------------------
r57111 | jonnybradley | 2016-01-04 12:38:05 +0100 (Mon, 04 Jan 2016) | 1 line

[FIX] ajaxload: Only prepend the base href on relative urls in returned data
----------------------------------------------
r57110 | lindonb | 2016-01-04 04:31:29 +0100 (Mon, 04 Jan 2016) | 1 line

 [FIX] duplicate switch case
----------------------------------------------
r57109 | lindonb | 2016-01-04 04:29:45 +0100 (Mon, 04 Jan 2016) | 1 line

 [FIX] Some code cleanup: unreachable statements, unused variables, unescaped apostrophes, phpdoc
----------------------------------------------
r57108 | lindonb | 2016-01-04 03:37:28 +0100 (Mon, 04 Jan 2016) | 1 line

 [FIX] use mimetypes since the duplicate mimeextensions was killed in r57102 (thanks Jonny)
----------------------------------------------
r57107 | lindonb | 2016-01-04 03:01:21 +0100 (Mon, 04 Jan 2016) | 1 line

 [FIX] revert r56941 to avoid placeholder title showing before real title
----------------------------------------------
r57106 | lindonb | 2016-01-04 02:58:36 +0100 (Mon, 04 Jan 2016) | 1 line

 [FIX] don't use same variable name for array and value in a foreach
----------------------------------------------
Version 14.1
<http://doc.tiki.org/Tiki14>
------------------

----------------------------------------------
Changelog for Tiki version 14.1, or older, available at:
https://sourceforge.net/p/tikiwiki/code/HEAD/tree/tags/14.1/changelog.txt

