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.
541
Features / Re: New revs
« on September 27th, 2014, 10:49 PM »
[Commit revision a0e044a]
Author: BurkeKnight
Date: Sat, 27 Sep 2014 22:21:25 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision e36c7d1]
Author: Nao
Date: Sat, 27 Sep 2014 22:49:19 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Sat, 27 Sep 2014 22:21:25 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Input #userspec
- Input #userspec issue:
- http://wedge.org/pub/bugs/8693/input-userspec/msg296407/#msg296407
[Commit revision e36c7d1]
Date: Sat, 27 Sep 2014 22:49:19 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Merge pull request #21 from BurkeKnight/master
- Input #userspec -- quick tweak for some browser I have no idea about. Seriously. It worked fine everywhere I tested before... --Nao
542
Bug reports / Re: Shorten Subjects in Stats
« on September 27th, 2014, 10:46 PM »
Sorry I botched part of it... today I've been too busy IRL to spend any time on implementing the feature I've been working on, so I wanted to at least fix a recent but report lol...
Anyway I'll again be too busy until tomorrow night. Then I might be able to fix stuff.
Anyway I'll again be too busy until tomorrow night. Then I might be able to fix stuff.
543
Archived fixes / Re: Input #userspec
« on September 27th, 2014, 12:51 PM »
Err... Where, exactly? Never seen any problems...
544
Bug reports / Re: Shorten Subjects in Stats
« on September 27th, 2014, 12:50 PM »
Done, but it doesn't look that good to me... (Maybe because I'm browsing with a narrow window, I dunno.)
545
Features / Re: New revs
« on September 27th, 2014, 12:50 PM »
[Commit revision bf985d8]
Author: Nao
Date: Sat, 27 Sep 2014 12:50:06 +0200
Stats: 1 file changed; +3 (insertions), -3 (deletions)
Date: Sat, 27 Sep 2014 12:50:06 +0200
Stats: 1 file changed; +3 (insertions), -3 (deletions)
- Shorten topic titles to 35 chars in stats. (Stats.php)
546
Features / Re: Plugin revs
« on September 27th, 2014, 12:53 AM »
[Commit revision 71274c0]
Author: Nao (Signed-off)
Date: Sat, 27 Sep 2014 00:52:54 +0200
Stats: 1 file changed; +4 (insertions), -4 (deletions)
Date: Sat, 27 Sep 2014 00:52:54 +0200
Stats: 1 file changed; +4 (insertions), -4 (deletions)
- Last adjusted timestamp. (wedgedesk/src/WedgeDesk-SSI.php)
547
Features / Re: New revs
« on September 27th, 2014, 12:52 AM »
[Commit revision 98e6d91]
Author: Nao
Date: Sat, 27 Sep 2014 00:49:03 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 41f3076]
Author: Nao
Date: Sat, 27 Sep 2014 00:52:24 +0200
Stats: 3 files changed; +5 (insertions), -5 (deletions)
Date: Sat, 27 Sep 2014 00:49:03 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Forgot to update the CSS for flag icons. Hmm, here's hoping I'm not breaking anything else... This was only tested on the main select box. (Subs-Cache.php)
[Commit revision 41f3076]
Date: Sat, 27 Sep 2014 00:52:24 +0200
Stats: 3 files changed; +5 (insertions), -5 (deletions)
- Fixed the last few timestamp entries that were being adjusted for timezones. As a reminder, it's easy to adjust (forum_time(true, $my_timestamp)), and harder to un-adjust, so you might as well want to work from the unadjusted version, AND you get to save processing time if not used. (SSI.php, Load.php, Memberlist.php)
548
Features / Re: New revs
« on September 27th, 2014, 12:22 AM »
[Commit revision 4f6e1da]
Author: Nao
Date: Fri, 26 Sep 2014 16:24:30 +0200
Stats: 2 files changed; +5 (insertions), -1 (deletion)
[Commit revision a8644ca]
Author: Nao
Date: Sat, 27 Sep 2014 00:21:10 +0200
Stats: 2 files changed; +4 (insertions), -3 (deletions)
Date: Fri, 26 Sep 2014 16:24:30 +0200
Stats: 2 files changed; +5 (insertions), -1 (deletion)
- $(dom).width/height() is problematic in browsers that do subpixel rendering (such as Firefox and the most recent Chrome builds), as it returns rounded values instead of floating point values, which CAN be a problem later on. I found a problem related to this in the language selector dropdown, so it had to be fixed with a $.realWidth alias. I also added a $.realHeight alias, even though it's not currently used, because it would be illogical not to offer it to developers, and it's also only a few more bytes in the gzipped JS... (script.js)
- And so... As I said, I'm fixing the select box dropdowns. Without this, Chrome would now force a width less than a pixel narrower than the natural width for the div, causing text within it to be suddenly wrapped. (sbox.js)
[Commit revision a8644ca]
Date: Sat, 27 Sep 2014 00:21:10 +0200
Stats: 2 files changed; +4 (insertions), -3 (deletions)
- In select boxes, inline hints (such as "Mobile default" in the skin selector) are no longer shown on the display after clicking an entry. (sbox.js)
- The language selector no longer shows the language name (see above), it's only shown if you open the dropdown. This saves precious space in that area, really. (index.template.php)
549
Features / Re: Plugin revs
« on September 27th, 2014, 12:22 AM »
[Commit revision bcd3f8a]
Author: Nao (Signed-off)
Date: Sat, 27 Sep 2014 00:22:04 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Sat, 27 Sep 2014 00:22:04 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- data-default parameter is no longer needed in the skin selector. (skin_selector/SkinSelector.php)
550
Features / Re: New revs
« on September 26th, 2014, 01:08 AM »
[Commit revision 5558dd8]
Author: Nao
Date: Fri, 26 Sep 2014 01:08:18 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Fri, 26 Sep 2014 01:08:18 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Fixed Open Sans not loading in Warm when enabling HTTPS mode. (Warm/skin.xml)
551
Plugins / Re: Suggestion: HTTPS Login
« on September 25th, 2014, 01:30 AM »
http://forum.alwaysdata.com/viewtopic.php?id=1091
Looks like alwaysdata isn't interested in sni. Even though lack of browser support would only result in a browser prompt... No biggie.
http://stackoverflow.com/questions/3011222/dealing-with-http-content-in-https-pages
It's doable. I could add a pass through function to wedge as suggested in the accepted answer...
As for redirects, yes it's also doable but not too practical...
Looks like alwaysdata isn't interested in sni. Even though lack of browser support would only result in a browser prompt... No biggie.
http://stackoverflow.com/questions/3011222/dealing-with-http-content-in-https-pages
It's doable. I could add a pass through function to wedge as suggested in the accepted answer...
As for redirects, yes it's also doable but not too practical...
552
Features / Re: New revs
« on September 24th, 2014, 06:05 PM »
[Commit revision a1b0699]
Author: Nao
Date: Wed, 24 Sep 2014 18:05:24 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
Date: Wed, 24 Sep 2014 18:05:24 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
- Fixed incorrect positioning of the 'new' anchor in blog pages. One of these bug fixes that are probably going to bring more bugs, because I'm cursed with these in that particular code block... (Display.php)
553
Features / Re: New revs
« on September 24th, 2014, 05:21 PM »
[Commit revision 0cd3a7b]
Author: Nao
Date: Wed, 24 Sep 2014 17:21:20 +0200
Stats: 1 file changed; +5 (insertions), -4 (deletions)
Date: Wed, 24 Sep 2014 17:21:20 +0200
Stats: 1 file changed; +5 (insertions), -4 (deletions)
- Oops, missing join for the profile feature. (Load.php)
554
Features / Re: New revs
« on September 24th, 2014, 04:37 PM »
[Commit revision 18d1ad6]
Author: Nao
Date: Wed, 24 Sep 2014 16:33:37 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 86c2add]
Author: Nao
Date: Wed, 24 Sep 2014 16:36:47 +0200
Stats: 3 files changed; +37 (insertions), -1 (deletion)
Date: Wed, 24 Sep 2014 16:33:37 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- ! Forgot to add the $con variable to the mysqli_set_charset call. Mais qu'il est con ! (Look it up in a dictionary.) (Load.php)
[Commit revision 86c2add]
Date: Wed, 24 Sep 2014 16:36:47 +0200
Stats: 3 files changed; +37 (insertions), -1 (deletion)
- New feature: profile pages give you a link to the user's latest post, if any, and specifies the date. (Load.php, Profile.template.php, index.english.php)
- Note to self: should member_name be a key in the members table..? It's only used in profile loading, though, AFAIK...
555
Features / Re: Language revs
« on September 24th, 2014, 04:37 PM »
[Commit revision d127297]
Author: Nao (Signed-off)
Date: Wed, 24 Sep 2014 16:37:16 +0200
Stats: 3 files changed; +3 (insertions), -0 (deletion)
Date: Wed, 24 Sep 2014 16:37:16 +0200
Stats: 3 files changed; +3 (insertions), -0 (deletion)
- Profile page last post link. (index)