Comming Soon:Accounts Addon

Adds complete user authorization to Roster

Moderator: mdeshane

Comming Soon:Accounts Addon

Postby mdeshane » Fri Aug 29, 2008 7:27 am

Okay, I'm almost ready to go beta with the addon. I just have some cleanup to do in the coding before I put it up on the SVN. I added the messaging system, and the user application. I've also added a form system, however not all the pages have been updated for the new form system. From the beta period to release I will cleanup the admin side, update non-english locale files, make the user profile editable, convert some forms to the new form system, and implement the plugin system. In the mean time, here are new screen shots of the application and message system.

Image
User Application (Notice the new text area, it matches the roster so well!)

Image
Message System Main

Image
Message System Inbox

Image
Message System Outbox

Image
Message System Read Message

Image
Message System New Message

I hope you enjoy these screen shots as well. I look forward to uploading the changes to the SVN so all the devs can beta test this. And yes Zanix, I did write a form class, that you'll probably ninja loot for Roster 3 as well... lol
Last edited by mdeshane on Fri Aug 29, 2008 7:29 am, edited 1 time in total.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Comming Soon:Accounts Addon

Postby Anaxent » Fri Aug 29, 2008 10:42 am

hehe... He said ninja loot
Looks good man and id love to start checking out the plugin setup.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Comming Soon:Accounts Addon

Postby PleegWat » Fri Aug 29, 2008 1:01 pm

What I'm missing from the mail pages:

- Forwarding mail
- Mail to multiple destinations, or an entire group.

Also, does it do email alerts?
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Comming Soon:Accounts Addon

Postby Saec » Fri Aug 29, 2008 8:17 pm

looking awsome!
Saec
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Fri Jul 07, 2006 8:38 am

Comming Soon:Accounts Addon

Postby mdeshane » Sat Aug 30, 2008 3:59 am

Unfortunately it does not do e-mail alerts. However, I could probably add it in before release, as well as forwarding. I kind of planned on group/multi messaging on the admin side, to reduce users spamming and limit the function for alerts, and news from admins.
I just need to cleanup the addon install file, and make sure I added all the changes to the changelog. Then I will transfer the changes to the SVN. Also before release I'll be adding the PHPMailer class, or parts of it, which should make email notifications a breeze.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Comming Soon:Accounts Addon

Postby mdeshane » Sun Nov 23, 2008 4:07 am

Great news! I'm calling this the Pre-Beta release, there are still a few things I'd like to fix and add before calling it Beta... Among those items is to add in the sendmail class (for activation, message forwarding and newsletter). I'd also like to go through and fix/re-organize the admin section before making it Beta. After it goes beta I will finish what I've started on the plugin framework. I will also need to fix a few things with the form class, it currently adds a space at the top and bottom of forms in Internet Explorer, though it works perfectly in Firefox. The changelog info is below... Please let me know of things that need to be added or fixed with this version...

Accounts v1.9.9.940 [SVN]416:
- Fixed
-- Undefined $body error in character view settings
-- Login issues requiring refresh to allow/show logged in status

- Modified
-- inc/profile.lib.php, inc/page.lib.php, inc/login.php, admin/profile.php, admin/settings.php, inc/memberslist.php for locale changes
-- Memberslist display items, centered and colorized using settings from Realm Status Config
-- admin/profile.php updated for it's actual config entries
-- inc/update_hook.php added region column update, forgot the WHERE clause for userlink update
-- inc/install.def.php dumped applicants table and added messaging table, added acc_use_app config to Registration Settings
and menu link for messaging
-- Registration form now generated using the form class
-- Application form now generated using form class
-- inc/user.lib.php re-worked registration function now has full(Application) or basic(Registration) option

-Added
-- inc/form.lib.php the new form generation class
-- inc/messaging.lib.php the new private message class
-- inc/page.lib.php added mail page function
-- images folder for basic avatar generation
-- region column to user_link table in inc/install.def.php
-- getGroup(), getAvSig(), setAvSig() and setMain() in inc/profile.lib.php

** The Added items did not get posted in the SVN notes... It was a copy/paste error, sorry... **
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: Comming Soon:Accounts Addon

