History log of /web-php/include/site.inc (Results 26 – 50 of 313)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1ac8ba63 23-Mar-2014 Andreas Heigl

Optimizes Usergroup-display

This comit adds three things:

1. Support for 2-letter Countrycodes as defined in ISO 3166-1 alpha2.
For that I added a list of country codes from

Optimizes Usergroup-display

This comit adds three things:

1. Support for 2-letter Countrycodes as defined in ISO 3166-1 alpha2.
For that I added a list of country codes from
http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements

2. Caching of retrieved usergroup-information. For that the list of
usergroups as well as the iCalendar-files of the single usergroups are
loaded one every 24 hours into files on the filesystem. those files are
then used for information retrieval

3. Slight optimization of UG-display.
For that I've changed display-style from an unordered to a definition
list. I've also set the date before the meeting-information as that
visually calms the whole list a bit.

show more ...


# 70a4a7f3 22-Dec-2013 Hannes Magnusson

Fixed bug #66336 Endless redirect loop on /git-php.php


# b5f9af79 18-Dec-2013 Hannes Magnusson

Logic++


# 14c7b07c 18-Dec-2013 Hannes Magnusson

Hack in https support


# c61c0b93 04-Dec-2013 Hannes Magnusson

Kill STATIC_ROOT, its not helpful. Also use MYSITE for all js/css


# 3985d40e 22-Nov-2013 Hannes Magnusson

Arg, Fixed bug #66146 - mirror links wrong


# af21c998 21-Nov-2013 Hannes Magnusson

Download system tweaks

Remove reduntant/duplicate code between do-download and get-download

Also make this page more interesting when the download is missing from
this specific

Download system tweaks

Remove reduntant/duplicate code between do-download and get-download

Also make this page more interesting when the download is missing from
this specific mirror by give the choise of going to other mirrors to check.
Rather then blindly go to the download file though we go to the same page
on the other mirror so we can check if the file exists there before giving
the link to the actual real file.

This also makes it a lot easier to work with on developers checkouts

show more ...


# 9050dae5 21-Nov-2013 Hannes Magnusson

Revert "Remove the filename from BASE_HREF (used for <base />), fixes bug#66138"

This reverts commit cc3a7dccac0b1723b2778414aea89cde1c62e506.


# eec766fe 21-Nov-2013 Hannes Magnusson

Revert "Un-taint the base tag with "./" things :)"

This reverts commit 0bc5a56ab751f5a6c98f1ebca4df8964207e99ae.


# 0bc5a56a 21-Nov-2013 Hannes Magnusson

Un-taint the base tag with "./" things :)


# cc3a7dcc 21-Nov-2013 Hannes Magnusson

Remove the filename from BASE_HREF (used for <base />), fixes bug#66138


# 703abfd1 20-Nov-2013 Hannes Magnusson

Prettify the download page


# 2d5f7af0 09-Apr-2013 Ferenc Kovacs

$MYSITE is www.php.net on the primary site now, so this check(without the www. prefix) would always fail


# 3cc94915 05-Dec-2012 Daniel P. Brown

Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when st

Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when statically referenced as 'www.php.net.'

show more ...


# fbbbe6b0 11-Oct-2012 Hannes Magnusson

The CC.php.net has been removed for this array.

Look up the IP in the array (allthough this could give lot of false positives and incorrect sponsoring credits!!)
And if it exists, procee

The CC.php.net has been removed for this array.

Look up the IP in the array (allthough this could give lot of false positives and incorrect sponsoring credits!!)
And if it exists, proceed with the current hostname

This should fix the weird base name the manual pages are getting

show more ...


# 64b4e805 10-Oct-2012 Daniel P. Brown

Nearing the completion of the 'missing sponsor data' bug for the round-robin CC.PHP.NET base.


# cbf00c02 01-Jan-2011 Hannes Magnusson

Add back shorturl to betaweb, and update the canonical version of pages


# c94dfb1a 01-Jan-2011 Hannes Magnusson

I really hate SVN. Remove duplicate features. entry


# afd9bcbb 01-Jan-2011 Hannes Magnusson

feature-? There are no such files, this should


# b6a1709a 28-Dec-2010 Hannes Magnusson

Do not overwrite $MYSITE unless the new version actually exists


# 05d194f1 22-Jun-2010 Philip Olson

'Temp' fix for a bug on us3.php.net where only curl works... so moving the curl option of fetch_contents() to the top


# c8d3284d 04-May-2010 Philip Olson

Added to debugging when using file_get_contents()


# efac7dcb 04-May-2010 Philip Olson

Added debugging info to fetch_contents(), and enabled track_errors until we require 5.2+ and/or do better error handling. Reveals too much info? Helps deal with bugs like #51679


# 8be460f4 10-Apr-2009 Hannes Magnusson

Add support for rev=canonical
# examples:
# http://www.php.net/manual/en/control-structures.continue.php
# => http://php.net/continue
# http://www.php.net/manual/en/function.strpos.p

Add support for rev=canonical
# examples:
# http://www.php.net/manual/en/control-structures.continue.php
# => http://php.net/continue
# http://www.php.net/manual/en/function.strpos.php
# => http://php.net/strpos
# http://www.php.net/manual/en/language.oop5.overloading.php
# => http://no.php.net/oop5.overloading

show more ...


# 30201446 07-Apr-2009 Philip Olson

Edited sqlite check to include checking of every possible sqlite version


12345678910>>...13