test3
test 4
test 5
[RELEASE] Forum Browser - Programs Addon
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 133 Location: Bremerton, WA USA |
2012-05-08 23:20
Post: #301
(This post was last modified: 2012-05-08 23:27 by ruuk.)
|
| find quote |
hasselhof
Member+ Joined: Jul 2008 Reputation: 32 Location: Nuneaton UK |
2012-05-09 21:09
Post: #302
Hi ruuk
I've done some more testing :- Help for message view is working ok Version number is a great addition With mouse support off, the image viewer focus now works a treat, and the red cross dissappears & pictures that I previously couldn't see I can now, in the dark skin thanks. Skin default option has now gone ![]() Image viewer help is ok. Activity splash at "add from online database" is working ok. Online logo chooser is a lot better. I've noticed that there are some images not working in forum browser, but are working from pc browser, at the following location XBMC.org > Artwork packs > ITV Player, Demand 5, and 4OD background images......if you go to post 2, push left on full screen view these images don't show in light or dark skin, but I'm sure thay did in one on the versions of forum browser before. XBMC hub is working great now, but im sure you know this, I think I added it to the online database, or maybe it was you, either way it works a treat. Did you see your new PM ? .I could log in with my phone, with the details in the new PM, but not in forum browser. I will have to try and become a member with another forumrunner forum and see what happens. Thanks ruuk for all you hard work, I love it when a new version comes out
(This post was last modified: 2012-05-10 11:01 by hasselhof.)
|
| find quote |
hasselhof
Member+ Joined: Jul 2008 Reputation: 32 Location: Nuneaton UK |
2012-05-09 22:04
Post: #303
Hi ruuk
Did some testing also on windows xp, with a script error on start up one of the logs is with default settings ![]() See logs http://homepage.ntlworld.com/john.hanselman/ |
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 133 Location: Bremerton, WA USA |
2012-05-09 22:12
Post: #304
Version 0.9.39
Changes: - Tapatalk: Private message list users online statuses now show correctly - After submitting a new post, now goes to the page with the new post and jumps to it - Logo chooser dialog now properly gets images with '/' prefixed urls - Fixes for issues when not using skin mods - Finished applying custom font usage to all windows - Changed forumrunner icon... again ![]() - Link images now work in the image viewer again, plus image viewer will now show all images (normal and link) - Added advanced settings option to disable SSL for Forumrunner (default=true). None of the forums I've tested seem to work with it and it just causes a delay on startup On my REPO. All of the items on my pre-main-repo-release TODO list are done except for finishing Boxee and making a better fanart. To anyone: While I'm working on those, please let me know of any remaining issues or bugs I should attend to before the final release. |
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 133 Location: Bremerton, WA USA |
2012-05-09 22:24
Post: #305
Version 0.9.40
Changes: - Fixed a bug on startup when an old unused setting was set On my REPO. (2012-05-09 22:04)hasselhof Wrote: Did some testing also on windows xp, with a script error on start up one of the logs is with default settings This should fix that
(This post was last modified: 2012-05-09 22:25 by ruuk.)
|
| find quote |
hasselhof
Member+ Joined: Jul 2008 Reputation: 32 Location: Nuneaton UK |
2012-05-10 11:09
Post: #306
(2012-05-09 22:24)ruuk Wrote: Version 0.9.40That did the trick ;-) |
| find quote |
hasselhof
Member+ Joined: Jul 2008 Reputation: 32 Location: Nuneaton UK |
2012-05-10 22:51
Post: #307
Hi ruuk
Tapatalk private message online indicator works fine, not checked the offline status yet. Forumrunner icon is top notch Thank you.Link images now work fine. The new advanced setting for ssl for forumrunner I have set to off. I will look out for any speed increases at my end. I've made myself a member on the Roobarb forum which is a forumrunner forum, and I can login no problem ![]() I noticed a web viewer update as well today ![]() Quite intrested to see what you come up with for the fanart. Thank you. Just noticed when I edited my post, when hitting submit post, nothing happened. I pressed escaped to get out of message editor, then had to click full screen post to see if edit was ok. There wasn't any confirmation window When I edited the same post for the second time it gave me a confirmation window The offline indicator in the subscriptions window also works fine. I also keep losing my subscription to the Forum browser thread. Cant pinpoint when it goes, I think it was after I edited my post
(This post was last modified: 2012-05-10 23:04 by hasselhof.)
|
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 133 Location: Bremerton, WA USA |
2012-05-11 01:18
Post: #308
(2012-05-10 22:51)hasselhof Wrote: Just noticed when I edited my post, when hitting submit post, nothing happened.I've had some issues there and done a bunch of fixes. When I get the next version up, we'll see how it works and if you still have issues, send me a log. (2012-05-10 22:51)hasselhof Wrote: I also keep losing my subscription to the Forum browser thread.That's the MyBB plugin bug that I made a workaround for. My workaround basically checked if you were subscribed to the thread and then re-subscribed you after an edit. I recently realized that the data I get with the threads list wasn't reliable when it comes to it's 'is_subscribed' value. So I made a workaround for that basically gets the list of subscribed threads and checks that, but I didn't think about the MyBB plugin fix. I'll apply it to that and that should fix it. EDIT: I was just going to fix this, and it looks like I was already doing it that way with the fix. Could you make sure the MyBB plugin fix is checked in advanced settings? EDIT2: So I tested it and there was a bug (I got an error dialog). I fixed the bug, hopefully that was the issue.
(This post was last modified: 2012-05-11 01:29 by ruuk.)
|
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 133 Location: Bremerton, WA USA |
2012-05-11 05:04
Post: #309
Version 0.9.41
Changes: - Logo chooser now also extracts images from stylesheets - Fixed some issues with adding new/current forum - Fixed a bug where some links were being detected as links to images when the were not - Now properly handles [url] tags containing [img] tags (images ti the images list, and the links to the links list with a thumbnail to the image) - Fixed some issues with context menu subscription option visibility on threads view - Boxee: subscribe to/unsubscribe from threads and forums, plus added forums to subscriptions view - Boxee: Create post, delete post, quote post - Boxee: Code, HTML, PHP, color and size handling - Added activity splashes for subscribing/unsubscribing - Added caption to activity splash - After many years of programming in python, I just found out "def function(x={}): self.y = x" or similar is a bad idea. Changed instances of that throughout - In context menu, now shows name for subscribe/unsubscribe for the forum/thread you are in. example Subscribe to forum: Forum Name - Added VBulletin forum to show off the new parsing engine used with Boxee. It works for both without any modification - New fanart On my REPO. As you can see VBulletin was added. This uses the new parsing engine I made for Boxee and works without modifiaction on VBulletin. This is really just to demonstrate that it works It may not be perfect on VBulletin because I did all the major testing with Boxee, but it does a pretty good job considering that. I will likely remove it for the main repo release.One of the things I hope to do after the release is to get it working for VBulletin forums in general and make it easy for users to add VBulletin forums themselves. In the further future I may be able to do this for other forum systems. We'll see ![]() I've finished my TODO list. Now it's just bug/usability testing and issue fixing. I guess the next release will be RC1
(This post was last modified: 2012-05-11 05:06 by ruuk.)
|
| find quote |
hasselhof
Member+ Joined: Jul 2008 Reputation: 32 Location: Nuneaton UK |
2012-05-11 08:50
Post: #310
Hi ruuk
I get the following script error on start up (linux) http://homepage.ntlworld.com/john.hanselman/xbmc.log (I've had the clutch go on my wife's car so will be messing with that for most of the day) Edit - test to see if forum browser subscription stays in my local list after editing post test test 123
(This post was last modified: 2012-05-11 17:08 by hasselhof.)
|
| find quote |

![[Image: strip.jpg]](http://2ndmind.net/xbmc/forumsig/strip.jpg)


Search
Help