50 most recent check-ins
2024-11-21
| ||
12:55 | Fixing button behaviour in mode menu. Leaf check-in: f8cdbc1ebc user: florian tags: development | |
2024-11-19
| ||
16:19 | Merged changes from mode_menu. check-in: f7ebd861a1 user: florian tags: development | |
16:19 | Correctly rendering disabled sliders in mode menu now. Leaf check-in: 82fde58c40 user: florian tags: mode_menu | |
2024-11-18
| ||
18:19 | Merged changes from mode_menu. check-in: ddf5345820 user: florian tags: development | |
18:18 | Rendering mode menu according to formats dict now. Setting mode menu form target to local page, making the menu functional. check-in: 9f405cf377 user: florian tags: mode_menu | |
17:39 | Fixing bug when replacing format titles in sqlite_storage.get_content() . Catching returned formats now in WebApp.view() . check-in: 601e4ce1da user: florian tags: mode_menu | |
17:21 | Merged changes from development. check-in: 7fd9d0d727 user: florian tags: mode_menu | |
17:20 | Using mode URL parameter in most links now. check-in: f14fedf6f2 user: florian tags: development | |
16:46 | Fixed bug in sqlite_storage that would select several instead of a single replacement format. check-in: 4c59106455 user: florian tags: development | |
16:25 | Changed return value of storage.get_content() from dict to tuple. check-in: ca17d89b1f user: florian tags: development | |
2024-11-17
| ||
21:45 | Merged changes from database. check-in: 7bc40b559c user: florian tags: development | |
21:44 | Fixed naming, and incorrect return variable in sqlite_storage. Leaf check-in: cc11f7e001 user: florian tags: database | |
21:43 | Fixed parameter naming, using step id instead of content id where steps were used. Updated get_content() to use step id instead of content id. check-in: 5df4389bda user: florian tags: database | |
21:27 | Merged changes from development. check-in: 44583afa5b user: florian tags: database | |
21:26 | Replaced get_html() by get_content(), not yet functional. check-in: ccffa6822b user: florian tags: development | |
20:59 | Merged changes from database. check-in: 574f34d0c9 user: florian tags: development | |
20:58 | Implemented get_content() in sqlite_storage. check-in: 408bab8f83 user: florian tags: database | |
18:22 | Added storage.get_content() to request a content variant in an arbitrary format. check-in: d6a10ee7a1 user: florian tags: database | |
17:37 | Merged changes from development. check-in: 5464682f8d user: florian tags: database | |
2024-11-16
| ||
23:41 | Merged changes from tools. check-in: 9b509d9ddd user: florian tags: development | |
23:20 | import_html.py now outputs Luna LMS 0.1.8 format. Leaf check-in: 1753bb3f6e user: florian tags: tools | |
22:37 | import_html.py now outputs Luna LMS 0.1.7 format. check-in: 4783461d60 user: florian tags: tools | |
22:26 | import_html.py now outputs Luna LMS 0.1.6 format. check-in: f122d5e27a user: florian tags: tools | |
21:33 | Improved output of formatgen.py check-in: 119dcc027d user: florian tags: tools | |
21:27 | Merged changes from development. check-in: 93e232d4c7 user: florian tags: tools | |
20:51 | Fixing WCAG error in To Top button. check-in: 503e125670 user: florian tags: development | |
20:37 | Merged changes from mode_menu. check-in: 99f9ed96d8 user: florian tags: development | |
20:36 | Using radio buttons for modes now, and changed labels to conform to WCAG. check-in: 55df9483ad user: florian tags: mode_menu | |
2024-11-15
| ||
17:50 | Merged changes from development. check-in: 565796ff3d user: florian tags: mode_menu | |
17:50 | Fixing tooltip z index to make sure it is always on top. check-in: 9f343e3cce user: florian tags: development | |
17:32 | Merged changes from mode_menu check-in: 4af94d0dc1 user: florian tags: development | |
17:31 | Added mode menu modal to the user interface, not yet functional. check-in: 57ec53c201 user: florian tags: mode_menu | |
2024-10-16
| ||
16:43 | Fixing paragraph style when there are no search results. check-in: 4fe7c13b7a user: florian tags: development | |
10:35 | Fixed bug displaying search results. check-in: 5a89bde1f8 user: florian tags: development | |
10:15 | Merged changes from view. check-in: 5e71483a64 user: florian tags: development | |
10:14 | Removing previous course count display, replacing by a dynamic counter at the top. Leaf check-in: 44cea75da9 user: florian tags: view | |
2024-10-15
| ||
16:15 | Displaying total number of courses above course list now. check-in: 4a9e4aa69a user: florian tags: view | |
15:43 | Merged changes from development. check-in: 250e22e3e6 user: florian tags: view | |
12:23 | SQLiteStorage.find_courses(term) now also finds the non-hyphenated version of hyphenated words. check-in: 6a7c31f709 user: florian tags: development | |
2024-08-05
| ||
16:28 | SQLiteStorage.find_courses(term) now returns the match ratio along with the matching courses. The course list is now sorted by match ration if a term was given. check-in: 127ed83d53 user: florian tags: development | |
15:19 | Improved feedback on failed search. check-in: fe11eb7460 user: florian tags: development | |
15:05 | Changed sqlite_storage.FUZZY_RATIO to 0.75 to find more similar results. check-in: 45b1a19b76 user: florian tags: development | |
14:28 | Merged changes from database. check-in: 47b96bd823 user: florian tags: development | |
14:28 | Caching successful search results now. check-in: 9595323692 user: florian tags: database | |
14:17 | Added fuzzy search to find_courses() using Python's difflib. check-in: 9e35f8cafd user: florian tags: database | |
12:34 | Added SQLiteStorage.terms to cache searchable terms for courses. Replaced database-based search in SQLiteStorage.find_courses() by term-based search. Added helper function luna_lms.remove_html() . check-in: 435943c414 user: florian tags: database | |
08:58 | sqlite_storage.find_courses() now applies strict version checking. check-in: 797a3ac4b6 user: florian tags: database | |
08:53 | Merged changes from development. check-in: 2377d13435 user: florian tags: database | |
08:52 | Added luna_lms.numeric_version(), and using it in upgrade_db now. check-in: d55d15f384 user: florian tags: development | |
2024-08-02
| ||
21:16 | Merged changes from database. check-in: ba57dd0f4c user: florian tags: development | |