Age | Commit message (Expand) | Author |
---|---|---|
2024-10-25 | Change the way the flash_me functions such that there's no margin...flash_me handles displaying various notifications and error messages (like when you log out, or when you token expires) | zsloan |
2024-10-22 | Add GN2 Fallback link to index page and and error page/text...Also removed the error callback from the menu AJAX call since it seems to just duplicate the error message (which is also handled by the statusCode function) | zsloan |
2024-09-27 | Refactor: use url_for to fetch static files. | Alexander_Kabui |
2024-09-26 | Refactor: Fix order for importing css and js files. | Alexander_Kabui |
2024-09-24 | Refactor: refactor global search code in index file....* Include global search via gsearch template. | Alexander_Kabui |
2024-09-24 | Refactor: apply djlint for index page file. | Alexander_Kabui |
2024-09-23 | Fix: link to the correct url for xapian syntax help. | Alexander_Kabui |
2024-09-23 | Refactor: run djlint for index page file. | Alexander_Kabui |
2024-09-23 | Refactor: move global search js to index file. | Alexander_Kabui |
2024-09-23 | Refactor: move global search css to index page. | Alexander_Kabui |
2024-09-23 | Refactor: Init move search from base to index file. | Alexander_Kabui |
2024-09-16 | fix: fix url for gn-docs glossary. | Alexander_Kabui |
2024-06-27 | Automatically decide whether to use Xapian or SQL (uses Xapian if possible) +......Change logic so that SQL is used for non-term Publish searches, since searches for phenotype trait IDs currently don't work in Xapian | zsloan |
2024-06-27 | Add separate button for Xapian search...This will be temporary in the longer run, but can stay until all functionality is reproduced. | zsloan |
2024-05-06 | Use correct link to point to xapian search....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-02-15 | replace emfed cdn with local static files | Alexander_Kabui |
2024-02-15 | replace cdn uikit with guix package | Alexander_Kabui |
2024-01-02 | Change the way the info button works so that it just submits a form instead o... | zsloan |
2023-12-29 | Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. | Arun Isaac |