Search found 4 matches

by marco.wobben
13 Jul 2017, 10:05
Forum: Customizations
Topic: issues_rss extended with with version filtering
Replies: 0
Views: 3459

issues_rss extended with with version filtering

Want support for "version=..." in the issues_rss.php similar to the support in change_log.php ? Please follow the next few instructions: Open issues_rss.php in your editor and search for these lines: $f_project_id = gpc_get_int( 'project_id', ALL_PROJECTS ); $f_filter_id = gpc_get_int( 'fi...
by marco.wobben
11 Jan 2016, 10:36
Forum: Customizations
Topic: Tweaked ChangeLog (example and demo)
Replies: 3
Views: 9255

Re: Tweaked ChangeLog (example and demo)

Ok, I see now. The change of the "default" custom function could have been arranged using a "override" custom function.

Yet to alter the ordering of the sql query, I don't any other option than to tweak the original code. Or am I overlooking something? :?
by marco.wobben
08 Jan 2016, 08:57
Forum: Customizations
Topic: Tweaked ChangeLog (example and demo)
Replies: 3
Views: 9255

Tweaked ChangeLog (example and demo)

I've wondered how to show visitors the difference between news, changes and fixes on the changelog pages. I've come up with the following adjustments: Adjust the Query in "changelog_page.php" (approx. line 175) to implement a differen ordering: $query = "SELECT sbt.*, dbt.fixed_in_ver...