Merge lp:~matt.hall/tiqit/version into lp:tiqit

Proposed by Matthew Hall
Status: Merged
Approved by: Sam Stoll
Approved revision: 11
Merged at revision: 11
Proposed branch: lp:~matt.hall/tiqit/version
Merge into: lp:tiqit
Diff against target: 13 lines (+1/-2)
1 file modified
scripts/tiqit/__init__.py (+1/-2)
To merge this branch: bzr merge lp:~matt.hall/tiqit/version
Reviewer Review Type Date Requested Status
Sam Stoll Approve
Review via email: mp+285403@code.launchpad.net

Commit message

Display 'TiQiT', rather than the site name, in the version string.
This allows site-specific plugins to use the site name as their own.

Description of the change

Display 'TiQiT', rather than the site name, in the version string.
This allows site-specific plugins to use the site name as their own.

To post a comment you must log in.
Revision history for this message
Sam Stoll (samstoll1) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/tiqit/__init__.py'
2--- scripts/tiqit/__init__.py 2016-01-18 16:12:33 +0000
3+++ scripts/tiqit/__init__.py 2016-02-08 19:43:50 +0000
4@@ -1245,8 +1245,7 @@
5 sys.stdout.flush()
6 now = time.time()
7
8- versions = ['%s version %s' % (Config().section('general').get('sitename'),
9- VERSION_STRING)]
10+ versions = ['TiQiT version %s' % VERSION_STRING]
11 versions.extend(plugins.printVersion(currentPage))
12 footerText = ' '.join(plugins.printFooterText())
13 print """

Subscribers

People subscribed via source and target branches