#
13118d33 |
| 19-Dec-2010 |
Hannes Magnusson |
Fix stupid limitation on password length
|
#
467d5e53 |
| 01-Jan-2010 |
Philip Olson |
Fixed my alignment fail.
|
#
162a012a |
| 01-Jan-2010 |
Philip Olson |
Added a note about 'verified', which might stop people from asking if this value matters.
|
#
bd779d40 |
| 01-Aug-2009 |
Hannes Magnusson |
Tell regular users if this user has svn access or not
|
#
c864de7d |
| 29-Jul-2009 |
Philip Olson |
CVS->SVN (patch by dave barr)
|
#
e78e3505 |
| 06-Jul-2009 |
Johannes Schlüter |
- Improve performance of notes search by splitting join into two queries - Fix prev/next links with notes search
|
#
93c8b988 |
| 03-Jul-2009 |
Johannes Schlüter |
Speed-up user search on master by - using SQL_CALC_ROW instead of searching two times (require MySQL 4.0) - not searching through user notes by default # Next speedup might be doing
Speed-up user search on master by - using SQL_CALC_ROW instead of searching two times (require MySQL 4.0) - not searching through user notes by default # Next speedup might be doing a SELECT userid FROM notes WHERE MATCH # first and adding a "OR userid IN(...found ids...)" to the current query # to get rid of the join
show more ...
|
#
200f4e2a |
| 24-Apr-2009 |
Hannes Magnusson |
You shouldn't be here either
|
#
ecbe220b |
| 24-Apr-2009 |
Hannes Magnusson |
Remove reduntant include
|
#
8b04ca60 |
| 24-Apr-2009 |
Hannes Magnusson |
Err. Revert accidental change
|
#
70cf0948 |
| 24-Apr-2009 |
Hannes Magnusson |
- Nuke magic include_path inclues - Use db_connect() rather then connecting and selecting the db 'manually' - Don't do totally fckd insanely slow joins when we have no reason to do
- Nuke magic include_path inclues - Use db_connect() rather then connecting and selecting the db 'manually' - Don't do totally fckd insanely slow joins when we have no reason to do so
show more ...
|
#
ecd198eb |
| 17-Dec-2008 |
Hannes Magnusson |
$in[username] is only set for "admins", $user is always set! # Fixes svn authentication issues ;)
|
#
7e0f5be7 |
| 17-Dec-2008 |
Hannes Magnusson |
- Print the cvs username - Fix a typo preventing the "Show people on my guarantine list" link never to show
|
#
6f560662 |
| 16-Dec-2008 |
Hannes Magnusson |
Store the md5 of the rawpasswd too
|
#
c64e154d |
| 16-Dec-2008 |
Hannes Magnusson |
When creating users/updating password store the svn pass too # NOTE: *all* existing users will have to "change" their passwords # before they will be able to use svn
|
#
acacf1da |
| 23-Aug-2008 |
Derick Rethans |
- Pear has a new president, which needs to be able to approve accounts.
|
#
b07ba632 |
| 12-Jun-2008 |
Philip Olson |
Updated the cvs account rejection email
|
#
2ae16366 |
| 11-Jun-2008 |
Rasmus Lerdorf |
Add derick to cvs users admin list
|
#
d949d26b |
| 17-Dec-2007 |
Rasmus Lerdorf |
Add Marcus to list of people that can grant cvs accounts
|
#
1702d110 |
| 17-Jun-2007 |
Wez Furlong |
wire up mail enabling bit
|
#
4bbbd464 |
| 17-Jun-2007 |
Hannes Magnusson |
Set the envelope sender to noreply@php.net
|
#
2ec3010f |
| 10-Jun-2007 |
Wez Furlong |
People are entering bogus addresses because they don't want to use their php.net email anymore, and all they get is spam. Ideally, we wouldn't let any spam through in the first place, bu
People are entering bogus addresses because they don't want to use their php.net email anymore, and all they get is spam. Ideally, we wouldn't let any spam through in the first place, but the reality is that this is difficult. It's not good for @php.net mail reputation to be spewing spam out to bogus addresses, so let's allow people to set their email address to be blank to indicate that they wish to be inactive. If you have a blank email address entered here, the @php.net MX will reject all mail for you during reception time.
show more ...
|
#
ae6a95b8 |
| 01-Jun-2007 |
Rasmus Lerdorf |
Let Greg manage PEAR accounts
|
#
ac1e2b5f |
| 01-Jun-2007 |
Rasmus Lerdorf |
Since Philip is now in charge of all things doc-related, I think it makes sense to let him manage doc accounts as well.
|
Revision tags: BEFORE_CONTENT_LAYOUT_SEP, BEFORE_SOC06, PHPGCOVWEB_1_0, RELEASE_1_0_4 |
|
#
a2a8cc9f |
| 05-Jun-2005 |
Rasmus Lerdorf |
Quick-fix for sql injection in user id
|