aede23a0 | 20-Jan-2012 |
Rasmus Lerdorf |
$id is always set |
f4642038 | 20-Jan-2012 |
Felipe Pena |
- Fix warning |
56e8558e | 20-Jan-2012 |
David Soria Parra |
Ensure that the keys of the $in array exists |
40bae666 | 20-Jan-2012 |
Rasmus Lerdorf |
kill a few more warnings |
cd3e9e71 | 20-Jan-2012 |
Rasmus Lerdorf |
Add noclose |
4b04662d | 20-Jan-2012 |
Rasmus Lerdorf |
fix id |
a0c16012 | 20-Jan-2012 |
Rasmus Lerdorf |
These may not be fully populated |
b950063a | 20-Jan-2012 |
Rasmus Lerdorf |
cleanup |
42888ee6 | 20-Jan-2012 |
Rasmus Lerdorf |
switch these to master2 |
60cb86ed | 20-Jan-2012 |
Rasmus Lerdorf |
one more |
3d446909 | 20-Jan-2012 |
Rasmus Lerdorf |
@ is quick in 5.4 now :) |
7107d420 | 20-Jan-2012 |
Rasmus Lerdorf |
Fix a few more warnings |
c904a0f8 | 20-Jan-2012 |
Rasmus Lerdorf |
missed one |
2465df79 | 20-Jan-2012 |
Rasmus Lerdorf |
Clean up input vars |
c0f2ace2 | 20-Jan-2012 |
Rasmus Lerdorf |
Clean up input vars |
7cb63715 | 20-Jan-2012 |
Rasmus Lerdorf |
A few more missing request vars |
824f7837 | 19-Jan-2012 |
Rasmus Lerdorf |
Uh |
c92b9f3e | 19-Jan-2012 |
David Soria Parra |
Move cvs user generation to systems |
615c9177 | 19-Jan-2012 |
David Soria Parra |
Move svnpasswd and cvspasswd to systems repository svnpasswd and cvspasswd moved to the systems repository. You need to fetch the password files via SSH now. No more token auth. |
b4b1f5c5 | 19-Jan-2012 |
Rasmus Lerdorf |
Tweaks for 5.4 |
e9251baf | 17-Jan-2012 |
David Soria Parra |
Add rudimentary support for ssh keys |
b174fc60 | 11-Jan-2012 |
Daniel P. Brown |
Thanks to Peter Cowburn (salathe) for noticing the errantly-omitted condition. |
7201edc1 | 10-Jan-2012 |
Daniel P. Brown |
Seeing Philip's discussion on IRC just now regarding ereg* functions reminded me to commit this. Been sitting on it for a year or more. |
1a836d04 | 09-Jan-2012 |
Daniel P. Brown |
Been meaning to do this for quite some time.... as close to an asynchronous mail() call as we need on master for event/notes management. No more 90-second-per-action waits. ;-P |
44126791 | 09-Jan-2012 |
Daniel P. Brown |
Minor fix to Jakub's update: we need to permit whitespaces as well, else the notes manager breaks completely. |