Compare commits

..

1 commit

Author SHA1 Message Date
2e27d1da5a Created tag 1.0.2. 2011-04-05 15:47:32 +00:00
7 changed files with 7 additions and 14 deletions

3
.gitignore vendored
View file

@ -1,3 +0,0 @@
/.svn/
/*.ipk
/releases

3
Ping.fm/.gitignore vendored
View file

@ -1,3 +0,0 @@
/.pmd
/.project
/.settings/

View file

@ -74,7 +74,7 @@ KeyDialogAssistant.prototype.checkKey = function()
Mojo.Log.info('checkKey: ' + params.toQueryString());
var request = new Ajax.Request('http://papi.cmp.sr/v1/user.key',
var request = new Ajax.Request('http://api.ping.fm/v1/user.key',
{
method: 'post',
parameters: params,
@ -519,7 +519,7 @@ MainAssistant.prototype.pingIt = function()
this.controller.modelChanged(this.pingBtnModel);
var method = this.methodModel.value;
var url = 'http://papi.cmp.sr/v1/user.post';
var url = 'http://api.ping.fm/v1/user.post';
this.prefs.defaultMethod = method;
@ -534,7 +534,7 @@ MainAssistant.prototype.pingIt = function()
if (method.charAt(0) == '#')
{
url = 'http://papi.cmp.sr/v1/user.tpost';
url = 'http://api.ping.fm/v1/user.tpost';
// toLowerCase workaround Ping.fm API bug
params.set('trigger', method.substring(1).toLowerCase());
}
@ -647,7 +647,7 @@ MainAssistant.prototype.updateMethods = function()
if (this.updatedMethods.hasNoServices)
{
request = new Ajax.Request('http://papi.cmp.sr/v1/user.services',
request = new Ajax.Request('http://api.ping.fm/v1/user.services',
{
method: 'post',
parameters:
@ -663,7 +663,7 @@ MainAssistant.prototype.updateMethods = function()
if (this.updatedMethods.hasNoTargets)
{
request = new Ajax.Request('http://papi.cmp.sr/v1/user.triggers',
request = new Ajax.Request('http://api.ping.fm/v1/user.triggers',
{
method: 'post',
parameters:

View file

@ -1,12 +1,11 @@
{
"id": "net.thauvin.erik.webos.pingfm",
"version": "1.0.3",
"version": "1.0.2",
"vendor": "Erik C. Thauvin",
"type": "web",
"theme": "light",
"main": "index.html",
"title": "Ping.fm",
"icon": "icon.png",
"noWindow": true,
"uiRevision": 2
"noWindow": true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB