nlopess Wed Jun 27 19:12:25 2007 UTC
Modified files:
/livedocs error.php
Log:
use preg_quote() to escape strings for preg_* functions
http://cvs.php.net/viewvc.cgi/livedocs/error.php?r1=1.16&r2=1.17&diff_format=u
Index: livedocs/error.php
diff -u livedocs/erro
iliaa Fri Jul 30 11:26:40 2004 EDT
Modified files:
/livedocs error.php
Log:
Explicitly specify index.php, so redirects & links work for setups
where index.php is not a directory index.
http://cvs.php.net/diff.php/livedocs/error.php?r1=1.13&r2=1.14&ty=u
iliaa Mon May 24 16:03:22 2004 EDT
Modified files:
/livedocs error.php
Log:
sqlite_single_query() is our friend ;-).
http://cvs.php.net/diff.php/livedocs/error.php?r1=1.12&r2=1.13&ty=u
Index: livedocs/error.php
diff -u livedocs/error.php:1.12 livedocs/err
nlopess Tue May 4 10:57:42 2004 EDT
Modified files:
/livedocs error.php
Log:
redirect the user automatically if there is just one language on the server
improve performance in splitting languages
http://cvs.php.net/diff.php/livedocs/error.php?r1=1.11&r2=1.1
derick Sat May 1 07:34:50 2004 EDT
Modified files:
/livedocs error.php mk_peardoc.php mk_smarty.php style_mapping.php
xml_classes.php
Log:
- Add missing ?>'s
http://cvs.php.net/diff.php/livedocs/error.php?r1=1.10&r2=1.11&ty=u
Index: lived
> > Maintain this array is not that hard. I think its much more beautiful to
> > have the names of the languages instead of just 'de', 'en' or 'fr'
>
> I know it's not hard, but it shouldn't be in this file.
>
> Derick
So where should it be? In a separate file?
On Sat, 1 May 2004, Nuno Lopes wrote:
> I did this change because language chooser wasn't working on my pc (maybe
> because I use Apache 2).
>
> Maintain this array is not that hard. I think its much more beautiful to
> have the names of the languages instead of just 'de', 'en' or 'fr'
I know
> On Sat, 1 May 2004, Nuno Lopes wrote:
>
> > +} else {
> > +
> > + /* TODO: Add all languages here */
> > + $langs = array('en' => 'English',
> > + 'de' => 'German',
> > + 'fr' => 'French',
> > + 'pt_BR' => 'Portuguese (Brazilian)');
>
> How is it an improvement if you need to maintain this array?
On Sat, 1 May 2004, Nuno Lopes wrote:
> +} else {
> +
> + /* TODO: Add all languages here */
> + $langs = array('en' => 'English',
> + 'de' => 'German',
> + 'fr' => 'French',
> + 'pt_BR' => 'Portuguese (Brazilian)');
How is it an
nlopess Sat May 1 07:01:35 2004 EDT
Modified files:
/livedocs error.php
Log:
improved language chooser
http://cvs.php.net/diff.php/livedocs/error.php?r1=1.9&r2=1.10&ty=u
Index: livedocs/error.php
diff -u livedocs/error.php:1.9 livedocs/error.php:1.10
--- live
nlopess Thu Feb 19 09:38:05 2004 EDT
Modified files:
/livedocs error.php livedoc.php
Log:
use FORCE_DYNAMIC option
http://cvs.php.net/diff.php/livedocs/error.php?r1=1.8&r2=1.9&ty=u
Index: livedocs/error.php
diff -u livedocs/error.php:1.8 livedocs/error.php:1.9
wez Thu Feb 5 15:35:12 2004 EDT
Modified files:
/livedocs error.php
Log:
IIS tweaks; IIS does not like a # character in a Location header;
it will interpret it as part of the local URL, fail, and serve a
404 instead. Using a ? before it solves this prob
wez Thu Feb 5 09:57:34 2004 EDT
Modified files:
/livedocs error.php
Log:
Make this work under IIS
http://cvs.php.net/diff.php/livedocs/error.php?r1=1.4&r2=1.5&ty=u
Index: livedocs/error.php
diff -u livedocs/error.php:1.4 livedocs/error.php:1.5
--- live
nlopess Thu Jan 22 11:13:31 2004 EDT
Modified files:
/livedocs error.php
Log:
universal time
http://cvs.php.net/diff.php/livedocs/error.php?r1=1.2&r2=1.3&ty=u
Index: livedocs/error.php
diff -u livedocs/error.php:1.2 livedocs/error.php:1.3
--- livedocs/error.ph
nlopess Sat Jan 17 06:34:07 2004 EDT
Modified files:
/livedocs error.php style_mapping.php xml_classes.php
Log:
added
Index: livedocs/error.php
diff -u livedocs/error.php:1.1 livedocs/error.php:1.2
--- livedocs/error.php:1.1 Sat Jan 17 06:32:28 2004
+++
15 matches
Mail list logo