Wykres commitów

358 Commity (master)

Autor SHA1 Wiadomość Data
Tomasz Golinski 7812d9e532 Add a bit of padding to footer 2020-05-03 23:14:56 +02:00
Tomasz Golinski ba8efbda97 Reorder stats on the page 2020-05-03 23:14:37 +02:00
Tomasz Golinski f136a4df12 Make table lists fixed width 2020-05-03 22:26:37 +02:00
Tomasz Golinski 566ca7db22 A bit of frames to contain the timeline 2020-05-03 01:39:17 +02:00
Tomasz Golinski a4a90d0fc9 Merge subregions into regions histogram by nesting it inside 2020-05-03 01:26:03 +02:00
Tomasz Golinski ad30216a7f Separate a helper function from histogram code 2020-05-03 01:17:32 +02:00
Tomasz Golinski fdd7652e52 Try to use local region name, even though I'm not sure it is wise 2020-05-03 00:18:49 +02:00
Tomasz Golinski 5a6c76fc6a Remove forgotten bit of debugging output 2020-04-03 02:25:58 +02:00
Tomasz Golinski 7d9e978543 Initial support for reverse-geocoding for Poland - data about powiaty. 2020-04-03 02:23:16 +02:00
Tomasz Golinski 0727ad0b17 Reenable debug option for geostat, even though it get mixed in with html 2020-04-03 02:18:57 +02:00
Tomasz Golinski e208ff583a Use placeholder @PLAINNAME@ in meson.build files 2020-04-03 02:17:57 +02:00
Tomasz Golinski 1fde534d34 Move maps to separate dir in target dir, create separate meson.build for that dir 2020-04-02 22:13:06 +02:00
Tomasz Golinski 77b30761f6 Add Poland_powiaty map 2020-04-01 02:47:14 +02:00
Tomasz Golinski 8add963fed Fix the counter for the tables broken a few commits ago 2020-03-30 02:20:38 +02:00
Tomasz Golinski 2eb70a95dc Forgot the css 2020-03-30 02:12:48 +02:00
Tomasz Golinski babd56a70f Do not include in the tables days that are not in the calendar 2020-03-30 02:10:56 +02:00
Tomasz Golinski dcbd57e22e Minor textual update 2020-03-30 01:59:10 +02:00
Tomasz Golinski e00ce62e72 OCdb exclude owned caches in not found list, extract also cache name 2020-03-29 19:52:49 +02:00
Tomasz Golinski 8e15d95be6 Fix geostat_cli output with -N 2020-03-29 19:03:48 +02:00
Tomasz Golinski fe16f07dd7 Fix a mess caused by coping too big block of code 2020-03-21 05:02:23 +01:00
Tomasz Golinski 1c2bcf0cdc Add a reasonably working caching timeline 2020-03-21 04:52:52 +01:00
Tomasz Golinski d2688336e4 Change cache date from hidden to created 2020-03-21 04:52:11 +01:00
Tomasz Golinski 4282846e8f Add fancy colours to links 2020-03-21 04:37:43 +01:00
Tomasz Golinski f13f9782a1 Add timeout of 5s to Okapi connections 2020-03-21 04:00:19 +01:00
Tomasz Golinski 120f083749 Remove unused variable from table generation code 2020-03-21 03:52:28 +01:00
Tomasz Golinski cfd521b43c Add (disabled) histogram with caching timeline.
Disabled since it gets too wide for old users. Maybe it would be better to css style a table to become a histogram.
2020-03-20 03:28:20 +01:00
Tomasz Golinski 798cfd48b3 Minor css cleanup 2020-03-20 02:50:56 +01:00
Tomasz Golinski 649e6e2795 Add cache status code for gpx and ocdb 2020-03-20 01:49:06 +01:00
Tomasz Golinski f4e6a3575a Add extra class specifier also to details/summary box for histogram 2020-03-20 01:47:46 +01:00
Tomasz Golinski 1ad7ab0399 Add some semantic html5 tags 2020-03-19 18:31:55 +01:00
Tomasz Golinski 62129dca09 Add extra class specifier to histograms 2020-03-19 18:31:35 +01:00
Tomasz Golinski fe6f540bd7 Correct off-by-one error in histogram html generation 2020-03-19 17:40:43 +01:00
Tomasz Golinski 0c67ff047c Fix float output format 2020-03-13 20:53:17 +01:00
Tomasz Golinski 6678d26646 Fix a border around summary element after clicking on it 2020-03-09 22:55:12 +01:00
Tomasz Golinski 12556926c6 Bump CSS pseudoversion for new detail code 2020-03-09 20:42:53 +01:00
Tomasz Golinski 3012bfba95 Make distance a float and set precision for output accordingly 2020-03-09 20:36:08 +01:00
Tomasz Golinski fb78f3a9b6 Remove fancy collapsible code and replace it by plain HTML5 details-summary tags 2020-03-09 13:20:49 +01:00
Tomasz Golinski 542dcb013d Print out number of archived caches 2020-03-06 10:56:11 +01:00
Tomasz Golinski 8edb4893f0 Fetch cache status 2020-03-06 10:55:57 +01:00
Tomasz Golinski 6e6330975f Simplify a bit conditions in json checks 2020-03-02 22:58:34 +01:00
Tomasz Golinski 0fbdd6e3e9 Add some sanity check for json access
When json is const, access to non-existant key causes assert failure. Need to check first if the key exists
2020-03-02 22:58:14 +01:00
Tomasz Golinski 92bfb82eb2 Store type of log as an integer value in SQLite. 1 for found, 0 for not found, -1 for other 2020-03-02 21:55:19 +01:00
Tomasz Golinski 40a8143338 Change SQLite diff/terr fields to int by storing twice the number 2020-03-02 21:52:45 +01:00
Tomasz Golinski 8dd58d1a90 Change SQLite db init code 2020-03-02 19:23:34 +01:00
Tomasz Golinski 9a25aa1f33 Cache codes on OCde can be 7 chars long... 2020-02-29 23:20:03 +01:00
Tomasz Golinski b5fc394a6e Drop support of GPX files from geostat web version temporarily 2020-02-29 23:19:45 +01:00
Tomasz Golinski d961ae6dab Fix a bug reintroduced while changing the containers: need to use set for codes to get rid of duplicates 2020-02-29 23:05:11 +01:00
Tomasz Golinski 93d05cb4ab Drop CSS rules for www form from geo.css 2020-02-29 14:36:30 +01:00
Tomasz Golinski 75850d6441 Make HTML more compliant, add alt to imgs. Also fix one image url 2020-02-29 13:40:32 +01:00
Tomasz Golinski 315590215f Make HTML more compliant, dl and dd needed also dt. Easier just to use divs 2020-02-29 13:38:46 +01:00