Tomas Groth
589bc98bec
Use html.escape instead of the deprecated cgi.escape
2015-04-02 21:32:20 +01:00
Tomas Groth
f8b575065a
pep8 fix
2015-04-02 21:29:43 +01:00
Tomas Groth
d2301e016e
improved logging
2015-04-02 13:50:50 +01:00
Tomas Groth
335c804e8f
Fix support for special characters in theme names. Fixes bug 1438563.
...
Fixes: https://launchpad.net/bugs/1438563
2015-04-02 10:04:56 +01:00
Tomas Groth
25f6fe0a59
Fix another case of bug 1422761.
...
Fixes: https://launchpad.net/bugs/1422761
2015-03-20 17:03:45 +00:00
Tim Bentley
affd6f0d85
More translations
...
bzr-revno: 2523
2015-03-11 22:06:36 +00:00
Tim Bentley
af1cb2472c
New translations
2015-03-11 18:59:45 +00:00
cecde62157
Fix bug #1411433 by moving some stuff around.
...
bzr-revno: 2522
2015-03-11 18:47:29 +00:00
Tomas Groth
39ac46efaf
Only update presentation thumbnails if needed. Fixes bug 1424330.
...
Make presentation controller save and read notes and titles in utf-8 encoding. Fixes bug 1424972.
Moved string format input outside calls to translate. Fixes bug 1425035.
Added option for check of format input strings in translation util script.
Removed tab from text since transifex cannot handle it.
Some PEP8 fixes (from pep8 1.6.1)
Use the language id when importing bibles.
bzr-revno: 2521
2015-03-11 18:22:23 +00:00
Tomas Groth
12056b2849
Another small fix
2015-03-11 09:36:24 +01:00
Tomas Groth
7ac79f0ede
Small fixes for the translation util
2015-03-10 23:47:17 +00:00
Tomas Groth
8fe254e576
Added test
2015-03-10 23:46:37 +00:00
Tomas Groth
79c1335d41
Only update presentation thumbnails if needed. Fixes bug 1424330.
...
Fixes: https://launchpad.net/bugs/1424330
2015-03-10 22:00:32 +00:00
3c130cf201
Fix bug #1411433 by rearranging methods within the media plugin
...
Fixes: https://launchpad.net/bugs/1411433
2015-03-10 23:33:35 +02:00
Tomas Groth
976408fe8e
Added check of format input strings in translations.
2015-03-09 22:23:21 +00:00
Tomas Groth
fe6249a9e7
Removed tab from text since transifex cannot handle it.
2015-03-09 22:10:21 +00:00
Tomas Groth
c9f2b3d173
typo
2015-03-09 21:39:31 +00:00
Tomas Groth
39c79aaed9
PEP8 fixes
2015-03-09 20:57:39 +00:00
Tomas Groth
aefe3e9cad
trunk
2015-03-09 20:42:28 +00:00
Tomas Groth
512df1451d
Use the language id when importing bibles. And fixed presentationcontroller tests.
2015-03-09 20:42:03 +00:00
f12bb8e370
Fix bug #1419300 by checking if we are doing single-click previewing and not engaging preview on double-click
...
bzr-revno: 2520
2015-03-07 12:31:59 +00:00
54c23cc7bd
Fix bug #1419300 by checking if we are doing single-click previewing and not engaging preview on double-click
...
Fixes: https://launchpad.net/bugs/1419300
2015-03-07 00:18:51 +02:00
Tomas Groth
0777a5cb90
When writing in utf8, also read in utf8
2015-03-06 09:35:47 +01:00
Arjan Schrijver
9d2db2416c
Added myself as a translator
...
bzr-revno: 2519
2015-03-04 20:23:23 +02:00
c9a3a49a6d
Fix jenkins_script.py to work with the new version of jenkins-webapi which allows us to suppress SSL certificate verification (so that we can use our self-signed certificate).
...
bzr-revno: 2518
2015-03-04 01:42:16 +02:00
88ceae517a
Fix code analysis
2015-03-02 21:21:41 +02:00
38ff1b56b7
Silencio!
2015-03-02 21:18:14 +02:00
ffb64f4a86
Fix CI script. Requires jenkins-webapi>=0.4.1
2015-03-02 20:17:39 +02:00
Arjan Schrijver
ea96bff031
Add myself as translator
2015-03-01 14:29:47 +01:00
Tim Bentley
5cf4e79489
Fix invalid log_exception
...
bzr-revno: 2517
2015-02-28 18:59:59 +00:00
Oliver Wieland
408dd440ce
Fix bug #1424555 by setting the verse and not allowing it to change
...
bzr-revno: 2516
Fixes: https://launchpad.net/bugs/1424555
2015-02-28 20:46:31 +02:00
Tim Bentley
1d82bc534c
Add tests
2015-02-28 09:41:06 +00:00
Tim Bentley
e9be4a9143
head
2015-02-28 07:04:54 +00:00
Tim Bentley
75bae159b0
fix error tag
2015-02-28 07:04:41 +00:00
3131c3f7c8
Some CCLI import fixes, a quitting dialog in one case, and empty lyrics in another.
...
Fix bug #1412216 where a song from CCLI without lyrics would cause a traceback - now just tell the user.
Fix bug #1423699 so that you're not logged out when you want to import more songs.
bzr-revno: 2515
2015-02-28 06:47:35 +00:00
Tomas Groth
79b66f9803
Get the list of web-bibles from the websites, instead of using a static db.
...
bzr-revno: 2514
2015-02-28 06:34:36 +00:00
e14c03166d
Minor style fixes
2015-02-28 01:02:19 +02:00
f843e5a8a0
HEAD
2015-02-28 00:30:47 +02:00
7d7fec194e
Fix bug #1423699 so that you're not logged out when you want to import more songs.
...
Fixes: https://launchpad.net/bugs/1423699
2015-02-28 00:28:24 +02:00
Tomas Groth
84a0fa0ecd
Moved string format input outside calls to translate. Fixes bug 1425035.
...
Fixes: https://launchpad.net/bugs/1425035
2015-02-27 21:14:08 +00:00
Tomas Groth
98b2be5bc7
Make presentation controller save notes and titles in utf-8 encoding. Fixes bug 1424972.
...
Fixes: https://launchpad.net/bugs/1424972
2015-02-27 21:11:41 +00:00
Oliver Wieland
6aff21c784
Changed test descrition
2015-02-27 20:33:49 +01:00
Tomas Groth
e6f93904f7
trunk
2015-02-26 21:10:35 +00:00
Tomas Groth
7a5787797e
Pep8 fixes
2015-02-26 21:02:26 +00:00
Tomas Groth
4fb55448f8
Fixes for code and tests.
2015-02-26 20:58:54 +00:00
Tomas Groth
ecc30163af
Reverted some things to decrease the changes. It is now working.
2015-02-24 23:04:01 +00:00
Tomas Groth
e78a0ba0da
Implemented getting languages into combobox.
2015-02-23 22:35:56 +00:00
Oliver Wieland
07c997817d
added test
2015-02-23 19:30:45 +01:00
Oliver Wieland
4e96db4010
fixes bug#1424555
2015-02-23 18:40:56 +01:00
4847efdfd6
Release 2.1.3
...
bzr-revno: 2513
2015-02-21 22:05:25 +02:00