The branch, eden has been updated
via c14ce3d3babddd86cf671a2018fd679706cd4e5d (commit)
from a1b579fc8499b1d1b0ae47a163a70576f17a810b (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=c14ce3d3babddd86cf671a2018fd679706cd4e5d
commit c14ce3d3babddd86cf671a2018fd679706cd4e5d
Author: Martijn Kaijser <[email protected]>
Date: Sat Nov 24 16:38:58 2012 +0100
[script.module.parsedom] -1.4.0
diff --git a/script.module.parsedom/addon.xml b/script.module.parsedom/addon.xml
index c3b679c..11f4f56 100644
--- a/script.module.parsedom/addon.xml
+++ b/script.module.parsedom/addon.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id='script.module.parsedom' version='1.3.0' name='Parsedom for xbmc
plugins' provider-name='TheCollective'>
+<addon id='script.module.parsedom' version='1.4.0' name='Parsedom for xbmc
plugins' provider-name='TheCollective'>
<requires>
<import addon='xbmc.python' version='2.0'/>
</requires>
diff --git a/script.module.parsedom/changelog.txt
b/script.module.parsedom/changelog.txt
index 0838db1..86b34c5 100644
--- a/script.module.parsedom/changelog.txt
+++ b/script.module.parsedom/changelog.txt
@@ -1,5 +1,8 @@
+[B]Version 1.4.0[/B]
+- Version 1.3 was too aggressive on frodo and not needed in eden, so we're
doing a rollback on eden and fix on frodo
+
[B]Version 1.3.0[/B]
-- Team xvmc decided to stop unquote-ing their path strings, so getParams now
does it for them
+- Team xbmc decided to stop unquote-ing their path strings, so getParams now
does it for them
[B]Version 1.2.0[/B]
- fetchPage should default to utf-8 encoding
diff --git a/script.module.parsedom/lib/CommonFunctions.py
b/script.module.parsedom/lib/CommonFunctions.py
index 71fd67e..666f120 100644
--- a/script.module.parsedom/lib/CommonFunctions.py
+++ b/script.module.parsedom/lib/CommonFunctions.py
@@ -27,7 +27,7 @@ import HTMLParser
#import chardet
import json
-version = u"1.3.0"
+version = u"1.4.0"
plugin = u"CommonFunctions-" + version
print plugin
@@ -97,7 +97,6 @@ def getUserInputNumbers(title=u"Input", default=u""):
def getParameters(parameterString):
log("", 5)
commands = {}
- parameterString = urllib.unquote_plus(parameterString)
splitCommands = parameterString[parameterString.find('?') + 1:].split('&')
for command in splitCommands:
-----------------------------------------------------------------------
Summary of changes:
script.module.parsedom/addon.xml | 2 +-
script.module.parsedom/changelog.txt | 5 ++++-
script.module.parsedom/lib/CommonFunctions.py | 3 +--
3 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons