Search found 30 matches

by alllexx
Sat Sep 05, 2015 5:50 am
Forum: Development
Topic: deluge-web 0a12d1507 (20150901) starts ?dev=true by default
Replies: 7
Views: 3984

Re: deluge-web 0a12d1507 (20150901) starts ?dev=true by defa

OK, I updated to HEAD, changed version string to '2.0.0.20150902', and now it works in ?dev=false by default. I wonder why it behaved differently before? I also packaged those missing debug .js for development mode to work if triggered manually. A bug in sdist command to skip them?
by alllexx
Thu Sep 03, 2015 6:43 pm
Forum: Development
Topic: deluge-web 0a12d1507 (20150901) starts ?dev=true by default
Replies: 7
Views: 3984

Re: deluge-web 0a12d1507 (20150901) starts ?dev=true by defa

It's strange, but I re-checked this on three different architectures (i686, arm and mipsel), and it's all the same, the way I described it. As a workaround, for now I'll symlink the missing ext-base-debug.js and ext-all-debug.js to ext-base.js and ext-all.js, respetively, in the packages.
by alllexx
Thu Sep 03, 2015 8:38 am
Forum: Development
Topic: deluge-web 0a12d1507 (20150901) starts ?dev=true by default
Replies: 7
Views: 3984

Re: deluge-web 0a12d1507 (20150901) starts ?dev=true by defa

The previous version (http://optware-ng.zyxmon.org/buildroot- ... -1_arm.ipk) has '2.0.0.dev428' as version string, yet it doesn't start with ?dev=true by default.

Thanks :)
by alllexx
Thu Sep 03, 2015 8:30 am
Forum: Development
Topic: deluge-web 0a12d1507 (20150901) starts ?dev=true by default
Replies: 7
Views: 3984

Re: deluge-web 0a12d1507 (20150901) starts ?dev=true by defa

That doesn't explain why it worked with previous version (520fc233719a0557b327a156df0637284ab54beb): I packaged it the same way, it too had 'dev' in version string, was missing those two debug files, yet started with ?dev=false by default and worked fine
by alllexx
Thu Sep 03, 2015 8:00 am
Forum: Development
Topic: deluge-web 0a12d1507 (20150901) starts ?dev=true by default
Replies: 7
Views: 3984

deluge-web 0a12d1507 (20150901) starts ?dev=true by default

Whenever I access deluge web, it starts in ?dev=true mode by default. This leads to errors, since I don't package ext-base-debug.js and ext-all-debug.js (they're not included when you run `python setup.py sdist`). If I manually add '?dev=false', it works properly. This happens after upgrading to thi...
by alllexx
Fri Aug 28, 2015 7:19 pm
Forum: Off-topic Discussion
Topic: Web UI Columns
Replies: 5
Views: 21270

Re: Web UI Columns

This is fixed in the develop version: now there is a popup message appearing after you press near the right border of any column that has 'Sort Ascending', 'Sort Descending' and 'Columns' fields
by alllexx
Fri Aug 28, 2015 6:23 pm
Forum: Off-topic Discussion
Topic: 2.0.0 release coming?
Replies: 4
Views: 67883

2.0.0 release coming?

Since 2015-08-09, after 5+ months of pause in development (at least, in terms of commits in the develop branch), there's now active development going on. I wonder if that means that a stable release is comming relatively soon? I use deluge develop version on my NAS (using Optware-ng) not too heavily...
by alllexx
Sun Aug 23, 2015 5:31 pm
Forum: Development
Topic: Deluge develop source packaging: version.get_version issue
Replies: 2
Views: 2139

Re: Deluge develop source packaging: version.get_version iss

That indeed fixes it, thanks! And for the sdist tip too :)
by alllexx
Sun Aug 23, 2015 3:05 pm
Forum: Development
Topic: Deluge develop source packaging: version.get_version issue
Replies: 2
Views: 2139

Deluge develop source packaging: version.get_version issue

Hi, `setup.py install` uses get_version function from version.py, which makes use of `git describe`, to generate version string. While this works OK in development environment, this is not an option in my case, where I first fetch a certain commit, then archive it without the '.git' directory (to sa...
by alllexx
Sun Aug 23, 2015 7:23 am
Forum: Development
Topic: [bug][fixed]Deluge develop Web UI issue
Replies: 16
Views: 18900

Re: Deluge develop 972648 Web UI issue

Tested it and it works fine! Thanks! :)