Postby lukes » Mon Nov 24, 2008 3:43 pm

Great work. I already have a feature request for the future:
Some people have privacy issues with roster, some don't like having their bags/mail visible, others don't like their playtime public visible and so on. You can set it up for each char atm, but as a admin in a big guild you would have a lot of work. Oh and siggen has the same problem: You can upload a user image, but if you change your items and want your image be current, your admin might get a lot of upload requests.

My idea: An admin can assign chars to a user of your plugin and the user could then set up those settings by himself.

TIA, Jakob
User avatar
lukes
WR.net Apprentice
WR.net Apprentice
 
Posts: 35
Joined: Tue Jan 22, 2008 4:46 pm

Re: Comming Soon:Accounts Addon

Postby mdeshane » Tue Nov 25, 2008 8:33 am

Thank you for your request! That is a great idea, however it already assigns characters to a user when they update their characterprofiler.lua. Users can then change the view settings for each of their characters in their settings. Although, your idea would work for those who don't update using characterprofiler.lua and use an Armory update. I'll have to see what I can do about making an admin interface for that.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: Comming Soon:Accounts Addon

Postby lukes » Tue Nov 25, 2008 1:57 pm

mdeshane wrote:That is a great idea, however it already assigns characters to a user when they update their characterprofiler.lua. Users can then change the view settings for each of their characters in their settings.

"it" == your addon? Thats great! :) So except the siggen thing my request already is implemented? Nice, perhaps I will play around with the SVN version.

Jakob
User avatar
lukes
WR.net Apprentice
WR.net Apprentice
 
Posts: 35
Joined: Tue Jan 22, 2008 4:46 pm

Re: Comming Soon:Accounts Addon

Postby mdeshane » Wed Nov 26, 2008 6:27 am

lukes wrote:"it" == your addon?


Yes, "it" does == the Accounts Addon.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Comming Soon:Accounts Addon

Postby lukes » Wed Nov 26, 2008 3:03 pm

Hi,

small bug here during install:
(install.def.php:232)
Code: Select all
 CREATE TABLE `wowroster_addons_accounts_messaging` (
`msgid` int( 11 ) NOT NULL AUTO_INCREMENT ,
`uid` smallint( 6 ) NOT NULL ,
`title` varchar( 255 ) NOT NULL default '',
`body` text NOT NULL ,
`sender` int( 11 ) NOT NULL ,
`senderLevel` int( 11 ) NOT NULL ,
`read` int( 11 ) NOT NULL default 0,
`date` timestamp NOT NULL default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ,
PRIMARY KEY ( `msgid` ) ,
INDEX KEY ( `uid` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8

MySQL meldet: Dokumentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'KEY ( `uid` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8' at line 11


Jakob
User avatar
lukes
WR.net Apprentice
WR.net Apprentice
 
Posts: 35
Joined: Tue Jan 22, 2008 4:46 pm

Re: Comming Soon:Accounts Addon

Postby mdeshane » Wed Nov 26, 2008 9:12 pm

Try changing:

Code: Select all
PRIMARY KEY ( `msgid` ) ,
INDEX KEY ( `uid` )


To:
Code: Select all
PRIMARY KEY ( `msgid` ) ,
KEY ( `uid` )


Let me know if that fixes it. Then I can add it into the fixes for the next version.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: Comming Soon:Accounts Addon

Postby lukes » Thu Nov 27, 2008 2:17 pm

Thanks, that worked.

Jakob
User avatar
lukes
WR.net Apprentice
WR.net Apprentice
 
Posts: 35
Joined: Tue Jan 22, 2008 4:46 pm

Comming Soon:Accounts Addon

Postby akiko » Sun Jan 18, 2009 8:14 am

Mmm can't find any link to download this account mod. Is it already released?
akiko
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Wed Jul 11, 2007 10:07 pm

Comming Soon:Accounts Addon

Postby zanix » Sun Jan 18, 2009 10:26 am

Its in the SVN

[url=SVNErgy.html]SVNErgy[/url]
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

PreviousNext

Return to Accounts

Who is online

Users browsing this forum: No registered users and 1 guest

cron