1dd7df1d | 16-Dec-2002 |
Gabor Hojtsy |
Add MySQL news item, also adding closing </p> to all news items missing it... |
11ff1a9d | 16-Dec-2002 |
Gabor Hojtsy |
Add a note that it should now be set in the vhost part. This file is still there because some READMEs refer to it. As the READMEs are updated, this file may be removed. |
ac76cc26 | 16-Dec-2002 |
Gabor Hojtsy |
Further consolidate mirror settings into one file, the vhost settings of httpd.conf. Removing .htaccess, because: - include path was insecure (may include someting up
Further consolidate mirror settings into one file, the vhost settings of httpd.conf. Removing .htaccess, because: - include path was insecure (may include someting up from the path that is not php mirror stuff) - short open tags are no more required to be on - all the other settings, except the .pdb settings were already in mirroring.php Moving the .pdb AddType to mirroring.php's instructions, and also adding the 401 handler there. More comments to mirroring.php's vhost configuration section to make it more logical for those who set up a mirror.
show more ...
|
ba1bfc85 | 16-Dec-2002 |
Gabor Hojtsy |
Make all these files short_open_tags = off compatible. As far as I have seen all the other files use the standard <?php tag, which should be used in all places! |
746c8d14 | 16-Dec-2002 |
Gabor Hojtsy |
Three more "nosource" => "wholesite" modifications. No more left as far as I can see. |
a1c268c9 | 16-Dec-2002 |
Gabor Hojtsy |
Ups, changing nosource to wholesite here too... |
2bd67211 | 16-Dec-2002 |
Gabor Hojtsy |
More sensible name for the whole site search |
f22d5f28 | 16-Dec-2002 |
Gabor Hojtsy |
Search in the manual, and not in the whole site if a shortcut URL cannot be matched to anything else |
44bf48e7 | 16-Dec-2002 |
Gabor Hojtsy |
Introduce the limit for year values. Two years back is allowed for historical reasons, two years forward is allowed for those organizers who know two years in advance, what they will pres
Introduce the limit for year values. Two years back is allowed for historical reasons, two years forward is allowed for those organizers who know two years in advance, what they will present... This should make the cal page indexable by local search engines too...
show more ...
|
bf59c32a | 16-Dec-2002 |
Gabor Hojtsy |
New, commented version of cal.php - Indentation standardisation - Added several comments - Made some file reads and variable checks more error-proof, so it gracely
New, commented version of cal.php - Indentation standardisation - Added several comments - Made some file reads and variable checks more error-proof, so it gracely degrades from more problematic situations Still nothing done about year problems, I am on it... Goba
show more ...
|
97fff3c3 | 16-Dec-2002 |
Gabor Hojtsy |
Put an end to any future infinite loops, check if the central mirror site has a problem, and just print out a failure notice then... |
64c98167 | 15-Dec-2002 |
Gabor Hojtsy |
Hey, "none" is not a valid value for the stats flag (1/0) |
e116ff7d | 15-Dec-2002 |
Gabor Hojtsy |
The $MIRRORS array structure is now in mirror.inc (where is should be), so there is one place to look for structure and information. |
56dd672d | 15-Dec-2002 |
Gabor Hojtsy |
Another check if the htsearch program is really an executable (is in place, and PHP can excute it). Still commented, so my mails sent out recently will still be valid ;). After those
Another check if the htsearch program is really an executable (is in place, and PHP can excute it). Still commented, so my mails sent out recently will still be valid ;). After those problems are sorted out, this can be uncommented, and will provide another check for local search mirror sites before they go into an error.
show more ...
|
162af185 | 15-Dec-2002 |
Gabor Hojtsy |
Adding AmigaOS port link |
7911c7f4 | 14-Dec-2002 |
Stefan Esser |
Initial commit. |
cb767099 | 14-Dec-2002 |
Gabor Hojtsy |
Add unset_variables() for future use |
c56145e9 | 14-Dec-2002 |
Gabor Hojtsy |
Ups, some language modifications and adding success return value to function (in case someone would like to check it) |
009b8c3d | 14-Dec-2002 |
Gabor Hojtsy |
Add the import_vars() function to make our life easier in cases, when we need to import some variables from an array into the global scope. This ensures security if used properly, as no o
Add the import_vars() function to make our life easier in cases, when we need to import some variables from an array into the global scope. This ensures security if used properly, as no other variable can snap into the global scope, only those explicitly requested. This function is for future use in phpweb scripts.
show more ...
|
ca03ea2e | 14-Dec-2002 |
Gabor Hojtsy |
shared.inc was just there for backward compatibility, it is not used anymore... |
8c768b6f | 14-Dec-2002 |
Gabor Hojtsy |
Aaargh, fix that define call... |
d7126bcc | 14-Dec-2002 |
Gabor Hojtsy |
The exact two requirements for the search to work are the have_search() true return value and the $htsearch_prog variable's existance |
8c093073 | 14-Dec-2002 |
Gabor Hojtsy |
I'll tell what have I done here after this goes online... |
30cfdf37 | 14-Dec-2002 |
Gabor Hojtsy |
Adding SetEnv to add configuration data to mirror vhost, which will eliminate the need of configuration.inc |
67961428 | 14-Dec-2002 |
Gabor Hojtsy |
The auto parameter was not used in search.php... |