Commit Graph

9665 Commits

Author SHA1 Message Date
Arjan Schrijver 621ef0b6e6 fixed bug #1214875 'Importing an OSIS bible always results in English book names'
Fixes: https://launchpad.net/bugs/1214875
2013-08-21 14:39:22 +02:00
Raoul Snyman 5bd7479dca Fix bug #1088800 by adding ".pptm" to the list of acceptable file extensions.
bzr-revno: 2161
Fixes: https://launchpad.net/bugs/1088800
2013-08-20 22:26:39 +02:00
Raoul Snyman 4b70323994 Added a fix for songs, related to bug #1194622.
bzr-revno: 2160
2013-08-20 22:18:17 +02:00
Philip Ridout e87bbc07c3 Fix bug #1213254 by filtering out invalid xml chars
bzr-revno: 2159
Fixes: https://launchpad.net/bugs/1213254
2013-08-20 22:07:57 +02:00
Philip Ridout d181cd9afb Fix bug #1197659 by setting the default attribute on the save button when the tag is edited
bzr-revno: 2158
Fixes: https://launchpad.net/bugs/1197659
2013-08-20 22:04:01 +02:00
Raoul Snyman 1b4bee8509 Fix bug #1212801 where the song edit form did not clear a previously set theme.
bzr-revno: 2157
Fixes: https://launchpad.net/bugs/1212801
2013-08-20 22:00:17 +02:00
Philip Ridout 82a7641302 Fix bug #1184869: Ensure that there is text in the anchor tag
bzr-revno: 2156
Fixes: https://launchpad.net/bugs/1184869
2013-08-20 21:56:17 +02:00
Raoul Snyman a869c2401b Added a fix for songs as well.
Fixes: https://launchpad.net/bugs/1194622
2013-08-20 21:05:26 +02:00
Raoul Snyman d7fcf9e4f6 Fix bug #1088800 by adding ".pptm" to the list of acceptable file extensions.
Fixes: https://launchpad.net/bugs/1088800
2013-08-20 20:30:15 +02:00
Raoul Snyman 24a94c0478 Fix bug #1194622: skip the Bibles page if the Bibles plugin is not enabled.
bzr-revno: 2155
2013-08-20 18:41:51 +01:00
Philip Ridout c7b11e07c7 Fixes #1211913. The case of field names can change, so have taken that in to account by converting them to upper case
bzr-revno: 2154
2013-08-20 18:40:27 +01:00
Raoul Snyman c620a303e2 Fix bug #1194622: skip the Bibles page if the Bibles plugin is not enabled.
Fixes: https://launchpad.net/bugs/1194622
2013-08-19 23:09:52 +02:00
Philip Ridout 5e6d30f750 merged two methods in to one and made them module level 2013-08-19 20:17:09 +00:00
Philip Ridout 0c3985f88e added file open mode 2013-08-18 20:44:48 +00:00
Philip Ridout aee52232d3 Fixes #1197659 by seting the default attribut on the save button when the tag is edited 2013-08-18 06:48:55 +00:00
Philip Ridout 9f7e32cd31 fixes #1213254 by filtering out invalid xml chars 2013-08-17 09:10:25 +01:00
Philip Ridout d492c2fecd fixes #1213254 by filtering out invalid xml chars 2013-08-17 08:37:36 +01:00
Philip Ridout bb5aacfb6a Fixes #1096450 Stripping the leading and trailing spaces at the end rather than begginning (the space means something, see added comments)
Semi-colons (;) denotes comments ONLY when it is the first char of the line ie the whole line is a comment
Finally fixed an issue when a verse was being added to the verse order multiple times, thus repeating it over and over and ....

