| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-20 | Use argparse in python scripts | Terry Truong | |
| 2022-07-15 | Change favicon | Terry Truong | |
| 2022-07-12 | Fix search-suggestions not prioritising prefix-matches | Terry Truong | |
| 2022-07-12 | Fix desc-association error due to case-insensitive label-matching | Terry Truong | |
| 2022-07-11 | Include picked-names when collapsing nodes in 'images' tree | Terry Truong | |
| Without this, nodes like 'giant panda' were getting removed | |||
| 2022-07-11 | Update backend documentation | Terry Truong | |
| 2022-07-11 | Make backend dev server script serve the image files | Terry Truong | |
| Previously, image files in backend/data/img were moved to, or symlinked from, public/. This needed to be changed before each build, otherwise vite would end up copying gigabytes of images. | |||
| 2022-07-10 | Update project-level and client-side documentation | Terry Truong | |
| 2022-07-09 | Fix links-to-node failing on load | Terry Truong | |
| Was setting SERVER_URL incorrectly Also changed server API to include 'excl' param | |||
| 2022-07-09 | Replace CGI script with WSGI script and dev server | Terry Truong | |
| 2022-07-08 | Revert back to using vite-proxy for avoiding CORS issues | Terry Truong | |
| 2022-07-08 | Send activeRoot to server, for reducing toroot response sizes | Terry Truong | |
| 2022-07-08 | Hard-code root-name in cgi script | Terry Truong | |
| 2022-07-02 | For the 'images' reduced tree, trim from many-child nodes | Terry Truong | |
| 2022-07-01 | Do more 'collapsible' node trimming in 'images' reduced-tree | Terry Truong | |
| 2022-07-01 | For the 'images' reduced tree, remove composite nodes | Terry Truong | |
| 2022-07-01 | Account for compound-node info-lookup sub-name-denoted node absence | Terry Truong | |
| Return a null entry in such cases, and have client indicate this with tile-info message. | |||
| 2022-07-01 | Generate 3 reduced trees, keeping the original, and serve only those | Terry Truong | |
| Generate a 'trimmed' reduced tree instead of changing the original. Generate an 'images-only' reduced tree, and use it as the default. Combine 'picked' reduced tree code with that of other reduced trees. Adapt server API to allow selecting between more than 2 trees. Add client setting for selecting between 3 trees. | |||
| 2022-06-28 | Add getImagePath() to lib.ts | Terry Truong | |
| 2022-06-28 | Convert server code to CGI script | Terry Truong | |
| Also adjust server-client API, for clarity/consistency | |||
| 2022-06-27 | Enable client directly using server URL, while avoiding CORS restrictions | Terry Truong | |
| 2022-06-27 | Exclude compound names from search suggestions | Terry Truong | |
| 2022-06-26 | Refactor TileInfoModal | Terry Truong | |
| Also change server info-response format to include sub-node common-names | |||
| 2022-06-23 | Make suggestion-limit client-configurable | Terry Truong | |
| 2022-06-23 | Fix root-displayed-in-italics bug | Terry Truong | |
| 2022-06-23 | Clean up server.py code | Terry Truong | |
| 2022-06-23 | Remove hard-coded root-name from App.vue | Terry Truong | |
| 2022-06-23 | Update some client-side READMEs | Terry Truong | |
| 2022-06-22 | Refactor backend scripts | Terry Truong | |
| 2022-06-22 | Update backend READMEs, rename some files for consistency | Terry Truong | |
| 2022-06-20 | Increase type-consistency via server-classes and client-types | Terry Truong | |
| 2022-06-20 | Make server order children by num-tips | Terry Truong | |
| 2022-06-20 | After trimming low-info nodes, also trim some many-sibling nodes | Terry Truong | |
| 2022-06-19 | Enable gzipped server responses | Terry Truong | |
| 2022-06-19 | Fix search-result-repeats bug | Terry Truong | |
| 2022-06-19 | Make addPickedNames.py avoid redundant updates | Terry Truong | |
| 2022-06-19 | Add fallback substring-search | Terry Truong | |
| 2022-06-19 | Add code/file for adding manually-picked alt-names | Terry Truong | |
| 2022-06-19 | Default to trimming all nodes without images/descs/etc | Terry Truong | |
| 2022-06-19 | Make manual enwiki-desc-associations more flexible | Terry Truong | |
| Also enable getEnwikiImgData.py to skip already-processed wiki-ids | |||
| 2022-06-19 | Fix linked_imgs table compound-img representation bug | Terry Truong | |
| 2022-06-19 | Allow for manually adding images from other sources | Terry Truong | |
| 2022-06-17 | Avoid alt-names with many words | Terry Truong | |
| Without this, taxa like 'Amphibia' may get preferred-names like 'frogs, salamanders, and caecilians' | |||
| 2022-06-17 | Add code+file for excluding bad-alt-names | Terry Truong | |
| 2022-06-17 | Add no-file-generation setting to genImgsForWeb.py | Terry Truong | |
| 2022-06-17 | Fix reduced-tree composite-node-inclusion bug | Terry Truong | |
| 2022-06-17 | Stop tracking reduced-tree name-set | Terry Truong | |
| 2022-06-17 | Make reduced-tree a bit more inclusive | Terry Truong | |
| 2022-06-16 | Adjust markdown-escapes in README | Terry Truong | |
| 2022-06-16 | Fix client-requesting-0.jpg bug | Terry Truong | |
