MobileBlur

Check-in [a162dcef14]
Login
Overview
Comment:Merged in change from branch develop that fixes the app
Timelines: family | ancestors | descendants | both | feature/web2py_auth
Files: files | file ages | folders
SHA1: a162dcef146965a7003a0cdbcaac230dcd1dabd8
User & Date: spiffy on 2011-11-20 03:42:39
Other Links: branch diff | manifest | tags
Context
2011-11-20
05:13
Removed NewsBlur login tracking from the database and instead just give the client a copy of their NewsBlur cookie check-in: 5a37a6a313 user: spiffy tags: feature/web2py_auth
03:42
Merged in change from branch develop that fixes the app check-in: a162dcef14 user: spiffy tags: feature/web2py_auth
03:41
Removed web2py import calls from the Newsblur module check-in: b33aaf3ac3 user: spiffy tags: develop
03:40
Create new branch named "feature/web2py_auth" check-in: 50a1ba732d user: spiffy tags: feature/web2py_auth
Changes

Modified applications/mobileblur/modules/newsblur.py from [d55de7de31] to [d2476742fe].

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

__author__ = 'Dananjaya Ramanayake <dananjaya86@gmail.com>, spiffytech <spiffytechgmail.com>'
__version__ = "0.1"

nb_url = "http://www.newsblur.com/"
cookies = None

from gluon import current
print current.db

def login(username,password):
    '''
    Login as an existing user.
    If a user has no password set, you cannot just send any old password. 
    Required parameters, username and password, must be of string type.
    '''








<
<
<







8
9
10
11
12
13
14



15
16
17
18
19
20
21

__author__ = 'Dananjaya Ramanayake <dananjaya86@gmail.com>, spiffytech <spiffytechgmail.com>'
__version__ = "0.1"

nb_url = "http://www.newsblur.com/"
cookies = None




def login(username,password):
    '''
    Login as an existing user.
    If a user has no password set, you cannot just send any old password. 
    Required parameters, username and password, must be of string type.
    '''

Modified applications/mobileblur/modules/python-newsblur/newsblur.py from [d55de7de31] to [d2476742fe].

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

__author__ = 'Dananjaya Ramanayake <dananjaya86@gmail.com>, spiffytech <spiffytechgmail.com>'
__version__ = "0.1"

nb_url = "http://www.newsblur.com/"
cookies = None

from gluon import current
print current.db

def login(username,password):
    '''
    Login as an existing user.
    If a user has no password set, you cannot just send any old password. 
    Required parameters, username and password, must be of string type.
    '''








<
<
<







8
9
10
11
12
13
14



15
16
17
18
19
20
21

__author__ = 'Dananjaya Ramanayake <dananjaya86@gmail.com>, spiffytech <spiffytechgmail.com>'
__version__ = "0.1"

nb_url = "http://www.newsblur.com/"
cookies = None




def login(username,password):
    '''
    Login as an existing user.
    If a user has no password set, you cannot just send any old password. 
    Required parameters, username and password, must be of string type.
    '''