This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
5806
Archived fixes / Re: Time offset (auto detect)
« on March 26th, 2012, 06:35 PM »Still being set to 0 for me.
Posted: March 26th, 2012, 06:33 PM
Nope, works for me... Advanced my time by two hours. Told me '2'.
5807
Features / Re: New revs
« on March 26th, 2012, 06:34 PM »
rev 1510
(3 files, 3kb)
! A better fix for the dl.stats issue from rev 1502. (sections.css)
! Fixed timezone auto-detector in Profile area. The code is shorter, and should work this time. (Profile.template.php)
* Don't show topicseen in the URL if the topic is already seen. Only done for SSI, dunno if it's needed elsewhere. (SSI.php)
(3 files, 3kb)
! A better fix for the dl.stats issue from rev 1502. (sections.css)
! Fixed timezone auto-detector in Profile area. The code is shorter, and should work this time. (Profile.template.php)
* Don't show topicseen in the URL if the topic is already seen. Only done for SSI, dunno if it's needed elsewhere. (SSI.php)
5808
Archived fixes / Re: Database Error
« on March 26th, 2012, 06:02 PM »
Okay, 'normal order' pages seem to be okay... Which is an impressive feat considering I've rewritten quite an important thing...
I'll see about reverse order pages now.
Oh, and I think that the 'all pages' feature is broken... I'll need to enable it in Wedge to test it.
I'll see about reverse order pages now.
Oh, and I think that the 'all pages' feature is broken... I'll need to enable it in Wedge to test it.
5809
Archived fixes / Re: Database Error
« on March 26th, 2012, 05:29 PM »
Yeah but it won't be 'public' in a few hours, and this topic will stay here forever... ;)
Anyway. I'm currently exploring a different path for topic=xxx.msg1234. Instead of transforming message ID 1234 into a page offset, I'm simply keeping the 1234 and hoping it'll be enough to calculate the offset. It seems to be working for now... Fingers crossed.
Anyway. I'm currently exploring a different path for topic=xxx.msg1234. Instead of transforming message ID 1234 into a page offset, I'm simply keeping the 1234 and hoping it'll be enough to calculate the offset. It seems to be working for now... Fingers crossed.
5810
Archived fixes / Re: Database Error
« on March 26th, 2012, 05:15 PM »
Norodo: the images don't show up because of the url tag bug. Whenever you edit a post, make sure to remove any url tags before you submit, otherwise they'll break.
I also removed your second image because it has full paths in it.
Also, I wanted to point out that the numerous errors are due to the Display.php file not completing its run, and still not cancelling the Display template calls (that, in itself, is also a bug I'd say.)
The database error is due to the message list being request with a "LIMIT -1" which isn't supported. This is one of the tons of bugs I'm currently working on... I've got to say, it's been a long time since I haven't got as many PHP bugs in a row.
I also removed your second image because it has full paths in it.
Also, I wanted to point out that the numerous errors are due to the Display.php file not completing its run, and still not cancelling the Display template calls (that, in itself, is also a bug I'd say.)
The database error is due to the message list being request with a "LIMIT -1" which isn't supported. This is one of the tons of bugs I'm currently working on... I've got to say, it's been a long time since I haven't got as many PHP bugs in a row.
5811
Archived fixes / Re: Database Error
« on March 26th, 2012, 04:38 PM »
Yeah I may have broken something that doesn't fail for me.
I know that posting a new message will break the database for me. I'm taking a break because this is all fucke up really. Im not even sure the SMF codebase works in reverse mode.
I know that posting a new message will break the database for me. I'm taking a break because this is all fucke up really. Im not even sure the SMF codebase works in reverse mode.
5812
Archived fixes / Re: Time offset (auto detect)
« on March 26th, 2012, 04:36 PM »
Rewrote the js function. Does it work now?
5813
Archived fixes / Re: Fatal error: Call to undefined function Display()
« on March 26th, 2012, 03:01 PM »
So, just so I'm clear: when this kind of error shows up and then disappears less than a minute later, don't bother to post it. It's because I'm working on the code :P (In this case, I was probably right in the middle of uploading the Display.php)
Just post the bug report if it happens again at least a minute later! (Even if not all the time.)
Just post the bug report if it happens again at least a minute later! (Even if not all the time.)
5814
Plugins / [Plugin] Re: Facebook for Wedge
« on March 26th, 2012, 02:28 PM »Honestly, I suck at providing support and updates for my plugins and mods, so I try and make it fairly feature complete at first so that I don't have to do much to maintain it. For the same reason I'm afraid of it being an official plugin, not that I mind it being one.
If you want, of course!
I think I did a good job of maintaining and supporting your SMF Media Gallery ;)
5815
Features / Re: New revs
« on March 26th, 2012, 10:58 AM »
rev 1509
(3 files, 13kb)
! Fixed JS error when editing post in Wireless skin. (Always requires a placeholder for subject! Maybe I should add it through JS though..?) (Display.template.php)
* Optimized quick edit JS for size, saved 100 to 200 gzipped bytes, not much but it all adds up. Next step: optimize footer JS in topic pages. Note that the quick edit object no longer has prototypes. Basically, prototypes of original objects are only useful if you're going to have several instances of an object on the same page. Otherwise, it's just a waste of space. (Display.template.php, topic.js)
* QuoteFast should take topic privacy into account. (QuoteFast.php)
(3 files, 13kb)
! Fixed JS error when editing post in Wireless skin. (Always requires a placeholder for subject! Maybe I should add it through JS though..?) (Display.template.php)
* Optimized quick edit JS for size, saved 100 to 200 gzipped bytes, not much but it all adds up. Next step: optimize footer JS in topic pages. Note that the quick edit object no longer has prototypes. Basically, prototypes of original objects are only useful if you're going to have several instances of an object on the same page. Otherwise, it's just a waste of space. (Display.template.php, topic.js)
* QuoteFast should take topic privacy into account. (QuoteFast.php)
5817
Features / Re: Recent Posts / Ignore Boards
« on March 25th, 2012, 10:16 PM »
That's the idea yeah. :)
5819
Plugins / [Plugin] Re: Facebook for Wedge
« on March 25th, 2012, 09:53 PM »
Dragooon's mod is not an official Wedge mod for now but once it's ready for use I'm perfectly willing to push it as such. Heck, all of our consultants are gifted authors who do great justice to the Wedge spirit. :)
5820
Features / Re: Recent Posts / Ignore Boards
« on March 25th, 2012, 09:50 PM »
Ignore boards is a SMF feature afaik.
I enabled it a couple of days ago. It was disabled before that.
The feature doesn't apply everywhere. I do t think it's applied in the homepage for instance. Recent Posts simply uses the ssi_recentTopics function which is also in SMF so nothing new except for topic privacy support (but no ui for these for now.)
I enabled it a couple of days ago. It was disabled before that.
The feature doesn't apply everywhere. I do t think it's applied in the homepage for instance. Recent Posts simply uses the ssi_recentTopics function which is also in SMF so nothing new except for topic privacy support (but no ui for these for now.)