This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  77861f2d5e4d4c1dab8c20b58048da2c328adfd6 (commit)
       via  450fe22ba03a22ddf9e941eb8cccd8ea206cb88e (commit)
      from  a5cc70c15b3167e61bb75a08544c80399fa98a69 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 77861f2d5e4d4c1dab8c20b58048da2c328adfd6
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Jun 17 18:14:28 2014 +0200

    wiki: HTML::tt --> HTML::samp

diff --git 
a/src/plugins/wiki/www/pgsrc/Help%00252FAdvice%20for%20Mediawiki%20users 
b/src/plugins/wiki/www/pgsrc/Help%00252FAdvice%20for%20Mediawiki%20users
index a1cea67..d61c17a 100644
--- a/src/plugins/wiki/www/pgsrc/Help%00252FAdvice%20for%20Mediawiki%20users
+++ b/src/plugins/wiki/www/pgsrc/Help%00252FAdvice%20for%20Mediawiki%20users
@@ -1,4 +1,4 @@
-Date: Mon, 13 Jan 2014 13:36:51 +0000
+Date: Thu, 12 Jun 2014 21:17:47 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
 Content-Type: application/x-phpwiki;
   pagename=Help%2FAdvice%20for%20Mediawiki%20users;
@@ -16,8 +16,8 @@ Here are some differences between Mediawiki and Phpwiki:
 * Italics are ##//## (but you can also use ##''## like in Wikipedia)
 * Bold is ##~*~*## (you //cannot use// ##'''## like in Wikipedia)
 * Line break is ##~\~\## in Wikicreole, ##~<br />## in Mediawiki
-* There is **no automatic capitalisation** of first character of page name. 
Pages *<tt>~[~[foo~]~]</tt>* and *<tt>~[~[Foo~]~]</tt>* are different.
-* A space in a page name in not equivalent to an underscore. Pages 
*<tt>~[~[foo bar~]~]</tt>* and *<tt>~[~[foo_bar~]~]</tt>* are different. We 
recommend to use a space in the page names.
+* There is **no automatic capitalisation** of first character of page name. 
Pages *<samp>~[~[foo~]~]</samp>* and *<samp>~[~[Foo~]~]</samp>* are different.
+* A space in a page name in not equivalent to an underscore. Pages 
*<samp>~[~[foo bar~]~]</samp>* and *<samp>~[~[foo_bar~]~]</samp>* are 
different. We recommend to use a space in the page names.
 * Many things that are built-in in Mediawiki use plug-ins in Phpwiki (table of 
contents, redirections, back links, etc.).
 * Redirections are less sophisticated in Phpwiki (e.g. backlinks do not show 
redirected pages)
 

commit 450fe22ba03a22ddf9e941eb8cccd8ea206cb88e
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Jun 17 18:13:04 2014 +0200

    wiki: use CSS

diff --git a/src/plugins/wiki/www/pgsrc/Help%00252FCalendarPlugin 
b/src/plugins/wiki/www/pgsrc/Help%00252FCalendarPlugin
index ac824a5..dbd4240 100644
--- a/src/plugins/wiki/www/pgsrc/Help%00252FCalendarPlugin
+++ b/src/plugins/wiki/www/pgsrc/Help%00252FCalendarPlugin
@@ -1,4 +1,4 @@
-Date: Fri,  7 Dec 2012 15:16:29 +0000
+Date: Thu, 12 Jun 2014 17:57:14 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
 Content-Type: application/x-phpwiki;
   pagename=Help%2FCalendarPlugin;
@@ -30,7 +30,7 @@ will get you:
 ! Description
 ! Default value
 |-
-| colspan="3" align="center" | **Selection of Month**
+| colspan="3" class="align-center" | **Selection of Month**
 |-
 | **year**
 | Specify the year for the calendar.
@@ -44,7 +44,7 @@ will get you:
 | Added to //month//. Can be used to include several months worth of calendars 
on a single wiki page.
 | 0
 |-
-| colspan="3" align="center" | **"Day Page" Names**
+| colspan="3" class="align-center" | **"Day Page" Names**
 |-
 | **date_format**
 | [[php-function:strftime|strftime]] style format string used to generate page 
names for the "day pages."
@@ -54,7 +54,7 @@ will get you:
 | Prepended to the date (formatted per //date_format//) to generate the "day 
page" names.
 | The default value is =~[pagename]/=.
 |-
-| colspan="3" align="center" | **Appearance**
+| colspan="3" class="align-center" | **Appearance**
 |-
 | **month_format**
 | [[php-function:strftime|strftime]] style format string used to generate the 
title of the calendar.

-----------------------------------------------------------------------

Summary of changes:
 .../wiki/www/pgsrc/Help%00252FAdvice%20for%20Mediawiki%20users |    6 +++---
 src/plugins/wiki/www/pgsrc/Help%00252FCalendarPlugin           |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to