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
661
Bug reports / Re: Posting pictures on posts generates 8 errors
« on June 20th, 2014, 05:17 PM »
Hmm yeah it's entering an infinite loop.
I have no idea why I suggested that...

I'll have to look into it when i have some time.
662
Bug reports / Re: Posting pictures on posts generates 8 errors
« on June 20th, 2014, 03:31 PM »
Reply #9 on this topic!
663
Bug reports / Re: Posting pictures on posts generates 8 errors
« on June 20th, 2014, 12:31 PM »
@Farjo, I tend to forget that mentions also trigger a notification... :^^;:

@txcas, how exactly can it be fixed, when I didn't do anything for that, precisely because I was waiting for some feedback from you..?

:edit: Then if it's still there (™), why don't you follow the link I gave you..?
664
Archived fixes / Re: Notifications: Unable to save changes
« on June 20th, 2014, 12:29 PM »
Should be fixed in the latest commit!
665
Features / Re: New revs
« on June 20th, 2014, 12:29 PM »
[Commit revision 64b0fc9]
Author: Nao
Date: Fri, 20 Jun 2014 12:28:39 +0200
Stats: 3 files changed; +7 (insertions), -7 (deletions)

  • Profile redirects following a save operation should take sub-actions into account... I think? (Profile.php)
  • Fixed post-notification-save redirects. (Profile-Modify.php, Profile.template.php)
666
Archived fixes / Re: Contacts in profiles not saving
« on June 20th, 2014, 12:12 PM »
It's not a bug; as per my January 18 commit, I disabled the edit contacts feature (without actually removing the contact list for those who already had one built...), but forgot that the Save button was linked to said feature, so... Well, let's settle on half a bug!

Honestly, contact lists are a mess. I wanted to import my code from Noisen.com's feature, which is nicely made. I basically started using the UltimateProfile mod many years ago over there, then added my own customizations, and figured that I wanted it in Wedge. Only, I couldn't reuse the UP code, so I started to rewrite it, then linked it to privacy settings (which IIRC isn't as well done in Noisen), and then got killed by the UI.

You could say that admin UIs are my very own personal nightmare. I can write any kind of code you want, but admin UIs are a clusterfuck of bad ideas linked together by generations of developers who thought they knew better, and reinvented the wheel. So, basically, the admin area has many items that are built 'in a certain way', but not very flexible, and can't be used for situations not thought of by the original developers[1]. If it were up to me, I'd have replaced the admin area entirely with a new system, but it would have taken me months of work, and I thought that Pete was up to it... Only he didn't really work on that, he worked on changing the basic, functional admin homepage into a sad sad list of big icons. Every time I'm adding new pages to the admin area, I go through Hell and back. There are so many useless things to take into account! Admin pages have menu items! Page titles! Page <title>s! Descriptions! Sub-tabs or whatever! Permissions! And every time you want to change something, you have to make sure you update the Admin language file, AND the whatever-people-have-been-using other admin file that holds other language items! YAYZ!

No, seriously, this is quite disappointing. Every time I want to add a cool feature, the admin area gets in my way. The only way I managed to finally write the homepage builder in the admin area was that I used a simple textarea and, somehow, "stuck" to the SMF way of thinking... Heck, someone else can improve on that later. I just wanted to be done with that.
Now, I guess it's the contact list feature's turn...
 1. The Aeva Media situation is a bit special. It doesn't use much of the admin UI system, because the admin area was originally built by Dragooon to be usable on both SMF 1 and SMF 2, forcing him to reuse many SMF 2 blocks of code into his own work. Which, BTW, was probably legally uncertain at the time he worked on it..?!
667
Features / Re: New revs
« on June 19th, 2014, 12:12 AM »
[Commit revision e4a72e0]
Author: Nao
Date: Thu, 19 Jun 2014 00:11:41 +0200
Stats: 1 file changed; +5 (insertions), -6 (deletions)

  • Don't show my Aeva Media credit if neither the gallery nor the embed engine are enabled. Makes sense, I gotta earn that one! (Credits.php)
668
Features / Re: New revs
« on June 18th, 2014, 03:37 PM »
[Commit revision 2d3972e]
Author: Nao
Date: Wed, 18 Jun 2014 15:37:06 +0200
Stats: 2 files changed; +3 (insertions), -3 (deletions)

  • Unused globals. (ManageSettings.php, Home.template.php)
670
The Pub / Re: two-columns and Firefox on narrow windows
« on June 18th, 2014, 03:15 PM »
Quote from live627 on June 20th, 2013, 10:37 AM
Making them !important fixes the problem.
Actually, err... I just tested on Firefox + the phpinfo page in the admin area... It works flawlessly. Without any changes.
671
Features / Re: New revs
« on June 17th, 2014, 12:40 AM »
[Commit revision a15c895]
Author: Nao
Date: Tue, 17 Jun 2014 00:40:15 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Possible undefined index + array_diff error. (Load.php)
672
I'm wondering if doing a function_exists or is_callable call on 'set_time_limit' would result in a positive or negative result from your server, Leftie...?

Do you know how to test that?
673
Fixed, or not..?
Posted: June 15th, 2014, 01:05 AM

(Why are some topics in 'Archived fixes' when they're not marked as solved....?)
674
Support / Re: How do I hide from the Guest "Thoughts"
« on June 15th, 2014, 01:51 AM »
More opinions on this..?
675
Features / Re: New revs
« on June 15th, 2014, 01:50 AM »
[Commit revision 7b506ea]
Author: Nao
Date: Sun, 15 Jun 2014 01:07:57 +0200
Stats: 1 file changed; +0 (insertion), -1 (deletion)

  • This doesn't need an explicit line break... (MoveTopic.template.php)

[Commit revision b6a26ba]
Author: Nao
Date: Sun, 15 Jun 2014 01:49:56 +0200
Stats: 1 file changed; +3 (insertions), -3 (deletions)

  • Fixed sidebar menu styling. (index.css)