Change Log |
 |
TODO
- Program needs to display error if validation fails.
- Need to update help/logic-puzzle-solve-js.php.
- puzzles/index file is missing closing table tags on last table!
2025-01-02
- Updated $baseURL in puzzles/inc/head.php file.
- Updated build-js-files.php in help folder.
- Create two versions of Viewer for ts/viewer and ts/server folders.
- Updated puzzles/inc/head.php file.
- Renamed solver/Former.ts to solver/Binder.ts file.
- Move Former.ts from ts/viewer folder to ts/solver folder.
- Have Tabby and Filer call Former.getGridsAsHtml passing gridVerb.
2024-12-28
- Merged help/terminology.php file into help/guide.php file.
- Removed about.php and terminology.php files in help folder.
2024-12-26
- Set default to check all levels and laws but uncheck Enable for both in js/viewer/setup.js file.
- Rename All checkbox to Enable for Levels (chkLevel0) in setup.php file.
- Rename All checkbox to Enable for Laws (chkLaw0) in setup.php file.
- Updated puzzles/index.php file.
- Updated files referenced by help/terminology.php file.
2024-12-22
- Update API documentation in the help/api folder.
- Updated import statement for UIX.js in root/inc/head.php file.
- Updated root/js folder.
- Added ts folder to root with puzzle and puzzles subfolders.
- Removed references to SmartLink in help files.
- Renamed references to SmartRule to Ruler in help files.
- Renamed SmartRule.ts to Ruler.ts
- Removed reference to SmartLink from puzzles/inc/head.php file.
- Incorporated functionality of SmartLink.ts into Link.ts and deleted SmartLink.ts file.
2024-12-17
- Created one-star puzzle "Choice Vacation".
- Created metawork file submit-puzzle.php file.
- Updated metawork metawork.php, build-puzzle-indexes.php files.
- Moved star images from /puzzles/img folder to root/img folder.
- Updated /puzzles/inc/header.php file.
2024-12-14
- Updated JavaScript module to create facts for clue 1 in puzzle "Tombstone Geography".
- Updated analysis for puzzle "Tombstone Geography".
2024-12-13
- Upload js files to website
- Renamed Finder.doNextLevel() parameters to myNum, nySub
2024-12-12
- Move images from help/img folder to root/img folder.
- Created articles.php file in help folder.
- Created terminology.php file in help folder.
- Created index.php file in help/analysis folder.
- Uploaded analysis.gif to root/img folder.
2024-12-10
- Updated css/default.css file.
- Updated header.php and footer.php files in help/inc folder.
- Updated header.php as sticky header with "scroll-to-bottom" arrow.
- Updated footer.php as sticky footer with "scroll-to-top" arrow.
- Updated root files, help files, help/analysis files, and puzzles/index.php file.
- Change help/analysis files from php include header to include($_SERVER['DOCUMENT_ROOT'] . "/inc/header.php");
2024-12-06
- Updated help/img/about.gif
- Removed membership requirement for Puzzle part files in the help/puzzle and help/solved folders.
- Removed membership reequirement for files in the help/analysis folder.
- Removed membership.php file in the help folder.
- Removed member.php in the root folder.
- Updated index.php, favorites.php files in the root folder.
- Removed membership requirement for puzzles in the puzzles folder.
- Updated head.php, footer.php files in the puzzles/inc folder.
- Updated header.php file in the root/inc folder.
- Removed "<?php include("inc/session.php"); ?>" in Filer.ts functions buildPHPFile, getHeader
- Removed the hq folder from the website.
- Removed the ts folder from the website.
- Removed the videos folder from the website.
- Removed Debe.php, Logjam.php, Mailer.php, session.php files from root/inc folder.
- Removed footer in root, help, help/analysis files.
2021-08-31
- Converted JavaScript files to TypeScript.