The branch, master has been updated
via 38f5107524466c63b88152139d23573678d004ff (commit)
via 589504fe8a423b794797f72cf61b60fc8b770b3e (commit)
from bd0c89b630be5a3bff087cae788afeac228daa00 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index e7880a9..fb465b9 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -4356,7 +4356,7 @@ chmod o+rwx tmp
</li>
</ol>
-<p>More details on git are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:git">our wiki</a>.</p>
+<p>More details on git are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Git">our wiki</a>.</p>
<p> Write access to the repository is granted only to experienced developers who
have already contributed something useful to phpMyAdmin.<br />
hooks/post-receive
--
phpMyAdmin
The branch, QA_3_3 has been updated
via 589504fe8a423b794797f72cf61b60fc8b770b3e (commit)
from 291f2a1d1d97299b3b47dc2b9871e3646ae7d3f8 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 486af10..34f1bbd 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -4340,7 +4340,7 @@ chmod o+rwx tmp
</li>
</ol>
-<p>More details on git are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:git">our wiki</a>.</p>
+<p>More details on git are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Git">our wiki</a>.</p>
<p> Write access to the repository is granted only to experienced developers who
have already contributed something useful to phpMyAdmin.<br />
hooks/post-receive
--
phpMyAdmin
The branch, master has been updated
via bd0c89b630be5a3bff087cae788afeac228daa00 (commit)
from b452564b8320789a580e86ab272327f048654bfc (commit)
- Log -----------------------------------------------------------------
commit bd0c89b630be5a3bff087cae788afeac228daa00
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Mar 29 17:46:55 2010 -0400
explain the timestamp we generate at load time for each .js file
-----------------------------------------------------------------------
Summary of changes:
libraries/header_scripts.inc.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/libraries/header_scripts.inc.php b/libraries/header_scripts.inc.php
index d924bbd..a1611ac 100644
--- a/libraries/header_scripts.inc.php
+++ b/libraries/header_scripts.inc.php
@@ -112,6 +112,11 @@ $GLOBALS['js_events'][] = array(
'function' => 'PMA_TT_init',
);
+/**
+ * Here we add a timestamp when loading the file, so that users who
+ * upgrade phpMyAdmin are not stuck with older .js files in their
+ * browser cache. This produces an HTTP 304 request for each file.
+ */
foreach ($GLOBALS['js_include'] as $js_script_file) {
echo '<script src="./js/' . $js_script_file . '?ts=' . filemtime('./js/' . $js_script_file) . '" type="text/javascript"></script>' . "\n";
}
hooks/post-receive
--
phpMyAdmin
The branch, master has been updated
via 39c4279b6ee5ccb1cb606a83e2f9b463dda33bb3 (commit)
from 055d5acc76560a8f1c87700207eccd6af4061e41 (commit)
- Log -----------------------------------------------------------------
commit 39c4279b6ee5ccb1cb606a83e2f9b463dda33bb3
Author: Dieter Adriaenssens <ruleant(a)users.sourceforge.net>
Date: Mon Mar 29 21:59:55 2010 +0200
Fix broken link in FAQ_7_3
-----------------------------------------------------------------------
Summary of changes:
output/en_GB/Documentation.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/output/en_GB/Documentation.html b/output/en_GB/Documentation.html
index 9bcbe46..93764ec 100644
--- a/output/en_GB/Documentation.html
+++ b/output/en_GB/Documentation.html
@@ -4466,7 +4466,7 @@ tracker of the phpMyAdmin project</a>.
</ol>
<p>More details on git are available on <a
-href="http://wiki.phpmyadmin.net/pma/Devel:git">our wiki</a>.</p>
+href="http://wiki.phpmyadmin.net/pma/Devel:Git">our wiki</a>.</p>
<p> Write access to the repository is granted only to experienced developers who
have already contributed something useful to phpMyAdmin.<br />
hooks/post-receive
--
phpMyAdmin localized documentation