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.
4831
Features / Re: New revs
« on June 19th, 2012, 06:48 PM »
rev 1622
(8 files, 4kb)
! Fixed HTML error. (Display.template.php, PersonalMessage.template.php)
! nbsp isn't allowed in alert texts. Well, AFAIK. (Post.french.php)
- Removed iStart variable (no longer used.) Shortened related JS function by about 20 bytes. (Display.template.php, topic.js)
* Allow for multiple attachment selection... Although it's not implemented in core yet, adding it here is needed for the feature to work in Opera. Talk about a bug... (Post.template.php)
* Replaced appendTo with simple append calls. As odd as it may sounds, it saves about 10 bytes. (script.js)
* Simplified icon function. (post.js)
* Pixelnazi. (index.css)
(8 files, 4kb)
! Fixed HTML error. (Display.template.php, PersonalMessage.template.php)
! nbsp isn't allowed in alert texts. Well, AFAIK. (Post.french.php)
- Removed iStart variable (no longer used.) Shortened related JS function by about 20 bytes. (Display.template.php, topic.js)
* Allow for multiple attachment selection... Although it's not implemented in core yet, adding it here is needed for the feature to work in Opera. Talk about a bug... (Post.template.php)
* Replaced appendTo with simple append calls. As odd as it may sounds, it saves about 10 bytes. (script.js)
* Simplified icon function. (post.js)
* Pixelnazi. (index.css)
4832
Features / Re: Plugin revs
« on June 19th, 2012, 06:19 PM »
rev 41
(1 file +1, 3kb)
! [edit_history] Fixed to use the new mini-menu system. (History-Topic.php)
+ [edit_history] Added French version. (EditHistory.french.php)
(1 file +1, 3kb)
! [edit_history] Fixed to use the new mini-menu system. (History-Topic.php)
+ [edit_history] Added French version. (EditHistory.french.php)
4833
Plugins / Re: Edit History
« on June 19th, 2012, 06:17 PM »
So...
I installed Edit History on Wedge.org.
It didn't work at first, because I changed the mni-menu format to allow for providing custom IDs in all variables. (Which is helpful in this situation, too.)
So I fixed that...
Now, it's working in Chrome, IE9, IE10 and Safari.
And it's failing in Opera and Firefox.
And I'm failing too -- at understanding why. Every time I'm trying to debug this in Opera, I get a browser crash. And when I debug in Firefox, it seems like everything's executing smoothly -- it creates the popup as expected, fills it in, etc... It just doesn't show it. From what I could see, #helf's parentNode is set to null, instead of being set to the body.
I tried returning "reqWin(this) || true" instead of reqWin(this), all it does is redirect me to the hardcoded link, so technically it works but it doesn't open that frigging popup...
Anyone got any idea...?
(Also, I don't understand what the radio buttons are for in the popup. There isn't any Wiki-like diff available anyway...?)
I installed Edit History on Wedge.org.
It didn't work at first, because I changed the mni-menu format to allow for providing custom IDs in all variables. (Which is helpful in this situation, too.)
So I fixed that...
Now, it's working in Chrome, IE9, IE10 and Safari.
And it's failing in Opera and Firefox.
And I'm failing too -- at understanding why. Every time I'm trying to debug this in Opera, I get a browser crash. And when I debug in Firefox, it seems like everything's executing smoothly -- it creates the popup as expected, fills it in, etc... It just doesn't show it. From what I could see, #helf's parentNode is set to null, instead of being set to the body.
I tried returning "reqWin(this) || true" instead of reqWin(this), all it does is redirect me to the hardcoded link, so technically it works but it doesn't open that frigging popup...
Anyone got any idea...?
(Also, I don't understand what the radio buttons are for in the popup. There isn't any Wiki-like diff available anyway...?)
4834
Other software / Re: Opera 12 (release) breaks Nao's Footnotes Mod in SMF
« on June 18th, 2012, 06:50 PM »
Google doesn't read gmail e-mails apart from computing/analyzing contents to provide targeted advertisements... (Can live with that -- a single line of text...)
4835
Other software / Re: Opera 12 (release) breaks Nao's Footnotes Mod in SMF
« on June 18th, 2012, 05:44 PM »
The question is, how would can they survive after it's made clear that they're reading people's e-mails or private messages over a fb.com...?
The fact that they own the server that stores my data doesn't bother me. Other than that...
The fact that they own the server that stores my data doesn't bother me. Other than that...
4836
Other software / Re: Opera 12 (release) breaks Nao's Footnotes Mod in SMF
« on June 18th, 2012, 04:04 PM »
Even if they leave it alone...? (Privacy policy and all.)
4837
Other software / Re: Opera 12 (release) breaks Nao's Footnotes Mod in SMF
« on June 18th, 2012, 03:59 PM »
@Lorenzo> I don't really care whether FB buys Opera or Opera buys FB or Opera stays alone or whatever... What matters to me is the quality of the software.Quote from markham on June 18th, 2012, 10:25 AM No, your forum link in your profile...Quote It displays 20 pics as the header says, and since it's so slow to scroll, no one will ever wait to see the 20th, thus making it a waste of your server resources to both generate the thumbnail and send it to the browser...Quote No problem :)
My posted link gave you a 404?
In many respects I agree with your critique of our portal, it is a bit "busy" but it is what the site owner wants. I thought the slow scrolling display of (Aeva) gallery items is a little less boring than simply a stic display of 3 or 4 pictures.
Thanks for your assistance, I really appreciate it - and welcomed your constructive criticisms too!
4838
Other software / Re: Opera 12 (release) breaks Nao's Footnotes Mod in SMF
« on June 18th, 2012, 09:34 AM »
Yes that's exactly what I said... The CSS for footnotes is not being loaded.
Your file is 65+KB in normal mode, and 64 967 bytes when Turbo is enabled. There's probably something that prevents Opera from loading more than 64KB worth of data (including headers I guess) in Turbo mode. You'll have to contact them... Or try to set up Turbo to work correctly on large files.
Or just move your useless CSS to the end of the CSS file.
BTW your site's fixed toolbars --- brrr... Do you really like THAT? And your website link here is 404 (has an extra s at the end)... And I think the cookie message should be removed (eh), or at the very least, shown using something else than the dreaded SMF loading message styling... And I think your homepage has too many blocks and silly animations... Then again, portal-like sites were my love a dozen years ago. Even the homepage on wedge.org is too heavy-loaded for me now... And you didn't come for design advices.
Your file is 65+KB in normal mode, and 64 967 bytes when Turbo is enabled. There's probably something that prevents Opera from loading more than 64KB worth of data (including headers I guess) in Turbo mode. You'll have to contact them... Or try to set up Turbo to work correctly on large files.
Or just move your useless CSS to the end of the CSS file.
BTW your site's fixed toolbars --- brrr... Do you really like THAT? And your website link here is 404 (has an extra s at the end)... And I think the cookie message should be removed (eh), or at the very least, shown using something else than the dreaded SMF loading message styling... And I think your homepage has too many blocks and silly animations... Then again, portal-like sites were my love a dozen years ago. Even the homepage on wedge.org is too heavy-loaded for me now... And you didn't come for design advices.
4839
Other software / Re: Opera 12 (release) breaks Nao's Footnotes Mod in SMF
« on June 18th, 2012, 08:29 AM »Yes, this page where the first footnote's link is on the first line.
Uh...
If I disable it, the page works fine. (Except for the annoying popup that prevents me from clearly seeing which footnotes are linked to what...)
Umm .... that makes no sense at all. Why would turbo mode affect the loading of CSS? My site doesn't know about Opera's turbo mode and serves the same files to all. It is as if the CSS is being partly stripped-out.
4840
Other software / Re: Opera 12 (release) breaks Nao's Footnotes Mod in SMF
« on June 17th, 2012, 11:10 PM »
Ah. Well. I don't know a thing about turbo mode...
Still works in opera mini though. And it's 100% turbo iirc.
Can you post a link to a page where it fails?
Hmm... Any chance the CSS for Footnotes is simply *not* loading...?
Still works in opera mini though. And it's 100% turbo iirc.
Posted: June 17th, 2012, 08:50 PM
Can you post a link to a page where it fails?
Posted: June 17th, 2012, 08:54 PM
Hmm... Any chance the CSS for Footnotes is simply *not* loading...?
4841
Features / Re: Additional rows inn generic list
« on June 17th, 2012, 09:32 PM »
Eh? Sorry I don't even know what it is. I'm tired, had a 30mn jogging session... AHHHHH.......
4842
Features / Re: Plugin revs
« on June 17th, 2012, 06:02 PM »
rev 40
(3 files, 5kb)
! [flitter] Updated Flitter to the new code: proper layer creation, _before and _after instead of _above and _below, vertical alignment, add_js(), etc... (Flitter-Main.php, Flitter-Main.template.php)
! [theme_selector] Fixed duplicate 'selected' options, and some incorrect HTML5. (My bad.) (ThemeSelector.php)
(3 files, 5kb)
! [flitter] Updated Flitter to the new code: proper layer creation, _before and _after instead of _above and _below, vertical alignment, add_js(), etc... (Flitter-Main.php, Flitter-Main.template.php)
! [theme_selector] Fixed duplicate 'selected' options, and some incorrect HTML5. (My bad.) (ThemeSelector.php)
4843
Features / Re: New revs
« on June 17th, 2012, 05:26 PM »
rev 1621
(10 files, 4kb)
* Rewrote skin list processing to provide a more realistic tree, removed $level parameter, etc. (Themes.php, ManageBoards.template.php, Themes.template.php)
! wetem::$has_layer was set wrongly when providing an empty layer. Also documented wetem::layer(), FWIW. (Subs-Template.php)
+ Added variables to allow setting up custom fonts for blog posts. (sections.css)
! Not really fixable, but at east muted the dns_get_record error that could happen when visiting a profile on some servers. (Subs.php)
! Credits page was missing a linktree. (Credits.php)
* Linktrees had a bit too much space below them, I'd say... (index.css)
- Forgot to remove a setting after rewriting the group title hiding code. (Settings.template.php)
- Commenazi. (Aeva-Subs-Vital.php)
(10 files, 4kb)
* Rewrote skin list processing to provide a more realistic tree, removed $level parameter, etc. (Themes.php, ManageBoards.template.php, Themes.template.php)
! wetem::$has_layer was set wrongly when providing an empty layer. Also documented wetem::layer(), FWIW. (Subs-Template.php)
+ Added variables to allow setting up custom fonts for blog posts. (sections.css)
! Not really fixable, but at east muted the dns_get_record error that could happen when visiting a profile on some servers. (Subs.php)
! Credits page was missing a linktree. (Credits.php)
* Linktrees had a bit too much space below them, I'd say... (index.css)
- Forgot to remove a setting after rewriting the group title hiding code. (Settings.template.php)
- Commenazi. (Aeva-Subs-Vital.php)
4844
The Pub / Re: When can I download Wedge? / Where can I download Wedge?
« on June 17th, 2012, 03:21 PM »I also do a module for two years
I'm doing it do do do do do do do do, and I have a feeling that I never do, in this case need to be mentally balanced and optimistic - that I did not always work and I often disrupt other people while they are in no way to blame
So -- it's done when it's done. It's in our interest that it's done as soon as possible. But it doesn't change the fact that quality work needs time to flesh itself out.
4845
Features / Re: Plugin revs
« on June 17th, 2012, 12:38 PM »
Got some stuff to commit in Skin selector & Flitter... As you can see they're mostly fixed in here. But it also forces me to commit fixes to Wedge itself, and there are enough to warrant a small wait time until I can devote myself to the process. I'm always busy on Sundays... :(