[geeklog-hg] [Geeklog-Core/geeklog] a878cd: Added simple URL routing feature to public_html/in...

GitHub noreply at github.com
Fri Jan 22 23:28:21 EST 2016


  Branch: refs/heads/feature/url-routing
  Home:   https://github.com/Geeklog-Core/geeklog
  Commit: a878cdfc00ec4fdc501082cc353eb481a79550c7
      https://github.com/Geeklog-Core/geeklog/commit/a878cdfc00ec4fdc501082cc353eb481a79550c7
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2016-01-18 (Mon, 18 Jan 2016)

  Changed paths:
    M public_html/index.php
    A system/classes/router.class.php
    M system/lib-database.php

  Log Message:
  -----------
  Added simple URL routing feature to public_html/index.php


  Commit: 2609910afdffc0b000e0d71cea62547c2a22f470
      https://github.com/Geeklog-Core/geeklog/commit/2609910afdffc0b000e0d71cea62547c2a22f470
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2016-01-19 (Tue, 19 Jan 2016)

  Changed paths:
    M system/databases/mysql.class.php
    M system/databases/mysqli.class.php

  Log Message:
  -----------
  Merge branch 'master' into feature/url-routing


  Commit: 7abfb8c424ed32c1117accaab7827ea89a0c33e9
      https://github.com/Geeklog-Core/geeklog/commit/7abfb8c424ed32c1117accaab7827ea89a0c33e9
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M system/classes/router.class.php

  Log Message:
  -----------
  Added convertUrl method to Router class


  Commit: 7239b33623b9df04d69c8087d6d285d50952bfd7
      https://github.com/Geeklog-Core/geeklog/commit/7239b33623b9df04d69c8087d6d285d50952bfd7
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M public_html/index.php
    M public_html/lib-common.php
    M system/classes/router.class.php
    M system/classes/url.class.php

  Log Message:
  -----------
  COM_buildURL now builds a URL based on $_CONF['url_routing']


  Commit: 14d5cbbe96ebd8cc168be8a31049b2fbe75ae85a
      https://github.com/Geeklog-Core/geeklog/commit/14d5cbbe96ebd8cc168be8a31049b2fbe75ae85a
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M language/english.php
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M public_html/admin/install/config-install.php
    M public_html/admin/install/lib-upgrade.php
    M sql/mssql_tableanddata.php
    M sql/mysql_tableanddata.php
    M sql/pgsql_tableanddata.php
    A sql/updates/mssql_2.1.0_to_2.1.2.php
    A sql/updates/mysql_2.1.0_to_2.1.2.php
    A sql/updates/pgsql_2.1.0_to_2.1.2.php

  Log Message:
  -----------
  Added upgrading code


  Commit: d2cdb0267addbb4ed5cc4834c3a1e2c6a296d564
      https://github.com/Geeklog-Core/geeklog/commit/d2cdb0267addbb4ed5cc4834c3a1e2c6a296d564
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    A public_html/admin/router.php

  Log Message:
  -----------
  Added admin/router.php


  Commit: 1d01e545e08c3912a4065546e0c03e666d65c09d
      https://github.com/Geeklog-Core/geeklog/commit/1d01e545e08c3912a4065546e0c03e666d65c09d
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M language/english.php
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M public_html/admin/router.php
    A public_html/layout/modern_curve/admin/router/index.html
    A public_html/layout/modern_curve/admin/router/routereditor.thtml
    A public_html/layout/modern_curve/images/icons/router.png
    M public_html/lib-common.php
    M system/classes/router.class.php

  Log Message:
  -----------
  Almost finished without documents


  Commit: eda050eec30f2673a1422d817e6906d2534d7b9f
      https://github.com/Geeklog-Core/geeklog/commit/eda050eec30f2673a1422d817e6906d2534d7b9f
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M sql/mssql_tableanddata.php
    M sql/mysql_tableanddata.php
    M sql/pgsql_tableanddata.php
    M sql/updates/mssql_2.1.0_to_2.1.2.php
    M sql/updates/mysql_2.1.0_to_2.1.2.php
    M sql/updates/pgsql_2.1.0_to_2.1.2.php
    M system/classes/router.class.php

  Log Message:
  -----------
  Modified initial database entries


  Commit: 10e19a355cd9dfaf2c9ec1bc04327a0a3da70ffd
      https://github.com/Geeklog-Core/geeklog/commit/10e19a355cd9dfaf2c9ec1bc04327a0a3da70ffd
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M public_html/admin/router.php
    M public_html/docs/english/config.html
    M public_html/docs/japanese/config.html
    M sql/mssql_tableanddata.php
    M sql/mysql_tableanddata.php
    M sql/pgsql_tableanddata.php
    M sql/updates/mssql_2.1.0_to_2.1.2.php
    M sql/updates/mysql_2.1.0_to_2.1.2.php
    M sql/updates/pgsql_2.1.0_to_2.1.2.php

  Log Message:
  -----------
  Added documents


Compare: https://github.com/Geeklog-Core/geeklog/compare/a878cdfc00ec^...10e19a355cd9


More information about the geeklog-cvs mailing list