Show Posts

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.

Messages - Nao
5956
The Pub / Re: Nice work
« on March 21st, 2012, 07:49 AM »
Thanks.

Err who are you already? :P
5957
Pete. Are you serious..?
5958
Archived fixes / Re: Thoughts don't handle entity content properly
« on March 20th, 2012, 11:59 PM »
Isn't there an un_preparsecode() function or something somewhere? :whistle:
5959
Archived fixes / Re: It's all gone horribly French!
« on March 20th, 2012, 11:59 PM »
Ideally, all default theme options should be integrated into Wedge options... I think that theme options should be something that are created by themes themselves. Anything that's in the default theme should be a regular option. Up to themes to determine if they wanna use them.
5960
Archived fixes / Re: Thoughts don't handle entity content properly
« on March 20th, 2012, 11:46 PM »
I hate preparsing. There. I said it.
5961
Archived fixes / Re: It's all gone horribly French!
« on March 20th, 2012, 11:45 PM »
Yet, it's your thing ;)
Consider it an official request, Eheh.

Also I suppose it means the search engine doesn't work on theme settings yet?
5962
Archived fixes / Re: It's all gone horribly French!
« on March 20th, 2012, 11:42 PM »
Theme setting? Beh...
Why not rely on the theme to comply to the main setting?
5963
Archived fixes / Re: Thoughts don't handle entity content properly
« on March 20th, 2012, 11:40 PM »
So I guess all we have to do is a str_replace?
5964
Archived fixes / Re: It's all gone horribly French!
« on March 20th, 2012, 11:39 PM »
I still don't remember where to disable these. Maybe I'll have to look at the template code ehh.
5965
Features / Re: Duplicate post detection?
« on March 20th, 2012, 11:34 PM »
Thanks ;)
5966
Features / Re: New revs
« on March 20th, 2012, 11:26 PM »
rev 1489
(9 files +2 -2, 15kb)

+ Added privacy icons. Yayz. And a Facebook link in the bottom, which is like the antithesis to privacy. Don't ask. (icons/privacy.png, other/images/privacy.png, Home.template.php, index.template.php, script.js, index.member.css)

+ Added an is_touch variable in JavaScript, which returns true for all devices with a touchscreen. Updated the select box to use that instead of is_iphone and is_tablet. (script.js, sbox.js)

* Non-mobile skins shouldn't force a viewport width on touch devices. So, instead of the browser detector, I'll be relying on the skin's mobile flag to change the viewport. Also, modified viewport values to zoom in a bit more. Seriously, it makes the pages even more readable, and without making look them too ugly. (index.template.php)

- Removed some old logos from the depository. (wedgelogo.png, wedgesight.png)

* 'Last auto saved' mention below textareas was a bit too large. (editor.css)

! Considering that if you import your site into Wedge, you will likely lose some images/icons that we don't use in Wedge, I'm removing Google Cache referrers from the list of 404 errors that should be logged. We should probably add a setting to disable 404 loggings entirely, or based on file extensions... Peeeete? :P (QueryString.php)

! Fixed a BBC parsing warning error that could be triggered in some situations, like the print-friendly page. (Subs-BBC.php)

! Fixed signatures getting lost outside of the page layout. Also moved moderatorbar and quick edit button CSS to member CSS, because I don't see why guests would need to access these. Would they? (sections.css, index.member.css)

@ Still have plenty of files to changelog. Coming tomorrow I think...
5967
Features / Re: Duplicate post detection?
« on March 20th, 2012, 10:36 PM »
Yup.
I think we should make a poll out of this...?
5968
Archived fixes / Re: Split topic appears to trip Bad Behaviour
« on March 20th, 2012, 10:35 PM »
Oh... All right ;)
But there are plenty of things to implement before even thinking of that...
(Hmm... I don't even remember if I already implemented 'custom URL transforms'... I doubt so. A simple list of newline-separated regexes or str_replaces in a textarea...)
5969
Features / Re: Duplicate post detection?
« on March 20th, 2012, 09:41 PM »
Meh... How often does that happen!
5970
Features / Re: Duplicate post detection?
« on March 20th, 2012, 09:26 PM »
Then what is checkSubmitOnce there for...?!