To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
Changeset 3135
- Timestamp:
- 01/13/11 17:56:17 (2 years ago)
- Author:
- tboutell
- Message:
-
* Viddler now supports wmode, so menus don't get lost behind the embeds
* John is having issues reproducing a bug with history and says it would be easier if history included time of day which is true. The dialog is big enough, so I'm calling aDate::pretty and aDate::time instead of some older stuff, and now he should be able to find that bug
- Location:
- plugins/apostrophePlugin/branches/1.5
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3132
|
r3135
|
|
| 130 | 130 | <param name="allowScriptAccess" value="always" /> |
| 131 | 131 | <param name="allowFullScreen" value="true" /> |
| | 132 | <param name="wmode" value="$wmode"></param> |
| 132 | 133 | <param name="flashvars" value="fake=1"/> |
| 133 | | <embed src="http://www.viddler.com/player/$id/" width="$width" height="$height" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="fake=1" name="viddler" ></embed></object> |
| | 134 | <embed src="http://www.viddler.com/player/$id/" width="$width" height="$height" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="fake=1" name="viddler" wmode="$wmode"></embed></object> |
| 134 | 135 | EOM |
| 135 | 136 | ; |
-
|
r2584
|
r3135
|
|
| 21 | 21 | <?php // are null or all zeroes ?> |
| 22 | 22 | <?php if ($data['created_at'] > '0000-00-00 00:00:00'): ?> |
| 23 | | <?php echo format_date(strtotime($data['created_at'])) ?> |
| | 23 | <?php echo aDate::pretty($data['created_at']) . ' ' . aDate::time($data['created_at']) ?> |
| 24 | 24 | <?php endif ?> |
| 25 | 25 | </td> |
Download in other formats: