Page 1 of 1

GoW and GoMa chat log 3/15/08

PostPosted: Sat Mar 15, 2008 4:00 pm
by Nynaveve
Here is the cleaned up chatlog from today's meeting. We got lots accomplished, so thank you to all who attended. I will be posting a copy of this on both the GoW and GoMa forums so both groups can read it. I have highlighted the meat of the conversation in red, but left the majority of the chatter there for people who may have questions that were answered during the discussions.

First topic discussion: Age bug tracking.
Decisions made: We will be using Bugzilla. The GoMa will host it, and Trylon will attempt to tie it in with the new ULM system to prevent multiple login account creations on all the various forums. Nynaveve will get the new bug system up and running with the new server. The system will be used to track Age bugs as well as PyPRP and other Writer's tools bugs, feature requests, and progress.
First Topic Show Spoiler


Second topic discussion: ULM and its future
Decisions made: Trylon will be rewriting the ULM in the near future to attempt to make it more user friendly on both the front and back ends (upload and download), and he plans to incorporate some of the feature suggestions that have been made recently. This includes the categorization of Ages available, the ability to register Age prefixes with the Age preregistration (see next topic), a clearly readable "last modification date", a description of the Age, and linking panels. We intend to link the ULM database with the Bugzilla database, but this will take some research.

Second Topic Show Spoiler


Third topic discussion: Age prefix registration
Decisions made: Trylon will attempt to implement this with the new ULM so that when an Age is preregistered, it is given a prefix. We will pick up at the 10,000 mark to keep any contamination from happening with the Alcugs list. The list at Alcugs will remain where it is as an archive and we will simply start a new one with the ULM. This avoids any issues that may arise. Trylon would also like to implement file prefixing to prevent any Age files from getting mixed up. The GoMa will be administrating the ULM once it is loaded on the server, and we are looking for volunteers to help with that, as well as helping Trylon with the new version.
Third Topic Show Spoiler


Mod Note: Colours made it a bit hard on the eyes, I think bold should provide enough distinction here.

Re: GoW and GoMa chat log 3/15/08

PostPosted: Sat Mar 15, 2008 4:08 pm
by Nek'rahm
sweet ^_^

This should really help things along in the coming weeks and months.

Re: GoW and GoMa chat log 3/15/08

PostPosted: Sat Mar 15, 2008 5:40 pm
by Grogyan
Dang I missed it.

great to see forward momentum

Re: GoW and GoMa chat log 3/15/08

PostPosted: Sat Mar 15, 2008 6:05 pm
by Nek'rahm
Grogyan wrote:Dang I missed it.

great to see forward momentum


Very good to see it.

I just hope that sometime in the future things turn out okay :)

Re: GoW and GoMa chat log 3/15/08

PostPosted: Sat Mar 15, 2008 6:41 pm
by Aloys
What the..? When and where was this meeting annnounced??? :shock:

Re: GoW and GoMa chat log 3/15/08

PostPosted: Sat Mar 15, 2008 8:00 pm
by Nynaveve
Its been in the "Where to track age issues thread"... which I suppose wasn't very obvious. Sorry. :oops:

Re: GoW and GoMa chat log 3/15/08

PostPosted: Sat Mar 15, 2008 9:52 pm
by Chacal
- I wonder if Bugzilla and PhpBB can be made to use a LDAP server for authentication?
(yes I know I could look it up as I admin some phpBB forums already).

Because we could have a single LDAP directory and both (and ULM) could use it for authentication.
Some LDAP directories are free and simple to set up (such as Novell eDirectory).

- If this is hosted on GoMa, then GoW should receive a regular backup, and vice-versa. We may be doing this for several years, and nothing is sure after a few months. Look at all that happened between 2004 and 2008 in the Writer community. We must never lose data.

- For god's sake forget about Windows 98!

Re: GoW and GoMa chat log 3/15/08

PostPosted: Sun Mar 16, 2008 10:15 am
by Nynaveve
Good idea Chacal. I'll try to look into the LDAP server today, but I will be starting to put together the new GoMa server so may not have a chance. If you have some information that would be helpful, please let me know! Thanks.

Re: GoW and GoMa chat log 3/15/08

PostPosted: Sun Mar 16, 2008 7:38 pm
by Chacal
I do have lots of information about LDAP, it is a tool of the trade for me. The subject is vast and complex though, so we'll have to find some precise questions.

Usually LDAP compatibility is something you can switch to later on, after your system is stable. Sometimes, such as for Unix and Linux computers, it is a configuration option and the required modules are already available.

Bulletin boards such as phpBB may not be LDAP-compatible, because there is not a lot of serious work done on those systems; they are not much in use in the industry.

For custom systems such as ULM, it is easier because there are readily-available LDAP libraries for all programming languages.

Using LDAP is usually easier and more secure than developing your own user database and user management logic.