Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Sub Form Fields Frontend Editing Delete Not Working #12006

Closed
JamesNGarrett opened this issue Sep 11, 2016 · 1 comment
Closed

Module Sub Form Fields Frontend Editing Delete Not Working #12006

JamesNGarrett opened this issue Sep 11, 2016 · 1 comment

Comments

@JamesNGarrett
Copy link
Contributor

JamesNGarrett commented Sep 11, 2016

Steps to reproduce the issue

  • Install and Instantiate a new module using a Sub Form Field in its config params.
  • Edit in Frontend, add item and save (works fine)
  • Edit in Frontend, delete item and save (item still there)

Expected result

  • The param value should be removed when the subform item is deleted.

Actual result

  • The new param values are merged with the old ones creating unexpected results

Cause

The bug is caused in:
/administrator/components/com_modules/controllers/module.php

the backend save doesn't use the same code as the frontend save because the frontend passes 'json' as the jdocument's type. This leads to the params being process with line 208:

$data = array_replace_recursive($properties, $data);

Sub form field items are removed and reordered in the child items in the 'params' array. But array_replace_recursive merges the new params and the old params rather than replacing them entirely.

Suggested Fix

Presuming that the frontend module save will always pass all of the params upon save then the problem can be fixed simply be putting the following line right before the array_replace_recursive.

if(isset($data['params']))
{
    unset($properties['params']);
}

#12007

@brianteeman
Copy link
Contributor

Closed as we have a pr for testing #12007

rdeutz pushed a commit that referenced this issue Feb 8, 2017
)

* Update module.php

#12006

* Update module.php

