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
391
Features / Re: Github & stuff
« on July 23rd, 2012, 04:43 PM »
People find Git to be more user friendly than Hg :P, I find them to be same.
392
Take another one! :P
393
Plugins / Re: Wand
« on July 16th, 2012, 09:34 PM »
Quote from Nao on July 16th, 2012, 05:00 PM
Okay, found it... I think.
https://github.com/SimpleMachines/SMF2.1/pull/59
I can't see it in action, so I have no idea what it looks like. But it reminds me of Dragooon's bars because they're skewed by 45°
He probably stole it from the same place I did :P
394
Features / Re: Github & stuff
« on July 16th, 2012, 09:10 PM »
The problem with giving direct access to commit is that you cannot review their work before including, it, in some ways, can be worse than a pull request. I know declining a pull request can be a slap in the face, but a lot of projects have pulled it off fairly fine. There really are not many good ways of rejecting a fully coded submission. Or we can go even more heavy duty by using something like gerrit.
395
Features / Re: Github & stuff
« on July 15th, 2012, 06:30 AM »
Quote
Unlike Github where everyone can push things to a project and that puts an onus on the project leaders to review and accept patches.
No? Only organization members/collaborators can push to the repo. Plus you do get free wiki and bug tracking with github
396
Features / Re : Github & stuff
« on July 8th, 2012, 03:27 AM »
Not trying to be biased but Hg has nothing over Git, AFAIK it can do pull requests like the way git does but it is not better and most likely worse. Plus in all honesty github is perhaps the best repository hosting option out there ATM. Google code hardly has anything like fork support or pull request (Google itself doesn't use it for Android), source forge is old news, bit bucket/repository hosting have much less features than github (AFAIK) plus a much smaller user base.
397
Off-topic / Re: Aeva Media and Nginx
« on June 18th, 2012, 02:35 AM »
Pretty much looks like either your paths are wrong or PHP can't access the folders for some other reason, so none of the icons would work either.
398
Off-topic / Re: Aeva Media and Nginx
« on June 18th, 2012, 02:29 AM »
Folder ownership/permissions? Can it be seen by Nginx?
399
Off-topic / Re: Aeva Media and Nginx
« on June 18th, 2012, 02:09 AM »
The problem lies somewhere else, the links are never redirected, the functions associated with those URLs actually serve the file. So you cannot actually add some rewrites.
400
Features / Re: Proposed change to add_linktree()
« on June 17th, 2012, 05:50 AM »
Quote from Arantor on June 17th, 2012, 12:43 AM
There was a function for this?! I wasn't aware there was ever a function for it, that it was always done by just adding to $context['linktree'].
This pretty much sums up my reaction as well, I never knew such function existed...
401
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 11th, 2012, 05:14 PM »
Quote from Nathan Sparrow on June 11th, 2012, 05:33 AM
Nice & elegant. :)

Does this have any impact the server?
It has some impact due to additional queries, but I'm trying to be very careful about minimizing any extra load and optimizing it as much as I can, plus I'm also utilizing caching wherever I can.
402
Plugins / [Plugin] Notifications system (1.0)
« on June 10th, 2012, 08:14 PM »
I thought I'd announce this before I go, anyway, I've been working on a full fledged notifications of Wedge which is meant to serve as a replacement for all the existing notification with a fully pluggable notifications system.

The system plugin by default provides no notifications, but various plugin that will come with it that provides notifications for various actions. Currently implemented features:

- Allow plugins to easily issue notifications without much hassle
- Provide the user an easy interface to view those and mark as read, currently it's displaying 5 latest unread notifications on the sidebar with an option to view all notifications. The notifications are marked as read automatically as soon as they're clicked.
- Allow individual notifiers to be disabled per user, i.e. an user can choose to not receive notification for topic replies etc.
- Allow notifiers to send e-mails for notifications, which can be disabled on a per notifier basis by the user
- Allow e-mails to be received instantly, daily or weekly (not implemented yet)

The aim of the system is to provide an easy API for plugins to notify users without having to re-implement all the features again. Plus it provides a centralized system for receiving/viewing notifications.

Notification extensions
These plugins use the notifications core to issue notifications in various events, the notifications core itself is useless. These can be used as a sample for notification extensions

ID: Dragooon:WeNotif-TopicReply

Notifies the author of a reply to their topic

ID: Dragooon:WeNotif-Quote

Notifies the author if someone has quoted their post

I'll be working on replacing the existing notifications next, by providing plugins that mimic the funcionality but work full and well with the notification system.
403
Plugins / Re: Monthly Statistics on Profile
« on June 10th, 2012, 04:51 PM »
Quote from Arantor on June 10th, 2012, 03:52 PM
There IS a like button, you know :P
And I pressed it...:P
404
Features / Re: Need some help on a UI matter
« on June 10th, 2012, 12:00 PM »
I've been thinking about this, something like points system instead of a 0-100% linear scale might be better here, this is somewhat similar to a RPG's skill system :P. Basically there will be certain "points" associated with each infraction, say removing avatar and signature will be 1 point, avoiding posting in a board will be 3 points and avoiding posting all together will be 10 points. Admins can specify which membergroup can specify up to which points of infractions, so a local moderator cannot ban the hell out of an user because that user pissed him off. Similarly, if an admin can set thresholds of points, if an user accumulates a lot of points than he is automatically banned and/or an admin/global moderator/some other group is automatically notified.

Now on the admin side, an admin can specify which infraction has how many points and the membergroup limits of points, the moderator/global moderator can see his/her options while issuing an infraction in a simplified list and/or report the user to senior member with a reason (if he/she feels the user should have a level of infraction that is beyond his/her range).

PS : It'll be cool to be able to specify infraction for every permission instead of pre-defined sets, and of course, it should be plugable so that a normal mod can extend it to according to it's will.

PPS: Sorry if the entire idea sounds absurd, I'm on very little sleep, and fairly tired. Plus I drank a bit :p...
405
Plugins / [Plugin] Re: Improved attachments upload
« on June 10th, 2012, 09:34 AM »
Quote from live627 on June 10th, 2012, 03:52 AM
Quote from Antes on March 21st, 2012, 09:42 AM
Agree. It could be good if it in core with (Not working? Try simple uploader) -mode-
Would be better usability wise if a standard file input was shown and if JS determines if XMR upload is supported, replace with the drop elements.
That's what the plugin does ATM.