Commit Graph

996 Commits

Author SHA1 Message Date
Tim Bentley 5646183803 Fixes 2012-11-11 21:16:14 +00:00
Tim Bentley 55f4bc3a73 Fix name and add spearator 2012-11-11 19:33:53 +00:00
Raoul Snyman b76be3d6b8 Fixed bug #1077654 where there were more classes in the CSS, but we were specifically looking for only one class. Made the code less brittle.
Fixes: https://launchpad.net/bugs/1077654
2012-11-11 18:09:23 +02:00
Tim Bentley 47c9af348c Fix spelling - oops 2012-11-07 21:37:01 +00:00
Philip Ridout 53b729af9e Fixed bug #1074727 "OpenSong Bibles cause OpenLP to crash due to missing attriburte"
Counts the chapter and verse numbers and uses these when no number is in the attribute.
2012-11-03 22:54:55 +00:00
Tim Bentley 716dc9ccf0 More updates 2012-10-21 15:07:57 +01:00
Tim Bentley cdbc1fd82e Copyrights 2012-10-21 14:16:22 +01:00
Martin Zibricky 4427d4168e Bug #687638: use locale aware comparison in other places too. 2012-10-12 15:00:56 +02:00
Erik Lundin 017366c484 Made literal string to constant. 2012-10-11 21:25:50 +02:00
Erik Lundin ce67e95ff7 Removed unnecessary line break 2012-10-08 22:16:54 +02:00
Erik Lundin 5b6f058013 HEAD 2012-10-08 22:14:19 +02:00
Erik Lundin b1cfabc4f3 Fixed bug #986495 'The language selection setting for bibles does not work'.
bzr-revno: 2074
Fixes: https://launchpad.net/bugs/986495
2012-10-03 13:16:59 +02:00
Raoul Snyman b4ff5ab3e3 Fixed bug #993445 and cleaned up the logic a little in some other places.
Fixes: https://launchpad.net/bugs/993445
2012-09-22 20:58:04 +02:00
Erik Lundin 39820d768b Fixed bug #1053654 'Adding verses from multiple chapters fails'.
Fixes: https://launchpad.net/bugs/1053654
2012-09-20 23:50:23 +02:00
Erik Lundin fc9acfb0dd Fixed bug #986495 'Cannot change bible language in bible editor'
Fixes: https://launchpad.net/bugs/986495
2012-09-20 23:07:32 +02:00
Raoul Snyman f3e942c944 Fix bible download bugs - Again
bzr-revno: 2061
Fixes: https://launchpad.net/bugs/1011051
2012-09-15 09:39:30 +01:00
Raoul Snyman bb14134233 Fix bug #1051051 where "4-5" style verses would fail. Now they are imported as "4"
Fixes: https://launchpad.net/bugs/1051051
2012-09-14 21:53:55 +02:00
Raoul Snyman 19845ebfb4 Fixed bug #1049977 where some Bibles from Bible Gateway still use the old HTML format.
Fixes: https://launchpad.net/bugs/1049977
2012-09-13 21:49:31 +02:00
Jonathan Corwin 9985b876b2 Rework code to prevent file lock 2012-09-04 23:39:47 +01:00
Philip Ridout e1cc13d54d Changed bible to Bible 2012-07-21 22:32:04 +01:00
Philip Ridout 73ad78e3ad Fix for bug:1020915 OpenSong Bible import has uncaught exception on non-xml file 2012-07-20 20:25:55 +01:00
Tim Bentley e52b4e60af update text 2012-07-10 05:56:07 +01:00
Tim Bentley a3684cb96a amend delete text 2012-07-08 13:18:54 +01:00
Samuel Findlay 4510fdbede Added three names in Copyright headers and About window (Samuel Findlay, Edwin Lunando, Dave Warnock). Fixed consistency issues. 2012-06-23 00:14:53 +10:00
Philip Ridout 0e36394256 Removed unused import, added doc string and removed double new line. 2012-06-18 17:37:03 +01:00
Philip Ridout 9bb4418487 A fix for issue 507. http://support.openlp.org/issues/507
The opensong database file contained verses containing sub-elements such as <i> tags. lxml considders the text of an element up until the first sub element.
2012-06-17 14:57:35 +01:00
Andreas Preikschat 999af73d14 variable naming conventions, converted dict to list 2012-06-16 17:51:04 +02:00
Andreas Preikschat 84332702a5 r1994 + conflict 2012-06-16 17:22:18 +02:00
Raoul Snyman 4e0b9c30d3 Fixed bug #991150: BibleGateway has new HTML, so we need to change our parsing. This now parses the new HTML correctly.
Fixes: https://launchpad.net/bugs/991150
2012-06-12 23:25:31 +02:00
Andreas Preikschat 7281f44603 removed argument 2012-06-10 15:39:45 +02:00
Stevan Pettit 245c0acd89 Merge with trunk, resolve conflicts 2012-06-09 19:14:28 -04:00
Samuel Findlay fc87e58a3c Changed ZionWorxImport to parse CSV database dump (XML had invalid syntax) 2012-05-24 22:12:48 +10:00
Stevan Pettit 357f876331 Removed unused import qtcore 2012-05-21 08:41:33 -04:00
Stevan Pettit 968674a659 Merged with trunk, fixed conflicts and other changes 2012-05-20 23:06:17 -04:00
Raoul Snyman f5cba00ca9 Fixed a small bug left over from a previous refactoring.
Fixes: https://launchpad.net/bugs/997174
2012-05-16 18:42:33 +02:00
Raoul Snyman bfcb6a50b0 Reworked according to Andreas' specifications. 2012-05-15 23:06:09 +02:00
Raoul Snyman 8436d9d8c0 Fixed a super-annoying bug where any newly imported Bibles would throw an exception. 2012-05-11 21:09:12 +02:00
Stevan Pettit f1586052a6 Added code to allow OpenLP to run portable 2012-05-11 08:22:34 -04:00
Armin Köhler 43e5d7a9ee fix bug 825205 - Keep/restore selected book, chapters and verses when changing the bible translation in advanced search
bzr-revno: 1958
Fixes: https://launchpad.net/bugs/825205
2012-05-01 13:28:49 +02:00
M2j c6c62bdcad pythonifying code:
- replace has_key() by key in dict
- remove len() method from sequence and mapping types when mapping to bool
2012-04-29 17:31:56 +02:00
Armin Köhler 19ea43ead8 fixes 2012-04-23 22:21:38 +02:00
Raoul Snyman 640e12d85e Some more refactoring and renaming.
Changed the Bible upgrade to leave the old values behind so that older versions of OpenLP don't delete the "corrupted" databases.
2012-04-23 21:19:13 +02:00
Raoul Snyman 85d48705fc Try to prevent older versions of OpenLP from deleting newer Bibles due to a change in the metadata names. 2012-04-22 23:07:39 +02:00
Raoul Snyman b6cf925bd8 Removed "dbversion" as it is not actually used.
Renamed some other variables.
Removed one use of "proxy_url" which was pretty much invalid.
2012-04-22 20:19:36 +02:00
Armin Köhler 4ce8d3710a HEAD r1951 2012-04-22 20:02:28 +02:00
Armin Köhler 7e9c30dfaf fix bug 825205 - Keep/restore selected book, chapters and verses when changing the bible translation in advanced search 2012-04-22 19:53:48 +02:00
Raoul Snyman 4452d4834c Refactored various variable names.
Refactored the names of the fields in the "metadata" table of Bibles, and provided an upgrade script to upgrade the Bibles seamlessly.
Refactored the name of a setting, and wrote some code to migrate it seamlessly.
2012-04-22 00:29:08 +02:00
Armin Köhler a9fea228ee Use localized booknames instead of English in BookNameForm (used by BibleImportWizard and BibleUpgradeWizard)
bzr-revno: 1948
2012-04-21 18:35:14 +02:00
Armin Köhler e4687e4d68 Fixed bug #941683: Add support for non-English book names in OSIS files.
bzr-revno: 1947
Fixes: https://launchpad.net/bugs/941683
2012-04-21 18:33:40 +02:00
Armin Köhler d4eac06935 refer localized booknames to the corresponding english one 2012-04-20 21:14:23 +02:00