Changeset 1165310
- Timestamp:
- 05/21/2015 11:07:02 PM (10 years ago)
- Location:
- stageshow/trunk
- Files:
-
- 1 deleted
- 8 edited
-
include/stageshow_dbase_api.php (modified) (5 diffs)
-
include/stageshow_trolley_sales.php (modified) (1 diff)
-
include/stageshowlib_sales_dbase_api.php (modified) (1 diff)
-
include/stageshowlib_salesplugin_trolley.php (modified) (2 diffs)
-
include/stageshowlib_table.php (modified) (4 diffs)
-
lang/stageshow.pot (modified) (9 diffs)
-
readme.txt (modified) (2 diffs)
-
stageshow.php (modified) (1 diff)
-
stageshow_redirect.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
stageshow/trunk/include/stageshow_dbase_api.php
r1142412 r1165310 393 393 function clearAll() 394 394 { 395 parent::clearAll( $dropTable);395 parent::clearAll(); 396 396 397 397 $this->DropTable(STAGESHOW_SHOWS_TABLE); … … 675 675 } 676 676 677 678 677 function CanDeleteShow($showEntry) 679 678 { … … 698 697 return $canDelete; 699 698 } 700 701 699 702 700 function renameColumn($table_name, $oldColName, $newColName) … … 861 859 } 862 860 863 864 865 866 867 868 861 function IsPriceValid($newPriceValue, $result) 869 862 { … … 1279 1272 return $sql; 1280 1273 } 1281 1282 1283 1274 1284 1275 function AddEMailFields($EMailTemplate, $saleDetails) -
stageshow/trunk/include/stageshow_trolley_sales.php
r1161008 r1165310 429 429 break; 430 430 } 431 431 432 432 $buttonTypeDef = parent::GetButtonTypeDef($buttonID, $buttonName, $buttonType, $buttonClasses); 433 433 $buttonTypeDef .= $buttonSrc; -
stageshow/trunk/include/stageshowlib_sales_dbase_api.php
r1149942 r1165310 338 338 function clearAll() 339 339 { 340 parent::clearAll( $dropTable);340 parent::clearAll(); 341 341 342 342 $this->DropTable($this->DBTables->Sales); -
stageshow/trunk/include/stageshowlib_salesplugin_trolley.php
r1162572 r1165310 714 714 if ($buttonType == 'image') 715 715 { 716 $buttonClasses .= ' '.$this->myDomain.'-button-image ';717 } 718 719 $buttonClasses .= $this->cssTrolleyBaseID.'-ui';720 $buttonClasses .= $this->cssTrolleyBaseID.'-button';716 $buttonClasses .= ' '.$this->myDomain.'-button-image'; 717 } 718 719 $buttonClasses .= ' '.$this->cssTrolleyBaseID.'-ui'; 720 $buttonClasses .= ' '.$this->cssTrolleyBaseID.'-button'; 721 721 722 722 $buttonTypeDef .= ' id="'.$buttonName.'" name="'.$buttonName.'"'; … … 1334 1334 $runningTotal = $myDBaseObj->FormatCurrency($runningTotal); 1335 1335 $trolleyTotal = $myDBaseObj->FormatCurrency($trolleyTotal); 1336 1336 1337 1337 echo '<tr class="'.$this->cssTrolleyBaseID.'-totalrow">'."\n"; 1338 1338 echo '<td colspan="'.($this->trolleyHeaderCols-4).'"> </td>'."\n"; -
stageshow/trunk/include/stageshowlib_table.php
r1163209 r1165310 310 310 } 311 311 312 function AddTextBoxToTable($result, $inputName, $value, $col=0, $newRow = false) 313 { 314 $inputName .= $this->GetRecordID($result).$this->GetDetailID($result); 315 316 $params = " name=$inputName"; 317 $params .= " id=$inputName"; 318 319 $content = '<textarea rows="1" cols="60" '.$params.'>'.$value.'</textarea>'; 320 321 $inputName = 'curr'.$inputName; 322 323 $params = " name=$inputName"; 324 $params .= " id=$inputName"; 325 $params .= " value=\"$value\""; 326 327 $content .= "<input type=\"hidden\" $params />"; 328 329 $this->AddToTable($result, $content, $col, $newRow); 330 } 331 312 332 function AddInputToTable($result, $inputName, $maxlength, $value, $col=0, $newRow = false, $extraParams = '') 313 333 { … … 1408 1428 case self::TABLEENTRY_FLOAT: 1409 1429 case self::TABLEENTRY_DATETIME: 1410 //case self::TABLEENTRY_TEXTBOX:1430 case self::TABLEENTRY_TEXTBOX: 1411 1431 case self::TABLEENTRY_SELECT: 1412 1432 case self::TABLEENTRY_VALUE: … … 1507 1527 break; 1508 1528 1509 //case self::TABLEENTRY_TEXTBOX:1510 1511 1529 case self::TABLEENTRY_SELECT: 1512 1530 $options = self::GetSelectOptsArray($columnDef, $result); … … 1522 1540 // Fall into next case ... 1523 1541 1542 case self::TABLEENTRY_TEXTBOX: 1543 $this->AddTextBoxToTable($result, $columnId, $currVal, 0); 1544 break; 1545 1524 1546 case self::TABLEENTRY_TEXT: 1525 1547 case self::TABLEENTRY_INTEGER: -
stageshow/trunk/lang/stageshow.pot
r1163209 r1165310 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: stageshow 5.0. 8\n"5 "Project-Id-Version: stageshow 5.0.9 \n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/stageshow\n" 7 "POT-Creation-Date: 2015-05- 19 09:03:49+00:00\n"7 "POT-Creation-Date: 2015-05-21 21:16:36+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 432 432 #: include\stageshowlib_sales_dbase_api.php:495 include\stageshowlib_salesplugin.php:483 433 433 #: include\stageshow_trolley_sales.php:498 stageshow.php:20 434 #: stageshowgold_main.php:15 6434 #: stageshowgold_main.php:154 435 435 msgid "Booking Fee" 436 436 msgstr "" … … 442 442 #: admin\stageshow_tdt_export.php:113 include\stageshowlib_sales_dbase_api.php:496 443 443 #: include\stageshowlib_salesplugin.php:492 stageshow.php:41 444 #: stageshowgold_main.php:15 7stageshowplus_trolley.php:120444 #: stageshowgold_main.php:155 stageshowplus_trolley.php:120 445 445 msgid "Donation" 446 446 msgstr "" … … 640 640 641 641 #: admin\stageshowgold_manage_seating.php:39 642 #: include\stageshowlib_gatewaysalesadmin.php:37 include\stageshowlib_table.php:10 32642 #: include\stageshowlib_gatewaysalesadmin.php:37 include\stageshowlib_table.php:1052 643 643 msgid "Details" 644 644 msgstr "" … … 1003 1003 #: include\stageshowlib_salesplugin.php:501 include\stageshowlib_salesplugin.php:556 1004 1004 #: include\stageshowlib_salesplugin.php:590 include\stageshowlib_salesplugin.php:628 1005 #: stageshowgold_main.php:12 8 stageshowgold_main.php:1361006 #: stageshowgold_main.php:2 31stageshowplus_main.php:3011005 #: stageshowgold_main.php:126 stageshowgold_main.php:134 1006 #: stageshowgold_main.php:229 stageshowplus_main.php:301 1007 1007 msgid "Cannot Checkout" 1008 1008 msgstr "" … … 1179 1179 msgstr "" 1180 1180 1181 #: include\stageshowlib_table.php:5 501181 #: include\stageshowlib_table.php:570 1182 1182 msgid "Bulk Actions" 1183 1183 msgstr "" 1184 1184 1185 #: include\stageshowlib_table.php:5 601185 #: include\stageshowlib_table.php:580 1186 1186 msgid "Apply" 1187 1187 msgstr "" 1188 1188 1189 #: include\stageshowlib_table.php:7 631189 #: include\stageshowlib_table.php:783 1190 1190 msgid "1 item" 1191 1191 msgid_plural "%s items" … … 1193 1193 msgstr[1] "" 1194 1194 1195 #: include\stageshowlib_table.php:7 791195 #: include\stageshowlib_table.php:799 1196 1196 msgid "Go to the first page" 1197 1197 msgstr "" 1198 1198 1199 #: include\stageshowlib_table.php: 7861199 #: include\stageshowlib_table.php:806 1200 1200 msgid "Go to the previous page" 1201 1201 msgstr "" 1202 1202 1203 #: include\stageshowlib_table.php: 7971203 #: include\stageshowlib_table.php:817 1204 1204 msgid "Current page" 1205 1205 msgstr "" 1206 1206 1207 #: include\stageshowlib_table.php:8 051207 #: include\stageshowlib_table.php:825 1208 1208 msgid "of" 1209 1209 msgstr "" 1210 1210 1211 #: include\stageshowlib_table.php:8 091211 #: include\stageshowlib_table.php:829 1212 1212 msgid "Go to the next page" 1213 1213 msgstr "" 1214 1214 1215 #: include\stageshowlib_table.php:8 161215 #: include\stageshowlib_table.php:836 1216 1216 msgid "Go to the last page" 1217 1217 msgstr "" 1218 1218 1219 #: include\stageshowlib_table.php:11 551219 #: include\stageshowlib_table.php:1175 1220 1220 msgid "Show all Events" 1221 1221 msgstr "" 1222 1222 1223 #: include\stageshowlib_table.php:1 284 include\stageshowlib_table.php:14701223 #: include\stageshowlib_table.php:1304 include\stageshowlib_table.php:1490 1224 1224 msgid "Yes" 1225 1225 msgstr "" 1226 1226 1227 #: include\stageshowlib_table.php:1 284 include\stageshowlib_table.php:14701227 #: include\stageshowlib_table.php:1304 include\stageshowlib_table.php:1490 1228 1228 msgid "No" 1229 1229 msgstr "" … … 1273 1273 msgstr "" 1274 1274 1275 #: include\stageshow_dbase_api.php:70 61275 #: include\stageshow_dbase_api.php:704 1276 1276 msgid "DB Error" 1277 1277 msgstr "" 1278 1278 1279 #: include\stageshow_dbase_api.php:70 61279 #: include\stageshow_dbase_api.php:704 1280 1280 msgid "Column does not exist" 1281 1281 msgstr "" 1282 1282 1283 #: include\stageshow_dbase_api.php:8 731283 #: include\stageshow_dbase_api.php:866 1284 1284 msgid "Price Not Specified" 1285 1285 msgstr "" 1286 1286 1287 #: include\stageshow_dbase_api.php:87 91287 #: include\stageshow_dbase_api.php:872 1288 1288 msgid "Invalid Price Entry" 1289 1289 msgstr "" 1290 1290 1291 #: include\stageshow_dbase_api.php:8 851291 #: include\stageshow_dbase_api.php:878 1292 1292 msgid "Price Entry cannot be negative" 1293 1293 msgstr "" 1294 1294 1295 #: include\stageshow_jquery_email.php:120 stageshowgold_main.php:25 21295 #: include\stageshow_jquery_email.php:120 stageshowgold_main.php:250 1296 1296 #: stageshowplus_main.php:296 1297 1297 msgid "Confirmation EMail sent to" … … 1937 1937 msgstr "" 1938 1938 1939 #: stageshowgold_main.php:12 91939 #: stageshowgold_main.php:127 1940 1940 msgid "Database Access Error" 1941 1941 msgstr "" 1942 1942 1943 #: stageshowgold_main.php:13 71943 #: stageshowgold_main.php:135 1944 1944 msgid "Error getting purchaser details from PayPal" 1945 1945 msgstr "" 1946 1946 1947 #: stageshowgold_main.php:1 91 stageshowgold_main.php:2191947 #: stageshowgold_main.php:189 stageshowgold_main.php:217 1948 1948 msgid "Sale Cancelled" 1949 1949 msgstr "" 1950 1950 1951 #: stageshowgold_main.php:21 91951 #: stageshowgold_main.php:217 1952 1952 msgid "Timeout" 1953 1953 msgstr "" 1954 1954 1955 #: stageshowgold_main.php:23 51955 #: stageshowgold_main.php:233 1956 1956 msgid "Could not get sale details from PayPal" 1957 1957 msgstr "" 1958 1958 1959 #: stageshowgold_main.php:25 21959 #: stageshowgold_main.php:250 1960 1960 msgid "Sale Complete" 1961 1961 msgstr "" 1962 1962 1963 #: stageshowgold_main.php:2 901963 #: stageshowgold_main.php:288 1964 1964 msgid "One or more seats selected is no longer available" 1965 1965 msgstr "" -
stageshow/trunk/readme.txt
r1163209 r1165310 5 5 Requires at least: 3.0 6 6 Tested up to: 4.2.2 7 Stable tag: 5.0. 87 Stable tag: 5.0.9 8 8 9 9 StageShow adds the facility for an online Box-Office for Small Theatres/Drama Groups, records sales, validates tickets and provides sales downloads. … … 189 189 190 190 * Version History for StageShow Plugins 191 192 = 5.0.9 (21/05/2015) = 193 * Bug Fix: Bug Fix: Remove button HTML class definitions merged 194 * Bug Fix: Sample Database seating zoneID error (StageShowGold) 195 * Zone Spec made (virtually) unlimited size (StageShowGold) 196 * Security Vulnerability Fixed 191 197 192 198 = 5.0.8 (19/05/2015) = -
stageshow/trunk/stageshow.php
r1163209 r1165310 3 3 Plugin Name: StageShow 4 4 Plugin URI: http://www.corondeck.co.uk/StageShow/WPOrg 5 Version: 5.0. 85 Version: 5.0.9 6 6 Author: Malcolm Shergold 7 7 Author URI: http://www.corondeck.co.uk
Note: See TracChangeset
for help on using the changeset viewer.