aeb3478d | 21-Dec-2002 |
Gabor Hojtsy |
Provide much more information about mirrors in summary table and individual mirror edit pages - change colors in summary table: green = special, blue = automatically deactivated,
Provide much more information about mirrors in summary table and individual mirror edit pages - change colors in summary table: green = special, blue = automatically deactivated, red = manually deactivated - Adding a new table by the side of the mirror data editing table, with information on gathered data from that mirror (when it was added, what PHP version it runs, when it was last checked, how up to date it is). The automatic deactivation is also specially indicated. - The mirror summary table is ordered now by country, so no "nl" problem can appear again (to add a mirror when there are already two per country) - Better defaults for new mirror additions - Ws beautification in the outputted HTML code Probably some other fixes...
show more ...
|
63f35672 | 21-Dec-2002 |
Gabor Hojtsy |
Add .error CSS class |
8a177b09 | 21-Dec-2002 |
Gabor Hojtsy |
James says we should not forget download mirrors |
5370fd7d | 21-Dec-2002 |
Gabor Hojtsy |
Adding shorthand function for htmlspecialchars, now hsc() |
6fc8ac6c | 21-Dec-2002 |
Gabor Hojtsy |
Starting to make the mirrors array more logical: - We have no download mirrors, and no plans to add more in the future (nor any code anymore to support such download only mirr
Starting to make the mirrors array more logical: - We have no download mirrors, and no plans to add more in the future (nor any code anymore to support such download only mirrors) - But we do have automatic mirror status checks, which was mapped to be the mirror's speciality. Now I have added a new status flag, with some constants, so we will know, what is the exact status of a mirror. This will also depreciate the usage of the "special mirror" mark to disable a mirror. - Use booleans and constants where possible, to make the array structure more understandable. Booleans indicate for example that they are flags... Still be backward compatible, as the updates happen asincronously, so I need to be careful in modifying codes dealing with this array.
show more ...
|
486d0069 | 21-Dec-2002 |
Gabor Hojtsy |
Making the code look more clearly (we only had that firstChar differently in the two ifs) |
b6364354 | 20-Dec-2002 |
jim winstead |
added unique key on hostname |
bbe6db42 | 16-Dec-2002 |
Gabor Hojtsy |
Adding some info on what this script does, and what it's effect is. So all these knowledge will be preserved here. |
c8f0627a | 16-Dec-2002 |
Sascha Schumann |
fix typo |
74863876 | 16-Dec-2002 |
Gabor Hojtsy |
Ups, regardless of what was my intention, we still have mirrors with non-standard names, and they should not end up in the DNS output. |
2844ef27 | 16-Dec-2002 |
Sascha Schumann |
fix typo |
2f9090e0 | 16-Dec-2002 |
Gabor Hojtsy |
Add mirror DNS export script for automatic mirror DNS updates through our admin interface. Hope it's OK. |
4cbac109 | 15-Dec-2002 |
Gabor Hojtsy |
Ups, 0 is for download, and not 3... |
dc176aae | 15-Dec-2002 |
Gabor Hojtsy |
Make it look a bit more standard |
e6be0f61 | 15-Dec-2002 |
Gabor Hojtsy |
Add some nice structure info to this file |
fd0d7467 | 15-Dec-2002 |
Gabor Hojtsy |
Try to provide a bit more information about why a mirror is delisted (marked as special on the fly). So mirror maintainers can see more about why their mirror is not listed... We
Try to provide a bit more information about why a mirror is delisted (marked as special on the fly). So mirror maintainers can see more about why their mirror is not listed... We should also start again discussions about "special mirrors" anyway...
show more ...
|
821ca90f | 15-Dec-2002 |
Gabor Hojtsy |
Ups, one more array index mismach... |
bac86419 | 14-Dec-2002 |
Gabor Hojtsy |
Ups, array bracket was at the wrong place... |
3b5dd05a | 14-Dec-2002 |
Gabor Hojtsy |
Adding search column to mirrors list, and enclose all associative array indexes in single qoutes... |
23612ac6 | 29-Nov-2002 |
jim winstead |
send rejection messages from webmaster@php.net, and use an envelope sender that will ignore bounces |
6b3f0323 | 28-Nov-2002 |
James Cox |
this makes detecting which one failed much easier.. |
791d709b | 27-Nov-2002 |
James Cox |
possibly workaround bug |
6d207c3f | 19-Nov-2002 |
Gabor Hojtsy |
Ups, I have comitted with code with debug parts. Commenting those out... |
66a2c8eb | 19-Nov-2002 |
jim winstead |
php 4.2.3 returns "" from fgets() when a timeout occurs, which would put this in a endless loop |
c650f5c1 | 19-Nov-2002 |
Gabor Hojtsy |
Add the RSS generator code to the flow of autogeneration, and see what will happen now (the rss_parser code is tested to work) |