5d689353 | 11-May-2013 |
Ferenc Kovacs |
fix typo |
fd6f391f | 10-May-2013 |
Johannes Schlüter |
Add github.php to navigation |
458dec41 | 10-May-2013 |
Johannes Schlüter |
Add script to create GitHub repos following php.net best practices |
1e58ee7e | 15-Feb-2013 |
Ferenc Kovacs |
more descriptive error message |
fa340225 | 15-Feb-2013 |
Ferenc Kovacs |
add the bounce address, it seems the mails can't reach the list without that |
dae74493 | 01-Feb-2013 |
Ferenc Kovacs |
change the to address now that this works |
a05722cf | 01-Feb-2013 |
Ferenc Kovacs |
adding myself to the mirror admins |
513be2a6 | 01-Feb-2013 |
Ferenc Kovacs |
the header check in host_has_error won't work for the spoofed headers so we should check the response body that it matches the expected format of mirror-info |
8a6bfe84 | 01-Feb-2013 |
Ferenc Kovacs |
add an additional test for the round robin balanced servers: they should also be able to respond on cc.php.net for their respective cc. remove them from the rotation (but keep them enabled as an
add an additional test for the round robin balanced servers: they should also be able to respond on cc.php.net for their respective cc. remove them from the rotation (but keep them enabled as an invidual mirror so they will continue to work as ccx.php.net and can receive traffic from our php based balancing redirects.
show more ...
|
2128756a | 28-Jan-2013 |
Ferenc Kovacs |
that was stupid |
1dc1c127 | 28-Jan-2013 |
Ferenc Kovacs |
using a different subject than in the original account request used will spawn a separate thread in gmail |
9dc11fa8 | 28-Jan-2013 |
Ferenc Kovacs |
make the Message-ID consistent between the approve and the reject mails, also make the subject and message consistent |
24cdb723 | 18-Jan-2013 |
Daniel P. Brown |
Making logouts easier for the first time in a dozen years. |
07da9a04 | 26-Dec-2012 |
Sherif Ramadan |
Clean up GPC handling and move everything to undo_magic_quotes function for portability. |
c2b7b05b | 25-Dec-2012 |
Sherif Ramadan |
Fixed precision on percentage or rating for notes search. |
a1f89f36 | 25-Dec-2012 |
Sherif Ramadan |
Fixed rating calculation in notes search view. Not all queries select the rate. |
01525ef1 | 25-Dec-2012 |
Sherif Ramadan |
To avoid confusion use a different column name for rating and fall back to manual calculation if it's not present. |
e0f6118a | 25-Dec-2012 |
Sherif Ramadan |
Fixed wrong variable initialization bug. |
22207d5f | 25-Dec-2012 |
Sherif Ramadan |
Fixed search SQL for lowest rated notes. For lowest rated notes we want to sort ascendingly by rating and descendingly by down votes. |
f1325b9b | 25-Dec-2012 |
Sherif Ramadan |
Explicitly select columns in note table since rating gets overwritten. Fix links in votes div. |
22b90f95 | 25-Dec-2012 |
Sherif Ramadan |
Fixed syntax error from last commit and updated the SQL for better sorting of top/bottom rated notes. |
1deb32e9 | 25-Dec-2012 |
Sherif Ramadan |
Replaced the old SQL with a much more memory and time efficient single LEFT JOIN query and only fetching one row at a time. |
810fea59 | 22-Dec-2012 |
Sherif Ramadan |
Reverting my last change. That was the wrong way to solve array input in $_POST with the filter. This will work correctly. |
bcedf9ad | 22-Dec-2012 |
Sherif Ramadan |
Remove debug from code. |
6549aeb5 | 22-Dec-2012 |
Sherif Ramadan |
Account for array values in post when reverting to unsafe_raw. |