Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22863/lang
Modified Files:
serendipity_lang_bg.inc.php serendipity_lang_cs.inc.php
serendipity_lang_cz.inc.php serendipity_lang_da.inc.php
serendipity_lang_de.inc.php serendipity_lang_en.inc.php
serendipity_lang_es.inc.php serendipity_lang_fr.inc.php
serendipity_lang_it.inc.php serendipity_lang_nl.inc.php
serendipity_lang_no.inc.php serendipity_lang_pt.inc.php
Log Message:
This one's dirrty. As dirty as serendipity_entries.php.
When an entry is saved, the trackbacks and xmlrpc pings are opened in an iframe
that has ignore_user_abort(true) in it. Even though the status-iframe's content
is not scrolling nicely but popping up all in one, it's still better than the old
solution.
You can now hit save and close the browser. Or wait to see if the pings work. There
is the possibility that the pings aren't performed, when the user leaves the page
_before_ the iframe's content has _started_ to load. Do you think this is likely?
Maybe on a dialup connection? If so, the constant PERFORMING_XMLRPC_PLEASE_WAIT
should contain something like 'wait a few seconds before you load a new page' or so.
I don't have much time atm, so please, have a look at this commit and try it out,
since the serendipity_updertEntry() function has been modified (added a parameter.
Again, this is dirrty and I don't like it. But you can't define something like
function foo(&$bar = false);
As Garvin asked me to pack up rc1 tomorrow, we really need this tested, because there
has been chaotic code added to chaotic code. Potentially dangerous :-)
Alright, enough babbling. cvs upd and spank me if I broke something or forgot
to reomve debug statements or so...
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- serendipity_lang_cs.inc.php 27 Sep 2004 10:15:37 -0000 1.63
+++ serendipity_lang_cs.inc.php 18 Oct 2004 18:22:08 -0000 1.64
@@ -554,6 +554,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_no.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_no.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- serendipity_lang_no.inc.php 27 Sep 2004 10:15:38 -0000 1.4
+++ serendipity_lang_no.inc.php 18 Oct 2004 18:22:09 -0000 1.5
@@ -549,5 +549,6 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
?>
\ No newline at end of file
Index: serendipity_lang_nl.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_nl.inc.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- serendipity_lang_nl.inc.php 27 Sep 2004 10:15:38 -0000 1.38
+++ serendipity_lang_nl.inc.php 18 Oct 2004 18:22:09 -0000 1.39
@@ -559,6 +559,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- serendipity_lang_en.inc.php 27 Sep 2004 10:15:38 -0000 1.83
+++ serendipity_lang_en.inc.php 18 Oct 2004 18:22:08 -0000 1.84
@@ -551,5 +551,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved');
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval');
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.');
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- serendipity_lang_bg.inc.php 27 Sep 2004 10:15:37 -0000 1.17
+++ serendipity_lang_bg.inc.php 18 Oct 2004 18:22:08 -0000 1.18
@@ -536,6 +536,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_pt.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_pt.inc.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- serendipity_lang_pt.inc.php 27 Sep 2004 10:15:38 -0000 1.39
+++ serendipity_lang_pt.inc.php 18 Oct 2004 18:22:09 -0000 1.40
@@ -555,6 +555,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_it.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_it.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- serendipity_lang_it.inc.php 27 Sep 2004 10:15:38 -0000 1.4
+++ serendipity_lang_it.inc.php 18 Oct 2004 18:22:09 -0000 1.5
@@ -551,6 +551,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- serendipity_lang_da.inc.php 12 Oct 2004 19:20:49 -0000 1.83
+++ serendipity_lang_da.inc.php 18 Oct 2004 18:22:08 -0000 1.84
@@ -549,6 +549,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Kun godkendte');
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Afventer godkendelse');
@define('RSS_IMPORT_BODYONLY', 'Anbring al tekst i "body" sektionen og undlad at opdele det i en "udvidet artikel" sektion.');
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_fr.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fr.inc.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- serendipity_lang_fr.inc.php 27 Sep 2004 10:15:38 -0000 1.61
+++ serendipity_lang_fr.inc.php 18 Oct 2004 18:22:09 -0000 1.62
@@ -557,6 +557,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_cz.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cz.inc.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- serendipity_lang_cz.inc.php 27 Sep 2004 10:15:38 -0000 1.63
+++ serendipity_lang_cz.inc.php 18 Oct 2004 18:22:08 -0000 1.64
@@ -552,6 +552,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- serendipity_lang_es.inc.php 27 Sep 2004 10:15:38 -0000 1.79
+++ serendipity_lang_es.inc.php 18 Oct 2004 18:22:09 -0000 1.80
@@ -558,6 +558,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'Performing XML-RPC pings, this can take really long. You can sit and watch, or leave this page while I\'m pinging in the background');
+@define('PERFORMING_XMLRPC_DONE', 'Ping complete.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- serendipity_lang_de.inc.php 27 Sep 2004 10:15:38 -0000 1.101
+++ serendipity_lang_de.inc.php 18 Oct 2004 18:22:08 -0000 1.102
@@ -551,6 +551,7 @@
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Nur bewilligte');
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Zu bewilligende');
@define('RSS_IMPORT_BODYONLY', 'Füge den gesamten importierten Text in das einzelne "Text"-Feld ein. Verhindert die Aufteilung in den "Erweiterten Eintrag"-Bereich.');
-
+@define('PERFORMING_XMLRPC_PLEASE_WAIT', 'XML-RPC Pings werden ausgeführt. Das kann eine Weile dauern! Sie können entweder zugucken und warten, oder diese Seite verlassen, während ich im Hintergrund die Pings durchführe.');
+@define('PERFORMING_XMLRPC_DONE', 'Pings erledigt');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|