PHP scripting block in shorthand format
Reported by WTG User | November 19th, 2009 @ 11:43 AM
Many pages in concerto version 1.9.1 have the PHP block tags in the "<?" format instead of the standard longhand "<?php" format. This can cause serious issues when deploying on different types of systems.
My setup
RHEL 5.1
Apache 2.2.14
PHP 5.2.11
MySQL 5.0.45
Comments and changes to this ticket
-
Brian Michalski November 21st, 2009 @ 11:38 PM
- State changed from new to invalid
We use short tags a lot. While they might cause some errors with the initial setup, they shorten a decent part of our code... using <?= is a lot easier than <? echo.
You should be able to enable this in your PHP config: http://php.net/manual/en/ini.core.php#ini.short-open-tag
-
Andrew Elwell February 12th, 2010 @ 08:22 AM
- Tag cleared.
Hi - please see http://cern.ch/aelwell/scratch/concerto_short_tag_fixup.patch
This was generated in response when I couldn't use short tags.
-
Brian Michalski March 14th, 2012 @ 01:01 AM
- State changed from invalid to resolved
- Milestone order changed from 0 to 0
(from [1b5b50c695dba19dce069733c1c662f29d88569a]) Cache the template preview, closes #58.
Wrapping the template preview code in a stale? block to only render and return the image if the etag doesn't match or there has been a modification.
Templates now can find the last_modified time of not just the template but also it's positions and background too in the event those update.
https://github.com/concerto/concerto/commit/1b5b50c695dba19dce06973...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.