[geeklog-hg] [Geeklog-Core/geeklog] 1034e5: Added entity and DAO classes to handle $_TABLES['u...

Kenji ITO noreply at github.com
Tue Jan 25 23:11:40 EST 2022


  Branch: refs/heads/master
  Home:   https://github.com/Geeklog-Core/geeklog
  Commit: 1034e518013365bdd8f3317f113cf6d2c345a8ac
      https://github.com/Geeklog-Core/geeklog/commit/1034e518013365bdd8f3317f113cf6d2c345a8ac
  Author: mystralkk <mystralkk at gmail.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    A system/classes/DAO/UserAttributeDAO.php
    A system/classes/Entity/EntityBase.php
    A system/classes/Entity/UserAttributeEntity.php

  Log Message:
  -----------
  Added entity and DAO classes to handle $_TABLES['user_attributes'] table


  Commit: 8ff72fc85dfb7320130a98a37a065626a68a2492
      https://github.com/Geeklog-Core/geeklog/commit/8ff72fc85dfb7320130a98a37a065626a68a2492
  Author: mystralkk <mystralkk at gmail.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M language/english.php
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M plugins/staticpages/functions.inc
    M public_html/admin/group.php
    M public_html/admin/install/classes/Common.php
    M public_html/admin/mail.php
    M public_html/admin/topic.php
    M public_html/admin/user.php
    M public_html/docs/english/theme.html
    M public_html/docs/japanese/theme.html
    M public_html/index.php
    M public_html/layout/denim/css_ltr/style.almost-flat.css
    M public_html/layout/denim/css_ltr/style.css
    M public_html/layout/denim/css_ltr/style.gradient.css
    M public_html/layout/denim/css_rtl/style.almost-flat.css
    M public_html/layout/denim/css_rtl/style.css
    M public_html/layout/denim/css_rtl/style.gradient.css
    M public_html/layout/denim/css_src/src/stylus/sub/main_contents.styl
    R public_html/layout/denim/preferences/boxesblock.thtml
    M public_html/layout/denim/preferences/displayblock.thtml
    R public_html/layout/denim/preferences/excludeblock.thtml
    M public_html/layout/denim_curve/css_ltr/style.gradient.css
    M public_html/layout/denim_curve/css_rtl/style.gradient.css
    M public_html/layout/denim_curve/css_src/src/stylus/sub/main_contents.styl
    M public_html/layout/denim_three/css_ltr/style.css
    M public_html/layout/denim_three/css_rtl/style.css
    M public_html/layout/denim_three/css_src/src/stylus/sub/main_contents.styl
    R public_html/layout/denim_three/preferences/boxesblock.thtml
    M public_html/layout/denim_three/preferences/displayblock.thtml
    R public_html/layout/denim_three/preferences/excludeblock.thtml
    M public_html/layout/glnet_curve/css_ltr/style.gradient.css
    M public_html/layout/glnet_curve/css_rtl/style.gradient.css
    M public_html/layout/modern_curve/css/preferences/preferences.css
    R public_html/layout/modern_curve/preferences/boxesblock.thtml
    M public_html/layout/modern_curve/preferences/displayblock.thtml
    R public_html/layout/modern_curve/preferences/excludeblock.thtml
    M public_html/lib-common.php
    M public_html/profiles.php
    M public_html/stats.php
    M public_html/usersettings.php
    M sql/mysql_tableanddata.php
    M sql/pgsql_tableanddata.php
    M sql/updates/mysql_2.2.1_to_2.2.2.php
    M sql/updates/pgsql_2.2.1_to_2.2.2.php
    M system/classes/DAO/UserAttributeDAO.php
    M system/classes/Entity/UserAttributeEntity.php
    M system/classes/Mail.php
    M system/classes/oauthhelper.class.php
    M system/lib-article.php
    M system/lib-comment.php
    M system/lib-custom.php.dist
    M system/lib-database.php
    M system/lib-sessions.php
    M system/lib-topic.php
    M system/lib-user.php
    M tests/files/dummy/plugins/staticpages/functions.inc

  Log Message:
  -----------
  Updated to work with new $_TABLES['user_attributes'] table


  Commit: eee46995c854e0c890e7a9ea2076df44d04f7103
      https://github.com/Geeklog-Core/geeklog/commit/eee46995c854e0c890e7a9ea2076df44d04f7103
  Author: mystralkk <mystralkk at gmail.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M sql/updates/mysql_2.2.1_to_2.2.2.php
    M sql/updates/pgsql_2.2.1_to_2.2.2.php
    M system/classes/Entity/UserAttributeEntity.php

  Log Message:
  -----------
  Fixed errors while updating from 2.2.1sr1 to 2.2.2


  Commit: 12012873d6095e5dd6ba1b392034af0b3bfe52d7
      https://github.com/Geeklog-Core/geeklog/commit/12012873d6095e5dd6ba1b392034af0b3bfe52d7
  Author: mystralkk <mystralkk at gmail.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M sql/updates/mysql_2.2.1_to_2.2.2.php
    M sql/updates/pgsql_2.2.1_to_2.2.2.php

  Log Message:
  -----------
  Forgot to drop $_TABLES['userprefs']


  Commit: 6542b492f81e1fa405fb06880c5aeedb447b17b4
      https://github.com/Geeklog-Core/geeklog/commit/6542b492f81e1fa405fb06880c5aeedb447b17b4
  Author: mystralkk <mystralkk at gmail.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M sql/mysql_tableanddata.php
    M sql/pgsql_tableanddata.php
    M sql/updates/mysql_2.2.1_to_2.2.2.php
    M sql/updates/pgsql_2.2.1_to_2.2.2.php
    M system/classes/DAO/UserAttributeDAO.php
    M system/classes/Entity/UserAttributeEntity.php

  Log Message:
  -----------
  Dropped 'totalcommets' column from the $_TABLES['user_attributes'] table, since it is no longer used.


  Commit: 30a702023259e0351bde7e2a9aa11796fe3b9630
      https://github.com/Geeklog-Core/geeklog/commit/30a702023259e0351bde7e2a9aa11796fe3b9630
  Author: mystralkk <mystralkk at gmail.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M sql/pgsql_tableanddata.php

  Log Message:
  -----------
  Fixed PostgreSQL errors


  Commit: 69320eae987525ca4de90dbd4eb10089a0642d5c
      https://github.com/Geeklog-Core/geeklog/commit/69320eae987525ca4de90dbd4eb10089a0642d5c
  Author: mystralkk <mystralkk at gmail.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M public_html/admin/install/devel-db-update.php
    M public_html/layout/denim/tooltips/classic.thtml
    M public_html/layout/denim/tooltips/critical.thtml
    M public_html/layout/denim/tooltips/help.thtml
    M public_html/layout/denim/tooltips/information.thtml
    M public_html/layout/denim/tooltips/warning.thtml
    M public_html/layout/denim_three/tooltips/classic.thtml
    M public_html/layout/denim_three/tooltips/critical.thtml
    M public_html/layout/denim_three/tooltips/help.thtml
    M public_html/layout/denim_three/tooltips/information.thtml
    M public_html/layout/denim_three/tooltips/warning.thtml
    M public_html/lib-common.php
    M system/composer.lock
    M system/lib-database.php
    M system/vendor/composer/installed.json
    M system/vendor/composer/installed.php
    M system/vendor/mlocati/ip-lib/README.md
    M system/vendor/mlocati/ip-lib/composer.json
    M system/vendor/mlocati/ip-lib/src/Address/AddressInterface.php
    M system/vendor/mlocati/ip-lib/src/Address/AssignedRange.php
    M system/vendor/mlocati/ip-lib/src/Address/IPv4.php
    M system/vendor/mlocati/ip-lib/src/Address/IPv6.php
    M system/vendor/mlocati/ip-lib/src/Address/Type.php
    M system/vendor/mlocati/ip-lib/src/Factory.php
    A system/vendor/mlocati/ip-lib/src/ParseStringFlag.php
    M system/vendor/mlocati/ip-lib/src/Range/AbstractRange.php
    M system/vendor/mlocati/ip-lib/src/Range/Pattern.php
    M system/vendor/mlocati/ip-lib/src/Range/RangeInterface.php
    M system/vendor/mlocati/ip-lib/src/Range/Single.php
    M system/vendor/mlocati/ip-lib/src/Range/Subnet.php
    M system/vendor/mlocati/ip-lib/src/Range/Type.php
    M system/vendor/mlocati/ip-lib/src/Service/BinaryMath.php
    A system/vendor/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php
    R system/vendor/mlocati/ip-lib/src/Service/RangesFromBounradyCalculator.php
    A system/vendor/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php
    M system/vendor/pear/pear-core-minimal/src/OS/Guess.php
    M system/vendor/pear/pear-core-minimal/src/System.php
    A system/vendor/phpclasses/oauth-api/login_with_charter_spectrum.php
    M system/vendor/phpclasses/oauth-api/login_with_garmin.php
    M system/vendor/phpclasses/oauth-api/oauth_client.php
    M system/vendor/phpclasses/oauth-api/oauth_configuration.json
    M system/vendor/robthree/twofactorauth/README.md
    M system/vendor/robthree/twofactorauth/composer.json
    M system/vendor/robthree/twofactorauth/demo/demo.php
    R system/vendor/robthree/twofactorauth/demo/loader.php
    A system/vendor/robthree/twofactorauth/docs/_config.yml
    A system/vendor/robthree/twofactorauth/docs/_layouts/post.html
    A system/vendor/robthree/twofactorauth/docs/assets/css/style.scss
    A system/vendor/robthree/twofactorauth/docs/getting-started.md
    A system/vendor/robthree/twofactorauth/docs/improved-code-verification.md
    A system/vendor/robthree/twofactorauth/docs/index.md
    A system/vendor/robthree/twofactorauth/docs/optional-configuration.md
    A system/vendor/robthree/twofactorauth/docs/qr-codes.md
    A system/vendor/robthree/twofactorauth/docs/qr-codes/bacon.md
    A system/vendor/robthree/twofactorauth/docs/qr-codes/endroid.md
    A system/vendor/robthree/twofactorauth/docs/qr-codes/image-charts.md
    A system/vendor/robthree/twofactorauth/docs/qr-codes/qr-server.md
    A system/vendor/robthree/twofactorauth/docs/qr-codes/qrickit.md
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/GoogleChartsQrCodeProvider.php
    M system/vendor/robthree/twofactorauth/tests/TwoFactorAuthTest.php

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: https://github.com/Geeklog-Core/geeklog/compare/acbdfd15ec2b...69320eae9875


More information about the geeklog-cvs mailing list