50 most recent check-ins
2024-10-16
| ||
16:43 | Fixing paragraph style when there are no search results. Leaf 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. Leaf 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 | |
21:13 | Implemented database changes in 0.1.8 . check-in: 039da87661 user: florian tags: database | |
20:35 | Merged changes from tools. check-in: 425588ac7a user: florian tags: database | |
20:35 | Adding upgrade to 0.1.8 to upgrade_db. Leaf check-in: d3e99427e4 user: florian tags: tools | |
20:05 | Merged changes from documentation. check-in: 15c4ad0979 user: florian tags: tools | |
20:05 | Removed title from table 'steps', and added table 'step_titles'. Leaf check-in: 8388b79e9f user: florian tags: documentation | |
19:38 | Merged changes from development. check-in: 62e317ed74 user: florian tags: documentation | |
17:36 | Merged changes from database. check-in: 2707f6b55b user: florian tags: development | |
17:36 | Updated sqlite_storage to conform to Luna LMS 0.1.7 . check-in: f84c433f84 user: florian tags: database | |
17:33 | Merged changes from development. check-in: c0e61d5639 user: florian tags: database | |
17:26 | Merged changes from tools. check-in: 6dcb801ecb user: florian tags: development | |
17:25 | Improved version check in upgrade_db. check-in: a39f8abd0d user: florian tags: tools | |
16:45 | Improved version check in upgrade_db. check-in: 618f5bf2e1 user: florian tags: tools | |
16:34 | Creating a single backup copy at the beginning of the operation now. Improved info texts. check-in: 7bcf129d93 user: florian tags: tools | |
16:20 | upgrade_db now rewrites instead of patches a database to change table definitions. check-in: a0726934eb user: florian tags: tools | |
14:37 | Minor improvements in upgrade_db. check-in: 22d170f7d0 user: florian tags: tools | |
14:34 | Added database integrity check to upgrade_db. check-in: 10af038bea user: florian tags: tools | |
2024-08-01
| ||
21:06 | Merged changes from development. check-in: be29261b3f user: florian tags: tools | |
09:12 | Added proper logging to upgrade_db. check-in: 561314d6b5 user: florian tags: development | |
08:57 | Added upgrade to 0.1.7 in upgrade_db. check-in: 9c2e47bc5d user: florian tags: development | |
08:14 | Merged changes from documentation. check-in: aaed040671 user: florian tags: development | |
08:14 | Changed formats.title to UNIQUE in documentation. Fixed copy-paste error. check-in: 0ae53a29c4 user: florian tags: documentation | |
08:12 | Merged changes from development. check-in: 25436c56c1 user: florian tags: documentation | |
08:11 | Adding stub in upgrade_db for 0.1.7 . Increased version to 0.1.7 . check-in: 5d23f256ce user: florian tags: development | |
2024-07-31
| ||
14:44 | Merged changes from documentation. check-in: 84081abb43 user: florian tags: development | |
14:43 | Added and documented column 'title' in table 'formats'. check-in: 1d25e1d09c user: florian tags: documentation | |
14:21 | Merged changes from documentation. check-in: 3df69d54d7 user: florian tags: development | |
14:11 | Merged changes from tools. check-in: 5c175eb73a user: florian tags: development | |
2024-07-30
| ||
17:45 | Implemented function to update database files to version 0.1.6 . check-in: ba851b13f5 user: florian tags: tools | |
17:44 | Fixed foreign key constraint in table 'variants'. check-in: d9dce7106a user: florian tags: documentation | |
16:19 | Updated required Luna LMS version in demo database. check-in: 51e2606a5f user: florian tags: documentation | |
16:07 | Added table 'formats' to database documentation. check-in: 72264d106b user: florian tags: documentation | |
15:21 | Merged changes from development. check-in: bda919f50c user: florian tags: documentation | |