aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-17Stop tracking reduced-tree name-setTerry Truong
2022-06-17Make reduced-tree a bit more inclusiveTerry Truong
2022-06-17Fix preferred/fallback sweep-to-parent layout-waste bugTerry Truong
2022-06-16Adjust markdown-escapes in READMETerry Truong
2022-06-16Add sweep-to-parent 'auto' settingTerry Truong
2022-06-16Make swept-left tiles less distant from non-swept siblingsTerry Truong
2022-06-16Fix client-requesting-0.jpg bugTerry Truong
2022-06-16Fix jump-to-hidden-ancestor-child layout-fail bugTerry Truong
2022-06-15In the reduced-tree, prefer additional-children with imagesTerry Truong
2022-06-15Separate node-wiki_id association from 'descs' tableTerry Truong
2022-06-15Adjust 'node_imgs' table to use node name, not idTerry Truong
2022-06-15Move tree-trimming code into separate script/stageTerry Truong
2022-06-15Add 'src' field to 'names' tableTerry Truong
2022-06-14Fix bugs in web-img generationTerry Truong
Also adjust image-reviewing script to allow skiping some user-choices
2022-06-11Add links to cc-license pagesTerry Truong
2022-06-11Adapted linked-images code to handle merged image setsTerry Truong
2022-06-11Adjust server+client code to handle merged image setsTerry Truong
2022-06-11Adapt genImgsForWeb.py to process merged image setsTerry Truong
2022-06-11Add yet more manual-correction for node-desc generationTerry Truong
2022-06-10Add some manual-correction code in eol-name-generationTerry Truong
2022-06-10Add script for merging eol and enwiki image setsTerry Truong
2022-06-08Update READMEs, refactor getEnwikiImgData.pyTerry Truong
2022-06-08Adjust dbp-desc generation for yet more manual correctionsTerry Truong
2022-06-08Avoid some redundant enwiki-generated alt-namesTerry Truong
2022-06-08Fix small bugs in enwiki-desc generationTerry Truong
2022-06-07Add more manual-correction for dbp-desc generationTerry Truong
2022-06-07Add more heuristics for eol-otol-associationTerry Truong
2022-06-07Add more manual-correction for generated otol-dataTerry Truong
2022-06-05Add script for downloading enwiki info-box imagesTerry Truong
2022-06-05Move EOL image download/review scripts into eol/Terry Truong
2022-06-04Add tile-info otol linksTerry Truong
2022-06-03Add script for downloading img license infoTerry Truong
2022-06-03Add script for extracting enwiki infobox-image namesTerry Truong
2022-06-03Adjust enwiki dump-index-db and lookup script to include wiki-idsTerry Truong
2022-06-03Rename some scripts to be eol-specific indicativeTerry Truong
2022-06-01Add script/instructions for filtering out mismatching node descsTerry Truong
2022-05-28Set visible-overflow on just-unhidden tilesTerry Truong
2022-05-28Add RButton componentTerry Truong
2022-05-28Convert from python "...".format() to f"..."Terry Truong
2022-05-28Fix tree-trimming to not discard certain nodesTerry 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-28Allow keeping overflown-root after settings/tut eventsTerry Truong
Avoided keeping an overflown-root on resize, as it can get quite laggy.
2022-05-28Avoid redundant relayout when initialisingTerry Truong
2022-05-27Make search-suggestion-requests and resize-handling initially-immediateTerry Truong
2022-05-27Add back code that dynamically gets scrollbar widthsTerry Truong
Was deleted due to apparent redundancy. Turns out it was still needed for overflown-node layout.
2022-05-27Prevent first root tile transitionTerry Truong
Avoids having it move in from top-left when tree data is loaded
2022-05-27Use static-layout for ancestry-bar and tutorial-paneTerry Truong
2022-05-26Fix missed space-to-underscore conversion in lookupPage.pyTerry Truong
2022-05-26Fix bug with searching-for-tile in ancestry-barTerry Truong
2022-05-26Add some enwiki redirect data as alt-namesTerry Truong
2022-05-26Make ancestry-bar scroll-to-end when added toTerry Truong