You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(16) |
Nov
|
Dec
|
|
From: Haim D. <ha...@di...> - 2003-10-21 00:14:05
|
Back in the day, I remember seeing on the BYU website a module that allowed the group to manage a book library. My LUG is considering doing the same thing. Where can I find the code for that? Is it already integrated in MUG2? Haim. -- "poetry - cooking - eating - talking - singing - acting - working - enjoying. Because tapping on a glass sounds better than honking a horn." |
|
From: Haim D. <ha...@di...> - 2003-10-08 01:39:49
|
Sure, it's done.! On Tuesday, October 7, 2003, at 09:04 PM, John Hicks wrote: > Haim-- > > It worked like a charm. My account is now back in > service. Thanks. > > Now... um... is there any way we can delete the > account for johnhicks2 (the username I created when I > couldn't remember the password for johnhicks? :) > > Thanks again, > > --John > > On Tuesday 07 October 2003 02:35 pm, Haim Dimer wrote: >> Thank you for your comments John! >> >> Yesterday night, after a wild night at the bar I >> decided to do some PHP and implemented the password >> recovery. You can see it in action at >> http://www.flux.org/mug . Look underneath the login >> box for the 'lost your password' link. Of course, it >> only appears if you are NOT logged in so make sure >> you are logged off the site. >> >> Haim. >> >> On Tuesday, October 7, 2003, at 01:47 PM, John Hicks > wrote: >>> See comments inline. >>> >>> On Sunday 05 October 2003 04:17 pm, Haim Dimer > wrote: >>>> Awesome! >>>> >>>> Now I have many users who asked for the ability >>>> to reset their own passwords. Since we keep them >>>> encrypted in the database, we can't send it to >>>> them by email, can we? Maybe a solution would be >>>> to store them in the database encrypted using a >>>> key defined in config.php. That way at least we >>>> can retrieve them in clear. >>> >>> An alternative is to reset the password to a >>> randomly generated one and email that to the user. >>> He/she can then change it to his/her preference. >>> >>>> As for the emailing it back to the user, how >>>> about having the user enter his or her mother's >>>> maiden name at registration time and use that >>>> answer to see if he or she is who he or she >>>> claims to be. >>> >>> The only significant security problem with using >>> email would occur if an interloper has physical >>> access to the user's desktop while the user is >>> logged in. Since we are not dealing with high >>> finance or national security, let's let the user >>> worry about his/her desktop security. >>> >>> Mother's maiden name amounts to a second password >>> (since, naturally, no one who guards his/her >>> privacy will give his/her mother's actual maiden >>> name :). If someone forgets their first password, >>> they're probably going to forget the second one. >>> Let's KIS and have just one password. >>> >>> JM2CW. >>> >>> Regards, >>> >>> --John >>> >>>> We have a mailing list at we...@fl... >>>> (http://www.flux.org and follow the links to >>>> mailing list) that is dedicated to implementing >>>> MUG as the website for FLUX. Check it out ... >>>> >>>> How's the kid by the way? >>>> >>>> It good to hear from you again dude. I hope all >>>> is well. >>>> >>>> On Sunday, October 5, 2003, at 04:04 PM, David >>>> Smith >>> >>> wrote: >>>>> Meta-admins can add other admins. :) >>>>> >>>>> For the poll link, I think you can just put >>>>> show_results=true in the query string or >>>>> something. You'll have to look at the code to be >>>>> sure. >>>>> >>>>> --Dave >>>>> >>>>> Haim Dimer wrote: >>>>>> David, >>>>>> >>>>>> Thanks for the tip! I implemented it into our >>>>>> website and it's great! I >>>>>> >>>>>> I see that users can either be Meta-Admins, >>>>>> Admins or Normal. What is the difference >>>>>> between Meta-Admins and regular Admins? >>>>>> >>>>>> Also, I would like to have a link on the poll >>>>>> that people could click on to see the results >>>>>> of the poll without having to vote. What do you >>>>>> suggest? >>>>>> >>>>>> Thanks again. >>>>>> >>>>>> On Sunday, October 5, 2003, at 01:43 AM, David >>> >>> Smith wrote: >>>>>>> Haim, >>>>>>> >>>>>>> You can use the $admin_email variable that is >>>>>>> set in the config.php file. >>>>>>> Just add a call to the mail() function in >>>>>>> suggestions.php like so: >>>>>>> >>>>>>> $suggestion_contents = 'foo'; // fill in with >>>>>>> form contents mail( $admin_email, 'New >>>>>>> suggestion', $suggestion_contents ); >>>>>>> >>>>>>> That should do the trick. When you're done, >>>>>>> send the diff to Jake Albretsen. He can apply >>>>>>> the patch in CVS. I'm not officially doing mug >>>>>>> development right now. :) >>>>>>> >>>>>>> --Dave >>>>>>> >>>>>>> <quote who="Haim Dimer"> >>>>>>> >>>>>>>> Thanks for the reply! >>>>>>>> >>>>>>>> I was mentioning to a buddy of mine how cool >>>>>>>> it would be to have the admins emailed every >>>>>>>> time there is something that needs to be >>>>>>>> approved. What do you think about doing that? >>>>>>>> Which function can I call to email >>>>>>>> the admins? Where should I put the call to >>>>>>>> it? >>>>>>>> >>>>>>>> On Wednesday, October 1, 2003, at 10:03 PM, >>> >>> David Smith wrote: >>>>>>>>> You can set this on a per-user basis in the >>>>>>>>> "My Alerts" section under >>>>>>>>> "My >>>>>>>>> Account". Currently, supported is >>>>>>>>> notification for: >>>>>>>>> >>>>>>>>> New users >>>>>>>>> New articles >>>>>>>>> New announcements >>>>>>>>> New screenshots >>>>>>>>> New events. >>>>>>>>> >>>>>>>>> I do not believe that the admin is mailed >>>>>>>>> automagically when a suggestion >>>>>>>>> is posted, so you may have to add that >>>>>>>>> yourself. Should be easy enough. >>>>>>>>> >>>>>>>>> --Dave >>>>>>>>> >>>>>>>>> <quote who="Haim Dimer"> >>>>>>>>> >>>>>>>>>> Good Deal! >>>>>>>>>> >>>>>>>>>> I remember in the first version, back when >>>>>>>>>> the software was not called >>>>>>>>>> mug yet, there was a great feature that I >>>>>>>>>> find missing in the version >>>>>>>>>> I >>>>>>>>>> have today. It is the ability for the >>>>>>>>>> system to email the administrators whenever >>>>>>>>>> a new member signs up or a new suggestion >>>>>>>>>> is posted. >>>>>>>>>> >>>>>>>>>> Where should I look for this feature? >>>>>>>>>> >>>>>>>>>> On Wednesday, October 1, 2003, at 03:02 >>>>>>>>>> PM, >>> >>> David Smith wrote: >>>>>>>>>>> pong. >>>>>>>>>>> >>>>>>>>>>> <quote who="Haim Dimer"> >>>>>>>>>>> >>>>>>>>>>>> Just a test to see if the list is still >>>>>>>>>>>> alive >>>>>>>> >>>>>>>> Haim. >>> >>> -------------------------------------------------- >>> ----- This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Mug-devel mailing list >>> Mug...@li... >>> https://lists.sourceforge.net/lists/listinfo/mug-d >>> evel >> >> Haim. >> >> -- >> "poetry - cooking - eating - talking - singing - >> acting - working - enjoying. >> Because tapping on a glass sounds better than >> honking a horn." >> >> >> >> ---------------------------------------------------- >> --- This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Mug-devel mailing list >> Mug...@li... >> https://lists.sourceforge.net/lists/listinfo/mug-dev >> el > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-devel > > Haim. -- "poetry - cooking - eating - talking - singing - acting - working - enjoying. Because tapping on a glass sounds better than honking a horn." |
|
From: John H. <joh...@gu...> - 2003-10-08 01:04:52
|
Haim-- It worked like a charm. My account is now back in service. Thanks. Now... um... is there any way we can delete the account for johnhicks2 (the username I created when I couldn't remember the password for johnhicks? :) Thanks again, --John On Tuesday 07 October 2003 02:35 pm, Haim Dimer wrote: > Thank you for your comments John! > > Yesterday night, after a wild night at the bar I > decided to do some PHP and implemented the password > recovery. You can see it in action at > http://www.flux.org/mug . Look underneath the login > box for the 'lost your password' link. Of course, it > only appears if you are NOT logged in so make sure > you are logged off the site. > > Haim. > > On Tuesday, October 7, 2003, at 01:47 PM, John Hicks wrote: > > See comments inline. > > > > On Sunday 05 October 2003 04:17 pm, Haim Dimer wrote: > >> Awesome! > >> > >> Now I have many users who asked for the ability > >> to reset their own passwords. Since we keep them > >> encrypted in the database, we can't send it to > >> them by email, can we? Maybe a solution would be > >> to store them in the database encrypted using a > >> key defined in config.php. That way at least we > >> can retrieve them in clear. > > > > An alternative is to reset the password to a > > randomly generated one and email that to the user. > > He/she can then change it to his/her preference. > > > >> As for the emailing it back to the user, how > >> about having the user enter his or her mother's > >> maiden name at registration time and use that > >> answer to see if he or she is who he or she > >> claims to be. > > > > The only significant security problem with using > > email would occur if an interloper has physical > > access to the user's desktop while the user is > > logged in. Since we are not dealing with high > > finance or national security, let's let the user > > worry about his/her desktop security. > > > > Mother's maiden name amounts to a second password > > (since, naturally, no one who guards his/her > > privacy will give his/her mother's actual maiden > > name :). If someone forgets their first password, > > they're probably going to forget the second one. > > Let's KIS and have just one password. > > > > JM2CW. > > > > Regards, > > > > --John > > > >> We have a mailing list at we...@fl... > >> (http://www.flux.org and follow the links to > >> mailing list) that is dedicated to implementing > >> MUG as the website for FLUX. Check it out ... > >> > >> How's the kid by the way? > >> > >> It good to hear from you again dude. I hope all > >> is well. > >> > >> On Sunday, October 5, 2003, at 04:04 PM, David > >> Smith > > > > wrote: > >>> Meta-admins can add other admins. :) > >>> > >>> For the poll link, I think you can just put > >>> show_results=true in the query string or > >>> something. You'll have to look at the code to be > >>> sure. > >>> > >>> --Dave > >>> > >>> Haim Dimer wrote: > >>>> David, > >>>> > >>>> Thanks for the tip! I implemented it into our > >>>> website and it's great! I > >>>> > >>>> I see that users can either be Meta-Admins, > >>>> Admins or Normal. What is the difference > >>>> between Meta-Admins and regular Admins? > >>>> > >>>> Also, I would like to have a link on the poll > >>>> that people could click on to see the results > >>>> of the poll without having to vote. What do you > >>>> suggest? > >>>> > >>>> Thanks again. > >>>> > >>>> On Sunday, October 5, 2003, at 01:43 AM, David > > > > Smith wrote: > >>>>> Haim, > >>>>> > >>>>> You can use the $admin_email variable that is > >>>>> set in the config.php file. > >>>>> Just add a call to the mail() function in > >>>>> suggestions.php like so: > >>>>> > >>>>> $suggestion_contents = 'foo'; // fill in with > >>>>> form contents mail( $admin_email, 'New > >>>>> suggestion', $suggestion_contents ); > >>>>> > >>>>> That should do the trick. When you're done, > >>>>> send the diff to Jake Albretsen. He can apply > >>>>> the patch in CVS. I'm not officially doing mug > >>>>> development right now. :) > >>>>> > >>>>> --Dave > >>>>> > >>>>> <quote who="Haim Dimer"> > >>>>> > >>>>>> Thanks for the reply! > >>>>>> > >>>>>> I was mentioning to a buddy of mine how cool > >>>>>> it would be to have the admins emailed every > >>>>>> time there is something that needs to be > >>>>>> approved. What do you think about doing that? > >>>>>> Which function can I call to email > >>>>>> the admins? Where should I put the call to > >>>>>> it? > >>>>>> > >>>>>> On Wednesday, October 1, 2003, at 10:03 PM, > > > > David Smith wrote: > >>>>>>> You can set this on a per-user basis in the > >>>>>>> "My Alerts" section under > >>>>>>> "My > >>>>>>> Account". Currently, supported is > >>>>>>> notification for: > >>>>>>> > >>>>>>> New users > >>>>>>> New articles > >>>>>>> New announcements > >>>>>>> New screenshots > >>>>>>> New events. > >>>>>>> > >>>>>>> I do not believe that the admin is mailed > >>>>>>> automagically when a suggestion > >>>>>>> is posted, so you may have to add that > >>>>>>> yourself. Should be easy enough. > >>>>>>> > >>>>>>> --Dave > >>>>>>> > >>>>>>> <quote who="Haim Dimer"> > >>>>>>> > >>>>>>>> Good Deal! > >>>>>>>> > >>>>>>>> I remember in the first version, back when > >>>>>>>> the software was not called > >>>>>>>> mug yet, there was a great feature that I > >>>>>>>> find missing in the version > >>>>>>>> I > >>>>>>>> have today. It is the ability for the > >>>>>>>> system to email the administrators whenever > >>>>>>>> a new member signs up or a new suggestion > >>>>>>>> is posted. > >>>>>>>> > >>>>>>>> Where should I look for this feature? > >>>>>>>> > >>>>>>>> On Wednesday, October 1, 2003, at 03:02 > >>>>>>>> PM, > > > > David Smith wrote: > >>>>>>>>> pong. > >>>>>>>>> > >>>>>>>>> <quote who="Haim Dimer"> > >>>>>>>>> > >>>>>>>>>> Just a test to see if the list is still > >>>>>>>>>> alive > >>>>>> > >>>>>> Haim. > > > > -------------------------------------------------- > >----- This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Mug-devel mailing list > > Mug...@li... > > https://lists.sourceforge.net/lists/listinfo/mug-d > >evel > > Haim. > > -- > "poetry - cooking - eating - talking - singing - > acting - working - enjoying. > Because tapping on a glass sounds better than > honking a horn." > > > > ---------------------------------------------------- >--- This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-dev >el |
|
From: Haim D. <ha...@di...> - 2003-10-07 18:35:41
|
Thank you for your comments John! Yesterday night, after a wild night at the bar I decided to do some PHP and implemented the password recovery. You can see it in action at http://www.flux.org/mug . Look underneath the login box for the 'lost your password' link. Of course, it only appears if you are NOT logged in so make sure you are logged off the site. Haim. On Tuesday, October 7, 2003, at 01:47 PM, John Hicks wrote: > See comments inline. > > On Sunday 05 October 2003 04:17 pm, Haim Dimer wrote: >> Awesome! >> >> Now I have many users who asked for the ability to >> reset their own passwords. Since we keep them >> encrypted in the database, we can't send it to them >> by email, can we? Maybe a solution would be to store >> them in the database encrypted using a key defined >> in config.php. That way at least we can retrieve >> them in clear. > > An alternative is to reset the password to a randomly > generated one and email that to the user. He/she can > then change it to his/her preference. > >> As for the emailing it back to the user, how about >> having the user enter his or her mother's maiden >> name at registration time and use that answer to see >> if he or she is who he or she claims to be. > > The only significant security problem with using email > would occur if an interloper has physical access to > the user's desktop while the user is logged in. Since > we are not dealing with high finance or national > security, let's let the user worry about his/her > desktop security. > > Mother's maiden name amounts to a second password > (since, naturally, no one who guards his/her privacy > will give his/her mother's actual maiden name :). If > someone forgets their first password, they're probably > going to forget the second one. Let's KIS and have > just one password. > > JM2CW. > > Regards, > > --John > >> We have a mailing list at we...@fl... >> (http://www.flux.org and follow the links to mailing >> list) that is dedicated to implementing MUG as the >> website for FLUX. Check it out ... >> >> How's the kid by the way? >> >> It good to hear from you again dude. I hope all is >> well. >> >> On Sunday, October 5, 2003, at 04:04 PM, David Smith > wrote: >>> Meta-admins can add other admins. :) >>> >>> For the poll link, I think you can just put >>> show_results=true in the query string or >>> something. You'll have to look at the code to be >>> sure. >>> >>> --Dave >>> >>> Haim Dimer wrote: >>>> David, >>>> >>>> Thanks for the tip! I implemented it into our >>>> website and it's great! I >>>> >>>> I see that users can either be Meta-Admins, >>>> Admins or Normal. What is the difference between >>>> Meta-Admins and regular Admins? >>>> >>>> Also, I would like to have a link on the poll >>>> that people could click on to see the results of >>>> the poll without having to vote. What do you >>>> suggest? >>>> >>>> Thanks again. >>>> >>>> On Sunday, October 5, 2003, at 01:43 AM, David > Smith wrote: >>>>> Haim, >>>>> >>>>> You can use the $admin_email variable that is >>>>> set in the config.php file. >>>>> Just add a call to the mail() function in >>>>> suggestions.php like so: >>>>> >>>>> $suggestion_contents = 'foo'; // fill in with >>>>> form contents mail( $admin_email, 'New >>>>> suggestion', $suggestion_contents ); >>>>> >>>>> That should do the trick. When you're done, send >>>>> the diff to Jake Albretsen. He can apply the >>>>> patch in CVS. I'm not officially doing mug >>>>> development right now. :) >>>>> >>>>> --Dave >>>>> >>>>> <quote who="Haim Dimer"> >>>>> >>>>>> Thanks for the reply! >>>>>> >>>>>> I was mentioning to a buddy of mine how cool it >>>>>> would be to have the admins emailed every time >>>>>> there is something that needs to be approved. >>>>>> What do you think about doing that? Which >>>>>> function can I call to email >>>>>> the admins? Where should I put the call to it? >>>>>> >>>>>> On Wednesday, October 1, 2003, at 10:03 PM, > David Smith wrote: >>>>>>> You can set this on a per-user basis in the >>>>>>> "My Alerts" section under >>>>>>> "My >>>>>>> Account". Currently, supported is notification >>>>>>> for: >>>>>>> >>>>>>> New users >>>>>>> New articles >>>>>>> New announcements >>>>>>> New screenshots >>>>>>> New events. >>>>>>> >>>>>>> I do not believe that the admin is mailed >>>>>>> automagically when a suggestion >>>>>>> is posted, so you may have to add that >>>>>>> yourself. Should be easy enough. >>>>>>> >>>>>>> --Dave >>>>>>> >>>>>>> <quote who="Haim Dimer"> >>>>>>> >>>>>>>> Good Deal! >>>>>>>> >>>>>>>> I remember in the first version, back when >>>>>>>> the software was not called >>>>>>>> mug yet, there was a great feature that I >>>>>>>> find missing in the version >>>>>>>> I >>>>>>>> have today. It is the ability for the system >>>>>>>> to email the administrators whenever a new >>>>>>>> member signs up or a new suggestion is >>>>>>>> posted. >>>>>>>> >>>>>>>> Where should I look for this feature? >>>>>>>> >>>>>>>> On Wednesday, October 1, 2003, at 03:02 PM, > David Smith wrote: >>>>>>>>> pong. >>>>>>>>> >>>>>>>>> <quote who="Haim Dimer"> >>>>>>>>> >>>>>>>>>> Just a test to see if the list is still >>>>>>>>>> alive > >>>>>> Haim. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-devel > > Haim. -- "poetry - cooking - eating - talking - singing - acting - working - enjoying. Because tapping on a glass sounds better than honking a horn." |
|
From: John H. <joh...@gu...> - 2003-10-07 17:47:35
|
See comments inline. On Sunday 05 October 2003 04:17 pm, Haim Dimer wrote: > Awesome! > > Now I have many users who asked for the ability to > reset their own passwords. Since we keep them > encrypted in the database, we can't send it to them > by email, can we? Maybe a solution would be to store > them in the database encrypted using a key defined > in config.php. That way at least we can retrieve > them in clear. An alternative is to reset the password to a randomly generated one and email that to the user. He/she can then change it to his/her preference. > As for the emailing it back to the user, how about > having the user enter his or her mother's maiden > name at registration time and use that answer to see > if he or she is who he or she claims to be. The only significant security problem with using email would occur if an interloper has physical access to the user's desktop while the user is logged in. Since we are not dealing with high finance or national security, let's let the user worry about his/her desktop security. Mother's maiden name amounts to a second password (since, naturally, no one who guards his/her privacy will give his/her mother's actual maiden name :). If someone forgets their first password, they're probably going to forget the second one. Let's KIS and have just one password. JM2CW. Regards, --John > We have a mailing list at we...@fl... > (http://www.flux.org and follow the links to mailing > list) that is dedicated to implementing MUG as the > website for FLUX. Check it out ... > > How's the kid by the way? > > It good to hear from you again dude. I hope all is > well. > > On Sunday, October 5, 2003, at 04:04 PM, David Smith wrote: > > Meta-admins can add other admins. :) > > > > For the poll link, I think you can just put > > show_results=true in the query string or > > something. You'll have to look at the code to be > > sure. > > > > --Dave > > > > Haim Dimer wrote: > >> David, > >> > >> Thanks for the tip! I implemented it into our > >> website and it's great! I > >> > >> I see that users can either be Meta-Admins, > >> Admins or Normal. What is the difference between > >> Meta-Admins and regular Admins? > >> > >> Also, I would like to have a link on the poll > >> that people could click on to see the results of > >> the poll without having to vote. What do you > >> suggest? > >> > >> Thanks again. > >> > >> On Sunday, October 5, 2003, at 01:43 AM, David Smith wrote: > >>> Haim, > >>> > >>> You can use the $admin_email variable that is > >>> set in the config.php file. > >>> Just add a call to the mail() function in > >>> suggestions.php like so: > >>> > >>> $suggestion_contents = 'foo'; // fill in with > >>> form contents mail( $admin_email, 'New > >>> suggestion', $suggestion_contents ); > >>> > >>> That should do the trick. When you're done, send > >>> the diff to Jake Albretsen. He can apply the > >>> patch in CVS. I'm not officially doing mug > >>> development right now. :) > >>> > >>> --Dave > >>> > >>> <quote who="Haim Dimer"> > >>> > >>>> Thanks for the reply! > >>>> > >>>> I was mentioning to a buddy of mine how cool it > >>>> would be to have the admins emailed every time > >>>> there is something that needs to be approved. > >>>> What do you think about doing that? Which > >>>> function can I call to email > >>>> the admins? Where should I put the call to it? > >>>> > >>>> On Wednesday, October 1, 2003, at 10:03 PM, David Smith wrote: > >>>>> You can set this on a per-user basis in the > >>>>> "My Alerts" section under > >>>>> "My > >>>>> Account". Currently, supported is notification > >>>>> for: > >>>>> > >>>>> New users > >>>>> New articles > >>>>> New announcements > >>>>> New screenshots > >>>>> New events. > >>>>> > >>>>> I do not believe that the admin is mailed > >>>>> automagically when a suggestion > >>>>> is posted, so you may have to add that > >>>>> yourself. Should be easy enough. > >>>>> > >>>>> --Dave > >>>>> > >>>>> <quote who="Haim Dimer"> > >>>>> > >>>>>> Good Deal! > >>>>>> > >>>>>> I remember in the first version, back when > >>>>>> the software was not called > >>>>>> mug yet, there was a great feature that I > >>>>>> find missing in the version > >>>>>> I > >>>>>> have today. It is the ability for the system > >>>>>> to email the administrators whenever a new > >>>>>> member signs up or a new suggestion is > >>>>>> posted. > >>>>>> > >>>>>> Where should I look for this feature? > >>>>>> > >>>>>> On Wednesday, October 1, 2003, at 03:02 PM, David Smith wrote: > >>>>>>> pong. > >>>>>>> > >>>>>>> <quote who="Haim Dimer"> > >>>>>>> > >>>>>>>> Just a test to see if the list is still > >>>>>>>> alive > >>>> Haim. |
|
From: David S. <dav...@by...> - 2003-10-05 23:14:23
|
Configure this in php.ini and elsewhere in Apache. --Dave Haim Dimer wrote: > Is there such a thing as a limit for the files that are uploaded? |
|
From: Haim D. <ha...@di...> - 2003-10-05 23:06:28
|
Is there such a thing as a limit for the files that are uploaded? Haim. -- "poetry - cooking - eating - talking - singing - acting - working - enjoying. Because tapping on a glass sounds better than honking a horn." |
|
From: Haim D. <ha...@di...> - 2003-10-05 20:17:26
|
Awesome! Now I have many users who asked for the ability to reset their own passwords. Since we keep them encrypted in the database, we can't send it to them by email, can we? Maybe a solution would be to store them in the database encrypted using a key defined in config.php. That way at least we can retrieve them in clear. As for the emailing it back to the user, how about having the user enter his or her mother's maiden name at registration time and use that answer to see if he or she is who he or she claims to be. We have a mailing list at we...@fl... (http://www.flux.org and follow the links to mailing list) that is dedicated to implementing MUG as the website for FLUX. Check it out ... How's the kid by the way? It good to hear from you again dude. I hope all is well. On Sunday, October 5, 2003, at 04:04 PM, David Smith wrote: > Meta-admins can add other admins. :) > > For the poll link, I think you can just put show_results=true in the > query string or something. You'll have to look at the code to be sure. > > --Dave > > Haim Dimer wrote: > >> David, >> >> Thanks for the tip! I implemented it into our website and it's great! >> I >> >> I see that users can either be Meta-Admins, Admins or Normal. What is >> the difference between Meta-Admins and regular Admins? >> >> Also, I would like to have a link on the poll that people could click >> on to see the results of the poll without having to vote. What do you >> suggest? >> >> Thanks again. >> >> On Sunday, October 5, 2003, at 01:43 AM, David Smith wrote: >> >>> Haim, >>> >>> You can use the $admin_email variable that is set in the config.php >>> file. >>> Just add a call to the mail() function in suggestions.php like so: >>> >>> $suggestion_contents = 'foo'; // fill in with form contents >>> mail( $admin_email, 'New suggestion', $suggestion_contents ); >>> >>> That should do the trick. When you're done, send the diff to Jake >>> Albretsen. He can apply the patch in CVS. I'm not officially doing >>> mug >>> development right now. :) >>> >>> --Dave >>> >>> <quote who="Haim Dimer"> >>> >>>> Thanks for the reply! >>>> >>>> I was mentioning to a buddy of mine how cool it would be to have the >>>> admins emailed every time there is something that needs to be >>>> approved. >>>> What do you think about doing that? Which function can I call to >>>> email >>>> the admins? Where should I put the call to it? >>>> >>>> >>>> On Wednesday, October 1, 2003, at 10:03 PM, David Smith wrote: >>>> >>>>> You can set this on a per-user basis in the "My Alerts" section >>>>> under >>>>> "My >>>>> Account". Currently, supported is notification for: >>>>> >>>>> New users >>>>> New articles >>>>> New announcements >>>>> New screenshots >>>>> New events. >>>>> >>>>> I do not believe that the admin is mailed automagically when a >>>>> suggestion >>>>> is posted, so you may have to add that yourself. Should be easy >>>>> enough. >>>>> >>>>> --Dave >>>>> >>>>> <quote who="Haim Dimer"> >>>>> >>>>>> Good Deal! >>>>>> >>>>>> I remember in the first version, back when the software was not >>>>>> called >>>>>> mug yet, there was a great feature that I find missing in the >>>>>> version >>>>>> I >>>>>> have today. It is the ability for the system to email the >>>>>> administrators whenever a new member signs up or a new suggestion >>>>>> is >>>>>> posted. >>>>>> >>>>>> Where should I look for this feature? >>>>>> >>>>>> On Wednesday, October 1, 2003, at 03:02 PM, David Smith wrote: >>>>>> >>>>>>> pong. >>>>>>> >>>>>>> <quote who="Haim Dimer"> >>>>>>> >>>>>>>> Just a test to see if the list is still alive >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------- >>>>>>> This sf.net email is sponsored by:ThinkGeek >>>>>>> Welcome to geek heaven. >>>>>>> http://thinkgeek.com/sf >>>>>>> _______________________________________________ >>>>>>> Mug-devel mailing list >>>>>>> Mug...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>>>>> >>>>>>> >>>>>> >>>>>> Haim. >>>>>> >>>>>> -- >>>>>> "poetry - cooking - eating - talking - singing - acting - working >>>>>> - >>>>>> enjoying. >>>>>> Because tapping on a glass sounds better than honking a horn." >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> This sf.net email is sponsored by:ThinkGeek >>>>>> Welcome to geek heaven. >>>>>> http://thinkgeek.com/sf >>>>>> _______________________________________________ >>>>>> Mug-devel mailing list >>>>>> Mug...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> This sf.net email is sponsored by:ThinkGeek >>>>> Welcome to geek heaven. >>>>> http://thinkgeek.com/sf >>>>> _______________________________________________ >>>>> Mug-devel mailing list >>>>> Mug...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>>> >>>>> >>>> >>>> Haim. >>>> >>>> -- >>>> "poetry - cooking - eating - talking - singing - acting - working - >>>> enjoying. >>>> Because tapping on a glass sounds better than honking a horn." >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This sf.net email is sponsored by:ThinkGeek >>>> Welcome to geek heaven. >>>> http://thinkgeek.com/sf >>>> _______________________________________________ >>>> Mug-devel mailing list >>>> Mug...@li... >>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>> >>> >>> >>> >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Mug-devel mailing list >>> Mug...@li... >>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>> >>> >> >> Haim. >> >> -- >> "poetry - cooking - eating - talking - singing - acting - working - >> enjoying. >> Because tapping on a glass sounds better than honking a horn." >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Mug-devel mailing list >> Mug...@li... >> https://lists.sourceforge.net/lists/listinfo/mug-devel > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-devel > > Haim. -- "poetry - cooking - eating - talking - singing - acting - working - enjoying. Because tapping on a glass sounds better than honking a horn." |
|
From: David S. <dav...@by...> - 2003-10-05 20:05:04
|
Meta-admins can add other admins. :) For the poll link, I think you can just put show_results=true in the query string or something. You'll have to look at the code to be sure. --Dave Haim Dimer wrote: > David, > > Thanks for the tip! I implemented it into our website and it's great! I > > I see that users can either be Meta-Admins, Admins or Normal. What is > the difference between Meta-Admins and regular Admins? > > Also, I would like to have a link on the poll that people could click > on to see the results of the poll without having to vote. What do you > suggest? > > Thanks again. > > On Sunday, October 5, 2003, at 01:43 AM, David Smith wrote: > >> Haim, >> >> You can use the $admin_email variable that is set in the config.php >> file. >> Just add a call to the mail() function in suggestions.php like so: >> >> $suggestion_contents = 'foo'; // fill in with form contents >> mail( $admin_email, 'New suggestion', $suggestion_contents ); >> >> That should do the trick. When you're done, send the diff to Jake >> Albretsen. He can apply the patch in CVS. I'm not officially doing mug >> development right now. :) >> >> --Dave >> >> <quote who="Haim Dimer"> >> >>> Thanks for the reply! >>> >>> I was mentioning to a buddy of mine how cool it would be to have the >>> admins emailed every time there is something that needs to be approved. >>> What do you think about doing that? Which function can I call to email >>> the admins? Where should I put the call to it? >>> >>> >>> On Wednesday, October 1, 2003, at 10:03 PM, David Smith wrote: >>> >>>> You can set this on a per-user basis in the "My Alerts" section under >>>> "My >>>> Account". Currently, supported is notification for: >>>> >>>> New users >>>> New articles >>>> New announcements >>>> New screenshots >>>> New events. >>>> >>>> I do not believe that the admin is mailed automagically when a >>>> suggestion >>>> is posted, so you may have to add that yourself. Should be easy >>>> enough. >>>> >>>> --Dave >>>> >>>> <quote who="Haim Dimer"> >>>> >>>>> Good Deal! >>>>> >>>>> I remember in the first version, back when the software was not >>>>> called >>>>> mug yet, there was a great feature that I find missing in the version >>>>> I >>>>> have today. It is the ability for the system to email the >>>>> administrators whenever a new member signs up or a new suggestion is >>>>> posted. >>>>> >>>>> Where should I look for this feature? >>>>> >>>>> On Wednesday, October 1, 2003, at 03:02 PM, David Smith wrote: >>>>> >>>>>> pong. >>>>>> >>>>>> <quote who="Haim Dimer"> >>>>>> >>>>>>> Just a test to see if the list is still alive >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> This sf.net email is sponsored by:ThinkGeek >>>>>> Welcome to geek heaven. >>>>>> http://thinkgeek.com/sf >>>>>> _______________________________________________ >>>>>> Mug-devel mailing list >>>>>> Mug...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>>>> >>>>>> >>>>> >>>>> Haim. >>>>> >>>>> -- >>>>> "poetry - cooking - eating - talking - singing - acting - working - >>>>> enjoying. >>>>> Because tapping on a glass sounds better than honking a horn." >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> This sf.net email is sponsored by:ThinkGeek >>>>> Welcome to geek heaven. >>>>> http://thinkgeek.com/sf >>>>> _______________________________________________ >>>>> Mug-devel mailing list >>>>> Mug...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This sf.net email is sponsored by:ThinkGeek >>>> Welcome to geek heaven. >>>> http://thinkgeek.com/sf >>>> _______________________________________________ >>>> Mug-devel mailing list >>>> Mug...@li... >>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>> >>>> >>> >>> Haim. >>> >>> -- >>> "poetry - cooking - eating - talking - singing - acting - working - >>> enjoying. >>> Because tapping on a glass sounds better than honking a horn." >>> >>> >>> >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Mug-devel mailing list >>> Mug...@li... >>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Mug-devel mailing list >> Mug...@li... >> https://lists.sourceforge.net/lists/listinfo/mug-devel >> >> > > Haim. > > -- > "poetry - cooking - eating - talking - singing - acting - working - > enjoying. > Because tapping on a glass sounds better than honking a horn." > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-devel |
|
From: Haim D. <ha...@di...> - 2003-10-05 19:47:32
|
David, Thanks for the tip! I implemented it into our website and it's great! I I see that users can either be Meta-Admins, Admins or Normal. What is the difference between Meta-Admins and regular Admins? Also, I would like to have a link on the poll that people could click on to see the results of the poll without having to vote. What do you suggest? Thanks again. On Sunday, October 5, 2003, at 01:43 AM, David Smith wrote: > Haim, > > You can use the $admin_email variable that is set in the config.php > file. > Just add a call to the mail() function in suggestions.php like so: > > $suggestion_contents = 'foo'; // fill in with form contents > mail( $admin_email, 'New suggestion', $suggestion_contents ); > > That should do the trick. When you're done, send the diff to Jake > Albretsen. He can apply the patch in CVS. I'm not officially doing mug > development right now. :) > > --Dave > > <quote who="Haim Dimer"> >> Thanks for the reply! >> >> I was mentioning to a buddy of mine how cool it would be to have the >> admins emailed every time there is something that needs to be >> approved. >> What do you think about doing that? Which function can I call to email >> the admins? Where should I put the call to it? >> >> >> On Wednesday, October 1, 2003, at 10:03 PM, David Smith wrote: >> >>> You can set this on a per-user basis in the "My Alerts" section under >>> "My >>> Account". Currently, supported is notification for: >>> >>> New users >>> New articles >>> New announcements >>> New screenshots >>> New events. >>> >>> I do not believe that the admin is mailed automagically when a >>> suggestion >>> is posted, so you may have to add that yourself. Should be easy >>> enough. >>> >>> --Dave >>> >>> <quote who="Haim Dimer"> >>>> Good Deal! >>>> >>>> I remember in the first version, back when the software was not >>>> called >>>> mug yet, there was a great feature that I find missing in the >>>> version >>>> I >>>> have today. It is the ability for the system to email the >>>> administrators whenever a new member signs up or a new suggestion is >>>> posted. >>>> >>>> Where should I look for this feature? >>>> >>>> On Wednesday, October 1, 2003, at 03:02 PM, David Smith wrote: >>>> >>>>> pong. >>>>> >>>>> <quote who="Haim Dimer"> >>>>>> Just a test to see if the list is still alive >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> This sf.net email is sponsored by:ThinkGeek >>>>> Welcome to geek heaven. >>>>> http://thinkgeek.com/sf >>>>> _______________________________________________ >>>>> Mug-devel mailing list >>>>> Mug...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>>> >>>>> >>>> >>>> Haim. >>>> >>>> -- >>>> "poetry - cooking - eating - talking - singing - acting - working - >>>> enjoying. >>>> Because tapping on a glass sounds better than honking a horn." >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This sf.net email is sponsored by:ThinkGeek >>>> Welcome to geek heaven. >>>> http://thinkgeek.com/sf >>>> _______________________________________________ >>>> Mug-devel mailing list >>>> Mug...@li... >>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>> >>> >>> >>> >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Mug-devel mailing list >>> Mug...@li... >>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>> >>> >> >> Haim. >> >> -- >> "poetry - cooking - eating - talking - singing - acting - working - >> enjoying. >> Because tapping on a glass sounds better than honking a horn." >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Mug-devel mailing list >> Mug...@li... >> https://lists.sourceforge.net/lists/listinfo/mug-devel >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-devel > > Haim. -- "poetry - cooking - eating - talking - singing - acting - working - enjoying. Because tapping on a glass sounds better than honking a horn." |
|
From: David S. <Dav...@by...> - 2003-10-05 05:48:40
|
Haim, You can use the $admin_email variable that is set in the config.php file. Just add a call to the mail() function in suggestions.php like so: $suggestion_contents = 'foo'; // fill in with form contents mail( $admin_email, 'New suggestion', $suggestion_contents ); That should do the trick. When you're done, send the diff to Jake Albretsen. He can apply the patch in CVS. I'm not officially doing mug development right now. :) --Dave <quote who="Haim Dimer"> > Thanks for the reply! > > I was mentioning to a buddy of mine how cool it would be to have the > admins emailed every time there is something that needs to be approved. > What do you think about doing that? Which function can I call to email > the admins? Where should I put the call to it? > > > On Wednesday, October 1, 2003, at 10:03 PM, David Smith wrote: > >> You can set this on a per-user basis in the "My Alerts" section under >> "My >> Account". Currently, supported is notification for: >> >> New users >> New articles >> New announcements >> New screenshots >> New events. >> >> I do not believe that the admin is mailed automagically when a >> suggestion >> is posted, so you may have to add that yourself. Should be easy enough. >> >> --Dave >> >> <quote who="Haim Dimer"> >>> Good Deal! >>> >>> I remember in the first version, back when the software was not called >>> mug yet, there was a great feature that I find missing in the version >>> I >>> have today. It is the ability for the system to email the >>> administrators whenever a new member signs up or a new suggestion is >>> posted. >>> >>> Where should I look for this feature? >>> >>> On Wednesday, October 1, 2003, at 03:02 PM, David Smith wrote: >>> >>>> pong. >>>> >>>> <quote who="Haim Dimer"> >>>>> Just a test to see if the list is still alive >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This sf.net email is sponsored by:ThinkGeek >>>> Welcome to geek heaven. >>>> http://thinkgeek.com/sf >>>> _______________________________________________ >>>> Mug-devel mailing list >>>> Mug...@li... >>>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>>> >>>> >>> >>> Haim. >>> >>> -- >>> "poetry - cooking - eating - talking - singing - acting - working - >>> enjoying. >>> Because tapping on a glass sounds better than honking a horn." >>> >>> >>> >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Mug-devel mailing list >>> Mug...@li... >>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Mug-devel mailing list >> Mug...@li... >> https://lists.sourceforge.net/lists/listinfo/mug-devel >> >> > > Haim. > > -- > "poetry - cooking - eating - talking - singing - acting - working - > enjoying. > Because tapping on a glass sounds better than honking a horn." > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-devel > |
|
From: Haim D. <ha...@di...> - 2003-10-05 02:27:58
|
Thanks for the reply! I was mentioning to a buddy of mine how cool it would be to have the admins emailed every time there is something that needs to be approved. What do you think about doing that? Which function can I call to email the admins? Where should I put the call to it? On Wednesday, October 1, 2003, at 10:03 PM, David Smith wrote: > You can set this on a per-user basis in the "My Alerts" section under > "My > Account". Currently, supported is notification for: > > New users > New articles > New announcements > New screenshots > New events. > > I do not believe that the admin is mailed automagically when a > suggestion > is posted, so you may have to add that yourself. Should be easy enough. > > --Dave > > <quote who="Haim Dimer"> >> Good Deal! >> >> I remember in the first version, back when the software was not called >> mug yet, there was a great feature that I find missing in the version >> I >> have today. It is the ability for the system to email the >> administrators whenever a new member signs up or a new suggestion is >> posted. >> >> Where should I look for this feature? >> >> On Wednesday, October 1, 2003, at 03:02 PM, David Smith wrote: >> >>> pong. >>> >>> <quote who="Haim Dimer"> >>>> Just a test to see if the list is still alive >>> >>> >>> >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Mug-devel mailing list >>> Mug...@li... >>> https://lists.sourceforge.net/lists/listinfo/mug-devel >>> >>> >> >> Haim. >> >> -- >> "poetry - cooking - eating - talking - singing - acting - working - >> enjoying. >> Because tapping on a glass sounds better than honking a horn." >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Mug-devel mailing list >> Mug...@li... >> https://lists.sourceforge.net/lists/listinfo/mug-devel >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-devel > > Haim. -- "poetry - cooking - eating - talking - singing - acting - working - enjoying. Because tapping on a glass sounds better than honking a horn." |
|
From: David S. <Dav...@by...> - 2003-10-02 02:08:15
|
You can set this on a per-user basis in the "My Alerts" section under "My Account". Currently, supported is notification for: New users New articles New announcements New screenshots New events. I do not believe that the admin is mailed automagically when a suggestion is posted, so you may have to add that yourself. Should be easy enough. --Dave <quote who="Haim Dimer"> > Good Deal! > > I remember in the first version, back when the software was not called > mug yet, there was a great feature that I find missing in the version I > have today. It is the ability for the system to email the > administrators whenever a new member signs up or a new suggestion is > posted. > > Where should I look for this feature? > > On Wednesday, October 1, 2003, at 03:02 PM, David Smith wrote: > >> pong. >> >> <quote who="Haim Dimer"> >>> Just a test to see if the list is still alive >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Mug-devel mailing list >> Mug...@li... >> https://lists.sourceforge.net/lists/listinfo/mug-devel >> >> > > Haim. > > -- > "poetry - cooking - eating - talking - singing - acting - working - > enjoying. > Because tapping on a glass sounds better than honking a horn." > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-devel > |
|
From: Haim D. <ha...@di...> - 2003-10-01 22:43:40
|
Good Deal! I remember in the first version, back when the software was not called mug yet, there was a great feature that I find missing in the version I have today. It is the ability for the system to email the administrators whenever a new member signs up or a new suggestion is posted. Where should I look for this feature? On Wednesday, October 1, 2003, at 03:02 PM, David Smith wrote: > pong. > > <quote who="Haim Dimer"> >> Just a test to see if the list is still alive > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mug-devel mailing list > Mug...@li... > https://lists.sourceforge.net/lists/listinfo/mug-devel > > Haim. -- "poetry - cooking - eating - talking - singing - acting - working - enjoying. Because tapping on a glass sounds better than honking a horn." |
|
From: David S. <Dav...@by...> - 2003-10-01 19:08:42
|
pong. <quote who="Haim Dimer"> > Just a test to see if the list is still alive |
|
From: Haim D. <ha...@di...> - 2003-10-01 18:33:45
|
Just a test to see if the list is still alive Haim. -- "poetry - cooking - eating - talking - singing - acting - working - enjoying. Because tapping on a glass sounds better than honking a horn." |
|
From: Haim D. <ha...@di...> - 2002-11-30 23:29:02
|
Hi all, This list has been sleeping for a little while but some exciting things are on the way. The ITEC show is next week and with that a lot of new flux members. Our next meeting is December 12th and I proposed to Adam to present the new website. Of course, it's not ready yet :-) That's why I need your help. here is the TODO list: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mug/mug/TODO?rev=1.3&content-type=text/vnd.viewcvs-markup It needs to be cleared out before we do anything. We need to know what is the minimum that needs to be accomplished to fall into the December 12th deadline. We need to get back on track. I understand that Dave Smith and those fine folks over at BYU have come up with a new version that supports themes. I would like to know more about that, it really sounds exciting. I added Dave as an admin on the sourceforge side so now he can create a new CVS tree and make it mug version 2 :-) Some folks have requested interest in the project. I am thinking about Mick Weiss. I added him as a developer, he now has commit access on the CVS tree. If you want to participate in the code, send me an email with your sourceforge username. Also, I invite you to subscribe to mug-devel, the mailing list for the developers of MUG. It's alive at http://lists.sourceforge.net/lists/listinfo/mug-devel I am crossposting this message to the mug-devel list as well. It's challenging but I am sure it can be done and we can have a great website by 12/12 with a cool presentation that will entertain and explain how the beast works. Haim -- Let talent and technology work for YOU. http://www.dimer.org |
|
From: Haim D. <ha...@di...> - 2002-11-30 23:20:05
|
test Haim -- Let talent and technology work for YOU. http://www.dimer.org |
|
From: Dave S. <Dav...@by...> - 2002-09-10 03:16:31
|
Today's changes: I tried to make MUG more general in default appearance by removing references to FLUX and the FLUX logo. I replaced it with a (pretty ugly) generic MUG logo. Perhaps, someone could build a cooler one. My changes are all logged in CVS. If there are any problems, please let me know asap. Also fixed a little parse error on index.php. I'm not sure if this is the case with all versions of php, but we need to open our PHP code with <?php, not just <?, which was the culprit in this case. On another note... I just sent a recruiting message to the BYU UUG mailing list in hopes that some of them will jump aboard the mug-devel team. Furthermore, I'd really like to draw on the talent of someone who knows PHP security to check out our code for cross-site scripting vulnerabilities (and I know they exist) and MySQL vulenerabilities (like someone entering DROP DATABASE in an input box). This is a big concern for me, but it might be a bit out of my league until I can get my hands on the PHP/MySQL Webapps book from O'Reilly. Lastly, just wanted to say thanks to Haim for all the work he has put in during this busy time in his life! Thanks Haim! Thanks for your support, Dave |
|
From: Dave S. <Dav...@by...> - 2002-08-29 14:24:21
|
More than anything, this is a test email for our new mailing list. But as long as I'm on the air, let me just say how excited I am about mug. It's been great for my user group (http://uug.clubs.byu.edu/). It's really united us and let us contribute back to the community. Likewise, I hope it will serve you and your group as an easy-to-use gateway that can bring your club together for scheduling, announcing, and sharing info. We, the mug developers, are always on-call to help you and your group get set up with mug. Thanks for your support, Dave mug originator |
|
From: Haim D. <du...@li...> - 2002-08-27 22:04:07
|
this is just a stupid test Haim http://dudle.linuxroot.org IRC: #flux on irc.linux.com Behind every good man there is a better woman. |