[geeklog-hg] [Geeklog-Core/geeklog] a2fc77: Fixes for Articles With Multiple Pages and Comment...

Tom noreply at github.com
Fri Jan 17 12:50:13 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/Geeklog-Core/geeklog
  Commit: a2fc77712bcb87a6be62dc2a512a847051d686c7
      https://github.com/Geeklog-Core/geeklog/commit/a2fc77712bcb87a6be62dc2a512a847051d686c7
  Author: eSilverStrike <eSilverStrike at users.noreply.github.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M public_html/article.php
    M public_html/index.php
    M system/lib-article.php
    M system/lib-comment.php

  Log Message:
  -----------
  Fixes for Articles With Multiple Pages and Comment navigating

Fixed  issue #1022. Partial improvement for #1023 (comment url variables for edit and delete), Partial fix for #1019 (articles now use “page” url variable instead of “mode” url variable. Mode is not a global variable)

-	Fixed issue of comment display (flat, nested, etc…) not working right on articles with multiple pages
-	Fixed issue where wrong prefix added to form variables in comment bar. $CMT_formVariablePrefix added to be used
-	Removed url variables not needed for comment edit and comment delete
-	Article uses “mode” variable just for print now. Uses “page” variable for articles that span multiple pages. Is backwards compatible with old way for incoming links
-	$mode variable not used as a global variable anymore.




More information about the geeklog-cvs mailing list