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.
8911
Other software / Re: It's been released today!!!
« on May 12th, 2011, 07:05 PM »
What's it called now? 2.0?
8912
Features: Posts & Topics / Re: Like/dislike
« on May 12th, 2011, 07:01 PM »
Up to you to revive the discussion I guess!
8913
Other software / Re: It's been released today!!!
« on May 12th, 2011, 06:59 PM »
It probably had other major features... I just don't remember them, since I don't use it ;)
And you use Chrome... Go tell them about your .0 theories :niark:
And you use Chrome... Go tell them about your .0 theories :niark:
8914
Features: Upcoming / Re: Private tag
« on May 12th, 2011, 06:59 PM »
I've forgotten an even higher % myself!
That's why I keep thinking we should talk, then work, then talk again, then work again etc, instead of trying to determine everything first (the Jaelta syndrom :P)
Thankfully, that's what we do most of the time...
That's why I keep thinking we should talk, then work, then talk again, then work again etc, instead of trying to determine everything first (the Jaelta syndrom :P)
Thankfully, that's what we do most of the time...
8915
Features: Posts & Topics / Re: Like/dislike
« on May 12th, 2011, 06:58 PM »
Well, SMF2 requires a rewrite of many mods in the first place...
At this point, we do not know yet if Wedge2 will be a heavy rewrite, or if we'll try to retain our modder community. After all they'll have been through to make their mods work in Wedge1.... :P
At this point, we do not know yet if Wedge2 will be a heavy rewrite, or if we'll try to retain our modder community. After all they'll have been through to make their mods work in Wedge1.... :P
8916
Features / Re: New revs
« on May 12th, 2011, 06:52 PM »
rev 768
(7 files, 12kb)
! Guests could generate an internal error when updating the topic view count. (Display.php)
+ Added $new_topic to the list of params that can be read and rewritten in createPost. (Subs-Post.php)
! Unseen media area was using the wrong language strings and had misplaced buttons. (Media.template.php)
! Some of the media permissions still had the 'aeva_' name in them. Hopefully I've updated everything that needed it. (ManageMedia.php, ManageMedia.language.php, ManageMedia.template.php)
(Can't believe some of these bugs I never noticed until now... :P)
(And yes, that's probably the reason why single-upload didn't work on the demo site...)
(7 files, 12kb)
! Guests could generate an internal error when updating the topic view count. (Display.php)
+ Added $new_topic to the list of params that can be read and rewritten in createPost. (Subs-Post.php)
! Unseen media area was using the wrong language strings and had misplaced buttons. (Media.template.php)
! Some of the media permissions still had the 'aeva_' name in them. Hopefully I've updated everything that needed it. (ManageMedia.php, ManageMedia.language.php, ManageMedia.template.php)
(Can't believe some of these bugs I never noticed until now... :P)
Posted: May 12th, 2011, 06:50 PM
(And yes, that's probably the reason why single-upload didn't work on the demo site...)
8917
Features: Posts & Topics / Re: Like/dislike
« on May 12th, 2011, 06:46 PM »
A strong hint :P
Because once 1.0 is out, we can hardly modify the admin area in depth, as it could mean replacing a lot of the hooks etc.
Because once 1.0 is out, we can hardly modify the admin area in depth, as it could mean replacing a lot of the hooks etc.
8918
Features: Upcoming / Re: Private tag
« on May 12th, 2011, 06:45 PM »
I'm sure we already discussed it in the past. :P
8919
Features / Re: Function createPost improvement
« on May 12th, 2011, 06:44 PM »
Perhaps it was outside the function at the time, I dunno ;)
8920
Other software / Re: It's been released today!!!
« on May 12th, 2011, 06:43 PM »
You... Didn't know? :^^;:
It was apparently a lot of work merging the two codebases... Personally, I thought it was the most exciting new feature in WP3, but when I realized its execution sucked[1], I just left it at that.
It was apparently a lot of work merging the two codebases... Personally, I thought it was the most exciting new feature in WP3, but when I realized its execution sucked[1], I just left it at that.
| 1. | Multiple tables added for each new blog, complicated permission management... |
8921
Features: Miscellaneous / Re: Minor features
« on May 12th, 2011, 06:41 PM »
Hmm... Dunno, if it's in the same place as in Disable Smileys, I guess it makes sense.
If SMF goes gold in the next two weeks, you still think you can outrun them?
If SMF goes gold in the next two weeks, you still think you can outrun them?
8922
Features: Upcoming / Re: Private tag
« on May 12th, 2011, 06:23 PM »Question: when a user quotes a post, it should be stripped, or left in, depending on whether they can see it
Having a private conversation happen in the middle of a public conversation should be considered a no-no. You can share some thoughts in a single post, but if others want to reply to you, they'd better do it by PM.
Of course, that's my opinion and I may be convinced otherwise, but I'd tend to say no.
but presumably, admins and moderators will get it in the quote as well?
8923
Features: Posts & Topics / Re: Like/dislike
« on May 12th, 2011, 06:22 PM »That's because it's a disorganised clusterfuck right now.
With an overhaul of structure, from the ground up, that should cease to be a problem.
8924
Features / Re: Function createPost improvement
« on May 12th, 2011, 06:21 PM »
No, it was inside.
$topicOptions['id'] has the topic ID but I'm not sure we can determine whether it's a new topic in create_post_after, though. It can be done in create_post_before by testing for the topic ID (empty), but not after -- I think. It may be smart to add &$new_topic as a parameter in the create_post_after (and in create_post_before, in case you want to 'cancel' the new topic status and redirect the post to an existing topic.)
I'll do just that. (Actually, done.) (Just needs to be committed.)
$topicOptions['id'] has the topic ID but I'm not sure we can determine whether it's a new topic in create_post_after, though. It can be done in create_post_before by testing for the topic ID (empty), but not after -- I think. It may be smart to add &$new_topic as a parameter in the create_post_after (and in create_post_before, in case you want to 'cancel' the new topic status and redirect the post to an existing topic.)
I'll do just that. (Actually, done.) (Just needs to be committed.)
8925
Other software / Re: It's been released today!!!
« on May 12th, 2011, 06:09 PM »
Yes, but it was merged with WP main in 3.0.