MobileBlur

Check-in [b33aaf3ac3]
Login
Overview
Comment:Removed web2py import calls from the Newsblur module
Timelines: family | ancestors | descendants | both | develop
Files: files | file ages | folders
SHA1: b33aaf3ac394036ecd3ff0567c6393d05741496d
User & Date: spiffy on 2011-11-20 03:41:47
Other Links: branch diff | manifest | tags
Context
2011-11-20
13:37
Merged in support for a real auth system, not a one-user DB kludge check-in: 57cc1847b3 user: spiffy tags: develop
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:12
Added a button to mark a feed as read check-in: b74e6c434b user: spiffy tags: develop
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.
    '''