Changeset 4538

Show
Ignore:
Timestamp:
07/26/07 17:12:27 (5 years ago)
Author:
p_lindheimer
Message:

#2070 fix bad use of <? with <?php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/asterisk-cli/module.xml

    r4080 r4538  
    22  <rawname>asterisk-cli</rawname> 
    33  <name>Asterisk CLI</name> 
    4   <version>1.0</version> 
     4  <version>1.1.1</version> 
    55  <type>tool</type> 
    66  <category>System Administration</category> 
     
    1515  <md5sum>af3c22f41599762122e075ac734b1612</md5sum> 
    1616  <changelog> 
    17 *1.1* Fixed display on systems with colored asterisk console, fixes ticket:2006 
    18 *1.0* Fixed security issue, first release in 2.2 
    19 *0.001* Original Release 
     17    *1.1.1* #2070 fix proper use of script tags 
     18    *1.1* #2006 Fixed display on systems with colored asterisk console 
     19    *1.0* Fixed security issue, first release in 2.2 
     20    *0.001* Original Release 
    2021  </changelog> 
    2122</module> 
  • modules/branches/2.3/asterisk-cli/page.cli.php

    r4080 r4538  
    3636    <tr> 
    3737      <td class="label" align="right"><?php echo _("Command:")?></td> 
    38       <td class="type"><input name="txtCommand" type="text" size="70" value="<?=htmlspecialchars($txtCommand);?>"></td> 
     38      <td class="type"><input name="txtCommand" type="text" size="70" value="<?php=htmlspecialchars($txtCommand);?>"></td> 
    3939    </tr> 
    4040     
  • modules/branches/2.3/backup/bin/dumpastdb.php

    r3467 r4538  
    11#!/usr/bin/env php 
    2 <? 
     2<?php 
    33// No use outputting anything, as env forces php headers to appear. Sigh. 
    44 
  • modules/branches/2.3/backup/bin/restoreastdb.php

    r3467 r4538  
    11#!/usr/bin/env php 
    2 <? 
     2<?php 
    33// No use outputting anything, as env forces php headers to appear. Sigh. 
    44 
  • modules/branches/2.3/backup/module.xml

    r4237 r4538  
    22  <rawname>backup</rawname> 
    33  <name>Backup &amp; Restore</name> 
    4   <version>2.1.4.2</version> 
     4  <version>2.1.4.3</version> 
    55  <type>tool</type> 
    66  <category>System Administration</category> 
     
    1212  </depends> 
    1313  <changelog> 
    14   *2.1.4.2* #1866 removed some hard coded paths 
    15   *2.1.4.1* changed freePBX to FreePBX 
    16   *2.1.4* modified install script to create table if NOT EXISTS to avoid errors 
    17   *2.1.3* #1992: move create/remove schema for Backup into module away from core 
    18   *2.1.2* Add ability to scp backups to a server, add optional provisioning directory that can be backed up (no restore ability) 
    19   *2.1.1* Remove core_users2astdb and core_devices2astdb, it isn't needed and corrupts resotred ampuser info 
    20   *2.1* Actually, really, restore ASTDB now. Finally. Also add redirect_standard to avoid problems with TRBoE. 
    21   *2.0.4* Add he_IL translation 
    22   *2.0.3* don't have BLKVM and FM astdb trees, which shouldn't be left around anyhow 
    23   *2.0.2* fixed restore ALL to get it to actually work 
    24   *2.0.1* supplied defaults and fixed bug is weekdays schedule_functions.php - #1279 
    25   *2.0* Now backs up and restores astdb, which was causing problems with phone configurations. 
    26   *1.2* Potential fix for restore issues, clean up some warnings 
     14    *2.1.4.3* #2070 fix proper use of script tags 
     15    *2.1.4.2* #1866 removed some hard coded paths 
     16    *2.1.4.1* changed freePBX to FreePBX 
     17    *2.1.4* modified install script to create table if NOT EXISTS to avoid errors 
     18    *2.1.3* #1992: move create/remove schema for Backup into module away from core 
     19    *2.1.2* Add ability to scp backups to a server, add optional provisioning directory that can be backed up (no restore ability) 
     20    *2.1.1* Remove core_users2astdb and core_devices2astdb, it isn't needed and corrupts resotred ampuser info 
     21    *2.1* Actually, really, restore ASTDB now. Finally. Also add redirect_standard to avoid problems with TRBoE. 
     22    *2.0.4* Add he_IL translation 
     23    *2.0.3* don't have BLKVM and FM astdb trees, which shouldn't be left around anyhow 
     24    *2.0.2* fixed restore ALL to get it to actually work 
     25    *2.0.1* supplied defaults and fixed bug is weekdays schedule_functions.php - #1279 
     26    *2.0* Now backs up and restores astdb, which was causing problems with phone configurations. 
     27    *1.2* Potential fix for restore issues, clean up some warnings 
    2728  </changelog> 
    2829  <location>release/2.3/backup-2.1.4.2.tgz</location> 
  • modules/branches/2.3/blacklist/module.xml

    r4391 r4538  
    22  <rawname>blacklist</rawname> 
    33  <name>Blacklist</name> 
    4   <version>1.1.3</version> 
     4  <version>1.1.3.1</version> 
    55  <type>setup</type> 
    66  <category>CID &amp; Number Management</category> 
     
    99  </menuitems> 
    1010  <changelog> 
    11   *1.1.3* #2061 fixed to work with Asterisk 1.4 (wait for confirmation of 1) 
    12   *1.1.2* #1638 remove duplicate of zapateller instruction 
    13   *1.1.1* Add he_IL translation 
    14   *1.1* First 2.2 release. Fix minor warnings. 
     11    *1.1.3.1* #2070 fix proper use of script tags 
     12    *1.1.3* #2061 fixed to work with Asterisk 1.4 (wait for confirmation of 1) 
     13    *1.1.2* #1638 remove duplicate of zapateller instruction 
     14    *1.1.1* Add he_IL translation 
     15    *1.1* First 2.2 release. Fix minor warnings. 
    1516  </changelog> 
    1617  <location>release/2.3/blacklist-1.1.3.tgz</location> 
  • modules/branches/2.3/blacklist/page.blacklist.php

    r3204 r4538  
    6464 
    6565  <tr> 
    66     <td><b><?=_("Number")?></b></td> 
     66    <td><b><?php_("Number")?></b></td> 
    6767    <td>&nbsp;</td> 
    6868    <td>&nbsp;</td> 
  • modules/branches/2.3/core/XML_Unserializer.php

    r2070 r4538  
    1 <?PHP 
     1<?php 
    22/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ 
    33 
  • modules/branches/2.3/gabcast/module.xml

    r4046 r4538  
    22  <rawname>gabcast</rawname> 
    33  <name>Gabcast</name> 
    4   <version>1.2.4</version> 
     4  <version>1.2.5</version> 
    55  <type>tool</type> 
    66  <category>Third Party Addon</category> 
     
    99  </menuitems> 
    1010  <changelog> 
     11    *1.2.5* #2070 fix proper use of script tags 
    1112    *1.2.4* changed ${CALLERID(number)} to ${AMPUSER} to accomodate CID number masquerading 
    1213    *1.2.3* Add he_IL translation 
  • modules/branches/2.3/gabcast/page.gabcast.php

    r3204 r4538  
    7979  <?php echo gabcast_player();?> 
    8080</div> 
    81 <? 
     81<?php 
    8282} 
    8383 
  • modules/branches/2.3/irc/functions.inc.php

    r2865 r4538  
    1 <? 
     1<?php 
    22// Try to determine the distro and kernel of the current machine 
    33function irc_getversioninfo() { 
  • modules/branches/2.3/irc/module.xml

    r3598 r4538  
    22  <rawname>irc</rawname> 
    33  <name>Online Support</name> 
    4   <version>1.1.1</version> 
     4  <version>1.1.1.1</version> 
    55  <type>tool</type> 
    66  <category>Support</category> 
    77  <description>This module lets you connect to the IRC network where developers and other users chat. You can chat to the developers live, if you have problems</description> 
    88  <changelog> 
     9    *1.1.1.1* #2070 fix proper use of script tags 
    910    *1.1.1* Add he_IL translation 
    1011    *1.1* First release for 2.2, changed the window so it pops-out of the normal web page 
  • modules/branches/2.3/irc/page.irc.php

    r2953 r4538  
    173173switchLinks(document); 
    174174</script> 
    175 <? 
     175<?php 
    176176    // Do IRC stuff 
    177177  break; 
  • modules/branches/2.3/logfiles/asterisk-full-log.php

    r1778 r4538  
    1010<hr> 
    1111<br> 
    12 <? 
     12<?php 
    1313echo system ('tail --line=2000 /var/log/asterisk/full | sed -e "s/$/<br>/"');  
    1414?> 
  • modules/branches/2.3/logfiles/module.xml

    r2773 r4538  
    22  <rawname>logfiles</rawname> 
    33  <name>Asterisk Logfiles</name> 
    4   <version>1.0.1</version> 
     4  <version>1.0.2</version> 
     5  <changelog> 
     6    *1.0.2* #2070 fix proper use of script tags 
    57  <type>tool</type> 
    68  <category>Support</category> 
  • modules/branches/2.3/music/install.php

    r3470 r4538  
    1 <?  
     1<?php 
    22global $asterisk_conf; 
    33require_once("modules/music/functions.inc.php"); 
  • modules/branches/2.3/music/module.xml

    r4188 r4538  
    22  <rawname>music</rawname> 
    33  <name>Music on Hold</name> 
    4   <version>1.5.1.1</version> 
     4  <version>1.5.1.2</version> 
    55  <candisable>no</candisable> 
    66  <type>setup</type> 
     
    88  <description>Uploading and management of sound files (wav, mp3) to be used for on-hold music.</description> 
    99  <changelog> 
    10   *1.5.1.1* added candisable = no for module admin 
    11   *1.5.1* Added a 'none' category that results in silence played 
    12   *1.5* Fixed upload bug, #1646 could not upload files 
    13   *1.4.2* List wav files 
    14   *1.4.1* Add redirect_standard() call to avoid #1616 
    15   *1.4* Fix an issue of a new install not having a working MOH until they visit the page. 
    16   *1.3.2* Add he_IL translation 
    17   *1.3.1* Changed name to Music on Hold (from On Hold Music)  
    18   *1.3* Bumped version to assist upgraders from the 2.1 tree. No other changes. 
    19   *1.2* First release for FreePBX 2.2 - Fixed compatibility issue with new UI 
     10    *1.5.1.2* #2070 fix proper use of script tags 
     11    *1.5.1.1* added candisable = no for module admin 
     12    *1.5.1* Added a 'none' category that results in silence played 
     13    *1.5* Fixed upload bug, #1646 could not upload files 
     14    *1.4.2* List wav files 
     15    *1.4.1* Add redirect_standard() call to avoid #1616 
     16    *1.4* Fix an issue of a new install not having a working MOH until they visit the page. 
     17    *1.3.2* Add he_IL translation 
     18    *1.3.1* Changed name to Music on Hold (from On Hold Music)  
     19    *1.3* Bumped version to assist upgraders from the 2.1 tree. No other changes. 
     20    *1.2* First release for FreePBX 2.2 - Fixed compatibility issue with new UI 
    2021  </changelog> 
    2122  <menuitems> 
  • modules/branches/2.3/phonebook/module.xml

    r4209 r4538  
    22  <rawname>phonebook</rawname> 
    33  <name>Phonebook</name> 
    4   <version>1.1.5.2</version> 
     4  <version>1.1.5.3</version> 
    55  <description>Provides a phonebook for FreePBX, it can be used as base for Caller ID Lookup and Speed Dial</description> 
    66  <type>tool</type> 
     
    1313  <info>http://freepbx.org/wiki/AsteriskPhonebook</info> 
    1414  <changelog> 
     15    *1.1.5.3* #2070 fix proper use of script tags 
    1516    *1.1.5.2* bumping to remove checksum error 
    1617    *1.1.5.1* changed freePBX to FreePBX 
  • modules/branches/2.3/phonebook/page.phonebook.php

    r3201 r4538  
    9999<table cellpadding="5" width="100%"> 
    100100 
    101 <form autocomplete="off" name="delete" action="<?php $_SERVER['PHP_SELF'] ?>" method="post" onsubmit="return confirm('<? echo _("Are you sure you want to empty your phonebook ?")?>');"> 
    102 <?#onsubmit="return edit_onsubmit();"?> 
     101<form autocomplete="off" name="delete" action="<?php $_SERVER['PHP_SELF'] ?>" method="post" onsubmit="return confirm('<?php echo _("Are you sure you want to empty your phonebook ?")?>');"> 
     102<?php#onsubmit="return edit_onsubmit();"?> 
    103103  <input type="hidden" name="action" value="empty"> 
    104104 
     
    108108 
    109109  <tr> 
    110     <td><b><?=_("Number")?></b></td> 
    111     <td><b><?=_("Name")?></b></td> 
    112     <td><b><?=_("Speed dial")?></b></td> 
     110    <td><b><?php=_("Number")?></b></td> 
     111    <td><b><?php=_("Name")?></b></td> 
     112    <td><b><?php=_("Speed dial")?></b></td> 
    113113    <td>&nbsp;</td> 
    114114    <td>&nbsp;</td> 
     
    137137</table> 
    138138 
    139 <? 
     139<?php 
    140140} 
    141141?>