Wykres commitów

358 Commity (master)

Autor SHA1 Wiadomość Data
Tomasz Golinski 272816f640 Add icon for recommended caches 2020-02-29 02:46:35 +01:00
Tomasz Golinski f4547a2737 Change doctype to html5 2020-02-29 02:45:35 +01:00
Tomasz Golinski 2ed5aa1dfa Add a class to links of recommended caches, show a star via CSS 2020-02-29 02:39:50 +01:00
Tomasz Golinski 8d548e7002 Extract snippet for writing a HTML version of cache name with link to separate function 2020-02-29 02:26:43 +01:00
Tomasz Golinski 3c2d9962d1 Get rid of explicit values of 500 and 1000 as max number of items per request in Okapi 2020-02-29 02:18:01 +01:00
Tomasz Golinski fc98a0a858 Fetch information if the cache was recommended by the user from Okapi 2020-02-29 02:14:31 +01:00
Tomasz Golinski 1a3a7e0747 Change containers used to store caches. std::set didn't allow to change elements inside and it was the easiest way to deal with extra data from the logs. 2020-02-29 02:04:55 +01:00
Tomasz Golinski 88d052b4d8 Try to color the trail a bit 2020-02-23 03:52:47 +01:00
Tomasz Golinski c2532a181e Sanity check for trail 2020-02-23 03:52:30 +01:00
Tomasz Golinski 8e0909a64c Shorted html output of date 2020-02-23 03:05:36 +01:00
Tomasz Golinski 87d8277922 Add info about time range to html, update README.md 2020-02-23 02:42:25 +01:00
Tomasz Golinski 2be5e5b143 Add option to limit time for computed statistics 2020-02-23 02:26:23 +01:00
Tomasz Golinski f28ca37ee1 Another overkill, store datas in Cache class also as std::time_t (timestamp), makes it simpler afterwards without the need to convert back and forth 2020-02-23 02:00:29 +01:00
Tomasz Golinski d1fa8363d5 Split out simple function to check and convert a c-string to a number 2020-02-23 01:41:15 +01:00
Tomasz Golinski f4c861867a clang-format 2020-02-17 21:27:51 +01:00
Tomasz Golinski ac8eec0b27 Don't compute unnecessary things when looking for caches not found, copied to geostat_cli 2020-02-17 01:23:17 +01:00
Tomasz Golinski 3a4f7fb308 Commented out code to print timestamp in debug msg 2020-02-17 01:18:13 +01:00
Tomasz Golinski bada68f34c Don't compute unnecessary things when looking for caches not found 2020-02-17 00:37:03 +01:00
Tomasz Golinski add05af439 Change raw loop to std::algorithm copy 2020-02-16 20:17:06 +01:00
Tomasz Golinski 397eaf415f Change raw loop to std::algorithm find_if 2020-02-16 19:06:23 +01:00
Tomasz Golinski 3785d5d067 CPPCHECK: Add override specifiers 2020-02-11 17:37:01 +01:00
Tomasz Golinski 17e8a93b5b CPPCHECK: There is no such thing as 2 2020-02-11 17:34:52 +01:00
Tomasz Golinski 2ab560f172 CPPCHECK: Change arguments to references, add some consts 2020-02-11 17:34:23 +01:00
Tomasz Golinski 74efb8fa89 CPPCHECK: Add "explicit" to some constructors 2020-02-11 16:55:49 +01:00
Tomasz Golinski 6bb23f4231 Cleanup of unused stuff from geostat_cli and extra -C option 2020-02-11 16:55:16 +01:00
Tomasz Golinski ea14939ac3 A bit of CSS polish - add gradients to histograms, use <th> instead of extra classes, use nth child 2020-02-07 15:20:38 +01:00
Tomasz Golinski b7d199e658 Hopefull fix compilation of path generation with both IM and GM 2020-02-02 12:55:10 +01:00
Tomasz Golinski a3e43a3da5 Fix meson.build to correctly set graphicmagick define 2020-02-02 12:54:38 +01:00
Tomasz Golinski 7c2b751f16 Fix missing arg check in geostat 2020-02-02 12:53:51 +01:00
Tomasz Golinski 19c2769c1b Print sorted list of caches with geostat_cli 2020-02-02 12:28:41 +01:00
Tomasz Golinski 9acc262739 Not sure it makes sense, but draw a path connecting caches 2020-02-02 12:27:32 +01:00
Tomasz Golinski 4bf03ddfa3 Add most/least found caches and some columns to other tables 2020-02-01 12:36:39 +01:00
Tomasz Golinski e8c4c5bd3c Align logos vertically 2020-02-01 12:20:51 +01:00
Tomasz Golinski bc00c5cbd8 Remove : 2020-01-31 14:38:06 +01:00
Tomasz Golinski fe0e6e7c4d Add OC images with flags 2020-01-31 14:37:11 +01:00
Tomasz Golinski 5974dbc382 Fix OC profile links 2020-01-31 14:37:00 +01:00
Tomasz Golinski 35f12a1899 Unclutter src directory by moving maps to a separate directory 2020-01-28 06:35:14 +01:00
Tomasz Golinski f78b8af5e2 A bit of tuning of collapsible look - prevent it having 100% width 2020-01-28 06:32:03 +01:00
Tomasz Golinski 59a5b4423d Do a more thorough html escaping in cache names and user nicks 2020-01-28 06:13:11 +01:00
Tomasz Golinski f56b8a7c33 Make others in histogram a collapsible 2020-01-28 05:59:53 +01:00
Tomasz Golinski 37efbff68a Simplify collapsible code a bit.
Needs checking how to get rid of one of the nested divs e.g. content-inner.
2020-01-28 05:59:34 +01:00
Tomasz Golinski bbb6ed0301 Add a missing include 2020-01-28 05:59:04 +01:00
Tomasz Golinski c59e01b556 Fix a problem when a cache had two "found" logs by the same user
Okapi produces an error if a cache code appers twice in a request. Simply replace a std::vector by std::map.
2020-01-28 04:49:11 +01:00
Tomasz Golinski 274138058f Add several country maps 2020-01-28 02:46:30 +01:00
Tomasz Golinski 6e200ee00d Fix user profile links on the top 2020-01-25 22:22:25 +01:00
Tomasz Golinski e6dc8e930a Fill out correctly the source of a cache 2020-01-25 16:49:32 +01:00
Tomasz Golinski 03d6188758 Possibility to exclude quizes from not found 2020-01-25 16:34:18 +01:00
Tomasz Golinski fde854b041 Correct initialization of SQLite db with geodb 2020-01-25 16:33:57 +01:00
Tomasz Golinski 849eeaf1a5 Correct off-by-one error in avg distance and avoid division by zero 2020-01-25 16:15:21 +01:00
Tomasz Golinski 5296e11a21 Add stats based on recommendations 2020-01-25 16:12:29 +01:00