* i have just fixed just a very small CS issue.
dneukirchen added a commit to joomla-projects/media-manager-improvement that referenced this issue Feb 18, 2017
commit 85d671de23656d924f9c826000dbb407de835f19
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sat Feb 18 11:21:05 2017 +0100

    More file information in the file adapter (#81)

    * Return the path information

    * More file information

commit eefa6be363671bb103b0d3062ea695cde83feb1f
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Thu Feb 16 21:28:09 2017 +0100

    Add filter option in API (#80)

    * Add filter option

    * Remove void return types

    * Remove void return types

commit f9a8209d088fd0a26fdb7a192276074ed4979216
Merge: 612f6a4 8af1a04
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Thu Feb 16 20:00:28 2017 +0100

    Merge branch 'staging' into milestone1

    Conflicts:
    	README.md

commit 8af1a04f4d15f081ae0df651e0bb213a9ed573e4
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Thu Feb 16 15:12:23 2017 +0100

    Workaround for missing SORT_NATURAL flag on php 5.3 (#14079)

commit 55cfaa621dd63824f0b0cd609f3b7f27d696c25b
Author: Simon Asika <asika32764@gmail.com>
Date:   Thu Feb 16 21:21:24 2017 +0800

    Back to use require_once (#14104)

commit 3315a22bf360714b8ab976e95dcdaf6264ccaec3
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Feb 16 12:43:49 2017 +0100

    Updating/normalising some installation lang files (#14101)

    * Updating/normalising some installation lang files

    * oops

    * typo

    * back to DE-CH-AT as it is the <nativeName> which is displayed in the
    dropdown

commit 42df32c28905262907baef9ef42021cd00a02213
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Feb 16 09:01:36 2017 +0100

    [imp] multilangstatus module: adding a warning (#14083)

    * [imp] multilangstatus module: adding a warning

    * Move since tag to __DEPLOY_VERSION__ ;)

    * Make drone happy :smile:

    * Using q instead of quote. Taking off the else. Thanks Yvesh

commit 4580eb84c5ede0a47379604b9608bb5bc119618b
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Thu Feb 16 00:10:48 2017 +0100

    remove javascript tests (#14067)

commit a28e5f163827ea525e6b40fcde8a1442e9d6293b
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Wed Feb 15 20:13:36 2017 +0100

    [com_tags] - remove warning (#14026)

    remove warning

commit 47307204828aeafd73d1e5b730472449892d2118
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Wed Feb 15 20:12:55 2017 +0100

    Alpha order the new language strings for com_contact and com_content (#14065)

    * com_contact ini alpha order

    * alpher order the new strings.

    * alpher order the strings

commit 66c2163ed7c8622ae42c6023161c4c47b0419e6a
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Wed Feb 15 11:48:40 2017 -0700

    fix appveyor due to changes in chocolatey php (#14097)

    * fix appveyor due to changes in chocolatey php

    * one too many quotes

commit b50f96ee1967f238e5baa60467e8aa6f41f4cd14
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Wed Feb 15 16:09:25 2017 +0100

    Updated calendar language files

commit dd0491df44ec9521e96fe6af5930fbf166603bfe
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Wed Feb 15 15:15:50 2017 +0100

    Updated installation language files

commit c34b0f77ca7f25906677aa6bbf3d0941de8eca1f
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Wed Feb 15 13:39:53 2017 +0100

    SQL optimise for taxonomy maps (#13854)

commit f022ae3f8cbe8f5e6e4a797189ddb46129375e1f
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Wed Feb 15 01:55:50 2017 +0100

    Add missing tests for quoteName (#13860)

commit cbae8f4c41891cdb86ba2d807ae4e9bb0d2650e0
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Tue Feb 14 17:57:11 2017 +0100

    Move PHPCS tests from travis to drone (#14066)

    * move PHPCS test to drone

    * typo

commit f3c49e42e2a455247898fc66e26d8f202844ac08
Author: Michael Babker <mbabker@flbab.com>
Date:   Tue Feb 14 11:19:38 2017 -0500

    Use the Framework's LDAP client (#13938)

commit 73f9aa1e45aeb7f1380da5b6a7c946f839cfba31
Author: Michael Babker <mbabker@flbab.com>
Date:   Tue Feb 14 10:44:56 2017 -0500

    Fix issue with callback cache controller hashing Closures (#14057)

    * Fix issue with callback cache controller hashing Closures

    * Wrap in array

commit 9bc0f1965fd9d3a445b1d2818bbfa554bb014ef4
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Tue Feb 14 15:21:24 2017 +0100

    language strings should be uppercase (#14064)

commit d774932cdae09a6aa4a7185401c27092eb63944a
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Tue Feb 14 14:18:27 2017 +0100

    sql - no more need of findInSet() (#14020)

    * sql - no more need of findInSet()

    remove findInSet()

    * sql - remove findInSet()

    remove findInSet()

    * sql - remove findInSet()

    remove findInSet()

    * sql - remove findInSet()

    remove findInSet()

    * cs

    removed blank line

commit 21ef13aa716a638dd679f61e5d062f570f8659bd
Author: Mohamed Marrouchi <marrouchi.mohamed@gmail.com>
Date:   Tue Feb 14 14:17:43 2017 +0100

    [bug] Fix localPath in gallery plugin. Closes #14056 (#14061)

    * [bug] Fix localPath in gallery plugin. Closes #14056

    * Using JPath::clean intead of DIRECTORY_SEPARATOR

commit ed362d8b6f85f0ff57ed9e57ea5103d91822b8aa
Author: Michael Babker <mbabker@flbab.com>
Date:   Mon Feb 13 18:38:39 2017 -0500

    Simplify catches for cache exceptions (#14045)

commit 8e81979e973acc1ef68dcbd90c2147c0321e22e7
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Tue Feb 14 00:38:05 2017 +0100

    Use $ismoo instend of calling jinput (#14047)

    * Update modal.php

    * Thanks @joomdonation

    * oops :smile:

commit 426c0ea9d2429f2f6c1c100ca998643099d9f030
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Mon Feb 13 21:32:23 2017 +0100

    Setting search threshold to 0 in global configuration (#12988)

    * Setting search threshold to 0

    * Set search threshold for selects with custom value to 0

commit d996db93faaea45c23caef5a619f9854c6e65c71
Author: David Jardin <d.jardin@djumla.de>
Date:   Mon Feb 13 19:17:50 2017 +0100

    Don't display feed if category id missing or non existent (#13977)

commit a26226b11578187bcb2c26d4f2fe91a2844caf95
Author: bertmert <bertmert@users.noreply.github.com>
Date:   Mon Feb 13 19:17:21 2017 +0100

    Remove nl2br where not needed (#14025)

commit 2c5c9337c59af47297094e81bbe00b82b290c2fe
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Mon Feb 13 19:15:35 2017 +0100

    add a bit more clean lines to the PR template. (#14054)

commit 5e329148f36315e043939e03621eb2f6af2b870d
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Mon Feb 13 14:03:43 2017 +0000

    Add container-fluid to com_template modals (#14028)

commit 4f856518988426b1ac543cc8e11f043b6d084231
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Mon Feb 13 15:02:47 2017 +0100

    Alpha order the language strings (#14048)

commit 63fecc504d35112e1bb5a40de0cddb3d1831c551
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Mon Feb 13 11:36:17 2017 +0100

    fixes the testing sample data for newsfeeds (#14032)

commit 95cb94442c72050a3ac1b96a084fb2970fc6f9ec
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Sun Feb 12 18:15:39 2017 +0000

    [Protostar] Equal field widths in mod_login (#14027)

    * Equal field widths in mod_login

    * Add space between header and form

    * Static widths

commit f484aae5f816cecb9e508892c8aec03be4473862
Author: infograf768 <infografjms@gmail.com>
Date:   Sun Feb 12 19:14:55 2017 +0100

    Simplify PR 13961 (#14035)

commit 14bfccf23d0e38d08bbda63cd719fc2358a5e5d2
Author: Hannes Papenberg <info@joomlager.de>
Date:   Sun Feb 12 17:22:37 2017 +0100

    Fixing URLs for orphaned articles (#14031)

commit e7bd3972854fe00aa6677adf421aa40e36706e2c
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Feb 12 17:02:45 2017 +0100

    add drone ci badge to readme

commit 94638535ef75d925516afeefa9e434fcb9cfd204
Author: bertmert <bertmert@users.noreply.github.com>
Date:   Sun Feb 12 16:51:19 2017 +0100

    Remove useless check of contact_email_copy (#14029)

commit 67f2dd4fc0a75dbb200b86b7464bd948efd3cc85
Author: Dimitri Grammatikogianni <mit505@upshift.gr>
Date:   Sun Feb 12 17:50:54 2017 +0200

    Update tinyMCE to 4.5.3 (#14024)

    * update tinyMCE to 4.5.3

    * update creationDate to 2005-2017

commit e1581bc41d053ffb4b6f5f5d2d32658bcfc53cdf
Author: Benjamin Trenkle <bembelimen@users.noreply.github.com>
Date:   Sun Feb 12 16:50:41 2017 +0100

    Allow to clear messages after receiving them (#13975)

    * Allow to clear messages after receiving them

    * Fix spaces after variable name

commit f75801b7fb1d3ca347034399af7a9e250686b0a1
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Feb 12 16:50:03 2017 +0100

    Catch date format errors (#13974)

commit 38eb5ae41e34c2ae232f85963480648e90467d7b
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Sun Feb 12 15:49:39 2017 +0000

    [Isis] Template menu assignment columns (#13971)

    * Apply column-count to template menu assign

    * Responsive

commit a44d4823ec83c3f3ca76a6293fab70f7b5d4b3e7
Author: Elijah Madden <okonomiyaki3000@gmail.com>
Date:   Mon Feb 13 00:48:39 2017 +0900

    CodeMirror 5.23.0 (#13958)

    * CodeMirror 5.23.0

    * Update codemirror.xml

commit 7d6e08f1ac4c5172f8ae3c649c9aca6bfec797a7
Author: Fedir Zinchuk <getthesite@gmail.com>
Date:   Sun Feb 12 17:47:23 2017 +0200

    TinyMCE builder: make sure the value exist, and cache the layout data (#13901)

commit 2705b7b54e9ea8865f321a2173fc304d879be0f8
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Feb 12 15:56:10 2017 +0100

    add phpcs to compare it with travis

commit a240a22e0e1d1ba6f18651b779a0fce6e197acfd
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Feb 12 14:32:55 2017 +0100

    set clone deph

commit 63120ec8866720179cb9c321407676582695506c
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Feb 12 11:40:56 2017 +0100

    changed for drone0.5

commit 06d4b43408f10c7c51f44c35f63c21c441f10b38
Author: Elijah Madden <okonomiyaki3000@gmail.com>
Date:   Sun Feb 12 07:49:48 2017 +0900

    New font for CodeMirror: Overpass Mono (#13957)

commit 94d94314a38a10ba8bc11bc3889fcd38a5013196
Author: Michael Babker <mbabker@flbab.com>
Date:   Sat Feb 11 17:47:44 2017 -0500

    Mark Event and Session classes deprecated (#14030)

commit 30218aee3422e55082b90e9403cdd2e003326265
Author: Michael Babker <mbabker@flbab.com>
Date:   Sat Feb 11 13:48:53 2017 -0500

    Make login page query resilient to cache error (#13525)

commit 040d4e7370ee29894d9a6635e74b8ebdce94ca28
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 11 19:47:25 2017 +0100

    Fixing contact fields (#14015)

    * Fixing contact fields

    * Codestyle

commit 0fa667b817e58a027dd9c507957f23b306b35bdd
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 11 19:45:36 2017 +0100

    Solving com_search Notice (#13961)

commit 9f7ca0e91b51d48e18747ec404aae51e8f2d43e4
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sat Feb 11 19:43:20 2017 +0100

    [Installation] Fix MySQL sample data for #__menu (#13979)

    * fix MySQL Sample Data

    * fixed thanks @infograf768

commit c4f54dfa08f85333d6e67abf8984bd1470b23708
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 11 16:46:14 2017 +0100

    More changes to properly accommodate en-CA

commit c7dc2185e2ab24c783356c2638640faed4a66f77
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 11 16:42:42 2017 +0100

    "en-CA" is Canada, not Australia.
    Fixes #14023

commit 798e7f512cb293711ea5159827d8848cb1dbdceb
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Sat Feb 11 12:37:52 2017 +0100

    [com_users] User Profile - remove redundant event trigger onContentPrepareData, read data from session after validation fails (#9325)

commit c9f3f68e565317fffd0d3b0c83b501d8cfcd4bc4
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 11 12:25:06 2017 +0100

    Multilanguage: Frontend field tags filtering (#14006)

commit 1db47ea7fd7c58979a86798445d27300f6021150
Author: Frank Mayer <frank@frankmayer.net>
Date:   Fri Feb 10 18:24:04 2017 +0200

    [administrator/(rest)] Fix alignment for multiline arrays (#13442)

    * [administrator/(rest)] Fix alignment for arrays

    * Add comma in last line of multi-line array declarations

commit 88f80b7edd25312dd4de38b4a4453afbd51dbe0d
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Fri Feb 10 01:08:10 2017 +0000

    Post Install Messages (#13992)

commit 3e50ec9a0c7873158def383e123819864ae92b72
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Thu Feb 9 18:01:54 2017 +0000

    [Isis] Toolbar margin-bottom tweak (#13989)

    * Toolbar margin-bottom tweak

    * Match gutter width

commit 745a6068d9ba2af69aefd30b148c32d45915b834
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Thu Feb 9 10:58:43 2017 -0700

    Update SQL DLLs to release 4.1.6 for >php 7 (#13995)

    * Update SQL DLLs to release 4.1.6 for >php 7

    - update SQL DLLs to release 4.1.6 for >php 7
    - remove shallow clone, this can cause issues depending on what's excluded in the .gitignore file
    - simplify getting the SQL dlls with the new PECL download location
    - simplify getting the wincache dlls from PECL download locations

    * remove set for $vars

    * quote var strings

    * env is not needed for some vars

    * quote more vars

    * revert the php 5.6 DLL changes

    also fix the dlls for versions with Add-Content

    * remove dead conditions

    * fix typo

    * wincache version is conditional

    * use -y switch with 7z commands

commit cd3fe9a4fc7b450a250d88f2ebbf03bae3c3b04e
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Thu Feb 9 02:58:01 2017 -0700

    Add WinCache to AppVeyor build (#13810)

    * try adding wincache

    * fix enable wincache

    * opcode cache portion of WinCache is now deprecated

    Since the Zend Opcache extension is now in the core PHP product, the WinCache opcode cache is disabled by default.  The opcode cache portion of WinCache is now deprecated, and will be removed in a future release of the WinCache extension.

    * try forcing session.save_handler="files"

    * what modules are registered with php

    * look at the full php info

    * add curl, APCu, memcache, redis

    * apcu is stalling at unzip check without for moment

    * redis-64 is erroring

    * try enabling wincache file and cli

    * Get-ChildItem -Path

    are the files even there?

    * redis install randomly freezes

    * need to use NTS version of DLL

    * no memcache server installed, remove driver

    * remove redis and php -m

    redis has issues and is tested on travis so lets just test wincache here

commit 5770cc6eb8bfda275c4fd7a4c8ba864692b028b9
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Wed Feb 8 15:39:11 2017 +0100

    We are in dev state for beta 3

commit 9800df16ce59042ddaa4d44ede2be11f6dc0e7d0
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Feb 8 15:36:50 2017 +0100

    set dev state after beta2 release

commit adee785d3623c1b3de59d0962d4cc1b67f2212a6
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Feb 8 15:13:21 2017 +0100

    Prepare Release 3.7.0-beta2

commit 0544f37a88e699d4e221ac32e3ff6956bc379e13
Author: Michael Babker <mbabker@flbab.com>
Date:   Wed Feb 8 09:07:17 2017 -0500

    Make JControllerLegacy::display() resilient to cache errors (#13918)

commit 05a2119d50a4b9c4c2b3f7c0ea4122d9067527b3
Author: Michael Babker <mbabker@flbab.com>
Date:   Wed Feb 8 09:06:54 2017 -0500

    Make JModelLegacy::cleanCache() resilient to cache errors (#13917)

commit 21f970132c518858f83cdbcef634909b33099847
Author: Michael Babker <mbabker@flbab.com>
Date:   Wed Feb 8 09:06:13 2017 -0500

    Make JComponentHelper resilient to cache errors (#13916)

commit 4c98343e235e0dc56c7b6297c3a0e0dc5da945a9
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Feb 8 15:05:13 2017 +0100

    [com_fields] Migrate category view show_user_custom_fields to fieldgroups (#13806)

    * Migrate category view show_user_custom_fields to fieldgroups

    * Adapt form.xml

commit ac895c6080a187ae4ab608182d081b1cb6b51e54
Author: Frank Mayer <frank@frankmayer.net>
Date:   Wed Feb 8 16:04:37 2017 +0200

    Make columns centered, where it makes sense (in one file only for now, to get a discussion going) (#13493)

    * - Make columns centered, where it makes sense and looks nicer than left-aligned ones. For example version columns, single or maximum two-word columns
    - Also fix CS on that file

    * fix spaces to tabs

commit f0c2d8362bc75ea9ddc016f5c15bad466c1dcd33
Author: James Garrett <atma_the_dog@hotmail.com>
Date:   Thu Feb 9 01:03:50 2017 +1100

    Fix to Sub Form Field Frontend Save Deleted and Reordered Params (#12007)

    * Update module.php

    https://github.com/joomla/joomla-cms/issues/12006

    * Update module.php

    * i have just fixed just a very small CS issue.

commit 72c59e3f14b514fd778b2a204c218f54f2331118
Author: Georgios Papadakis <ggppdk@users.noreply.github.com>
Date:   Wed Feb 8 16:02:43 2017 +0200

    Prevent misuse of show_noauth param when fulltext is empty (#11290)

    * Prevent misuse of show_noauth param when fulltext is empty

    * Update code blocks

    * Remove spaces

    * Fixed code styling

commit 2af4b4dbbca7077851c0f94b47b8fe7a60a41932
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Wed Feb 8 10:34:25 2017 +0100

    [AppVeyor] Unit tests fix for file cache (#13941)

    * Attempt to fix cache error on appveyor

    * flock() uses mandatory locking instead of advisory locking on Windows

    * Use file descriptor to read file if the file is locked

    * Close file if the file was not locked

    * Check whether all data has been saved

commit 75e34f075bfd6b761b1b62dd908decc3f1b65c02
Author: Peter van Westen <info@regularlabs.com>
Date:   Wed Feb 8 10:33:36 2017 +0100

    Fixes incorrect background colour of icons in coloured toolbar buttons (#13963)

    * Fixes styling issues of icons in toolbar buttons

    ...coming soon...

    * Update template-rtl.css

    * Update template.less

commit 16de2940c63267e311055bec79a4732d5bc77b80
Author: Peter van Westen <info@regularlabs.com>
Date:   Wed Feb 8 10:33:05 2017 +0100

    Fixes issue with login message in incorrect language (#13965)

    * Fixes issue with login message in incorrect language

    This fixes the issue with the login message not being displayed in selected language (admin).

    You can easily test this by trying to log in (in the Administrator) on a multilingual site - using an incorrect password.
    For instance, on a setup that has English (default) and Arabic installed.

    After trying to log in with Arabic selected as login language, you will get a failed-login message in English.
    If you then se the language selection to English and log in again with an incorrect password, you see the message in Arabic.
    Not good!

    This PR fixes this issue and sets the correct language (based ion what you have selected in the login form) before that error message is generated.

    * Update administrator.php

commit 8cfa2dea9c7cb6944e6042c6c7663a4e43e5e7ab
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Tue Feb 7 18:42:47 2017 +0100

    Proxy call for fields modal to backend files (#13951)

    * Proxy call for fields modal to backend files

    * Codestyle

commit fa610bb0adc4292b9d2bc10679f474e80b7a52ea
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Mon Feb 6 09:40:09 2017 +0100

    fix path and filenames in tests

commit 647c86b10a794c3818ae73251cb07332b48cf44e
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Mon Feb 6 09:28:42 2017 +0100

    this test fails to often and doesn’t makes sense (#13859)

commit 29ed4d96a5fcd783be51a08fc7e547f8527638f3
Author: Benjamin Trenkle <bembelimen@users.noreply.github.com>
Date:   Mon Feb 6 09:01:50 2017 +0100

    Improve new menu field (#13085)

    * Improve new menu field

    * Add magic getter/setter

    * Add __DEPLOY_VERSION__ parameter

commit 152859c84ae33e3ca7d7d8d929b8b2a93bdb4db5
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Sun Feb 5 23:26:15 2017 +0000

    Smart search select field margin (#13927)

commit ed6fe013e59b3e7a241d397a810834afd8ba7ab3
Author: Dimitri Grammatikogianni <mit505@upshift.gr>
Date:   Mon Feb 6 00:25:13 2017 +0100

    Calendar fixes (#13181)

    * fixes

    * tests

    * Some styling - RTL

    * Some styling

commit e31d41c3c62d282b371be13b6b7a44dfc46394ce
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Feb 5 23:37:55 2017 +0100

    Read header_size to determine header size (#13221)

commit 24f64cc47fdfc2562b95ac7f82b9f1cbbfabcb18
Author: andrepereiradasilva <andrepereiradasilva@users.noreply.github.com>
Date:   Sun Feb 5 22:36:16 2017 +0000

    [ACL] [new/edit category] Remove categoryedit field check of - No parent - option (#12821)

    * Update categoryedit.php

    * Update categoryedit.php

    * Update categoryedit.php

    * Update categoryedit.php

commit 80b181f59fd55dd5342923079fda6329898020ea
Author: wilsonge <georgejameswilson@googlemail.com>
Date:   Sun Feb 5 22:30:29 2017 +0000

    Amend deprecation messages

commit c5dfb6c7c0c66fd672c604539cb854d27edd9975
Author: Elijah Madden <okonomiyaki3000@gmail.com>
Date:   Mon Feb 6 07:26:43 2017 +0900

    Use the JHtml::_ function instead of calling functions directly. (#12546)

    * Use the JHtml::_ function instead of calling functions directly.

    * display the JHtml functions directly in comments

    * A line was too long.

commit df63222948423b2be415684e020eb36e73ce2f95
Author: Frank Mayer <frank@frankmayer.net>
Date:   Mon Feb 6 00:26:07 2017 +0200

    [com_search] Refactoring + fixing results-highlighting (#13498)

    * Refactoring + fixing results highlighting, where positioning of highlight was off sometimes when special characters were used.
    Also fixed css sitewide to display highlight more naturally.

    * Fix CS.

commit 5de1c3440f2e1b97a392832d55ae12e7d3450045
Author: andrepereiradasilva <andrepereiradasilva@users.noreply.github.com>
Date:   Sun Feb 5 22:23:40 2017 +0000

    [com_content] Add some missing useglobal (#12918)

    * some missing useglobal and hardcoded default

    * Update default.xml

commit b56d4cee4b2b72185caf937ab0b4bc540270aebf
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Feb 5 23:21:38 2017 +0100

    Merge list field options using Registry->merge (#13578)

commit 41df21bfefadbcc857b2039400c1fd15e6f79cbb
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Feb 5 17:19:37 2017 -0500

    Deprecate OAuth client classes (#13937)

commit f1221bbb55c2437a5d453a1031bcc934fe95a5b6
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Sun Feb 5 20:40:58 2017 +0100

    Mssql - fix escape() and add support for unicode chars (#13585)

    * Mssql - save in correct way '\<CR><LF>', '\<LF>' and fix $db->escape()

    See https://support.microsoft.com/en-us/kb/164291

    * Add support for unicode/nchar characters

    * Fix tests

commit 64b41e708fb23b6acf5cd3543d5205af2fa05a6e
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Feb 5 20:27:37 2017 +0100

    Adding gaelic calendar file

commit 40506f1bce3b8315606f3d1466f6dca2bc02443b
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Sun Feb 5 18:22:34 2017 +0000

    Add some typehints and a missing since tag (#13934)

commit 35ee6bac86f4bab2de2065b9a29a7afefc507d55
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Feb 5 12:37:52 2017 -0500

    Create an Exception for a missing component (#13919)

    * Create an Exception for a missing component

    * Default 404 code

commit fc5a7fb2ce070bb66ef9f92611e40446346bbd75
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Feb 5 12:03:49 2017 -0500

    Admin app - catch exceptions thrown by JLog::add() (#13504)

commit 6833955cfbc0f1914751ab4c110b9b4e332eee3b
Author: Frank Mayer <frank@frankmayer.net>
Date:   Sun Feb 5 17:23:19 2017 +0200

    Simplify some ternary operations using elvis operator and remove unnecessary parentheses in libraries/cms (#13234)

    * Simplify some ternary operations using elvis operator and remove unnecessary parentheses

    * CS Fix

    * Revert commit in wrong branch

commit b828e00f10ec1b0bf1b1141fa5fa6a37a1aaee14
Author: Frank Mayer <frank@frankmayer.net>
Date:   Sun Feb 5 17:18:10 2017 +0200

    Remove one-time-use variables in libraries/cms (#13236)

commit 35d04157e1bba494b9fae5d4e88336a010c9d183
Author: infograf768 <infografjms@gmail.com>
Date:   Sun Feb 5 15:33:37 2017 +0100

    [com_fields plugins] Clarifying some plugins descriptions (#13928)

commit aef1f2453e57cf666fbab06e4afc1fd0a02eacc8
Author: Frank Mayer <frank@frankmayer.net>
Date:   Sun Feb 5 14:29:01 2017 +0200

    Optimized FinderIndexerHelper->stem() method  (#13480)

    * Optimized FinderIndexerHelper->stem() method now being 5x faster getting the base word of a token

    * Fixed property comment and CS

commit 1387896d1d77fc84001a95e6e67c91b4904047fd
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sun Feb 5 09:59:49 2017 +0100

    move the warning to a info (#13903)

    merged on review

commit 2598241eefc069f087bbd6a972148aea3fa62563
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sat Feb 4 23:13:23 2017 +0100

    remove the dublicate comment line in the scriptphp (#13924)

commit e5dad1786a5e640b4a7768a448c6b8f2cc430325
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sat Feb 4 22:55:46 2017 +0100

    snyc install sql #__menu (#13894)

commit a7933d4b0bed6db0448e322e3dc118722b10fae4
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sat Feb 4 22:44:58 2017 +0100

    Catch SQL exception in SQL form field (#13882)

    * Catch SQL exception in SQL form field

    * add missing clean line

commit e14bb91bb1c0cdc0b957be7316aab15bb3c67a59
Author: Frank Mayer <frank@frankmayer.net>
Date:   Sat Feb 4 23:44:19 2017 +0200

    Replace StringHelper::trim() call with simple trim() call when not utf8 characters are to be trimmed. Saves a few cycles in indexing. (#13478)

commit 032708762cc6a607efd75a1b8316aefcc90fec6c
Author: Tony Partridge <admin@xtech.im>
Date:   Sat Feb 4 21:32:11 2017 +0000

    Convert the system Redirect plugin to use lowercase urls at all times… (#13853)

    * Convert the system Redirect plugin to use lowercase urls at all times for redirecting.

    * Removed an un-needed additional strtolower

    * Changed to use StringHelper strtolower since this function also support utf8_ safe.

commit 98ff75220fbb55ee0028628f7e0c07a4d7825bc6
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Sat Feb 4 14:22:25 2017 -0700

    Update phpass to 0.4 (#13858)

    Note: this does not fix the php4 constructor

commit dbcd586c4dbc07ded1853721e150353756c327fb
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 22:11:56 2017 +0100

    Remove the plugintag if ID is invalid (#13898)

commit b0228b943f48102b6b040f866198b7e77b119b80
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 22:08:06 2017 +0100

    Adjusting version attribute in language pack manifest

commit ae6f0fede33b9b5a6ea9aa516913c0759debca1e
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 22:00:59 2017 +0100

    Editor Plugin to insert the new {field ID} and {fieldgroup ID} tags (#13875)

    * Add field editor plugin

    * Adding SQL files

    * Adding new plugin to install.xml and script.php

commit 4593736a172e0c3fa25ef6bc7d52c2a726c78458
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 21:57:30 2017 +0100

    Updating version attribute to 3.7 in english language XML files

commit 47a5a2adc5a033e824078452cdc625ebcc29ca2a
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sat Feb 4 21:46:51 2017 +0100

    needed for nightly builds

commit e244b9314328bfbe6b9dcea7fb852e1f45b1864d
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 21:44:49 2017 +0100

    Fixing language file headers

commit d2dd941a4a07a4ee3d007516d9e1c7243430a49f
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Sat Feb 4 21:38:33 2017 +0100

    Remove uslep(100) from first call of cache->get in file handler (#10767)

    * Add test for cache lock method

    * [cache] File storage - create file before flock

    * Flock function release lock if resorce file is destroyed/unset

commit 7e0b02a0e9e90c292bf2c0373b6e6823f400a1ef
Author: bertmert <bertmert@users.noreply.github.com>
Date:   Sat Feb 4 21:37:58 2017 +0100

    "New User Registration Group" always visible (#13822)

commit 643bd6c6e20d40379138eaa452acf3e16e09f681
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 4 21:36:10 2017 +0100

    New TinyMCE: Setting image advanced tab as ON per default (#13897)

commit db881cb64be37c547f1e8732d0d98c68aaf375c7
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 4 20:03:48 2017 +0100

    [admin_menus] Taking off useless columns in menu items manager (#13884)

commit 5c9df7b1eff26a99740a4cc84978554a151956a2
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 4 18:49:28 2017 +0100

    [admin-menus] Allows translation of menu items in parent and ordering dropdowns (#13889)

    * [admin-menus] Allows translation of menu items in parent and ordering
    dropdowns

    * oops

    * other oops

    * cs

commit df959ba93501f7d15e7233a6a499a9baaed79851
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Sat Feb 4 18:46:58 2017 +0100

    [com_finder] - cast to char before use LIKE operator  on datetime/tim… (#12348)

    * [com-finder] - cast to char before use LIKE operator  on datetime/timestamp field

    A timestamp/datetime field CANNOT be used with LIKE we need to cast to char before in standard SQL

    * used $query->castAsChar()

    used $query->castAsChar()

commit 38b00ba7d128d0f517d8e3d577daa7beb53a9909
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Sat Feb 4 17:45:34 2017 +0000

    Flush tables in cpanel wells (#13890)

commit 04adba5362f142dd54170a8ee403037bf8731d3d
Author: Michael Babker <mbabker@flbab.com>
Date:   Sat Feb 4 12:44:28 2017 -0500

    JMenuSite::load() should try to work even if cache fails (#13524)

    * JMenuSite::load() should try to work even if cache fails

    * Add an interface for cache exceptions

commit 1735290b7552aa6208aadfe7ed5ab5a82237b678
Author: infograf768 <infografjms@gmail.com>
Date:   Fri Feb 3 11:44:00 2017 +0100

    Updating en-GB install.xml for the new plugin (#13881)

commit e390415097348259ea7413fac5c8dae4d61d316a
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Fri Feb 3 16:09:58 2017 +0530

    Admin menu: batch process move to submenu impossible [FIX] (#13649)

    * Fixes #13632: Admin menu: batch process move to submenu impossible

    * Db stub update

    * Do not show language and access in batch operation

commit 945b40c93e7bc53837c5b282e424df09ab5f1a6d
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Fri Feb 3 11:35:15 2017 +0100

    skip menu test

commit bbe1bff9b5af70a66ef05107990196dc59ccfc99
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Fri Feb 3 11:27:57 2017 +0100

    revert change from #13830 because test are falling

commit 8f946fed7a5d17d9498d9450a15217c8fde78c66
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Fri Feb 3 10:00:55 2017 +0100

    Update script.php for the new content plugin (#13883)

commit 28a8ce6be669ed7ac62eb8c449d87860213d1c12
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Thu Feb 2 20:53:34 2017 +0100

    set to dev state after release

commit ddd6f5a4c2731bcc41297314ef174e9a55670eab
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Thu Feb 2 19:56:00 2017 +0100

    Prepare Release 3.7.0-beta1

commit f6e524771caa4db1a21a5729aa230c67973d3c24
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Thu Feb 2 19:50:54 2017 +0100

    [com_fields] Fields Content Plugin (#13814)

    * Adding new content field plugin

    * Adjusting description (thanks @brianteeman)

    * Adjust regex

    * fieldgroups working

    * Adding SQL files

    * Fixing installation SQL

    * copy-pasting correct string :)

    * Codestyle

    * Fixing ID

    * Add support for {field *}

    * Add context "com_content.featured" to validateSection.

commit e6f73bcf047f5c3eb126e528f80680aba8f3a2aa
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Fri Feb 3 00:17:49 2017 +0530

    Fixes #13642 - The issue which causes custom menu items to be lost when a component is updated. (#13857)

commit b4bf8621f22bd16fecbc18a166cc11cb23b51a55
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Thu Feb 2 22:27:04 2017 +0530

    If no container is defined in the active admin menu, force show default container with all items shown. (#13838)

commit cc8ad0c795e42d7c1e736a55682f7145e961db8c
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Thu Feb 2 22:11:44 2017 +0530

    [Admin Menu] Fix showing of protected menu items in container type menu item (#13830)

    * Menutype ‘menu’ is no longer protected. Do not allow batch/trash/delete for protected menu items.

    * Show protected menu items on explicit filter only

    * Container menutype improvements and other improvements related to menu client_id.

    * Child item fix

    * Fix root exclusion and node visibility when in disabled state.

    * Update test db stub for jos_menu_types

    * Remove protected items filter from manager and other fixes.

    * An attempt towards UX improvement

    * Language update

    * Update language a/c to better suggestion by @infograf768

    * Use only ‘main’ and not ‘menu’ menutype to load components menu items under container menu item

    * Removed extra parenthesis

commit 5067ee92cb99646833490ddf8d4c419432321337
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Feb 2 17:24:27 2017 +0100

    com_cache : Missing lang strings values (#13850)

    * Missing lang strings values

    * adding manager

commit 6f85b59b9303819850052c8e8fafd4f1ad308fc7
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Thu Feb 2 15:31:36 2017 +0100

    Security fix for quoteName (#13825)

commit 5a1c7960224b6b313a03386b8b02478f792f8f46
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Feb 2 14:50:32 2017 +0100

    [com_associations] Display Associations tab in Target (#13855)

commit 4b32be7ebca802e2e6a8fe1bed444a61faa15c04
Author: JoeforJoomla Boy <joejoomla76@gmail.com>
Date:   Thu Feb 2 14:26:22 2017 +0100

    Regression 3.7: last template style preview not working #1 (#13775)

    * Update site.php

    * Update site.php

    * Update site.php

    * Update site.php

    * Move unset into the else condition

commit 0d6a55afa610ff2a9845dac4603cc033a9684860
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Thu Feb 2 13:25:47 2017 +0000

    [Isis RTL] - Remove yes/no btn-group float (#13852)

    * RTL - Remove btn-group float

    * Only target yes/no toggle

commit 47346915f8092562e41974f8eb57813aa14f8ce9
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Thu Feb 2 13:25:36 2017 +0000

    Bypass lessc row-fluid calculations (#13845)

commit dc3a1a74415e91e60398389730507699a59a906d
Author: brianpeat <brian@thepeatgroup.com>
Date:   Thu Feb 2 04:00:53 2017 -0600

    [com_fields] Add option to show or hide field label (#13752)

    * Added option to hide field label

    * Added variable and if statement to hide label

    * Added language strings for the Hide Label option

    * Updated to change the if statement as per comment

    * missed a semicolon

    * changing switch to Show/Hide

    * Changing switch to Show/Hide

    * Changing switch to Show/Hide

    * missed a language string change

    * Changed if statement

    Since the default is Show, if it's not saved in the DB, the label won't show. Changed the if from ==1 to !=0 so it shows without any entry in the params in the db.

    * Reversed the if statement

    I tested on CURRENT fields (not new ones) but I had changed the params name, so it didn't stick. All my fault :)

commit aa862e8c694fd2be7833e16c7306c92d6409b989
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Feb 1 18:53:17 2017 +0100

    [com_fields] Trigger onContentPrepare in news module (#13708)

    * Trigger onContentPrepare in news module

    * Use the correct trigger method

    * Text variable is needed for event

    * Change to tabs

    * Remove spaces in line

commit 8676321b372b564ae40c61890b133e7d5cecbfdc
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Wed Feb 1 17:24:36 2017 +0000

    Update YAML library (#13843)

commit 6ffc4b96abf7a885dced8afe1d14fae1781db206
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Wed Feb 1 12:52:38 2017 +0000

    Amend toolbar btn spacing (#13823)

commit 2c51a2829a4a1fb31490bbdf057b62fc7e199f88
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Feb 1 13:51:26 2017 +0100

    Custom fields for categories (#13837)

commit 5cdea948ad4f1e02b4422a3426535eead0d4eb6c
Author: infograf768 <infografjms@gmail.com>
Date:   Wed Feb 1 11:49:24 2017 +0100

    [com_associations] Do not use Copy reference to an existing target (#13819)

commit 82de8bd15ac0c9c6599262f14bc03a68c9391c20
Author: Fedir Zinchuk <getthesite@gmail.com>
Date:   Wed Feb 1 11:14:14 2017 +0200

    Tinymce: allow to edit image title (#13833)

commit 3449e046cde01755b12fd31aad4cb0c0864ead38
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Tue Jan 31 23:48:28 2017 +0000

    Use staging branch status for AppVeyor badge

commit 571218c80c690bb67c191363493a2ff703998136
Author: infograf768 <infografjms@gmail.com>
Date:   Tue Jan 31 10:21:32 2017 +0100

    [admin-menus] Display only components using Categories in List All Categories menu item (#13808)

    * [admin-menus] Display only components using Categories

    * docs missing

    * Simplifying field type code. Using it also for Create Category. Modified
    tip.

commit bfcca89cd878755b9988ea7277e064fb5d70523d
Author: Michael Babker <mbabker@flbab.com>
Date:   Mon Jan 30 07:49:18 2017 -0500

    Make JPluginHelper::load() resilient to cache error (#13526)

commit 720db4e8e0738625359903725428c4335079d550
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Mon Jan 30 13:46:22 2017 +0100

    Add expected and actual result headings (#13762)

commit 0fa990aa88a7a5f81cc23e1e5c675cd710d5fc76
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 30 10:53:33 2017 +0100

    Field calendar plugin (#13638)

    * Display localised dateformat and apply user timezone.

    * Set filter type for calendar fields plugin

    * Add a "onAfterDataValidation" event to JModelLegacy::validate()

    * Add new plugin event onAfterDataValidation. Rename onUserBeforeDataValidation to more generic onBeforeDataValidation and deprecate old name.

    * Store validated fields data in plugin for use during save. Removes the need for onContentBeforeSave method

    * Codestyle

    * Add new plugin event onAfterDataValidation. Rename onUserBeforeDataValidation to more generic onBeforeDataValidation and deprecate old name. (reverted from commit 8552ab709879d0e7d1120c6dce9df9222d60fc89)

    * Add a "onAfterDataValidation" event to JModelLegacy::validate() (reverted from commit 1ceeddf6c05c43323490354e4bbdd20563d59a89)

    * Adding the validated $data to onContentBeforeSave and AfterSave event

    * Use the validated data from the onContentAfterSave event

    * Pass $userData to $this->onContentAfterSave method

    * Codestyle

    * Simplify check

    * Adding an option to show/hide the time in the calendar field.
    Will use translated formats for all cases (form and item display)

    * Codestyle

commit 652c17adba0321da2e203536d4b150e03308de5b
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Mon Jan 30 08:49:09 2017 +0000

    Min width edit on toggles (#13698)

commit 3ae65c5068e793742590fbd7eaff1352268a5fe6
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 30 09:19:15 2017 +0100

    Don't return admin menus (#13791)

commit ccac056880f1b29ece107a18065e2c151ed190fa
Author: Vio Cassel <viocassel@users.noreply.github.com>
Date:   Sun Jan 29 22:29:38 2017 +0300

    Update jQuery Autocomplete to 1.3.0 (#13794)

commit d941fc3ae51842e43d757574f4a1b771e7450e1c
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Sun Jan 29 12:29:09 2017 -0700

    Use preg_match to ensure just a version check (#13801)

    This method should be much less error prone due to the environment differences when getting the version from the `SELECT version();` query

commit aa1fef3498d14bf0f7025d0b124629b9a7b64dd5
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Sun Jan 29 12:28:33 2017 -0700

    Remove unnecessary Env var "dependencies: current" (#13802)

    The related conditionals were removed.

commit 7713190e4d6e07e2144594cc02c8e78e3b6b0152
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Jan 29 12:16:51 2017 -0600

    Add GD to environment

commit 577f3121b55162e00fc0d196d333d46b3db9078b
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Jan 29 12:10:02 2017 -0500

    Add AppVeyor CI support (#13790)

    * Add AppVeyor CI support

    * Add create table statement

    * Conditionally add deprecated mysql extension

    * Close connections after class runs

    * Use PDO connection for PDO MySQL

    * Wrong property name

    * Try alternate way of adding extension

    * Add build badge

    * PGSQL test fixes

commit 80ef2839e310aeb13564e0a498bcf54af0e5e722
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Sun Jan 29 09:51:17 2017 -0700

    Fix JToolbarButton unit tests (#13799)

    * Fix JToolbarButton unit tests

    * Fix JToolbarButton unit tests

    * Fix JToolbarButton unit tests

commit 594c50fc29d729bd802c803e794a39dedc37f23c
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Jan 29 17:36:42 2017 +0100

    Revert "Add the option to filter extensions on core or third party" (#13798)

commit a3b412134b1f1949b974c8d2a29a358ba698b432
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Sun Jan 29 15:41:14 2017 +0000

    Fix github unit tests (#13797)

commit 7ba2c775130e7230ea2abd4797d98072f5c02817
Author: RolandD <contact@rolandd.com>
Date:   Sun Jan 29 14:56:17 2017 +0100

    Add the option to filter extensions on core or third party (#13795)

commit f72f44777b0189a8f8dfda7f75617203392e86c2
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Sat Jan 28 23:36:46 2017 +0000

    Fix doc blocks in router

commit 2474f12135db3174a230c36d6a864816a2757c51
Author: Tony Partridge <admin@xtech.im>
Date:   Sat Jan 28 22:14:39 2017 +0000

    com_finder outputs empty p tag with no description (#13778)

    ### Steps to reproduce the issue
    Set description on article or anything other item to nothing. In my scenario it was using Docman where they are just documents with no content.

    ### Expected result
    html not to be rendered if there isn't a description to render

    ### Actual result
    Renders a <p> html tag with no content, causes excess padding and just a mess on most sites.

    ### System information (as much as possible)
    J3.6.5 / J3.7.0Alpha2.

    ### Additional comments

    this is just a simple change to make the output of search results which have no description inside them to not render excess html.

commit ace741cffe5cbcceee6f8054fcb00aafcd1b601c
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Jan 28 20:27:50 2017 +0100

    Correcting articles manager title display (#13785)

commit 612f6a4505f7fe23d82049447f89c02ab3fb71a9
Merge: 4077cd0 3833aa0
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sat Jan 28 14:54:11 2017 +0000

    Merge branch 'staging' into milestone1

commit 3833aa0671bd056f8e3c4690c3b0e44b7a1e7f25
Author: marrouchi <marrouchi.mohamed@gmail.com>
Date:   Sat Jan 28 11:41:34 2017 +0100

    [Improvement] Backend menu item edit form : Add Itemid to the alias link value (#13776)

    * Add Itemid to the alias link value

    The link field of an alias menu item displays "index.php?Item=" without the actual item id.

    * Remove extra white space

    * CodeSniffer fix : Blank line before new comment

commit 3d3e2d6ca722c1169484460c01091aec1f2b7dcc
Author: Luca Marzo <luca.marzo@live.com>
Date:   Fri Jan 27 22:26:18 2017 +0100

    3.8.x description proposal (#13782)

    I tried to change the wording about the 3.8.x branch.

commit 6f20a8c2d633fa8bd7b1f68fb8d008497ff88082
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Fri Jan 27 22:12:37 2017 +0100

    Remove from global option for the display functionality (#13773)

commit 7dc3d68365a07cdec8c29bf08fdc3ec1298c8606
Merge: 7c1cc9d 14c6fcb
Author: Luca Marzo <luca.marzo@live.com>
Date:   Fri Jan 27 20:55:51 2017 +0100

    Merge pull request #13758 from rdeutz/move_checkout_to_helper

    [com_associations] moved "checked out" check to a helper function

commit 7c1cc9d24a01c72f3e2db8883e0eac4739ba9810
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Fri Jan 27 18:29:13 2017 +0000

    [com_fields] Responsive subform.repeatable-table (#13769)

    * Responsive table subforms

    * RTL support

    * Wrap in media query

    * Final tweaks

    * Query fix

commit 67a60716044106310d86d4b5244c58473b6a04f2
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Fri Jan 27 19:28:23 2017 +0100

    Remove semicolon before UNION ALL (#13767)

commit 6be6bd64c907d2b89ea1c6daaa8b0ca29dd7de66
Author: Peter van Westen <info@regularlabs.com>
Date:   Fri Jan 27 19:27:36 2017 +0100

    Fixes: EXTRA_QUERY not added to update record (#13756)

commit 959fc6b1487fa335cb04c7b54e3864e168960118
Author: Roberto Segura <roberto@phproberto.com>
Date:   Fri Jan 27 19:26:47 2017 +0100

    [fix] using core categories system should not be mandatory to use core tag system (#13737)

commit 2d82f4cc2d2577aa42e1e2cbd85c96cb083010c3
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Fri Jan 27 19:24:41 2017 +0100

    Add a parameter to trigger the additional plugin events in the news module (#13703)

commit 2a859660c9718548691ddfb56dd41d212d9c5be1
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Fri Jan 27 19:23:32 2017 +0100

    Add "id" attribute to <input> element (#13610)

commit 1b036c6f7bc4e57ad362ae988ce18ac0b778d8f2
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Fri Jan 27 19:22:40 2017 +0100

    Speed up of saving new articles (#13505)

    * Fast table reorder for mysql, postgresql, mssql and sqlite

    * Two versions of selectRowNumber for postgreSQL

commit 7f402748ca66b213cf10f4aabd329696d5b3443f
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Fri Jan 27 19:21:44 2017 +0100

    [com_fields] Custom Fields Media Field if class is empty still class is shown as attribute (#13462)

    * fixes #13400 dont let the class tag alone if no class is set

    * Update imagelist.php

    * Update media.php

    * Update imagelist.php

    * Update imagelist.php

    * Update media.php

    * Update media.php

    * Update imagelist.php

commit bc9dcd36e6228ddca395e02ef553a202b2e21433
Author: andrepereiradasilva <andrepereiradasilva@users.noreply.github.com>
Date:   Fri Jan 27 18:18:38 2017 +0000

    [com_contact] review config global default options (#12970)

    * config.xml

    * Update joomla.sql

    * Update joomla.sql

    * Update joomla.sql

    * sincronize with staging

    * fix conflicts

    * fix show_user_custom_fields

commit a3194fa5985575dc517a8d0ff7d2a80c99f15ba6
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Fri Jan 27 19:17:44 2017 +0100

    3.7 Improve Cache Controller (#12312)

    * Improve Cache Controller

    * PHPCS fix

commit d7eb53581f616a843fb194c88cfddc2d2ea6a3c7
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Fri Jan 27 19:17:13 2017 +0100

    Fix item alias (#11343)

commit d525244dc030dd9dc3cb6c1f703e91eccabf2c63
Author: Klas <klas.berlic@gmail.com>
Date:   Fri Jan 27 14:18:59 2017 +0100

    JUserTest needs to clear JAccess stats for allowed test. ALso JUserTest::testGetGroupsByUser() has expected and actual reversed. (#13777)

commit 14c6fcbf365d0d06d2d75950ba333b287befeed2
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Fri Jan 27 11:21:46 2017 +0100

    fix for checked out items

    If the item at the left is checked out nothing can be done till the item is checked in

commit 5104562e13195562072caac980b0d167e534d29c
Merge: 12257e5 c421382
Author: Luca Marzo <luca.marzo@live.com>
Date:   Thu Jan 26 23:37:06 2017 +0100

    Merge pull request #13759 from Bakual/SQLNotSql

    [com_fields] SQL not Sql

commit 12257e51f9993c6f93167facdaab9790468ecb32
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Thu Jan 26 13:29:43 2017 +0100

    [com_fields] Load language files from components (#13745)

    * Load language files from components

    * Add JPath::clean()

commit e0fbf61c6cd4def712dfbd744d4b104b18bf658e
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Thu Jan 26 13:24:19 2017 +0100

    [com_fields] Default the gallery directory when empty (#13761)

    * Default the gallery directory when empty

    * Fix comment

commit 61189b3188474314761894086a13ef242ebb5efa
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Jan 26 09:48:46 2017 +0100

    [com_associations] Display only site menu types on searchTools (#13763)

    merged on review

commit 8f567003c6c4e72a749882628a60a6994949bd05
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Thu Jan 26 13:28:12 2017 +0530

    Give protected menu items container its own place independent of heading type. (#13749)

    * Give protected menu items container its own place independent of heading type.

    * Added missed client id check for container menu type.

commit c4213828398502f66979290fdff3e4feacc0622d
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Wed Jan 25 22:51:16 2017 +0100

    SQL not Sql

commit 6e67ba17183e165fe126bc0863518bb9b36d154b
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 25 22:02:37 2017 +0100

    moved checked our check to a helper function for less gussing

commit f04e15c8c48e272d5cfbd6d0ec19abd7d13afc5b
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Jan 25 18:05:28 2017 +0100

    Remove unneded properties for fields render layout (#13750)

commit b455cf6dd3ae8b69f89a29af295475f0332654bd
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Wed Jan 25 12:13:57 2017 +0000

    Remove max-width on login lang field (#13740)

commit dc7e6157b23feea20d8453562a35d3f65fcfe18a
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Wed Jan 25 13:04:01 2017 +0530

    Fixed issue - backend menu manager checks for important menu items in top level only (#13650)

commit 23704123a22ed6aee5536777f7beb0e7653c74e9
Author: infograf768 <infografjms@gmail.com>
Date:   Wed Jan 25 08:33:37 2017 +0100

    [com_fields] Improving fields dropdown for Translation (#13710)

commit 4635900088efcd3b78640d5fbabb0588d22aa3e2
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Tue Jan 24 13:39:14 2017 +0000

    Revert previous commit

commit 7c25d368c8fdb905798d607263bdb5f23def7cb1
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Tue Jan 24 13:38:56 2017 +0000

    legacy libs

commit d151ef4ce7cb68898bc56eb25d8e888647aea9a9
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Tue Jan 24 09:18:20 2017 +0100

    [com_newsfeeds] - "Filter field"  in News Feeds - list layout (#11899)

    * [com_newsfeed] - "Filter field" parameter in "List News Feeds in a Category"

    fix "Filter field" parameter in "List News Feeds in a Category"  behaviour

    * fix for filter fields and table headings 1/3

    fix for filter fields and table headings 1/3

    * fix filter fields and table headings 2/3

    fix for filter fields and table headings

    * fix for filter fields and table headings 3/3

    fix for filter fields and table headings 3/3

    * removed 2nd layout

    removed 2nd layout as requested

    * removed 2nd layout

    removed 2nd layout

commit 8b0b5129381de26c69f5a01daa3fd0bf9d9a54a2
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Mon Jan 23 22:47:54 2017 +0100

    fix for a failing install (#13727)

commit c437fce02ce86a8506369208b767593125445907
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 23 19:56:53 2017 +0100

    [com_fields] Remove unneeded fields from com_fields (#13621)

    * Remove unneeded fields from com_fields

    * Remove columns from installation

commit 57277287cef077b694d02eaf28eaba6fc36c3ce5
Author: Dimitri Grammatikogianni <mit505@upshift.gr>
Date:   Mon Jan 23 18:27:49 2017 +0000

    Use bootstrap tooltips (#13713)

commit 465ff03b6ebfba189fe8992addd295064a7b5ca6
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 23 13:51:45 2017 +0100

    Another typo

    Thanks @brianteeman

commit e83ac894b290c6dc4a640dd7ebc2147b7d3f2139
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 23 13:34:55 2017 +0100

    Typo in CONTRIBUTING.md

commit 6e6edfcc01d3eba29022c3a63125038072fb5151
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Mon Jan 23 11:48:10 2017 +0100

    Adding the 3.8.x branche with the definitions by @wilsonge

commit 0e4b98fa9f21de6ed1c3d03a744b9985d1ba708a
Author: jo-sf <jo-sf@users.noreply.github.com>
Date:   Mon Jan 23 10:10:03 2017 +0100

    Always save validated data in the session (#11491)

commit 91e6de5195e208e5105d65b898c4da90a43fdf1e
Author: jo-sf <jo-sf@users.noreply.github.com>
Date:   Sun Jan 22 15:58:32 2017 +0100

    Use type="number" in TCP port configuration fields (#11492)

    * Leave numeric field empty if not required and not set

    * Numeric field might be empty if not required

    * Allow empty value if field is not required

    * Test adapted to code change

    Due to the code change in `libraries/joomla/form/fields/number.php` (set field value to the minimum value only if the field is required and a minimum value is given and there is no value given) the "Min" test needs a change, moreover a new test "MinRequired" wit the former result of the "Min" test was introduced.

    * Forgot to change the expected result

    The code `required aria-required="true"` was missing in the expected result - added.

    * Replace "and" with "&&"

    * Replace "and" with "&&"

    * Replace "and" with "&&"

    * use type=number for port fields in configuration

    * Added clean line before the if

    * smtpport field: hint added

    * LDAP port field: hint added

commit f3dc74bd349e4142e15684bb5600bd1258132f03
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sun Jan 22 15:57:17 2017 +0100

    Changes the contact user groups form field to fieldgroups (#13607)

commit 293d57e531af7b04c561ed0e45875fa4e7f7e912
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Jan 22 15:53:39 2017 +0100

    Fixing ACL inheritance for fields and fieldgroups (#13676)

commit af71e6036e719c2dff7940095fe15d1c2c0affec
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Jan 22 15:52:58 2017 +0100

    Adding proper disabled and readonly properties to the color formfield layouts (#13677)

commit 4370ef7bd630fa88f05bcbce3a1db65265da3f4c
Author: Dimitri Grammatikogianni <mit505@upshift.gr>
Date:   Sun Jan 22 13:50:26 2017 +0000

    fix IE 11 error (#13685)

commit f38dfcbcfc4174cebb88908e7645b62337a49ff4
Merge: 81127c3 f0d9270
Author: wilsonge <georgejameswilson@googlemail.com>
Date:   Sun Jan 22 11:41:16 2017 +0000

    Merge branch 'staging' of github.com:joomla/joomla-cms into staging

commit f0d927051091a6725cc6bfe1e3b5ba13b81b8b4c
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sun Jan 22 12:41:06 2017 +0100

    Fix CS issues introduced with https://github.com/joomla/joomla-cms/pull/13672

commit 81127c3bcdb7b035a1f02c49932c4154b9be8583
Merge: 7d34d41 4d44c25
Author: wilsonge <georgejameswilson@googlemail.com>
Date:   Sun Jan 22 11:41:03 2017 +0000

    Merge branch '3.7.x' into staging

commit baef935fa1cf872091f7b708cf87682462749a79
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sun Jan 22 12:33:45 2017 +0100

    Deprecate PSR-0 class loading (#13672)

    * Deprecate PSR-0 class loading

    * Fix typo

    * Add PSR4 support, not just the deprecated message

    * Fix deploy version

    * Throwing exceptions when invalid type is passed

    * Return type specific namespaces

    * Fix the test errors

    * Travis

    * Please travis be nice to me

    * Last try otherwise I go to the bar

    * Small tweaks

    * Update loader.php

commit 6efb945b964850e8f15a6d10db86771bfc5d4b41
Author: Martijn Maandag <martijn@reisverslagen.net>
Date:   Sun Jan 22 11:43:51 2017 +0100

    Update en-GB.com_languages.sys.ini (#13681)

commit f81a1ee697447953e1c25e25b7e9148f0ee30cbd
Author: Tuan Pham Ngoc <github@joomdonation.com>
Date:   Sun Jan 22 17:24:08 2017 +0700

    Clean up legacy controller + model classes (#13679)

    * Clean up JControllerForm

    * Clean up JModelAdmin

    * Clean up JModelList class

commit b222a8dcdacb38efd16968137db49583b965f508
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Jan 21 20:08:59 2017 +0100

    Properly merge tag params (#13643)

    * Properly merge tag params

    * Fixing a typo and yet another bug (wrong parameter read)

commit 7d34d41223bfe41799cd2c08b339e3c382a400d6
Author: Georgios Papadakis <ggppdk@users.noreply.github.com>
Date:   Fri Jan 20 22:24:15 2017 +0200

    Fix SEF plugin breaking HTML while trying to make inline background url paths absolute (#11266)

    * Fix SEF plugin some times breaking HTML while trying to make inline background url paths absolute

    * Added handling of &#34; and &#39;

    * Code style, fix too long line

    * Removed redudant pipe character

    * Update sef.php

commit 339eb9afbc272efa599d379d2c842c66a6519525
Author: infograf768 <infografjms@gmail.com>
Date:   Fri Jan 20 15:10:29 2017 +0100

    [com_fields] Useless strings (#13659)

commit 483abb81381907aadb3834a1d55c7eb41e27f6d7
Author: Tuan Pham Ngoc <github@joomdonation.com>
Date:   Fri Jan 20 17:25:27 2017 +0700

    Clean up JControllerAdmin (#13635)

commit f2d72e5f3a85e7601274df8e938c8b354d43a47b
Author: infograf768 <infografjms@gmail.com>
Date:   Fri Jan 20 11:17:04 2017 +0100

    Correcting Notice when saving Global Configuration (#13612)

    * Correcting Notice

    * simplifying. thanks joomladonation

commit b4b08b2e3a17998b7266c3331f5038d3dc6d2d1b
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Wed Jan 18 21:49:32 2017 +0100

    Fix dev status and move it from beta to dev as we are currently in the dev mode for the beta release

commit cdeee8bf59a2bc858799b2a8489eaeebcff9732b
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 21:29:06 2017 +0100

    bump version for development

commit 71a1c5ec9c13bf6b6c98acd973c8324f0c3e9487
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 20:25:12 2017 +0100

    prepare 3.7.0-alpha2 release

commit c9f4ce5d30e2b0d34dae39f5b21d854400eb06fb
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 15:24:44 2017 +0100

    update for menu (#13619)

commit a9f872e543bb549d429805007e7f11894a726362
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Jan 18 15:22:26 2017 +0100

    [com_fields] Inherit url scheme restriction from fields plugin (#13554)

    * Type safe null check for plugin inheritance parameter

    * Remove default scheme to allow any valid scheme

    * Revert changes from conflict

commit 382766735c251377185352b8955acbd15c047bf7
Author: Jelle Kok <schumacher1986@hotmail.com>
Date:   Wed Jan 18 15:11:36 2017 +0100

    Fix CS  on com_admin script (#13636)

    * Fix CS  on com_admin script

    * revert to 1.x changes

commit 100c5a4e49f278af3ceae13695014fbe7d2ee2f5
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Wed Jan 18 12:01:50 2017 +0000

    Fix typo

commit 853f9af7a85845ab12fbee74a98c22e0f94cb70b
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 12:55:04 2017 +0100

    prepare update script for 3.7

    Added pre and postfight functions to handle installation of a menu item

commit 1d177d5b144cb299ff33c690ba29d7bb19be615a
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Wed Jan 18 12:33:21 2017 +0100

    [com_fields]- mssql installation fieldsplugin (#13626)

    * [plugins] - fields mssql installation

    plugins  fields mssql installation #13616

    * [com_fields] - mssql updates #13319

    [com_fields] - mssql updates #13319

    * remove duplicate extension id 462 for mssql

    removed id 462 to avoid duplicated id with #13626

    cause now fields are managed with plugins

    Pull Request for Issue #13616 (comment)

commit 38ae97ea48e217201ebcfa3142d73ded595c8634
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 12:26:32 2017 +0100

    fixed an obvius wrong use of $this-parent

commit b9d0d32defe49a890b0130432c4e08151c4b34aa
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Wed Jan 18 09:06:26 2017 +0000

    Fix typo (Thanks Dario)

commit 0daf6f75207c1083cfcf98e2849296a28fe19c02
Author: infograf768 <infografjms@gmail.com>
Date:   Tue Jan 17 18:56:53 2017 +0100

    Updating install.xml en-GB administrator (#13623)

commit 77af51f7391f4d7f50eccbe622d81af084f0ebc8
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Tue Jan 17 14:47:12 2017 +0100

    Routing: Remove IDs from tags URLs, use menu item of tags view as default for tag view (#11166)

    * Remove id from tags, use tags list menu item as default for tag

    * Code style, remove useless code, feature: first Itemid for tags view, second Itemid for default tag view

commit 326036f0bdc5d163d30a2f31284da86444655432
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Tue Jan 17 13:59:34 2017 +0100

    sync admin menu menutype (#13618)

commit f3780c5f2b3d4dc1b897dec96a9ae6525df6b4ee
Author: Raghav Jajodia <jajodia.raghav@gmail.com>
Date:   Tue Jan 17 18:29:01 2017 +0530

    [com_fields] Improved description in the "description" tooltip Fixes #13392 (#13557)

    * Fixes #13195: Added margin bottom to sidebar menu

    * Fixes #13392: Changed description field tooltip

    * Fixes #13392: Changed description field tooltip

    * Fixes #13392: Changed description field tooltip

commit 56ad6aa5779d15953b35ccd058a8c9344745c58a
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Tue Jan 17 13:42:50 2017 +0100

    [com_associations] - mssql updates (#13617)

    the missed mssql updates for #13537

commit 4a5ee882cd55948782137e7ca845a99a23ff9581
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Tue Jan 17 12:46:25 2017 +0100

    Adding the Multilanguage Associations Manager (#13537)

    * Merge Associations rewrite

    * updated searchtool with the new way

    * udpated edit view title

    * added contact associationshelper class

    * temp fix

    * fix for category filter

    * added newsfeeds associations helper

    * CAPS for params

    * lang tag and added a helper function

    * added land tags

    * code style fix

    * better title in associations view

    * better title

    * use the usual naming

    * fix language tag, thanks to brian teeman and twitter :-)

    * initial review

    * on simple change

    * on simple change 2

    * simple

    * some more helper changes

    * Update associations.php

    * Update associations.php

    * app isn’t set a model property

    * correct return value

    * simplify code adn use helper method

    * use typename directly

    * changed the tooltip position

    * Correct menu helper

    * remove unreacable code

    * correcting checked_out

    * com_menus

    * fixed not supportted message

    * installation

    * fix menu install

    * Spaces -> tabs

commit 40cf34d4c04ff4785d16d4a0e41af420dc5a8356
Author: Nick Savov <nicksavov@users.noreply.github.com>
Date:   Tue Jan 17 05:42:23 2017 -0600

    Add SMS to External URL menu item type (#13615)

    Allows data like sms://+15555555555 to be used instead of getting "Save Not Permitted"

commit 4e156fa0ad46cfcbc089311a66fe8b99d21b49eb
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Tue Jan 17 16:11:40 2017 +0530

    Menu manager for Joomla Backend Menu (#13036)

    * Added client id column to menu_type table.
    Allow creating and editing of "menutype" records with client_id = 1
    Add client_id filters in menu and menu items list views
    Sync menu type filter and client_id filter allowing only menu type in the URL query parameter (B/C)
    Both Lists now also filtered by client id.
    Client id selection updates the menu type list options to show choices only for that client id

    TBD:
    Reserved menu types: main & menu

    * In modal list view we currently hide client_id filter and show only site menu types, will be updated once we have more clear vision.
    Menu type assignment to backend mod_menu config from both menu manager and module manager. Though that is not functional within the module …
dneukirchen added a commit to joomla-projects/media-manager-improvement that referenced this issue Feb 18, 2017
commit 85d671de23656d924f9c826000dbb407de835f19
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sat Feb 18 11:21:05 2017 +0100

    More file information in the file adapter (#81)

    * Return the path information

    * More file information

commit eefa6be363671bb103b0d3062ea695cde83feb1f
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Thu Feb 16 21:28:09 2017 +0100

    Add filter option in API (#80)

    * Add filter option

    * Remove void return types

    * Remove void return types

commit f9a8209d088fd0a26fdb7a192276074ed4979216
Merge: 612f6a4 8af1a04
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Thu Feb 16 20:00:28 2017 +0100

    Merge branch 'staging' into milestone1

    Conflicts:
    	README.md

commit 8af1a04f4d15f081ae0df651e0bb213a9ed573e4
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Thu Feb 16 15:12:23 2017 +0100

    Workaround for missing SORT_NATURAL flag on php 5.3 (#14079)

commit 55cfaa621dd63824f0b0cd609f3b7f27d696c25b
Author: Simon Asika <asika32764@gmail.com>
Date:   Thu Feb 16 21:21:24 2017 +0800

    Back to use require_once (#14104)

commit 3315a22bf360714b8ab976e95dcdaf6264ccaec3
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Feb 16 12:43:49 2017 +0100

    Updating/normalising some installation lang files (#14101)

    * Updating/normalising some installation lang files

    * oops

    * typo

    * back to DE-CH-AT as it is the <nativeName> which is displayed in the
    dropdown

commit 42df32c28905262907baef9ef42021cd00a02213
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Feb 16 09:01:36 2017 +0100

    [imp] multilangstatus module: adding a warning (#14083)

    * [imp] multilangstatus module: adding a warning

    * Move since tag to __DEPLOY_VERSION__ ;)

    * Make drone happy :smile:

    * Using q instead of quote. Taking off the else. Thanks Yvesh

commit 4580eb84c5ede0a47379604b9608bb5bc119618b
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Thu Feb 16 00:10:48 2017 +0100

    remove javascript tests (#14067)

commit a28e5f163827ea525e6b40fcde8a1442e9d6293b
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Wed Feb 15 20:13:36 2017 +0100

    [com_tags] - remove warning (#14026)

    remove warning

commit 47307204828aeafd73d1e5b730472449892d2118
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Wed Feb 15 20:12:55 2017 +0100

    Alpha order the new language strings for com_contact and com_content (#14065)

    * com_contact ini alpha order

    * alpher order the new strings.

    * alpher order the strings

commit 66c2163ed7c8622ae42c6023161c4c47b0419e6a
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Wed Feb 15 11:48:40 2017 -0700

    fix appveyor due to changes in chocolatey php (#14097)

    * fix appveyor due to changes in chocolatey php

    * one too many quotes

commit b50f96ee1967f238e5baa60467e8aa6f41f4cd14
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Wed Feb 15 16:09:25 2017 +0100

    Updated calendar language files

commit dd0491df44ec9521e96fe6af5930fbf166603bfe
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Wed Feb 15 15:15:50 2017 +0100

    Updated installation language files

commit c34b0f77ca7f25906677aa6bbf3d0941de8eca1f
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Wed Feb 15 13:39:53 2017 +0100

    SQL optimise for taxonomy maps (#13854)

commit f022ae3f8cbe8f5e6e4a797189ddb46129375e1f
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Wed Feb 15 01:55:50 2017 +0100

    Add missing tests for quoteName (#13860)

commit cbae8f4c41891cdb86ba2d807ae4e9bb0d2650e0
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Tue Feb 14 17:57:11 2017 +0100

    Move PHPCS tests from travis to drone (#14066)

    * move PHPCS test to drone

    * typo

commit f3c49e42e2a455247898fc66e26d8f202844ac08
Author: Michael Babker <mbabker@flbab.com>
Date:   Tue Feb 14 11:19:38 2017 -0500

    Use the Framework's LDAP client (#13938)

commit 73f9aa1e45aeb7f1380da5b6a7c946f839cfba31
Author: Michael Babker <mbabker@flbab.com>
Date:   Tue Feb 14 10:44:56 2017 -0500

    Fix issue with callback cache controller hashing Closures (#14057)

    * Fix issue with callback cache controller hashing Closures

    * Wrap in array

commit 9bc0f1965fd9d3a445b1d2818bbfa554bb014ef4
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Tue Feb 14 15:21:24 2017 +0100

    language strings should be uppercase (#14064)

commit d774932cdae09a6aa4a7185401c27092eb63944a
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Tue Feb 14 14:18:27 2017 +0100

    sql - no more need of findInSet() (#14020)

    * sql - no more need of findInSet()

    remove findInSet()

    * sql - remove findInSet()

    remove findInSet()

    * sql - remove findInSet()

    remove findInSet()

    * sql - remove findInSet()

    remove findInSet()

    * cs

    removed blank line

commit 21ef13aa716a638dd679f61e5d062f570f8659bd
Author: Mohamed Marrouchi <marrouchi.mohamed@gmail.com>
Date:   Tue Feb 14 14:17:43 2017 +0100

    [bug] Fix localPath in gallery plugin. Closes #14056 (#14061)

    * [bug] Fix localPath in gallery plugin. Closes #14056

    * Using JPath::clean intead of DIRECTORY_SEPARATOR

commit ed362d8b6f85f0ff57ed9e57ea5103d91822b8aa
Author: Michael Babker <mbabker@flbab.com>
Date:   Mon Feb 13 18:38:39 2017 -0500

    Simplify catches for cache exceptions (#14045)

commit 8e81979e973acc1ef68dcbd90c2147c0321e22e7
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Tue Feb 14 00:38:05 2017 +0100

    Use $ismoo instend of calling jinput (#14047)

    * Update modal.php

    * Thanks @joomdonation

    * oops :smile:

commit 426c0ea9d2429f2f6c1c100ca998643099d9f030
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Mon Feb 13 21:32:23 2017 +0100

    Setting search threshold to 0 in global configuration (#12988)

    * Setting search threshold to 0

    * Set search threshold for selects with custom value to 0

commit d996db93faaea45c23caef5a619f9854c6e65c71
Author: David Jardin <d.jardin@djumla.de>
Date:   Mon Feb 13 19:17:50 2017 +0100

    Don't display feed if category id missing or non existent (#13977)

commit a26226b11578187bcb2c26d4f2fe91a2844caf95
Author: bertmert <bertmert@users.noreply.github.com>
Date:   Mon Feb 13 19:17:21 2017 +0100

    Remove nl2br where not needed (#14025)

commit 2c5c9337c59af47297094e81bbe00b82b290c2fe
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Mon Feb 13 19:15:35 2017 +0100

    add a bit more clean lines to the PR template. (#14054)

commit 5e329148f36315e043939e03621eb2f6af2b870d
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Mon Feb 13 14:03:43 2017 +0000

    Add container-fluid to com_template modals (#14028)

commit 4f856518988426b1ac543cc8e11f043b6d084231
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Mon Feb 13 15:02:47 2017 +0100

    Alpha order the language strings (#14048)

commit 63fecc504d35112e1bb5a40de0cddb3d1831c551
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Mon Feb 13 11:36:17 2017 +0100

    fixes the testing sample data for newsfeeds (#14032)

commit 95cb94442c72050a3ac1b96a084fb2970fc6f9ec
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Sun Feb 12 18:15:39 2017 +0000

    [Protostar] Equal field widths in mod_login (#14027)

    * Equal field widths in mod_login

    * Add space between header and form

    * Static widths

commit f484aae5f816cecb9e508892c8aec03be4473862
Author: infograf768 <infografjms@gmail.com>
Date:   Sun Feb 12 19:14:55 2017 +0100

    Simplify PR 13961 (#14035)

commit 14bfccf23d0e38d08bbda63cd719fc2358a5e5d2
Author: Hannes Papenberg <info@joomlager.de>
Date:   Sun Feb 12 17:22:37 2017 +0100

    Fixing URLs for orphaned articles (#14031)

commit e7bd3972854fe00aa6677adf421aa40e36706e2c
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Feb 12 17:02:45 2017 +0100

    add drone ci badge to readme

commit 94638535ef75d925516afeefa9e434fcb9cfd204
Author: bertmert <bertmert@users.noreply.github.com>
Date:   Sun Feb 12 16:51:19 2017 +0100

    Remove useless check of contact_email_copy (#14029)

commit 67f2dd4fc0a75dbb200b86b7464bd948efd3cc85
Author: Dimitri Grammatikogianni <mit505@upshift.gr>
Date:   Sun Feb 12 17:50:54 2017 +0200

    Update tinyMCE to 4.5.3 (#14024)

    * update tinyMCE to 4.5.3

    * update creationDate to 2005-2017

commit e1581bc41d053ffb4b6f5f5d2d32658bcfc53cdf
Author: Benjamin Trenkle <bembelimen@users.noreply.github.com>
Date:   Sun Feb 12 16:50:41 2017 +0100

    Allow to clear messages after receiving them (#13975)

    * Allow to clear messages after receiving them

    * Fix spaces after variable name

commit f75801b7fb1d3ca347034399af7a9e250686b0a1
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Feb 12 16:50:03 2017 +0100

    Catch date format errors (#13974)

commit 38eb5ae41e34c2ae232f85963480648e90467d7b
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Sun Feb 12 15:49:39 2017 +0000

    [Isis] Template menu assignment columns (#13971)

    * Apply column-count to template menu assign

    * Responsive

commit a44d4823ec83c3f3ca76a6293fab70f7b5d4b3e7
Author: Elijah Madden <okonomiyaki3000@gmail.com>
Date:   Mon Feb 13 00:48:39 2017 +0900

    CodeMirror 5.23.0 (#13958)

    * CodeMirror 5.23.0

    * Update codemirror.xml

commit 7d6e08f1ac4c5172f8ae3c649c9aca6bfec797a7
Author: Fedir Zinchuk <getthesite@gmail.com>
Date:   Sun Feb 12 17:47:23 2017 +0200

    TinyMCE builder: make sure the value exist, and cache the layout data (#13901)

commit 2705b7b54e9ea8865f321a2173fc304d879be0f8
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Feb 12 15:56:10 2017 +0100

    add phpcs to compare it with travis

commit a240a22e0e1d1ba6f18651b779a0fce6e197acfd
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Feb 12 14:32:55 2017 +0100

    set clone deph

commit 63120ec8866720179cb9c321407676582695506c
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Feb 12 11:40:56 2017 +0100

    changed for drone0.5

commit 06d4b43408f10c7c51f44c35f63c21c441f10b38
Author: Elijah Madden <okonomiyaki3000@gmail.com>
Date:   Sun Feb 12 07:49:48 2017 +0900

    New font for CodeMirror: Overpass Mono (#13957)

commit 94d94314a38a10ba8bc11bc3889fcd38a5013196
Author: Michael Babker <mbabker@flbab.com>
Date:   Sat Feb 11 17:47:44 2017 -0500

    Mark Event and Session classes deprecated (#14030)

commit 30218aee3422e55082b90e9403cdd2e003326265
Author: Michael Babker <mbabker@flbab.com>
Date:   Sat Feb 11 13:48:53 2017 -0500

    Make login page query resilient to cache error (#13525)

commit 040d4e7370ee29894d9a6635e74b8ebdce94ca28
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 11 19:47:25 2017 +0100

    Fixing contact fields (#14015)

    * Fixing contact fields

    * Codestyle

commit 0fa667b817e58a027dd9c507957f23b306b35bdd
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 11 19:45:36 2017 +0100

    Solving com_search Notice (#13961)

commit 9f7ca0e91b51d48e18747ec404aae51e8f2d43e4
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sat Feb 11 19:43:20 2017 +0100

    [Installation] Fix MySQL sample data for #__menu (#13979)

    * fix MySQL Sample Data

    * fixed thanks @infograf768

commit c4f54dfa08f85333d6e67abf8984bd1470b23708
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 11 16:46:14 2017 +0100

    More changes to properly accommodate en-CA

commit c7dc2185e2ab24c783356c2638640faed4a66f77
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 11 16:42:42 2017 +0100

    "en-CA" is Canada, not Australia.
    Fixes #14023

commit 798e7f512cb293711ea5159827d8848cb1dbdceb
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Sat Feb 11 12:37:52 2017 +0100

    [com_users] User Profile - remove redundant event trigger onContentPrepareData, read data from session after validation fails (#9325)

commit c9f3f68e565317fffd0d3b0c83b501d8cfcd4bc4
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 11 12:25:06 2017 +0100

    Multilanguage: Frontend field tags filtering (#14006)

commit 1db47ea7fd7c58979a86798445d27300f6021150
Author: Frank Mayer <frank@frankmayer.net>
Date:   Fri Feb 10 18:24:04 2017 +0200

    [administrator/(rest)] Fix alignment for multiline arrays (#13442)

    * [administrator/(rest)] Fix alignment for arrays

    * Add comma in last line of multi-line array declarations

commit 88f80b7edd25312dd4de38b4a4453afbd51dbe0d
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Fri Feb 10 01:08:10 2017 +0000

    Post Install Messages (#13992)

commit 3e50ec9a0c7873158def383e123819864ae92b72
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Thu Feb 9 18:01:54 2017 +0000

    [Isis] Toolbar margin-bottom tweak (#13989)

    * Toolbar margin-bottom tweak

    * Match gutter width

commit 745a6068d9ba2af69aefd30b148c32d45915b834
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Thu Feb 9 10:58:43 2017 -0700

    Update SQL DLLs to release 4.1.6 for >php 7 (#13995)

    * Update SQL DLLs to release 4.1.6 for >php 7

    - update SQL DLLs to release 4.1.6 for >php 7
    - remove shallow clone, this can cause issues depending on what's excluded in the .gitignore file
    - simplify getting the SQL dlls with the new PECL download location
    - simplify getting the wincache dlls from PECL download locations

    * remove set for $vars

    * quote var strings

    * env is not needed for some vars

    * quote more vars

    * revert the php 5.6 DLL changes

    also fix the dlls for versions with Add-Content

    * remove dead conditions

    * fix typo

    * wincache version is conditional

    * use -y switch with 7z commands

commit cd3fe9a4fc7b450a250d88f2ebbf03bae3c3b04e
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Thu Feb 9 02:58:01 2017 -0700

    Add WinCache to AppVeyor build (#13810)

    * try adding wincache

    * fix enable wincache

    * opcode cache portion of WinCache is now deprecated

    Since the Zend Opcache extension is now in the core PHP product, the WinCache opcode cache is disabled by default.  The opcode cache portion of WinCache is now deprecated, and will be removed in a future release of the WinCache extension.

    * try forcing session.save_handler="files"

    * what modules are registered with php

    * look at the full php info

    * add curl, APCu, memcache, redis

    * apcu is stalling at unzip check without for moment

    * redis-64 is erroring

    * try enabling wincache file and cli

    * Get-ChildItem -Path

    are the files even there?

    * redis install randomly freezes

    * need to use NTS version of DLL

    * no memcache server installed, remove driver

    * remove redis and php -m

    redis has issues and is tested on travis so lets just test wincache here

commit 5770cc6eb8bfda275c4fd7a4c8ba864692b028b9
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Wed Feb 8 15:39:11 2017 +0100

    We are in dev state for beta 3

commit 9800df16ce59042ddaa4d44ede2be11f6dc0e7d0
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Feb 8 15:36:50 2017 +0100

    set dev state after beta2 release

commit adee785d3623c1b3de59d0962d4cc1b67f2212a6
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Feb 8 15:13:21 2017 +0100

    Prepare Release 3.7.0-beta2

commit 0544f37a88e699d4e221ac32e3ff6956bc379e13
Author: Michael Babker <mbabker@flbab.com>
Date:   Wed Feb 8 09:07:17 2017 -0500

    Make JControllerLegacy::display() resilient to cache errors (#13918)

commit 05a2119d50a4b9c4c2b3f7c0ea4122d9067527b3
Author: Michael Babker <mbabker@flbab.com>
Date:   Wed Feb 8 09:06:54 2017 -0500

    Make JModelLegacy::cleanCache() resilient to cache errors (#13917)

commit 21f970132c518858f83cdbcef634909b33099847
Author: Michael Babker <mbabker@flbab.com>
Date:   Wed Feb 8 09:06:13 2017 -0500

    Make JComponentHelper resilient to cache errors (#13916)

commit 4c98343e235e0dc56c7b6297c3a0e0dc5da945a9
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Feb 8 15:05:13 2017 +0100

    [com_fields] Migrate category view show_user_custom_fields to fieldgroups (#13806)

    * Migrate category view show_user_custom_fields to fieldgroups

    * Adapt form.xml

commit ac895c6080a187ae4ab608182d081b1cb6b51e54
Author: Frank Mayer <frank@frankmayer.net>
Date:   Wed Feb 8 16:04:37 2017 +0200

    Make columns centered, where it makes sense (in one file only for now, to get a discussion going) (#13493)

    * - Make columns centered, where it makes sense and looks nicer than left-aligned ones. For example version columns, single or maximum two-word columns
    - Also fix CS on that file

    * fix spaces to tabs

commit f0c2d8362bc75ea9ddc016f5c15bad466c1dcd33
Author: James Garrett <atma_the_dog@hotmail.com>
Date:   Thu Feb 9 01:03:50 2017 +1100

    Fix to Sub Form Field Frontend Save Deleted and Reordered Params (#12007)

    * Update module.php

    https://github.com/joomla/joomla-cms/issues/12006

    * Update module.php

    * i have just fixed just a very small CS issue.

commit 72c59e3f14b514fd778b2a204c218f54f2331118
Author: Georgios Papadakis <ggppdk@users.noreply.github.com>
Date:   Wed Feb 8 16:02:43 2017 +0200

    Prevent misuse of show_noauth param when fulltext is empty (#11290)

    * Prevent misuse of show_noauth param when fulltext is empty

    * Update code blocks

    * Remove spaces

    * Fixed code styling

commit 2af4b4dbbca7077851c0f94b47b8fe7a60a41932
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Wed Feb 8 10:34:25 2017 +0100

    [AppVeyor] Unit tests fix for file cache (#13941)

    * Attempt to fix cache error on appveyor

    * flock() uses mandatory locking instead of advisory locking on Windows

    * Use file descriptor to read file if the file is locked

    * Close file if the file was not locked

    * Check whether all data has been saved

commit 75e34f075bfd6b761b1b62dd908decc3f1b65c02
Author: Peter van Westen <info@regularlabs.com>
Date:   Wed Feb 8 10:33:36 2017 +0100

    Fixes incorrect background colour of icons in coloured toolbar buttons (#13963)

    * Fixes styling issues of icons in toolbar buttons

    ...coming soon...

    * Update template-rtl.css

    * Update template.less

commit 16de2940c63267e311055bec79a4732d5bc77b80
Author: Peter van Westen <info@regularlabs.com>
Date:   Wed Feb 8 10:33:05 2017 +0100

    Fixes issue with login message in incorrect language (#13965)

    * Fixes issue with login message in incorrect language

    This fixes the issue with the login message not being displayed in selected language (admin).

    You can easily test this by trying to log in (in the Administrator) on a multilingual site - using an incorrect password.
    For instance, on a setup that has English (default) and Arabic installed.

    After trying to log in with Arabic selected as login language, you will get a failed-login message in English.
    If you then se the language selection to English and log in again with an incorrect password, you see the message in Arabic.
    Not good!

    This PR fixes this issue and sets the correct language (based ion what you have selected in the login form) before that error message is generated.

    * Update administrator.php

commit 8cfa2dea9c7cb6944e6042c6c7663a4e43e5e7ab
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Tue Feb 7 18:42:47 2017 +0100

    Proxy call for fields modal to backend files (#13951)

    * Proxy call for fields modal to backend files

    * Codestyle

commit fa610bb0adc4292b9d2bc10679f474e80b7a52ea
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Mon Feb 6 09:40:09 2017 +0100

    fix path and filenames in tests

commit 647c86b10a794c3818ae73251cb07332b48cf44e
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Mon Feb 6 09:28:42 2017 +0100

    this test fails to often and doesn’t makes sense (#13859)

commit 29ed4d96a5fcd783be51a08fc7e547f8527638f3
Author: Benjamin Trenkle <bembelimen@users.noreply.github.com>
Date:   Mon Feb 6 09:01:50 2017 +0100

    Improve new menu field (#13085)

    * Improve new menu field

    * Add magic getter/setter

    * Add __DEPLOY_VERSION__ parameter

commit 152859c84ae33e3ca7d7d8d929b8b2a93bdb4db5
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Sun Feb 5 23:26:15 2017 +0000

    Smart search select field margin (#13927)

commit ed6fe013e59b3e7a241d397a810834afd8ba7ab3
Author: Dimitri Grammatikogianni <mit505@upshift.gr>
Date:   Mon Feb 6 00:25:13 2017 +0100

    Calendar fixes (#13181)

    * fixes

    * tests

    * Some styling - RTL

    * Some styling

commit e31d41c3c62d282b371be13b6b7a44dfc46394ce
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Feb 5 23:37:55 2017 +0100

    Read header_size to determine header size (#13221)

commit 24f64cc47fdfc2562b95ac7f82b9f1cbbfabcb18
Author: andrepereiradasilva <andrepereiradasilva@users.noreply.github.com>
Date:   Sun Feb 5 22:36:16 2017 +0000

    [ACL] [new/edit category] Remove categoryedit field check of - No parent - option (#12821)

    * Update categoryedit.php

    * Update categoryedit.php

    * Update categoryedit.php

    * Update categoryedit.php

commit 80b181f59fd55dd5342923079fda6329898020ea
Author: wilsonge <georgejameswilson@googlemail.com>
Date:   Sun Feb 5 22:30:29 2017 +0000

    Amend deprecation messages

commit c5dfb6c7c0c66fd672c604539cb854d27edd9975
Author: Elijah Madden <okonomiyaki3000@gmail.com>
Date:   Mon Feb 6 07:26:43 2017 +0900

    Use the JHtml::_ function instead of calling functions directly. (#12546)

    * Use the JHtml::_ function instead of calling functions directly.

    * display the JHtml functions directly in comments

    * A line was too long.

commit df63222948423b2be415684e020eb36e73ce2f95
Author: Frank Mayer <frank@frankmayer.net>
Date:   Mon Feb 6 00:26:07 2017 +0200

    [com_search] Refactoring + fixing results-highlighting (#13498)

    * Refactoring + fixing results highlighting, where positioning of highlight was off sometimes when special characters were used.
    Also fixed css sitewide to display highlight more naturally.

    * Fix CS.

commit 5de1c3440f2e1b97a392832d55ae12e7d3450045
Author: andrepereiradasilva <andrepereiradasilva@users.noreply.github.com>
Date:   Sun Feb 5 22:23:40 2017 +0000

    [com_content] Add some missing useglobal (#12918)

    * some missing useglobal and hardcoded default

    * Update default.xml

commit b56d4cee4b2b72185caf937ab0b4bc540270aebf
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Feb 5 23:21:38 2017 +0100

    Merge list field options using Registry->merge (#13578)

commit 41df21bfefadbcc857b2039400c1fd15e6f79cbb
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Feb 5 17:19:37 2017 -0500

    Deprecate OAuth client classes (#13937)

commit f1221bbb55c2437a5d453a1031bcc934fe95a5b6
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Sun Feb 5 20:40:58 2017 +0100

    Mssql - fix escape() and add support for unicode chars (#13585)

    * Mssql - save in correct way '\<CR><LF>', '\<LF>' and fix $db->escape()

    See https://support.microsoft.com/en-us/kb/164291

    * Add support for unicode/nchar characters

    * Fix tests

commit 64b41e708fb23b6acf5cd3543d5205af2fa05a6e
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Feb 5 20:27:37 2017 +0100

    Adding gaelic calendar file

commit 40506f1bce3b8315606f3d1466f6dca2bc02443b
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Sun Feb 5 18:22:34 2017 +0000

    Add some typehints and a missing since tag (#13934)

commit 35ee6bac86f4bab2de2065b9a29a7afefc507d55
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Feb 5 12:37:52 2017 -0500

    Create an Exception for a missing component (#13919)

    * Create an Exception for a missing component

    * Default 404 code

commit fc5a7fb2ce070bb66ef9f92611e40446346bbd75
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Feb 5 12:03:49 2017 -0500

    Admin app - catch exceptions thrown by JLog::add() (#13504)

commit 6833955cfbc0f1914751ab4c110b9b4e332eee3b
Author: Frank Mayer <frank@frankmayer.net>
Date:   Sun Feb 5 17:23:19 2017 +0200

    Simplify some ternary operations using elvis operator and remove unnecessary parentheses in libraries/cms (#13234)

    * Simplify some ternary operations using elvis operator and remove unnecessary parentheses

    * CS Fix

    * Revert commit in wrong branch

commit b828e00f10ec1b0bf1b1141fa5fa6a37a1aaee14
Author: Frank Mayer <frank@frankmayer.net>
Date:   Sun Feb 5 17:18:10 2017 +0200

    Remove one-time-use variables in libraries/cms (#13236)

commit 35d04157e1bba494b9fae5d4e88336a010c9d183
Author: infograf768 <infografjms@gmail.com>
Date:   Sun Feb 5 15:33:37 2017 +0100

    [com_fields plugins] Clarifying some plugins descriptions (#13928)

commit aef1f2453e57cf666fbab06e4afc1fd0a02eacc8
Author: Frank Mayer <frank@frankmayer.net>
Date:   Sun Feb 5 14:29:01 2017 +0200

    Optimized FinderIndexerHelper->stem() method  (#13480)

    * Optimized FinderIndexerHelper->stem() method now being 5x faster getting the base word of a token

    * Fixed property comment and CS

commit 1387896d1d77fc84001a95e6e67c91b4904047fd
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sun Feb 5 09:59:49 2017 +0100

    move the warning to a info (#13903)

    merged on review

commit 2598241eefc069f087bbd6a972148aea3fa62563
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sat Feb 4 23:13:23 2017 +0100

    remove the dublicate comment line in the scriptphp (#13924)

commit e5dad1786a5e640b4a7768a448c6b8f2cc430325
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sat Feb 4 22:55:46 2017 +0100

    snyc install sql #__menu (#13894)

commit a7933d4b0bed6db0448e322e3dc118722b10fae4
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sat Feb 4 22:44:58 2017 +0100

    Catch SQL exception in SQL form field (#13882)

    * Catch SQL exception in SQL form field

    * add missing clean line

commit e14bb91bb1c0cdc0b957be7316aab15bb3c67a59
Author: Frank Mayer <frank@frankmayer.net>
Date:   Sat Feb 4 23:44:19 2017 +0200

    Replace StringHelper::trim() call with simple trim() call when not utf8 characters are to be trimmed. Saves a few cycles in indexing. (#13478)

commit 032708762cc6a607efd75a1b8316aefcc90fec6c
Author: Tony Partridge <admin@xtech.im>
Date:   Sat Feb 4 21:32:11 2017 +0000

    Convert the system Redirect plugin to use lowercase urls at all times… (#13853)

    * Convert the system Redirect plugin to use lowercase urls at all times for redirecting.

    * Removed an un-needed additional strtolower

    * Changed to use StringHelper strtolower since this function also support utf8_ safe.

commit 98ff75220fbb55ee0028628f7e0c07a4d7825bc6
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Sat Feb 4 14:22:25 2017 -0700

    Update phpass to 0.4 (#13858)

    Note: this does not fix the php4 constructor

commit dbcd586c4dbc07ded1853721e150353756c327fb
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 22:11:56 2017 +0100

    Remove the plugintag if ID is invalid (#13898)

commit b0228b943f48102b6b040f866198b7e77b119b80
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 22:08:06 2017 +0100

    Adjusting version attribute in language pack manifest

commit ae6f0fede33b9b5a6ea9aa516913c0759debca1e
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 22:00:59 2017 +0100

    Editor Plugin to insert the new {field ID} and {fieldgroup ID} tags (#13875)

    * Add field editor plugin

    * Adding SQL files

    * Adding new plugin to install.xml and script.php

commit 4593736a172e0c3fa25ef6bc7d52c2a726c78458
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 21:57:30 2017 +0100

    Updating version attribute to 3.7 in english language XML files

commit 47a5a2adc5a033e824078452cdc625ebcc29ca2a
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sat Feb 4 21:46:51 2017 +0100

    needed for nightly builds

commit e244b9314328bfbe6b9dcea7fb852e1f45b1864d
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Feb 4 21:44:49 2017 +0100

    Fixing language file headers

commit d2dd941a4a07a4ee3d007516d9e1c7243430a49f
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Sat Feb 4 21:38:33 2017 +0100

    Remove uslep(100) from first call of cache->get in file handler (#10767)

    * Add test for cache lock method

    * [cache] File storage - create file before flock

    * Flock function release lock if resorce file is destroyed/unset

commit 7e0b02a0e9e90c292bf2c0373b6e6823f400a1ef
Author: bertmert <bertmert@users.noreply.github.com>
Date:   Sat Feb 4 21:37:58 2017 +0100

    "New User Registration Group" always visible (#13822)

commit 643bd6c6e20d40379138eaa452acf3e16e09f681
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 4 21:36:10 2017 +0100

    New TinyMCE: Setting image advanced tab as ON per default (#13897)

commit db881cb64be37c547f1e8732d0d98c68aaf375c7
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 4 20:03:48 2017 +0100

    [admin_menus] Taking off useless columns in menu items manager (#13884)

commit 5c9df7b1eff26a99740a4cc84978554a151956a2
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Feb 4 18:49:28 2017 +0100

    [admin-menus] Allows translation of menu items in parent and ordering dropdowns (#13889)

    * [admin-menus] Allows translation of menu items in parent and ordering
    dropdowns

    * oops

    * other oops

    * cs

commit df959ba93501f7d15e7233a6a499a9baaed79851
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Sat Feb 4 18:46:58 2017 +0100

    [com_finder] - cast to char before use LIKE operator  on datetime/tim… (#12348)

    * [com-finder] - cast to char before use LIKE operator  on datetime/timestamp field

    A timestamp/datetime field CANNOT be used with LIKE we need to cast to char before in standard SQL

    * used $query->castAsChar()

    used $query->castAsChar()

commit 38b00ba7d128d0f517d8e3d577daa7beb53a9909
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Sat Feb 4 17:45:34 2017 +0000

    Flush tables in cpanel wells (#13890)

commit 04adba5362f142dd54170a8ee403037bf8731d3d
Author: Michael Babker <mbabker@flbab.com>
Date:   Sat Feb 4 12:44:28 2017 -0500

    JMenuSite::load() should try to work even if cache fails (#13524)

    * JMenuSite::load() should try to work even if cache fails

    * Add an interface for cache exceptions

commit 1735290b7552aa6208aadfe7ed5ab5a82237b678
Author: infograf768 <infografjms@gmail.com>
Date:   Fri Feb 3 11:44:00 2017 +0100

    Updating en-GB install.xml for the new plugin (#13881)

commit e390415097348259ea7413fac5c8dae4d61d316a
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Fri Feb 3 16:09:58 2017 +0530

    Admin menu: batch process move to submenu impossible [FIX] (#13649)

    * Fixes #13632: Admin menu: batch process move to submenu impossible

    * Db stub update

    * Do not show language and access in batch operation

commit 945b40c93e7bc53837c5b282e424df09ab5f1a6d
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Fri Feb 3 11:35:15 2017 +0100

    skip menu test

commit bbe1bff9b5af70a66ef05107990196dc59ccfc99
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Fri Feb 3 11:27:57 2017 +0100

    revert change from #13830 because test are falling

commit 8f946fed7a5d17d9498d9450a15217c8fde78c66
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Fri Feb 3 10:00:55 2017 +0100

    Update script.php for the new content plugin (#13883)

commit 28a8ce6be669ed7ac62eb8c449d87860213d1c12
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Thu Feb 2 20:53:34 2017 +0100

    set to dev state after release

commit ddd6f5a4c2731bcc41297314ef174e9a55670eab
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Thu Feb 2 19:56:00 2017 +0100

    Prepare Release 3.7.0-beta1

commit f6e524771caa4db1a21a5729aa230c67973d3c24
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Thu Feb 2 19:50:54 2017 +0100

    [com_fields] Fields Content Plugin (#13814)

    * Adding new content field plugin

    * Adjusting description (thanks @brianteeman)

    * Adjust regex

    * fieldgroups working

    * Adding SQL files

    * Fixing installation SQL

    * copy-pasting correct string :)

    * Codestyle

    * Fixing ID

    * Add support for {field *}

    * Add context "com_content.featured" to validateSection.

commit e6f73bcf047f5c3eb126e528f80680aba8f3a2aa
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Fri Feb 3 00:17:49 2017 +0530

    Fixes #13642 - The issue which causes custom menu items to be lost when a component is updated. (#13857)

commit b4bf8621f22bd16fecbc18a166cc11cb23b51a55
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Thu Feb 2 22:27:04 2017 +0530

    If no container is defined in the active admin menu, force show default container with all items shown. (#13838)

commit cc8ad0c795e42d7c1e736a55682f7145e961db8c
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Thu Feb 2 22:11:44 2017 +0530

    [Admin Menu] Fix showing of protected menu items in container type menu item (#13830)

    * Menutype ‘menu’ is no longer protected. Do not allow batch/trash/delete for protected menu items.

    * Show protected menu items on explicit filter only

    * Container menutype improvements and other improvements related to menu client_id.

    * Child item fix

    * Fix root exclusion and node visibility when in disabled state.

    * Update test db stub for jos_menu_types

    * Remove protected items filter from manager and other fixes.

    * An attempt towards UX improvement

    * Language update

    * Update language a/c to better suggestion by @infograf768

    * Use only ‘main’ and not ‘menu’ menutype to load components menu items under container menu item

    * Removed extra parenthesis

commit 5067ee92cb99646833490ddf8d4c419432321337
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Feb 2 17:24:27 2017 +0100

    com_cache : Missing lang strings values (#13850)

    * Missing lang strings values

    * adding manager

commit 6f85b59b9303819850052c8e8fafd4f1ad308fc7
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Thu Feb 2 15:31:36 2017 +0100

    Security fix for quoteName (#13825)

commit 5a1c7960224b6b313a03386b8b02478f792f8f46
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Feb 2 14:50:32 2017 +0100

    [com_associations] Display Associations tab in Target (#13855)

commit 4b32be7ebca802e2e6a8fe1bed444a61faa15c04
Author: JoeforJoomla Boy <joejoomla76@gmail.com>
Date:   Thu Feb 2 14:26:22 2017 +0100

    Regression 3.7: last template style preview not working #1 (#13775)

    * Update site.php

    * Update site.php

    * Update site.php

    * Update site.php

    * Move unset into the else condition

commit 0d6a55afa610ff2a9845dac4603cc033a9684860
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Thu Feb 2 13:25:47 2017 +0000

    [Isis RTL] - Remove yes/no btn-group float (#13852)

    * RTL - Remove btn-group float

    * Only target yes/no toggle

commit 47346915f8092562e41974f8eb57813aa14f8ce9
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Thu Feb 2 13:25:36 2017 +0000

    Bypass lessc row-fluid calculations (#13845)

commit dc3a1a74415e91e60398389730507699a59a906d
Author: brianpeat <brian@thepeatgroup.com>
Date:   Thu Feb 2 04:00:53 2017 -0600

    [com_fields] Add option to show or hide field label (#13752)

    * Added option to hide field label

    * Added variable and if statement to hide label

    * Added language strings for the Hide Label option

    * Updated to change the if statement as per comment

    * missed a semicolon

    * changing switch to Show/Hide

    * Changing switch to Show/Hide

    * Changing switch to Show/Hide

    * missed a language string change

    * Changed if statement

    Since the default is Show, if it's not saved in the DB, the label won't show. Changed the if from ==1 to !=0 so it shows without any entry in the params in the db.

    * Reversed the if statement

    I tested on CURRENT fields (not new ones) but I had changed the params name, so it didn't stick. All my fault :)

commit aa862e8c694fd2be7833e16c7306c92d6409b989
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Feb 1 18:53:17 2017 +0100

    [com_fields] Trigger onContentPrepare in news module (#13708)

    * Trigger onContentPrepare in news module

    * Use the correct trigger method

    * Text variable is needed for event

    * Change to tabs

    * Remove spaces in line

commit 8676321b372b564ae40c61890b133e7d5cecbfdc
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Wed Feb 1 17:24:36 2017 +0000

    Update YAML library (#13843)

commit 6ffc4b96abf7a885dced8afe1d14fae1781db206
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Wed Feb 1 12:52:38 2017 +0000

    Amend toolbar btn spacing (#13823)

commit 2c51a2829a4a1fb31490bbdf057b62fc7e199f88
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Feb 1 13:51:26 2017 +0100

    Custom fields for categories (#13837)

commit 5cdea948ad4f1e02b4422a3426535eead0d4eb6c
Author: infograf768 <infografjms@gmail.com>
Date:   Wed Feb 1 11:49:24 2017 +0100

    [com_associations] Do not use Copy reference to an existing target (#13819)

commit 82de8bd15ac0c9c6599262f14bc03a68c9391c20
Author: Fedir Zinchuk <getthesite@gmail.com>
Date:   Wed Feb 1 11:14:14 2017 +0200

    Tinymce: allow to edit image title (#13833)

commit 3449e046cde01755b12fd31aad4cb0c0864ead38
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Tue Jan 31 23:48:28 2017 +0000

    Use staging branch status for AppVeyor badge

commit 571218c80c690bb67c191363493a2ff703998136
Author: infograf768 <infografjms@gmail.com>
Date:   Tue Jan 31 10:21:32 2017 +0100

    [admin-menus] Display only components using Categories in List All Categories menu item (#13808)

    * [admin-menus] Display only components using Categories

    * docs missing

    * Simplifying field type code. Using it also for Create Category. Modified
    tip.

commit bfcca89cd878755b9988ea7277e064fb5d70523d
Author: Michael Babker <mbabker@flbab.com>
Date:   Mon Jan 30 07:49:18 2017 -0500

    Make JPluginHelper::load() resilient to cache error (#13526)

commit 720db4e8e0738625359903725428c4335079d550
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Mon Jan 30 13:46:22 2017 +0100

    Add expected and actual result headings (#13762)

commit 0fa990aa88a7a5f81cc23e1e5c675cd710d5fc76
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 30 10:53:33 2017 +0100

    Field calendar plugin (#13638)

    * Display localised dateformat and apply user timezone.

    * Set filter type for calendar fields plugin

    * Add a "onAfterDataValidation" event to JModelLegacy::validate()

    * Add new plugin event onAfterDataValidation. Rename onUserBeforeDataValidation to more generic onBeforeDataValidation and deprecate old name.

    * Store validated fields data in plugin for use during save. Removes the need for onContentBeforeSave method

    * Codestyle

    * Add new plugin event onAfterDataValidation. Rename onUserBeforeDataValidation to more generic onBeforeDataValidation and deprecate old name. (reverted from commit 8552ab709879d0e7d1120c6dce9df9222d60fc89)

    * Add a "onAfterDataValidation" event to JModelLegacy::validate() (reverted from commit 1ceeddf6c05c43323490354e4bbdd20563d59a89)

    * Adding the validated $data to onContentBeforeSave and AfterSave event

    * Use the validated data from the onContentAfterSave event

    * Pass $userData to $this->onContentAfterSave method

    * Codestyle

    * Simplify check

    * Adding an option to show/hide the time in the calendar field.
    Will use translated formats for all cases (form and item display)

    * Codestyle

commit 652c17adba0321da2e203536d4b150e03308de5b
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Mon Jan 30 08:49:09 2017 +0000

    Min width edit on toggles (#13698)

commit 3ae65c5068e793742590fbd7eaff1352268a5fe6
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 30 09:19:15 2017 +0100

    Don't return admin menus (#13791)

commit ccac056880f1b29ece107a18065e2c151ed190fa
Author: Vio Cassel <viocassel@users.noreply.github.com>
Date:   Sun Jan 29 22:29:38 2017 +0300

    Update jQuery Autocomplete to 1.3.0 (#13794)

commit d941fc3ae51842e43d757574f4a1b771e7450e1c
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Sun Jan 29 12:29:09 2017 -0700

    Use preg_match to ensure just a version check (#13801)

    This method should be much less error prone due to the environment differences when getting the version from the `SELECT version();` query

commit aa1fef3498d14bf0f7025d0b124629b9a7b64dd5
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Sun Jan 29 12:28:33 2017 -0700

    Remove unnecessary Env var "dependencies: current" (#13802)

    The related conditionals were removed.

commit 7713190e4d6e07e2144594cc02c8e78e3b6b0152
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Jan 29 12:16:51 2017 -0600

    Add GD to environment

commit 577f3121b55162e00fc0d196d333d46b3db9078b
Author: Michael Babker <mbabker@flbab.com>
Date:   Sun Jan 29 12:10:02 2017 -0500

    Add AppVeyor CI support (#13790)

    * Add AppVeyor CI support

    * Add create table statement

    * Conditionally add deprecated mysql extension

    * Close connections after class runs

    * Use PDO connection for PDO MySQL

    * Wrong property name

    * Try alternate way of adding extension

    * Add build badge

    * PGSQL test fixes

commit 80ef2839e310aeb13564e0a498bcf54af0e5e722
Author: Walt Sorensen <photodude@users.noreply.github.com>
Date:   Sun Jan 29 09:51:17 2017 -0700

    Fix JToolbarButton unit tests (#13799)

    * Fix JToolbarButton unit tests

    * Fix JToolbarButton unit tests

    * Fix JToolbarButton unit tests

commit 594c50fc29d729bd802c803e794a39dedc37f23c
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Sun Jan 29 17:36:42 2017 +0100

    Revert "Add the option to filter extensions on core or third party" (#13798)

commit a3b412134b1f1949b974c8d2a29a358ba698b432
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Sun Jan 29 15:41:14 2017 +0000

    Fix github unit tests (#13797)

commit 7ba2c775130e7230ea2abd4797d98072f5c02817
Author: RolandD <contact@rolandd.com>
Date:   Sun Jan 29 14:56:17 2017 +0100

    Add the option to filter extensions on core or third party (#13795)

commit f72f44777b0189a8f8dfda7f75617203392e86c2
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Sat Jan 28 23:36:46 2017 +0000

    Fix doc blocks in router

commit 2474f12135db3174a230c36d6a864816a2757c51
Author: Tony Partridge <admin@xtech.im>
Date:   Sat Jan 28 22:14:39 2017 +0000

    com_finder outputs empty p tag with no description (#13778)

    ### Steps to reproduce the issue
    Set description on article or anything other item to nothing. In my scenario it was using Docman where they are just documents with no content.

    ### Expected result
    html not to be rendered if there isn't a description to render

    ### Actual result
    Renders a <p> html tag with no content, causes excess padding and just a mess on most sites.

    ### System information (as much as possible)
    J3.6.5 / J3.7.0Alpha2.

    ### Additional comments

    this is just a simple change to make the output of search results which have no description inside them to not render excess html.

commit ace741cffe5cbcceee6f8054fcb00aafcd1b601c
Author: infograf768 <infografjms@gmail.com>
Date:   Sat Jan 28 20:27:50 2017 +0100

    Correcting articles manager title display (#13785)

commit 612f6a4505f7fe23d82049447f89c02ab3fb71a9
Merge: 4077cd0 3833aa0
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sat Jan 28 14:54:11 2017 +0000

    Merge branch 'staging' into milestone1

commit 3833aa0671bd056f8e3c4690c3b0e44b7a1e7f25
Author: marrouchi <marrouchi.mohamed@gmail.com>
Date:   Sat Jan 28 11:41:34 2017 +0100

    [Improvement] Backend menu item edit form : Add Itemid to the alias link value (#13776)

    * Add Itemid to the alias link value

    The link field of an alias menu item displays "index.php?Item=" without the actual item id.

    * Remove extra white space

    * CodeSniffer fix : Blank line before new comment

commit 3d3e2d6ca722c1169484460c01091aec1f2b7dcc
Author: Luca Marzo <luca.marzo@live.com>
Date:   Fri Jan 27 22:26:18 2017 +0100

    3.8.x description proposal (#13782)

    I tried to change the wording about the 3.8.x branch.

commit 6f20a8c2d633fa8bd7b1f68fb8d008497ff88082
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Fri Jan 27 22:12:37 2017 +0100

    Remove from global option for the display functionality (#13773)

commit 7dc3d68365a07cdec8c29bf08fdc3ec1298c8606
Merge: 7c1cc9d 14c6fcb
Author: Luca Marzo <luca.marzo@live.com>
Date:   Fri Jan 27 20:55:51 2017 +0100

    Merge pull request #13758 from rdeutz/move_checkout_to_helper

    [com_associations] moved "checked out" check to a helper function

commit 7c1cc9d24a01c72f3e2db8883e0eac4739ba9810
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Fri Jan 27 18:29:13 2017 +0000

    [com_fields] Responsive subform.repeatable-table (#13769)

    * Responsive table subforms

    * RTL support

    * Wrap in media query

    * Final tweaks

    * Query fix

commit 67a60716044106310d86d4b5244c58473b6a04f2
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Fri Jan 27 19:28:23 2017 +0100

    Remove semicolon before UNION ALL (#13767)

commit 6be6bd64c907d2b89ea1c6daaa8b0ca29dd7de66
Author: Peter van Westen <info@regularlabs.com>
Date:   Fri Jan 27 19:27:36 2017 +0100

    Fixes: EXTRA_QUERY not added to update record (#13756)

commit 959fc6b1487fa335cb04c7b54e3864e168960118
Author: Roberto Segura <roberto@phproberto.com>
Date:   Fri Jan 27 19:26:47 2017 +0100

    [fix] using core categories system should not be mandatory to use core tag system (#13737)

commit 2d82f4cc2d2577aa42e1e2cbd85c96cb083010c3
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Fri Jan 27 19:24:41 2017 +0100

    Add a parameter to trigger the additional plugin events in the news module (#13703)

commit 2a859660c9718548691ddfb56dd41d212d9c5be1
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Fri Jan 27 19:23:32 2017 +0100

    Add "id" attribute to <input> element (#13610)

commit 1b036c6f7bc4e57ad362ae988ce18ac0b778d8f2
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Fri Jan 27 19:22:40 2017 +0100

    Speed up of saving new articles (#13505)

    * Fast table reorder for mysql, postgresql, mssql and sqlite

    * Two versions of selectRowNumber for postgreSQL

commit 7f402748ca66b213cf10f4aabd329696d5b3443f
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Fri Jan 27 19:21:44 2017 +0100

    [com_fields] Custom Fields Media Field if class is empty still class is shown as attribute (#13462)

    * fixes #13400 dont let the class tag alone if no class is set

    * Update imagelist.php

    * Update media.php

    * Update imagelist.php

    * Update imagelist.php

    * Update media.php

    * Update media.php

    * Update imagelist.php

commit bc9dcd36e6228ddca395e02ef553a202b2e21433
Author: andrepereiradasilva <andrepereiradasilva@users.noreply.github.com>
Date:   Fri Jan 27 18:18:38 2017 +0000

    [com_contact] review config global default options (#12970)

    * config.xml

    * Update joomla.sql

    * Update joomla.sql

    * Update joomla.sql

    * sincronize with staging

    * fix conflicts

    * fix show_user_custom_fields

commit a3194fa5985575dc517a8d0ff7d2a80c99f15ba6
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Fri Jan 27 19:17:44 2017 +0100

    3.7 Improve Cache Controller (#12312)

    * Improve Cache Controller

    * PHPCS fix

commit d7eb53581f616a843fb194c88cfddc2d2ea6a3c7
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Fri Jan 27 19:17:13 2017 +0100

    Fix item alias (#11343)

commit d525244dc030dd9dc3cb6c1f703e91eccabf2c63
Author: Klas <klas.berlic@gmail.com>
Date:   Fri Jan 27 14:18:59 2017 +0100

    JUserTest needs to clear JAccess stats for allowed test. ALso JUserTest::testGetGroupsByUser() has expected and actual reversed. (#13777)

commit 14c6fcbf365d0d06d2d75950ba333b287befeed2
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Fri Jan 27 11:21:46 2017 +0100

    fix for checked out items

    If the item at the left is checked out nothing can be done till the item is checked in

commit 5104562e13195562072caac980b0d167e534d29c
Merge: 12257e5 c421382
Author: Luca Marzo <luca.marzo@live.com>
Date:   Thu Jan 26 23:37:06 2017 +0100

    Merge pull request #13759 from Bakual/SQLNotSql

    [com_fields] SQL not Sql

commit 12257e51f9993c6f93167facdaab9790468ecb32
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Thu Jan 26 13:29:43 2017 +0100

    [com_fields] Load language files from components (#13745)

    * Load language files from components

    * Add JPath::clean()

commit e0fbf61c6cd4def712dfbd744d4b104b18bf658e
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Thu Jan 26 13:24:19 2017 +0100

    [com_fields] Default the gallery directory when empty (#13761)

    * Default the gallery directory when empty

    * Fix comment

commit 61189b3188474314761894086a13ef242ebb5efa
Author: infograf768 <infografjms@gmail.com>
Date:   Thu Jan 26 09:48:46 2017 +0100

    [com_associations] Display only site menu types on searchTools (#13763)

    merged on review

commit 8f567003c6c4e72a749882628a60a6994949bd05
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Thu Jan 26 13:28:12 2017 +0530

    Give protected menu items container its own place independent of heading type. (#13749)

    * Give protected menu items container its own place independent of heading type.

    * Added missed client id check for container menu type.

commit c4213828398502f66979290fdff3e4feacc0622d
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Wed Jan 25 22:51:16 2017 +0100

    SQL not Sql

commit 6e67ba17183e165fe126bc0863518bb9b36d154b
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 25 22:02:37 2017 +0100

    moved checked our check to a helper function for less gussing

commit f04e15c8c48e272d5cfbd6d0ec19abd7d13afc5b
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Jan 25 18:05:28 2017 +0100

    Remove unneded properties for fields render layout (#13750)

commit b455cf6dd3ae8b69f89a29af295475f0332654bd
Author: Ciaran Walsh <ciaran@joomla51.com>
Date:   Wed Jan 25 12:13:57 2017 +0000

    Remove max-width on login lang field (#13740)

commit dc7e6157b23feea20d8453562a35d3f65fcfe18a
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Wed Jan 25 13:04:01 2017 +0530

    Fixed issue - backend menu manager checks for important menu items in top level only (#13650)

commit 23704123a22ed6aee5536777f7beb0e7653c74e9
Author: infograf768 <infografjms@gmail.com>
Date:   Wed Jan 25 08:33:37 2017 +0100

    [com_fields] Improving fields dropdown for Translation (#13710)

commit 4635900088efcd3b78640d5fbabb0588d22aa3e2
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Tue Jan 24 13:39:14 2017 +0000

    Revert previous commit

commit 7c25d368c8fdb905798d607263bdb5f23def7cb1
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Tue Jan 24 13:38:56 2017 +0000

    legacy libs

commit d151ef4ce7cb68898bc56eb25d8e888647aea9a9
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Tue Jan 24 09:18:20 2017 +0100

    [com_newsfeeds] - "Filter field"  in News Feeds - list layout (#11899)

    * [com_newsfeed] - "Filter field" parameter in "List News Feeds in a Category"

    fix "Filter field" parameter in "List News Feeds in a Category"  behaviour

    * fix for filter fields and table headings 1/3

    fix for filter fields and table headings 1/3

    * fix filter fields and table headings 2/3

    fix for filter fields and table headings

    * fix for filter fields and table headings 3/3

    fix for filter fields and table headings 3/3

    * removed 2nd layout

    removed 2nd layout as requested

    * removed 2nd layout

    removed 2nd layout

commit 8b0b5129381de26c69f5a01daa3fd0bf9d9a54a2
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Mon Jan 23 22:47:54 2017 +0100

    fix for a failing install (#13727)

commit c437fce02ce86a8506369208b767593125445907
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 23 19:56:53 2017 +0100

    [com_fields] Remove unneeded fields from com_fields (#13621)

    * Remove unneeded fields from com_fields

    * Remove columns from installation

commit 57277287cef077b694d02eaf28eaba6fc36c3ce5
Author: Dimitri Grammatikogianni <mit505@upshift.gr>
Date:   Mon Jan 23 18:27:49 2017 +0000

    Use bootstrap tooltips (#13713)

commit 465ff03b6ebfba189fe8992addd295064a7b5ca6
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 23 13:51:45 2017 +0100

    Another typo

    Thanks @brianteeman

commit e83ac894b290c6dc4a640dd7ebc2147b7d3f2139
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Mon Jan 23 13:34:55 2017 +0100

    Typo in CONTRIBUTING.md

commit 6e6edfcc01d3eba29022c3a63125038072fb5151
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Mon Jan 23 11:48:10 2017 +0100

    Adding the 3.8.x branche with the definitions by @wilsonge

commit 0e4b98fa9f21de6ed1c3d03a744b9985d1ba708a
Author: jo-sf <jo-sf@users.noreply.github.com>
Date:   Mon Jan 23 10:10:03 2017 +0100

    Always save validated data in the session (#11491)

commit 91e6de5195e208e5105d65b898c4da90a43fdf1e
Author: jo-sf <jo-sf@users.noreply.github.com>
Date:   Sun Jan 22 15:58:32 2017 +0100

    Use type="number" in TCP port configuration fields (#11492)

    * Leave numeric field empty if not required and not set

    * Numeric field might be empty if not required

    * Allow empty value if field is not required

    * Test adapted to code change

    Due to the code change in `libraries/joomla/form/fields/number.php` (set field value to the minimum value only if the field is required and a minimum value is given and there is no value given) the "Min" test needs a change, moreover a new test "MinRequired" wit the former result of the "Min" test was introduced.

    * Forgot to change the expected result

    The code `required aria-required="true"` was missing in the expected result - added.

    * Replace "and" with "&&"

    * Replace "and" with "&&"

    * Replace "and" with "&&"

    * use type=number for port fields in configuration

    * Added clean line before the if

    * smtpport field: hint added

    * LDAP port field: hint added

commit f3dc74bd349e4142e15684bb5600bd1258132f03
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sun Jan 22 15:57:17 2017 +0100

    Changes the contact user groups form field to fieldgroups (#13607)

commit 293d57e531af7b04c561ed0e45875fa4e7f7e912
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Jan 22 15:53:39 2017 +0100

    Fixing ACL inheritance for fields and fieldgroups (#13676)

commit af71e6036e719c2dff7940095fe15d1c2c0affec
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sun Jan 22 15:52:58 2017 +0100

    Adding proper disabled and readonly properties to the color formfield layouts (#13677)

commit 4370ef7bd630fa88f05bcbce3a1db65265da3f4c
Author: Dimitri Grammatikogianni <mit505@upshift.gr>
Date:   Sun Jan 22 13:50:26 2017 +0000

    fix IE 11 error (#13685)

commit f38dfcbcfc4174cebb88908e7645b62337a49ff4
Merge: 81127c3 f0d9270
Author: wilsonge <georgejameswilson@googlemail.com>
Date:   Sun Jan 22 11:41:16 2017 +0000

    Merge branch 'staging' of github.com:joomla/joomla-cms into staging

commit f0d927051091a6725cc6bfe1e3b5ba13b81b8b4c
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Sun Jan 22 12:41:06 2017 +0100

    Fix CS issues introduced with https://github.com/joomla/joomla-cms/pull/13672

commit 81127c3bcdb7b035a1f02c49932c4154b9be8583
Merge: 7d34d41 4d44c25
Author: wilsonge <georgejameswilson@googlemail.com>
Date:   Sun Jan 22 11:41:03 2017 +0000

    Merge branch '3.7.x' into staging

commit baef935fa1cf872091f7b708cf87682462749a79
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Sun Jan 22 12:33:45 2017 +0100

    Deprecate PSR-0 class loading (#13672)

    * Deprecate PSR-0 class loading

    * Fix typo

    * Add PSR4 support, not just the deprecated message

    * Fix deploy version

    * Throwing exceptions when invalid type is passed

    * Return type specific namespaces

    * Fix the test errors

    * Travis

    * Please travis be nice to me

    * Last try otherwise I go to the bar

    * Small tweaks

    * Update loader.php

commit 6efb945b964850e8f15a6d10db86771bfc5d4b41
Author: Martijn Maandag <martijn@reisverslagen.net>
Date:   Sun Jan 22 11:43:51 2017 +0100

    Update en-GB.com_languages.sys.ini (#13681)

commit f81a1ee697447953e1c25e25b7e9148f0ee30cbd
Author: Tuan Pham Ngoc <github@joomdonation.com>
Date:   Sun Jan 22 17:24:08 2017 +0700

    Clean up legacy controller + model classes (#13679)

    * Clean up JControllerForm

    * Clean up JModelAdmin

    * Clean up JModelList class

commit b222a8dcdacb38efd16968137db49583b965f508
Author: Thomas Hunziker <werbemails@bakual.ch>
Date:   Sat Jan 21 20:08:59 2017 +0100

    Properly merge tag params (#13643)

    * Properly merge tag params

    * Fixing a typo and yet another bug (wrong parameter read)

commit 7d34d41223bfe41799cd2c08b339e3c382a400d6
Author: Georgios Papadakis <ggppdk@users.noreply.github.com>
Date:   Fri Jan 20 22:24:15 2017 +0200

    Fix SEF plugin breaking HTML while trying to make inline background url paths absolute (#11266)

    * Fix SEF plugin some times breaking HTML while trying to make inline background url paths absolute

    * Added handling of &#34; and &#39;

    * Code style, fix too long line

    * Removed redudant pipe character

    * Update sef.php

commit 339eb9afbc272efa599d379d2c842c66a6519525
Author: infograf768 <infografjms@gmail.com>
Date:   Fri Jan 20 15:10:29 2017 +0100

    [com_fields] Useless strings (#13659)

commit 483abb81381907aadb3834a1d55c7eb41e27f6d7
Author: Tuan Pham Ngoc <github@joomdonation.com>
Date:   Fri Jan 20 17:25:27 2017 +0700

    Clean up JControllerAdmin (#13635)

commit f2d72e5f3a85e7601274df8e938c8b354d43a47b
Author: infograf768 <infografjms@gmail.com>
Date:   Fri Jan 20 11:17:04 2017 +0100

    Correcting Notice when saving Global Configuration (#13612)

    * Correcting Notice

    * simplifying. thanks joomladonation

commit b4b08b2e3a17998b7266c3331f5038d3dc6d2d1b
Author: zero-24 <zero-24@users.noreply.github.com>
Date:   Wed Jan 18 21:49:32 2017 +0100

    Fix dev status and move it from beta to dev as we are currently in the dev mode for the beta release

commit cdeee8bf59a2bc858799b2a8489eaeebcff9732b
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 21:29:06 2017 +0100

    bump version for development

commit 71a1c5ec9c13bf6b6c98acd973c8324f0c3e9487
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 20:25:12 2017 +0100

    prepare 3.7.0-alpha2 release

commit c9f4ce5d30e2b0d34dae39f5b21d854400eb06fb
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 15:24:44 2017 +0100

    update for menu (#13619)

commit a9f872e543bb549d429805007e7f11894a726362
Author: Allon Moritz <allon.moritz@digital-peak.com>
Date:   Wed Jan 18 15:22:26 2017 +0100

    [com_fields] Inherit url scheme restriction from fields plugin (#13554)

    * Type safe null check for plugin inheritance parameter

    * Remove default scheme to allow any valid scheme

    * Revert changes from conflict

commit 382766735c251377185352b8955acbd15c047bf7
Author: Jelle Kok <schumacher1986@hotmail.com>
Date:   Wed Jan 18 15:11:36 2017 +0100

    Fix CS  on com_admin script (#13636)

    * Fix CS  on com_admin script

    * revert to 1.x changes

commit 100c5a4e49f278af3ceae13695014fbe7d2ee2f5
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Wed Jan 18 12:01:50 2017 +0000

    Fix typo

commit 853f9af7a85845ab12fbee74a98c22e0f94cb70b
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 12:55:04 2017 +0100

    prepare update script for 3.7

    Added pre and postfight functions to handle installation of a menu item

commit 1d177d5b144cb299ff33c690ba29d7bb19be615a
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Wed Jan 18 12:33:21 2017 +0100

    [com_fields]- mssql installation fieldsplugin (#13626)

    * [plugins] - fields mssql installation

    plugins  fields mssql installation #13616

    * [com_fields] - mssql updates #13319

    [com_fields] - mssql updates #13319

    * remove duplicate extension id 462 for mssql

    removed id 462 to avoid duplicated id with #13626

    cause now fields are managed with plugins

    Pull Request for Issue #13616 (comment)

commit 38ae97ea48e217201ebcfa3142d73ded595c8634
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Wed Jan 18 12:26:32 2017 +0100

    fixed an obvius wrong use of $this-parent

commit b9d0d32defe49a890b0130432c4e08151c4b34aa
Author: George Wilson <georgejameswilson@googlemail.com>
Date:   Wed Jan 18 09:06:26 2017 +0000

    Fix typo (Thanks Dario)

commit 0daf6f75207c1083cfcf98e2849296a28fe19c02
Author: infograf768 <infografjms@gmail.com>
Date:   Tue Jan 17 18:56:53 2017 +0100

    Updating install.xml en-GB administrator (#13623)

commit 77af51f7391f4d7f50eccbe622d81af084f0ebc8
Author: Tomasz Narloch <csthomas@users.noreply.github.com>
Date:   Tue Jan 17 14:47:12 2017 +0100

    Routing: Remove IDs from tags URLs, use menu item of tags view as default for tag view (#11166)

    * Remove id from tags, use tags list menu item as default for tag

    * Code style, remove useless code, feature: first Itemid for tags view, second Itemid for default tag view

commit 326036f0bdc5d163d30a2f31284da86444655432
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Tue Jan 17 13:59:34 2017 +0100

    sync admin menu menutype (#13618)

commit f3780c5f2b3d4dc1b897dec96a9ae6525df6b4ee
Author: Raghav Jajodia <jajodia.raghav@gmail.com>
Date:   Tue Jan 17 18:29:01 2017 +0530

    [com_fields] Improved description in the "description" tooltip Fixes #13392 (#13557)

    * Fixes #13195: Added margin bottom to sidebar menu

    * Fixes #13392: Changed description field tooltip

    * Fixes #13392: Changed description field tooltip

    * Fixes #13392: Changed description field tooltip

commit 56ad6aa5779d15953b35ccd058a8c9344745c58a
Author: Nicola Galgano <optimus4joomla@gmail.com>
Date:   Tue Jan 17 13:42:50 2017 +0100

    [com_associations] - mssql updates (#13617)

    the missed mssql updates for #13537

commit 4a5ee882cd55948782137e7ca845a99a23ff9581
Author: Robert Deutz <rdeutz@googlemail.com>
Date:   Tue Jan 17 12:46:25 2017 +0100

    Adding the Multilanguage Associations Manager (#13537)

    * Merge Associations rewrite

    * updated searchtool with the new way

    * udpated edit view title

    * added contact associationshelper class

    * temp fix

    * fix for category filter

    * added newsfeeds associations helper

    * CAPS for params

    * lang tag and added a helper function

    * added land tags

    * code style fix

    * better title in associations view

    * better title

    * use the usual naming

    * fix language tag, thanks to brian teeman and twitter :-)

    * initial review

    * on simple change

    * on simple change 2

    * simple

    * some more helper changes

    * Update associations.php

    * Update associations.php

    * app isn’t set a model property

    * correct return value

    * simplify code adn use helper method

    * use typename directly

    * changed the tooltip position

    * Correct menu helper

    * remove unreacable code

    * correcting checked_out

    * com_menus

    * fixed not supportted message

    * installation

    * fix menu install

    * Spaces -> tabs

commit 40cf34d4c04ff4785d16d4a0e41af420dc5a8356
Author: Nick Savov <nicksavov@users.noreply.github.com>
Date:   Tue Jan 17 05:42:23 2017 -0600

    Add SMS to External URL menu item type (#13615)

    Allows data like sms://+15555555555 to be used instead of getting "Save Not Permitted"

commit 4e156fa0ad46cfcbc089311a66fe8b99d21b49eb
Author: Izhar Aazmi <izharaazmi@gmail.com>
Date:   Tue Jan 17 16:11:40 2017 +0530

    Menu manager for Joomla Backend Menu (#13036)

    * Added client id column to menu_type table.
    Allow creating and editing of "menutype" records with client_id = 1
    Add client_id filters in menu and menu items list views
    Sync menu type filter and client_id filter allowing only menu type in the URL query parameter (B/C)
    Both Lists now also filtered by client id.
    Client id selection updates the menu type list options to show choices only for that client id

    TBD:
    Reserved menu types: main & menu

    * In modal list view we currently hide client_id filter and show only site menu types, will be updated once we have more clear vision.
    Menu type assignment to backend mod_menu config from both menu manager and module manager. Though that is not functional within the module …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants