~om26er/ubuntu/maverick/gwibber/gwibber-fix-674894

« back to all changes in this revision

Viewing changes to gwibber/microblog/util/const.py

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-08-23 23:35:05 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20100823233505-09ia0jkzi9l0ukqg
Tags: 2.31.91-0ubuntu1
* New upstream release
  - Port twitter service to OAuth, basic auth is no longer
    supported (LP: #627565)
  - Delay setting the position of the vertical splitter
  - Fix PerformOp for single operation, including delete and 
    like (LP: #616798)
  - Make the string for the Translate action i18n 
    friendly (Vadim Rutkovsky)
  - Convert identi.ca groups (!) to hashtags (#) for re-denting if 
    global_retweet is true (Vadim Rutkovsky) (LP: #539786)
  - Handle null responses gracefully (James Ogley) (LP: #623309)
  - recognize valid unicode URLs (LP: #333390)
  - Don't crash if there is an invalid value for a preference (LP: #623335)
* debian/gwibber-service.install
  - Install files needed for twitter oauth

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
else:
18
18
  FB_APP_KEY = "71b85c6d8cb5bbb9f1a3f8bbdcdd4b05"
19
19
 
 
20
TWITTER_OAUTH_KEY = "VDOuA5qCJ1XhjaSa4pl76g"
 
21
TWITTER_OAUTH_SECRET = "BqHlB8sMz5FhZmmFimwgiIdB0RiBr72Y0bio49IVJM"
20
22
 
21
23
# Gwibber
22
24
MAX_MESSAGE_LENGTH = 140
61
63
  "service": "{R} @{nick}: {text}",
62
64
}
63
65
 
64
 
VERSION_NUMBER = "2.31.90"
 
66
VERSION_NUMBER = "2.31.91"
65
67
GCONF_CLIENT_DIR = "/apps/gwibber/client/"
66
68
 
67
69
BUG_URL = "https://bugs.launchpad.net/gwibber/+filebug"