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, feature/twig-template-engine has been updated
via 1589dc108ae39fb35a2f7f843ff3377194ea792c (commit)
via 124b3b61de89e2033cc0296eea4b8fb7c93af119 (commit)
via 5f82bffb09650de3cd69906840a152df091d7046 (commit)
from c9ef6d37a0959326fba2c559debf8d40045546ea (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1589dc108ae39fb35a2f7f843ff3377194ea792c
commit 1589dc108ae39fb35a2f7f843ff3377194ea792c
Author: Roland Mas <[email protected]>
Date: Tue Jun 16 17:35:23 2015 +0200
Don't clobber an array that we're going to use later…
diff --git a/src/www/themes/funky/Theme.class.php
b/src/www/themes/funky/Theme.class.php
index cd817de..81cf806 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -76,7 +76,6 @@ class Theme_Funky extends Layout {
echo html_ac(html_ap() -1);
echo html_ao('div', array('id' => 'maindiv'));
- $params = array();
plugin_hook_by_reference('message', $params);
if (isset ($params['message'])) {
echo '<div id="message_box">';
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=124b3b61de89e2033cc0296eea4b8fb7c93af119
commit 124b3b61de89e2033cc0296eea4b8fb7c93af119
Author: Roland Mas <[email protected]>
Date: Tue Jun 16 17:33:59 2015 +0200
Insert HTML comment mentioning Twig, to ease debugging
diff --git a/src/www/themes/funky-twig/templates/headerStart.html
b/src/www/themes/funky-twig/templates/headerStart.html
index 8293cf5..a226012 100644
--- a/src/www/themes/funky-twig/templates/headerStart.html
+++ b/src/www/themes/funky-twig/templates/headerStart.html
@@ -1,4 +1,5 @@
<head>
+ <!-- Generated using Twig -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{% if meta_description %}
<meta name="description" content="{{ meta_description }}" />
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=5f82bffb09650de3cd69906840a152df091d7046
commit 5f82bffb09650de3cd69906840a152df091d7046
Author: Roland Mas <[email protected]>
Date: Tue Jun 16 17:30:10 2015 +0200
Fixed HTML syntax
diff --git a/src/www/themes/funky-twig/templates/bodyHeader.html
b/src/www/themes/funky-twig/templates/bodyHeader.html
index 5c3b67c..2f87bf1 100644
--- a/src/www/themes/funky-twig/templates/bodyHeader.html
+++ b/src/www/themes/funky-twig/templates/bodyHeader.html
@@ -55,7 +55,7 @@
{% if message %}
<div id="message_box">
- <img src="{{ image_url }}/ic/close.png" alt="Close id="message_close"
style="float:right;cursor:pointer">
+ <img src="{{ image_url }}/ic/close.png" alt="Close id="message_close"
style="float:right;cursor:pointer" />
{{ message }}
</div>
{% endif %}
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky-twig/templates/bodyHeader.html | 2 +-
src/www/themes/funky-twig/templates/headerStart.html | 1 +
src/www/themes/funky/Theme.class.php | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits