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 - Dragooon
136
Features / Re: New revs - Public comments
« on March 29th, 2013, 06:13 AM »
So it's now supposed to show all the notifications whether read or unread?
137
Features / Re: Miscellaneous/WIP screenshots
« on March 29th, 2013, 06:08 AM »
That's pretty nice, and kinda ironic. I am looking for a good PHP GD charting library ATM :P.
138
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 28th, 2013, 04:52 PM »
And giving them that option won't be hard. Hell I can easily make a plugin that allows a person to subscribe to another member. Not sure if it'll be well received :P.
139
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 28th, 2013, 04:47 PM »
Totally unrelated bug, I can't do cmd + b for bold on Mac.
Quote from Arantor on March 28th, 2013, 04:43 PM
Oh, it's the same thing, just different terminology (and more sane terminology than 'Notify' seems to be). But there is a big difference between 'all new' and 'new in things you're specifically interested in'. I can well imagine some people wanting notifications on all posts, and some people only wanting notifications on posts they were watching.
I'm going to assume you meant topics they are watching, because watching posts is not only creepy, it's useless :P. But they are options that aren't hard to implement (i.e. difference between notify board and notify topic), plus the notify on all vs notify on unread is something that's easily resolvable via handleMultiple as far as I can think.
140
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 28th, 2013, 04:39 PM »
Quote from Arantor on March 28th, 2013, 04:37 PM
Is that notification on 'new topics', 'new posts in topics you're watching' and 'new posts in topics you're watching but only for the first unread post'?

   As for boards, is that 'new topics', 'new topics and new posts in topics you're watching', 'new topics and all new posts'?

   There are people who want this stuff >_<

(I'm not sure whether it *should* be, I'm just trying to get a feel for what it currently is and what the plans are for it rather than whether it should do these things.)
By default it's for new posts but can be extended in multiple ways to incorporate those option. By automatically subscribing to topics you're watching (it also has the option to automatically subscribe to topics you post or reply, I'm not sure if it works ATM :P), and by giving options. I haven't done it but porting those options should be a simple affair. What is the difference between "notify" and "watching" a topic? Seems redundant to me?
141
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 28th, 2013, 04:33 PM »
Quote from Arantor on March 28th, 2013, 04:32 PM
Just checking ;)

   That would also mean we need to figure out some way of getting people to notify for a given board or topic that they're watching... and that does need to be in the core.
Already taken care of, just need to be incorporated into core. That part is handled by my notification subscriptions core + subscription handlers. I have coded them for topics, need to work on board but it's pretty simple.
142
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 28th, 2013, 04:31 PM »
Quote from Arantor on March 28th, 2013, 04:19 PM
That works for me.

   Also, when looking through the code the other day, I realised the subtle change that occurs... it actually replaces the old notifications area for board/topic notifications by replacing area=notification in the profile. I take it that was intentional?
Yes, the entire old notification and subscription system is meant to be replaced by this (hence the entire reason I added e-mail grouping and notifications)
143
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 28th, 2013, 04:17 PM »
Meh forget about it, it was actually a stupid joke :P.

I've been thinking, is it a good idea to move the notification list (all of them) to the profile area instead of an independent action? The notifications action will still remain still it's used for more than that but the list goes into the profile. XF does something similar and it's not a bad idea.
144
Off-topic / Re: Unknown Action
« on March 27th, 2013, 06:13 PM »
I don't know how Who's Online works so I keep forgetting about it...plus I count it as finishing touches so don't point at me :P
145
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 27th, 2013, 06:12 PM »
Quote from MultiformeIngegno on March 27th, 2013, 06:06 PM
No, I explained myself badly. When I try to type @Arantor, as long as I arrive at typing @Aran, those popups with the numbers appear.

   EDIT: oh so they was for debug?
Yeah I got what you meant, what I meant was you didn't need to add a space after @ :P.
146
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 27th, 2013, 06:04 PM »
Quote from MultiformeIngegno on March 27th, 2013, 12:40 PM
Uhm, this is strange. I tried to notify Arantor, so I typed @ Aran (of course without the space) but Chrome throwed the popups attached, every time with a different number.

   To reproduce: type @ Aran (without space) then close the first popup, press ESC and a new popup with a different number should appear, close it and press ESC again ...
You can freely use @Aran, see it won't do anything. BTW @Nao, you forgot to remove debugging code :P
147
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 27th, 2013, 11:06 AM »
@Nao: Okay, improved name detection. Apparently preparsecode's changing of \n to <br> was breaking @Dismal Shadow's name detection (or anyone else followed by a line break). https://github.com/Dragooon/WeMentions/commit/efcd547c925f572e94c5a51fb37b6aa5b62082ee
148
Features: Posts & Topics / Re: Automatic Quote splitter
« on March 27th, 2013, 10:46 AM »
Quote from Nao on March 27th, 2013, 10:44 AM
So, I'm committing this in my Nth batch of minor stuff.
   I still haven't made a decision for non-touch devices, though. Should we enable smart splits by default, and disable them with Shift/Ctrl+Enter (and reflect that in the shortcuts), or leave it as it is right now..?
Yeah, I'd like that. Smart splits by default
149
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 27th, 2013, 07:08 AM »
@Arantor: Yay your first notifier, a couple of points though
1) It can use multiple handling, something like Arantor and 4 others liked your post "Re:Like my post" which is pretty simple to implement (mostly Notifier::getText and Notifier::handleMultiple stuff). Currently it'll just stop the notification and bump it, you can add a count in data and increment it when handleMultiple is called and add some conditional checks on getText
2) It should be LikesPost since it'll currently only handle that

EDIT:
@Nao: Can you temporarily remove caching stuff from weNotif::get_quick_notifications on this site? I want to see if that fixes things.
150
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 26th, 2013, 10:01 PM »
Well sure, the plug in should work although I haven't extensively tested it. It should also show how multiple notifications are grouped together.