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 - Arantor
2341
Archived fixes / Re: Undefined: ex_string in Class-CSS
« on November 27th, 2012, 12:45 AM »
I still think it would e better to flag the error, that way someone can deal with it; I wouldn't have figured it out for a while if I hadn't been specifically looking.
2342
Archived fixes / Re: Thoughts usability on tablets
« on November 27th, 2012, 12:44 AM »
Yes, I know it's the home template but right now it's about the only way to use thoughts, and the odds of admins customising that to any significant degree (considering the AJAX updating) is pretty much nil...
2343
Archived fixes / Re: Moderation filters "function" param wroong
« on November 26th, 2012, 03:08 PM »
Yup, it should definitely be $critieria in both the call and the if before-hand. I'll commit it once I have some other stuff to commit, but need to head out now.
2344
Features / Re: Improving how smileys are managed
« on November 26th, 2012, 06:02 AM »
This is why I want to know how people use it, whether that will be enough.

Do people, for example, break out a festive set of smileys? Do sites generally have multiple sets on offer? Is it worth the complexity of code for it?
2345
Archived fixes / Re: Moderation filters "function" param wroong
« on November 26th, 2012, 05:59 AM »
Awesome, thanks. I'll look at it first thing in the morning.
2346
Archived fixes / Thoughts usability on tablets
« on November 26th, 2012, 04:20 AM »
Firstly, this isn't strictly a bug report, and secondly I am being specific to tablets as most of them are effectively desktop capable in terms of resolution and space but using touch.

My beef is that it isn't obvious at all on a tablet that you have to touch the thought to bring up the options like reply, there's no UI cue or anything.

On a side note, you have to tap the actual text of the thought, you can't tap the empty space in the thoughts' row.
2347
Features / Improving how smileys are managed
« on November 26th, 2012, 04:12 AM »
So, this was raised ages ago in the private area, and I want to bring it back for discussion. It is, after all, something of a mess.

First question: do we really need the facility for multiple smiley sets?

Second question: do we really need to ensure the same smileys are present in every set?

Third question, and this is one for the programmers rather than anyone else: can we safely ditch the predefined smileys shtick? Spoiler because it's long, messy and of little importance to most people, other than the UI aspect which I'll deal with afterwards.

(click to show/hide)
So, smileys have the predefined list hardcoded into the smiley code in a bunch of places, so that we don't have queries when we don't need them, except that anyone who uses customised smileys in any fashion - and that's probably most people who don't have a 'businessy' site - will be using customised smileys, and thus the performance aspect.

I seem to remember that it is cached, but that's not a hard thing to check and enforce. And even if we do have the whole multiple smiley sets (which I'm not entirely convinced needs to remain but I'm willing to go with the majority), it's not like we can't just cache everything and be done with it.

So there is a performance trade off for people who do use it, versus less hit for people who don't, but then we have the UI aspect...

I mentioned a UI problem. Adding a new smiley is incredibly unintuitive.[1]

So, if we don't have customised smileys, because internally it's *all* that customised gig, we get to massively streamline the UI. Depending on how the above other questions turn out.

Also: as far as I'm concerned you will have to use FTP/SFTP credentials to upload files. I really hope that's not a problem for anyone because I'm not prepared to budge on that; the whole point is to NOT have to change file permissions and thus encourage people to make things insecure by design.

Thoughts welcome.
 1. In fact, one of my side projects is a heavily modified SMF install (there's enough custom code that I don't want to have to keep patching to keep it level with Wedge, and I don't even see my keeping it beyond SMF 2.0). For reasons I won't get into, this project's smiley set was made out of a single sprite sheet, so I crudely replaced the code in SMF with that image and offsets and whatnot, and I showed the other folks involved on the project the UI, showing off the different smileys and all the codes attached to it - and the take-away comment was "I like the whole admin control. I wish SMF had such." - as in he thought I'd made the entire UI for customised smileys, solely because no-one had mentioned to him about enabling them.
2348
Archived fixes / Re: Undefined: ex_string in Class-CSS
« on November 26th, 2012, 03:58 AM »
Is this the one you've mentioned as fixing in the last changelog or so? I don't want to re-test it without being sure.
2349
Bug reports / Re: Delette member does not affectt the media area
« on November 26th, 2012, 03:58 AM »
I have no idea which tables need to be updated, or indeed whether anything actually needs to be done other than pruning logs.

On the one hand you could argue that the items should be deleted, on the other you could argue that all you really need do is ensure that the table joins don't flake out because there's no longer a matching relation to the members table, it would have the same practical effect as resetting the ids to 0.

Also, while we're on that note, do we need to add the facility to reassign owners of albums and so on? Are the old details recorded, e.g. email address? Same deal for items, on that same note.
2350
Archived fixes / Re: Membergroup settings
« on November 26th, 2012, 03:55 AM »
Also, I'd note that I have about 75% of this but I stopped it for now because it made me realise that topic privacy is broken because of the ways permissions are currently handled internally.
2351
Features / Re: Calendar
« on November 26th, 2012, 03:53 AM »
So, I spent some time looking at what IPB does. I see it as the real competition to Wedge, not so much competing with SMF or the other free systems. I figure if it's what people are willing to pay for, I want to see what it demands.

I gotta say, I'm inclined to take the road they did - there's no calendar board, no linked topics or anything, you just have the calendar as an item that people can browse - and there's an RSS feed for it too.

They also provide abilities like restricting who can see individual events, plus a per-day view (as opposed to SMF/Wedge which currently only offer month/week views, because it can't handle times on events, there's no need for a per-day view), plus the ability to support multiple calendars rather than just one, though I'm honestly not sure how useful that part is.

It does make me seriously wonder how much of the calendar is worth salvaging.
2352
Features / Re: New revs
« on November 26th, 2012, 03:48 AM »
(7 files, 4KB)

Revision: 1782
Author: arantor
Date: 26 November 2012 02:47:42
Message:
! Add facility for stating an editor button's class when adding the button after instantiating wedit as suggested by Live. (Class-Editor.php)

! Add some extra options to cURL for secure connections. (Class-WebGet.php)

! Deleting a news item didn't flush the cache. (ManageNews.php)

! SMF bug: referer not checked when handling admin reverification. (Security.php)

! SMF bug: a few issues in the PayPal handler (Subscriptions-PayPal.php)

! SMF bug: who's online could be confused with session variables that are now wrong. Was fixed at some point post 2.0 but the fix was not migrated to Wedge. (Who.php)

! display_quick_reply not checked before use. (Media.template.php)
----
Modified : /trunk/Sources/Class-Editor.php
Modified : /trunk/Sources/Class-WebGet.php
Modified : /trunk/Sources/ManageNews.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/Subscriptions-PayPal.php
Modified : /trunk/Sources/Who.php
Modified : /trunk/Themes/default/Media.template.php
2353
Bug reports / Re: IE Text Highlighting issue in Posts
« on November 26th, 2012, 03:37 AM »
Does this happen on local installs?

I seem to recall this being related to the attachment drag and drop plugin of Dragooon's, which also may or may not have been fixed in the intervening time.
2354
Archived fixes / Re: Can't edit or remove thoughts from main page in SVN
« on November 26th, 2012, 03:34 AM »
Since the file in SVN now matches what's here, it all works.
2355
fixLongWords got removed a fair while ago, it's done via CSS these days.