bzr-revno: 2153
Fixes: https://launchpad.net/bugs/1096450
2013-08-16 22:39:55 +02:00
Raoul Snyman 047a0b3085 Fix bug #1212801 where the song edit form did not clear a previously set theme.
Fixes: https://launchpad.net/bugs/1212801
2013-08-15 21:57:23 +02:00
Philip Ridout 1478636c97 Fixes #1211913. The case can change of field names, so have taken that in to account by converting them to upper case 2013-08-14 21:22:17 +01:00
Philip Ridout bc214ac990 Indented line to show continuation 2013-08-12 19:19:57 +01:00
Philip Ridout 4fac956dca Fix bug #1194730 by checking that a div is actually returned
bzr-revno: 2152
2013-08-12 13:50:01 +02:00
Philip Ridout fd64e24170 Fixes #1096450 Stripping the leading and trailing spaces at the end rather than begginning (the space means something, see added comments)
Semi-colons (;) denotes comments ONLY when it is the first char of the line ie the whole line is a comment
Finally fixed an issue when a verse was being added to the verse order multiple times, thus repeating it over and over and ....
2013-08-04 13:11:30 +01:00
Philip Ridout 2c9910d6ad fixes 1194730 by returning None if the verse does not exist 2013-08-03 21:26:46 +01:00
Philip Ridout a37ae5880f Fixes #1184869 Ensures that there is text in the anchor tag 2013-08-02 22:15:52 +01:00
Philip Ridout 3ec0337649 changed skip_song to save_song & changed logic arround
bzr-revno: 2151
Fixes: https://launchpad.net/bugs/1174039
2013-07-31 19:34:55 +02:00
Philip Ridout 3eafcdeb0f Fixed #1204629 so that typing an image path actually changes the background.
Made the page validation more robust by including the fileDialog

bzr-revno: 2150
Fixes: https://launchpad.net/bugs/1204629
2013-07-31 19:34:31 +02:00
Philip Ridout 06b5e7c55f removed extra spaces 2013-07-25 20:27:43 +01:00
Philip Ridout a7130ce666 fixed 1204629 in 2.0 also made it more robust by checking that the user selected a valid image file using the open dialog 2013-07-25 19:58:09 +01:00
Philip Ridout 257fa70ab4 fixed logic 2013-07-24 21:05:36 +01:00
Philip Ridout 4e3b92516d changed skip_song to save_song 2013-07-24 19:41:38 +01:00
Philip Ridout 201dc353ff Fixed bug 1174039 2013-07-23 20:30:47 +01:00
Tim Bentley 8b21731f72 Fix two small but nasty bugs. Screen width must be > 0 and an image theme must be a file
bzr-revno: 2149
2013-07-11 21:46:43 +01:00
Tim Bentley 355f662ec9 pedent 2013-07-11 21:40:42 +01:00
Tim Bentley 972140f3ad make suffix lower 2013-07-11 21:16:15 +01:00
Tim Bentley 61b769a064 Make to code more robust 2013-07-11 20:19:26 +01:00
Tim Bentley 98b5c6b1fd A width must have a valid minumum
Fixes: https://launchpad.net/bugs/1196926
2013-07-11 18:49:06 +01:00
Tim Bentley 0d20b58c04 Fix problem with invalid theme path
Fixes: https://launchpad.net/bugs/1197376
2013-07-11 18:23:20 +01:00
Tim Bentley 973ac570b5 Fix type error for tags
bzr-revno: 2148
2013-07-09 20:40:31 +01:00
Tim Bentley 1f8e9017b2 Fix data type 2013-07-08 17:58:06 +01:00
Tim Bentley 9890047cb4 Head 2013-07-08 17:41:42 +01:00
Tomas Groth 289ee5ba40 Migrate service files from pickle to json and replace osd with osj
bzr-revno: 2147
2013-07-05 16:42:48 +01:00
Tim Bentley 8f3501e74b move formatting tags to json from pickle
bzr-revno: 2146
2013-06-30 19:43:28 +01:00
Tomas Groth 5c8c3145bc Change service format from pickle based to json based. 2013-06-30 14:14:30 +02:00
Tim Bentley eec7a8490c Remove pickle from displaytags and move to json 2013-06-30 06:12:57 +01:00
Tim Bentley ca2c6ebeb7 Head 2013-06-29 21:43:05 +01:00
Andreas Preikschat 1760e68a9f - fixes bug #1170435 (We should not warn when verse order is empty)
bzr-revno: 2145
Fixes: https://launchpad.net/bugs/1170435
2013-06-21 10:54:46 +02:00
Andreas Preikschat 9b1d52f473 head 2013-06-16 19:20:28 +02:00
Andreas Preikschat 1b7d5f2f0e added second warning 2013-06-16 19:19:32 +02:00
Andreas Preikschat 1a28c9714e Increased possible min/max line spacing
bzr-revno: 2144
2013-06-16 15:38:14 +01:00