Re: [fossil-users] Default timeline query parameters

2017-08-23 Thread Florian Balmer
Patch to patch: the mprintf() is redundant. -- Index: src/cgi.c == --- src/cgi.c +++ src/cgi.c @@ -992,11 +992,11 @@ /* Apply default query parameters for the /timeline web page */ if( strlen(z)==0 ){ z = (char*)P

[fossil-users] Default timeline query parameters

2017-08-23 Thread Florian Balmer
Following is a patch (against 9e48dad49b) to add a new option to the /setup_timeline web page to specify the default query parameters for the /timeline web page, that works without modifications to the web UI skins. To keep it simple and avoid code duplication, the QUERY_STRING variable is process