[geeklog-hg] [Geeklog-Core/geeklog] 471c5e: Added Device Detect class

GitHub noreply at github.com
Fri Jun 3 08:53:21 EDT 2016


  Branch: refs/heads/feature/integrate-uikit
  Home:   https://github.com/Geeklog-Core/geeklog
  Commit: 471c5e671a7ec5806c74008c429282dad0a0f287
      https://github.com/Geeklog-Core/geeklog/commit/471c5e671a7ec5806c74008c429282dad0a0f287
  Author: Tom Homer <tomhomer at gmail.com>
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M public_html/admin/configuration_validation.php
    M public_html/admin/install/config-install.php
    M public_html/docs/english/config.html
    M public_html/docs/japanese/config.html
    M public_html/lib-common.php
    M sql/updates/mssql_2.1.1_to_2.1.2.php
    M sql/updates/mysql_2.1.1_to_2.1.2.php
    M sql/updates/pgsql_2.1.1_to_2.1.2.php
    A system/classes/device.class.php
    A system/classes/mobiledetect/LICENSE.txt
    A system/classes/mobiledetect/Mobile_Detect.php
    M system/classes/template.class.php

  Log Message:
  -----------
  Added Device Detect class

Added new class which is called Mobile Detect Library v2.8.22. Added
Geeklog detect wrapper class and added ability to template cache to
create separate cache files if the user device is considered a mobile
device. Added new configuration option  cache_mobile which can disable
caching by if device. This is part of the feature request  #683


  Commit: 2e2438f2b5b14e9c66e4821f835b6e1abe3fe4a6
      https://github.com/Geeklog-Core/geeklog/commit/2e2438f2b5b14e9c66e4821f835b6e1abe3fe4a6
  Author: Tom Homer <tomhomer at gmail.com>
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M public_html/admin/configuration_validation.php
    M public_html/admin/install/config-install.php
    M public_html/lib-common.php
    M sql/updates/mssql_2.1.1_to_2.1.2.php
    M sql/updates/mysql_2.1.1_to_2.1.2.php
    M sql/updates/pgsql_2.1.1_to_2.1.2.php
    M system/lib-block.php
    M system/lib-plugins.php

  Log Message:
  -----------
  Added New Autotag for Blocks

Blocks can now be displayed with an autotag. Can specify a class which
will wrap it in a div. When a block is displayed via an autotag the
position is ignored (left or right) so those specific block header and
footer template files are ignored. Can still specify own custom header
and footer in theme functions.php file. Part of feature request #683


  Commit: b8af56f1b9c03703592d2afe4e1aaca272f98058
      https://github.com/Geeklog-Core/geeklog/commit/b8af56f1b9c03703592d2afe4e1aaca272f98058
  Author: dengenxp <taharaxp at gmail.com>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M public_html/admin/configuration_validation.php
    M public_html/admin/install/config-install.php
    M public_html/docs/english/config.html
    M public_html/docs/japanese/config.html
    M public_html/lib-common.php
    M sql/updates/mssql_2.1.1_to_2.1.2.php
    M sql/updates/mysql_2.1.1_to_2.1.2.php
    M sql/updates/pgsql_2.1.1_to_2.1.2.php
    A system/classes/device.class.php
    A system/classes/mobiledetect/LICENSE.txt
    A system/classes/mobiledetect/Mobile_Detect.php
    M system/classes/template.class.php
    M system/lib-block.php
    M system/lib-plugins.php

  Log Message:
  -----------
  Merge branch 'master' into feature/integrate-uikit


Compare: https://github.com/Geeklog-Core/geeklog/compare/01b8819fdb76...b8af56f1b9c0


More information about the geeklog-cvs mailing list