Change Log Scroll To Bottom


changelog

TODO

  1. Program needs to display error if validation fails.
  2. Need to update help/logic-puzzle-solve-js.php.
  3. puzzles/index file is missing closing table tags on last table!

2025-01-02

  1. Updated $baseURL in puzzles/inc/head.php file.
  2. Updated build-js-files.php in help folder.
  3. Create two versions of Viewer for ts/viewer and ts/server folders.
  4. Updated puzzles/inc/head.php file.
  5. Renamed solver/Former.ts to solver/Binder.ts file.
  6. Move Former.ts from ts/viewer folder to ts/solver folder.
  7. Have Tabby and Filer call Former.getGridsAsHtml passing gridVerb.

2024-12-28

  1. Merged help/terminology.php file into help/guide.php file.
  2. Removed about.php and terminology.php files in help folder.

2024-12-26

  1. Set default to check all levels and laws but uncheck Enable for both in js/viewer/setup.js file.
  2. Rename All checkbox to Enable for Levels (chkLevel0) in setup.php file.
  3. Rename All checkbox to Enable for Laws (chkLaw0) in setup.php file.
  4. Updated puzzles/index.php file.
  5. Updated files referenced by help/terminology.php file.

2024-12-22

  1. Update API documentation in the help/api folder.
  2. Updated import statement for UIX.js in root/inc/head.php file.
  3. Updated root/js folder.
  4. Added ts folder to root with puzzle and puzzles subfolders.
  5. Removed references to SmartLink in help files.
  6. Renamed references to SmartRule to Ruler in help files.
  7. Renamed SmartRule.ts to Ruler.ts
  8. Removed reference to SmartLink from puzzles/inc/head.php file.
  9. Incorporated functionality of SmartLink.ts into Link.ts and deleted SmartLink.ts file.

2024-12-17

  1. Created one-star puzzle "Choice Vacation".
  2. Created metawork file submit-puzzle.php file.
  3. Updated metawork metawork.php, build-puzzle-indexes.php files.
  4. Moved star images from /puzzles/img folder to root/img folder.
  5. Updated /puzzles/inc/header.php file.

2024-12-14

  1. Updated JavaScript module to create facts for clue 1 in puzzle "Tombstone Geography".
  2. Updated analysis for puzzle "Tombstone Geography".

2024-12-13

  1. Upload js files to website
  2. Renamed Finder.doNextLevel() parameters to myNum, nySub

2024-12-12

  1. Move images from help/img folder to root/img folder.
  2. Created articles.php file in help folder.
  3. Created terminology.php file in help folder.
  4. Created index.php file in help/analysis folder.
  5. Uploaded analysis.gif to root/img folder.

2024-12-10

  1. Updated css/default.css file.
  2. Updated header.php and footer.php files in help/inc folder.
  3. Updated header.php as sticky header with "scroll-to-bottom" arrow.
  4. Updated footer.php as sticky footer with "scroll-to-top" arrow.
  5. Updated root files, help files, help/analysis files, and puzzles/index.php file.
  6. Change help/analysis files from php include header to include($_SERVER['DOCUMENT_ROOT'] . "/inc/header.php");

2024-12-06

  1. Updated help/img/about.gif
  2. Removed membership requirement for Puzzle part files in the help/puzzle and help/solved folders.
  3. Removed membership reequirement for files in the help/analysis folder.
  4. Removed membership.php file in the help folder.
  5. Removed member.php in the root folder.
  6. Updated index.php, favorites.php files in the root folder.
  7. Removed membership requirement for puzzles in the puzzles folder.
  8. Updated head.php, footer.php files in the puzzles/inc folder.
  9. Updated header.php file in the root/inc folder.
  10. Removed "<?php include("inc/session.php"); ?>" in Filer.ts functions buildPHPFile, getHeader
  11. Removed the hq folder from the website.
  12. Removed the ts folder from the website.
  13. Removed the videos folder from the website.
  14. Removed Debe.php, Logjam.php, Mailer.php, session.php files from root/inc folder.
  15. Removed footer in root, help, help/analysis files.

2021-08-31

  1. Converted JavaScript files to TypeScript.