bda13f71 | 27-Apr-2010 |
Daniel P. Brown |
Accidental commitment of local prototype code. Whoops. |
a39040f1 | 27-Apr-2010 |
Daniel P. Brown |
Some opened in new windows, some in the same.... now all open in new windows. |
9299de3b | 12-Feb-2010 |
Daniel P. Brown |
Drops the maxlength of 78 from the "long" description, which always broke edits. Email maxlength was 128, but "long" description was 78. Neat. |
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. |
dc85876e | 19-Dec-2009 |
Philip Olson |
Require usernames to be [a-z0-9_.-], and update the 'bad users' list |
abc63136 | 24-Nov-2009 |
Hannes Magnusson |
Show not only sqlite2, but all sqlites # Nuked some dead code too |
a3943a41 | 26-Aug-2009 |
Philip Olson |
CVS->SVN # Still some $cvspasswd versus $svnpasswd cleanup is needed |
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) |
81c61cf0 | 29-Jul-2009 |
Philip Olson |
Renamed cvs-account.php to svn-account.php as svn-php.php refers to the latter currently. peclweb will be updated later. |
b446b18e | 29-Jul-2009 |
Hannes Magnusson |
Kill odd var_dump() |
d652a369 | 20-Jul-2009 |
Gwynne Raskind |
cheapo fix for the include issue |
5bb54739 | 20-Jul-2009 |
Gwynne Raskind |
revert commit 284392 - extra include unneeded |
7e462675 | 19-Jul-2009 |
Hannes Magnusson |
Possibly missing include.. |
73b567e9 | 19-Jul-2009 |
Hannes Magnusson |
Use the database rather then the passwd file... |
8ebad79a | 17-Jul-2009 |
Rasmus Lerdorf |
Change cvsauth token |
07d2a12d | 14-Jul-2009 |
Hannes Magnusson |
Revert :) - it broke authentication apparently.. |
966d655a | 12-Jul-2009 |
Hannes Magnusson |
Make sure we create the SVN accounts properly |
2e7d53e5 | 09-Jul-2009 |
Derick Rethans |
- No longer need svnread (gwynne) |
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 |
73f52c6a | 03-Jul-2009 |
Johannes Schlüter |
Don't use PHP_SELF here |
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 ...
|
4895e0c6 | 29-Jun-2009 |
Hannes Magnusson |
Support for multiple major versions |
810cc1bb | 07-Jun-2009 |
Hannes Magnusson |
Remove useless copy&paste leftovers |