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
196
Plugins / Re: The whole "core feature" thing
« on March 13th, 2013, 10:32 PM »
Quote from Arantor on March 13th, 2013, 10:29 PM
Ideally, they'd go in directly to the sources, including loadSource calls etc. as necessary with direct function calls as and when appropriate.
Okay....last thing, who's gonna do this? :P

EDIT: I merely ask because I cannot commit to Wedge's repository, so will you or Nao do it or should I make a diff patch?
197
Plugins / Re: The whole "core feature" thing
« on March 13th, 2013, 10:19 PM »
Okay, so how do they go in? I guess the two core plugins will be directly into the sources. Will the essential notifiers also be embedded into sources?
198
Plugins / Re: The whole "core feature" thing
« on March 13th, 2013, 10:13 PM »
No, some essential ones will also be in the core along with notifications and the subscriptions core. But the less important ones remains as plugins.
199
Plugins / Re: The whole "core feature" thing
« on March 13th, 2013, 10:11 PM »
What if the notification core goes into Wedge's core completely and most of the notifiers remain as plugins?
200
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 13th, 2013, 08:07 PM »
Quote from MultiformeIngegno on March 12th, 2013, 12:53 PM
This can be useful also to notify the likes on posts (actually there's no notification of likes). :)
And done
201
Features / Re: Message icons, some proposed changes
« on March 13th, 2013, 09:58 AM »
Perhaps apart from 3ds you can also add ps and xbox icons as well? Can these be edited?
202
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 12th, 2013, 12:55 PM »
Quote from MultiformeIngegno on March 12th, 2013, 12:53 PM
This can be useful also to notify the likes on posts (actually there's no notification of likes). :)
Of course, that's one of the notification extensions I've planned.
Posted: March 12th, 2013, 12:54 PM

The idea is to replace the entire notification and subscription system Wedge currently has with this.
203
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 12th, 2013, 12:48 PM »
How about this?
204
Plugins / [Plugin] Re: Improved attachments upload
« on March 12th, 2013, 10:50 AM »
Quote from Nao on March 12th, 2013, 09:48 AM
I installed your copy yesterday, but didn't look into it I have to admit.
It's also present in previous svn version without any of my changes.
205
Plugins / [Plugin] Re: Improved attachments upload
« on March 12th, 2013, 08:53 AM »
Bug, I can't get the drop area to appear after dropping my first item. Will have a look at it in a while.
206
Features / Re: Mini-skeletons
« on March 12th, 2013, 08:43 AM »
What does that mean? :P
207
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 11th, 2013, 09:20 PM »
Yeah, will work on it more tomorrow. I've finished most of other things with the plugin and further extensions, perhaps Nao can install them here in a couple of days (atleast the core and mentions plugin)?
208
Plugins / [Plugin] Re: Notifications system (1.0)
« on March 11th, 2013, 09:01 PM »
How's this? The entire notification thing is a popup (similar to the search popup)
209
Plugins / Re: The whole "core feature" thing
« on March 11th, 2013, 06:46 PM »
Quote from Arantor on March 11th, 2013, 06:42 PM
I don't want to make you lose your repository if it's at all possible :(
There are a couple of ways to avoid that

1) Let it be a pure plugin (and we're back to square one), now that I think about it, a special "core plugin" isn't a great idea. It's either fully plugin or fully core
2) This is something I'm taking from how Android gets built, that thing is distributed to atleast 50 repositories. Make a separate script that'll automatically fetch external dependencies and compile them into the core build. Notifications and other plugins being some of them. It shouldn't be too hard, I can perhaps do it if everyone's on board the idea. It probably does complicate things a bit (perhaps unnecessarily).

I can't honestly think of a way that'll work for all of us. Perhaps leave it as a plugin for now and re-visit this when Wedge's beta or something? Then we'd have more input, especially from active users
210
Plugins / Re: The whole "core feature" thing
« on March 11th, 2013, 06:38 PM »
Here's a third option (for real). The entire thing goes into Sources, Themes, languages folder with each file going in there respective places. But it still uses hooks. I can see this working, this way it cannot be disabled easily, still uses hooks, require no crappy rewrites (barring a couple of changes in the core plugin itself). I do loose my GitHub repository :P...