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
376
Support / Re: Input boxes flickering.
« on February 26th, 2015, 02:48 PM »
I uninstalled Habit Browser weeks ago, as I was very underwhelmed by it (along with a slew of other alternative browsers, not just this one...)

99% of Android users are either browsing with Chrome, or the default browser (which is Chrome-based starting from 4.3 or 4.4, can't remember). If I start debugging for Habit, then I'll have to go back to debugging for IE6 too, and you don't want me to do that, do you..?
377
The Pub / Re: Creating a Front Page
« on February 26th, 2015, 02:46 PM »
Hmm... That's the kind of thing that's easy to do in Wedge, normally.
Copy Home.php into another file, say Front.php, rename Home() to Front(), copy Home.template.php to Front.template.php, then do your modifications... Now go to the admin area, Home page settings, choose Custom action (I think it's called that), and enter 'Front' in the input box. Save. Should work...
378
Features / Re: New revs
« on February 25th, 2015, 04:52 PM »
[Commit revision ea7438e]
Author: Nao
Date: Wed, 25 Feb 2015 16:17:23 +0100
Stats: 3 files changed; +12 (insertions), -5 (deletions)

  • Simplified default .chosen behavior for menus, moved the previous behavior to Wuthering, and changed behavior to a single line on Wilde. (Waiting to see if there's any interest in that one.) (index.css, Wilde/extra.css, Wuthering/extra.css)

[Commit revision 7dd4d09]
Author: Nao
Date: Wed, 25 Feb 2015 16:21:18 +0100
Stats: 1 file changed; +2 (insertions), -2 (deletions)

  • Updating regex for 'content' tag exclusion in CSS processing. This new one is more complicated, but should be helpful in some edge-cases with semicolons. If it breaks anything, please tell me ASAP. (Subs-Cache.php)

[Commit revision 4d65a29]
Author: Nao
Date: Wed, 25 Feb 2015 16:52:28 +0100
Stats: 1 file changed; +9 (insertions), -3 (deletions)

  • Homepage customization page was getting wrong default data after a Wedge install. (ManageSettings.php)
  • Moved homepage customization help message below per-option settings. This should be slightly less confusing, I hope... (ManageSettings.php)
379
Support / Re: Input boxes flickering.
« on February 25th, 2015, 11:21 AM »
I never saw that problem.

Using chrome 36 on android 4.4...

Just tested again.
380
Support / Re: Wedge to SMF2 importer ?
« on February 23rd, 2015, 08:15 PM »
- I don't use infractions, so to me fixing them is not a priority because I wouldn't even know where to start... Also, SMF doesn't have them, so..??
- The mail area is something I've been working on, I actually think it works better than SMF at this point... However, it's best to use UTF-8 everywhere. I haven't read your topic yet, though.

And to answer your question, no, there is no converter *to* SMF, but there is no converter *from* SMF either, it's actually an *importer*, which is much better because it lets you try out Wedge ALONGSIDE your SMF install, and then if you like it, you do the import again and you move your Wedge folder in place of your SMF folder. Done!

I'm actually preparing to switch Noisen.com to Wedge, just saying...
381
Features / Re: Language revs
« on February 21st, 2015, 12:36 AM »
[Commit revision 455ea37]
Author: Nao (Signed-off)
Date: Sat, 21 Feb 2015 00:36:05 +0100
Stats: 3 files changed; +3 (insertions), -9 (deletions)

  • Installer changes. (Install)
382
Features / Re: New revs
« on February 21st, 2015, 12:35 AM »
[Commit revision 3625523]
Author: Nao
Date: Fri, 20 Feb 2015 14:58:19 +0100
Stats: 1 file changed; +8 (insertions), -0 (deletion)

  • Minor fixes to the installer CSS. (install.css)

[Commit revision 8e3f28a]
Author: Nao
Date: Sat, 21 Feb 2015 00:35:40 +0100
Stats: 2 files changed; +11 (insertions), -57 (deletions)

  • Removed installer's ability to self-delete. This didn't work for me these days, and didn't seem to be buggy, but anyway it doesn't matter -- once the forum is installed, there is NO way to reinstall it unless you delete or rename your Settings.php file and install to a new prefix, so there really was no need to bother admins with this extra step. You can always remove the install folder manually, of course. (install/install.php, Install.english.php)
383
Bug reports / Re: Moved Topic not being marked as 'Read'
« on February 20th, 2015, 03:01 PM »
Yep...

Maybe I could check them by default, though..! Everyone happy, I guess...
384
Archived fixes / Re: 'ViewRemote' not found or invalid function name
« on February 20th, 2015, 03:00 PM »
I got it in the past too, but only locally, and not recently... I always assumed it was due to some weird thing done by an unexpected call to localhost. (For instance, trying to access a domain name that redirects to 127.0.0.1 might trigger errors in your local Wedge. That's the reason I made a recent fix to suppress a potential harmless error message.)
385
Bug reports / Re: Collapse Forum
« on February 20th, 2015, 02:26 PM »
Quote from CerealGuy on September 26th, 2014, 03:27 PM
First hiding a forum would be better if it's done by ajax and just fire a GET request to the collapse action.
And the collapse action does not show thoughts and recent posts. Also Home.template.php doesnt get runned.
Actually, the collapsing simply redirects to the board list, rather than the home page... If you then click on the homepage, you'll get everything, plus your collapsed categories.

I have no means to determine where the page is coming from, so it's best to redirect to the board list because you may very well NOT have the board list on the home page, if you choose so.
386
Features / Re: New revs
« on February 20th, 2015, 12:25 PM »
[Commit revision bc4a740]
Author: Nao
Date: Fri, 20 Feb 2015 12:24:47 +0100
Stats: 1 file changed; +4 (insertions), -2 (deletions)

  • In a CSS file, using rand() with the same ranges at different points (for instance background-color: rgb(rand(0,255), rand(0,255), 0)) would return the same values for all instances. This was an optimization for all other PHP functions accepted by Wedge, but contradicted the very essence of rand(). (Class-CSS.php)
  • Hey, I bet no one but me was even aware that function was available in skin files, right? Ha!
387
Bug reports / Re: Moved Topic not being marked as 'Read'
« on February 20th, 2015, 12:19 PM »
Shouldn't these topics be marked as read from the beginning, anyway..?

(I hate these. That's one feature I'd never have personally added to Wedge...)
388
Archived fixes / Re: 'ViewRemote' not found or invalid function name
« on February 20th, 2015, 12:18 PM »
Has anyone been getting this since...?

And more importantly, if you've been getting this: is it on a local (localhost, 127.0.0.1, etc.) server, or an actual, online server..?
389
Archived fixes / Re: Topic merging not working anymore
« on February 20th, 2015, 12:11 PM »
Are you still getting the same errors..?
Still giving you the same error? Even after updating the proper files..? Did you test on new dummy topics?
390
Archived fixes / Re: Incompatible with newer PHP Versions
« on February 20th, 2015, 11:45 AM »
Solved or not..? I think I committed something related to that...