mboinet / ttrss-mobile

A mobile webapp for Tiny Tiny RSS
GNU Affero General Public License v3.0
189 stars 28 forks source link

release 0.9.2 ReferenceError: logout is not defined #41

Closed ali0une closed 11 years ago

ali0une commented 11 years ago

Hi, first many thanks for this. : )

Second : it's impossible to logout, Firefox console show :

ReferenceError: logout is not defined /scripts/main.js Line : 133

mboinet commented 11 years ago

Yep, I saw this recently. Fix available: https://github.com/mboinet/ttrss-mobile/commit/791dff589816335bdef5009d5f6f76672d99ed25

I need to backport this to do a 0.9.3...

ali0une commented 11 years ago

hum ... i don't get it. :-/

i've just downloaded the master with dist/ttrss-mobile-0.9.2.tar.bz2 in it and in index i have Version : 0.9.2 but still can't logout. ReferenceError: logout is not defined /scripts/main.js Line : 133

Then i tried to make the build but still have a similar error :

TypeError: n is undefined /scripts/main.js Line : 133

The is something i don't understand, coud you please explain what i'm doing wrong?

mboinet commented 11 years ago

0.9.2 is a release: a unique version. To get master you'd have to clone the git repo and make a build with make.sh. You reinstalled exactly the same version.

Here is a build of the current master: https://mega.co.nz/#!xlI3yYKK!WreWr1WZWTrd3VB2cHh90QTz56gcVipG8kUB6SMoqkQ

mboinet commented 11 years ago

Ready in the future 1.0

ali0une commented 11 years ago

Many thanks @mboinet for taking time to explain and upload a build. : )

i managed to make a build of ttrss-mobile, i learned something new so today was a good day ... Everything is working as expected now both with the build you made for me and the one i built myself.

Many thanks again and keep up the good work ...

agrueneberg commented 11 years ago

It's sad that GitHub discontinued file uploads. @mboinet, do you think it would be better to host the releases somewhere else, say on SourceForge or Google Code? Or maybe even in a separate GitHub repository? I guess that would avoid this kind of confusion.

mboinet commented 11 years ago

I might have a look on SF: http://sourceforge.net/publish/?source=github

agrueneberg commented 11 years ago

Wow, it's great to see that SourceForge took this as a chance!