| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-15 | In the reduced-tree, prefer additional-children with images | Terry Truong | |
| 2022-06-15 | Separate node-wiki_id association from 'descs' table | Terry Truong | |
| 2022-06-15 | Adjust 'node_imgs' table to use node name, not id | Terry Truong | |
| 2022-06-15 | Move tree-trimming code into separate script/stage | Terry Truong | |
| 2022-06-15 | Add 'src' field to 'names' table | Terry Truong | |
| 2022-06-14 | Fix bugs in web-img generation | Terry Truong | |
| Also adjust image-reviewing script to allow skiping some user-choices | |||
| 2022-06-11 | Adapted linked-images code to handle merged image sets | Terry Truong | |
| 2022-06-11 | Adjust server+client code to handle merged image sets | Terry Truong | |
| 2022-06-11 | Adapt genImgsForWeb.py to process merged image sets | Terry Truong | |
| 2022-06-11 | Add yet more manual-correction for node-desc generation | Terry Truong | |
| 2022-06-10 | Add some manual-correction code in eol-name-generation | Terry Truong | |
| 2022-06-10 | Add script for merging eol and enwiki image sets | Terry Truong | |
| 2022-06-08 | Update READMEs, refactor getEnwikiImgData.py | Terry Truong | |
| 2022-06-08 | Adjust dbp-desc generation for yet more manual corrections | Terry Truong | |
| 2022-06-08 | Avoid some redundant enwiki-generated alt-names | Terry Truong | |
| 2022-06-08 | Fix small bugs in enwiki-desc generation | Terry Truong | |
| 2022-06-07 | Add more manual-correction for dbp-desc generation | Terry Truong | |
| 2022-06-07 | Add more heuristics for eol-otol-association | Terry Truong | |
| 2022-06-07 | Add more manual-correction for generated otol-data | Terry Truong | |
| 2022-06-05 | Add script for downloading enwiki info-box images | Terry Truong | |
| 2022-06-05 | Move EOL image download/review scripts into eol/ | Terry Truong | |
| 2022-06-04 | Add tile-info otol links | Terry Truong | |
| 2022-06-03 | Add script for downloading img license info | Terry Truong | |
| 2022-06-03 | Add script for extracting enwiki infobox-image names | Terry Truong | |
| 2022-06-03 | Adjust enwiki dump-index-db and lookup script to include wiki-ids | Terry Truong | |
| 2022-06-03 | Rename some scripts to be eol-specific indicative | Terry Truong | |
| 2022-06-01 | Add script/instructions for filtering out mismatching node descs | Terry Truong | |
| 2022-05-28 | Convert from python "...".format() to f"..." | Terry Truong | |
| 2022-05-28 | Fix tree-trimming to not discard certain nodes | Terry Truong | |
| Was trimming off nodes without an image/desc/reduced_tree_presence, including those with a descdendant that has them. Was using a linked-image association to prevent this, but this wasn't reliable. | |||
| 2022-05-26 | Fix missed space-to-underscore conversion in lookupPage.py | Terry Truong | |
| 2022-05-26 | Add some enwiki redirect data as alt-names | Terry Truong | |
| 2022-05-26 | Trim otol tree to avoid certain slowdowns | Terry Truong | |
| Some nodes had multiple ancestors with over 10k children, and jump-searching to them could take almost a minute for vue to load. | |||
| 2022-05-24 | Fix None-indexing bug in server.py | Terry Truong | |
| 2022-05-24 | For compound-nodes without sub-images, don't use a child image | Terry Truong | |
| 2022-05-24 | Fix small sql-param mismatch bug | Terry Truong | |
| 2022-05-24 | Don't generate compound-image if both sub-images non-existent | Terry Truong | |
| 2022-05-23 | Display 'compound images' | Terry Truong | |
| Adjust genLinkedImgs.py to associate multiple images to compound-nodes. Adjust server to send multiple image filenames for such nodes. Adjust Tile and TileInfoModal to display those compound-images. | |||
| 2022-05-22 | Display multiple descriptions for compound-nodes | Terry Truong | |
| 2022-05-22 | Up-propgate images for usage in parents without images | Terry Truong | |
| Also adjust vite config to avoid apparent redundant processing when images are being downloaded. | |||
| 2022-05-19 | Unescape EOL alt-name data | Terry Truong | |
| 2022-05-19 | Fix not scrolling to focused nodes | Terry Truong | |
| 2022-05-18 | Add wikipedia-link to tile-info display | Terry Truong | |
| Add 'wiki_id' and 'from_dbp' columns to 'descs' table, adjust dbpedia data to include wikipedia IDs, adjust data generations scripts, make server send extra data, and make TileInfo display it. | |||
| 2022-05-18 | For dbpedia data, prioritise manual conflict resolutions | Terry Truong | |
| 2022-05-17 | Make reduced tree generation check non-alt-names | Terry Truong | |
| 2022-05-17 | Remove certain same-name alt-names | Terry Truong | |
| 2022-05-17 | Make search suggestions include non-alt-names | Terry Truong | |
| 2022-05-17 | Fix small genDbpData.py typo | Terry Truong | |
| 2022-05-17 | Improve enwiki description extraction | Terry Truong | |
| Adjust enwiki code to handle single dump file, and add scripts for 'convenient' page-content lookup. | |||
| 2022-05-15 | Converted nodes+r_nodes tables into nodes+edges+r_nodes+r_edges | Terry Truong | |
| Conversion avoids encoding node children as JSON strings, and allows for easier querying of edge data. Adjusted server to use new format. Also added some table indexes for common operations. | |||
| 2022-05-14 | Add desc-resolution special-case for root node | Terry Truong | |
