| osCommerce:/branches/frank/osc-tickets/ |
show Line History...Constraint |
Changelog
1281
by frank on
01 March 2007, 00:33:23 +0100
(2 years 8 months ago)
Switching languages possibility at the installation of osCommerce.
Update: Available languages are shown by flag icons now.
./install/templates/pages/index.php
1281
1268
by frank on
27 February 2007, 01:15:48 +0100
(2 years 8 months ago)
Switching languages possibility at the installation of osCommerce.
Update: This code checks which of the available languages are installed by scanning the language directory for all xml files and ex…
./install/includes/application.php
1268
./install/includes/classes/language.php
1268
1261
by frank on
25 February 2007, 23:33:56 +0100
(2 years 8 months ago)
Switching languages possibility at the installation of osCommerce.
All the available languages for osCommerce need to be added at V3.0 Final release in the install/includes/classes/language.php. Th…
./install/includes/application.php
1261
./install/includes/classes/language.php
1261
./install/templates/pages/index.php
1261
1247
by frank on
11 February 2007, 13:15:14 +0100
(2 years 9 months ago)
Bug solution suggestion (nr36) Update. Admin username and password form input check.
1246
by frank on
11 February 2007, 12:42:36 +0100
(2 years 9 months ago)
Improvement solved (nr87). Update. The problem with the thumbnail view (see ticket 87) in the admin with new/editing products occurs when a thumbnail in the line above has 3 lines of text instead of 2…
./admin/templates/pages/products_edit.php
1246
1245
by frank on
10 February 2007, 12:39:24 +0100
(2 years 9 months ago)
Improvement solved (nr87). The problem with the thumbnail view (see ticket 87) in the admin with new/editing products occurs when a thumbnail in the line above has 3 lines of text instead of 2 beneath…
./admin/templates/pages/products_edit.php
1245
1244
by frank on
09 February 2007, 00:20:09 +0100
(2 years 9 months ago)
Bug solution suggestion (nr36). Admin username and password form input check.
./includes/form_check.js.php
1244
./install/includes/languages/en_US/install.php
1244
1238
by frank on
04 February 2007, 21:15:40 +0100
(2 years 9 months ago)
Improvement solved (nr31). Color update for boxTitle and breadcrumb.
1215
by frank on
16 January 2007, 20:08:52 +0100
(2 years 10 months ago)
Bug quick fix (nr78). Added an emtpy row.
./templates/default/content/checkout/checkout_shipping_address.php
1215
1214
by frank on
16 January 2007, 19:41:38 +0100
(2 years 10 months ago)
Bug solved (LANG nr 2). Added XML text and removed fixed text.
./includes/languages/en_US/modules/boxes/shopping_cart.xml
1214
./includes/modules/boxes/shopping_cart.php
1214
1198
by frank on
10 January 2007, 00:29:47 +0100
(2 years 10 months ago)
Bug solved (nr94). Define of $counter var missing.
./templates/default/content/account/account_notifications.php
1198
1197
by frank on
31 December 2006, 19:27:15 +0100
(2 years 10 months ago)
Bug solved (nr89). The reviews options needed some updating on the catalog side. -The reviews buttons wasn't shown.
-The amount of reviews written at the product info page wasn't functioning. -Review…
./includes/classes/reviews.php
1197
./includes/content/products/reviews.php
1197
./templates/default/content/products/info.php
1197
./templates/default/content/products/reviews_info.php
1197
./templates/default/content/products/reviews_not_found.php
1197
1188
by frank on
26 December 2006, 00:20:38 +0100
(2 years 10 months ago)
Bug solved (nr50). Missing line in includes/classes/order.php for delivery and payment address:
'format' => $Qorder->value('delivery_address_format').
./includes/classes/order.php
1188
1187
by frank on
26 December 2006, 00:17:41 +0100
(2 years 10 months ago)
Bug solved (nr60). Missing global $orders_status_array in _update() of admin/includes/content/orders.php and $oID changed in $_GET['oID'];
Also commited to branches/Frank/osCommerce. UPDATE: forgot…
1186
by frank on
26 December 2006, 00:09:05 +0100
(2 years 10 months ago)
Bug solved (nr60). Missing global $orders_status_array in _update() of admin/includes/content/orders.php and $oID changed in $_GET['oID'];
Also commited to branches/Frank/osCommerce.
1185
by frank on
25 December 2006, 23:48:50 +0100
(2 years 10 months ago)
Bug solved (nr33). Error added when creating a category without a name.
UPDATE: Forgot to commit the alarm message....
./admin/includes/languages/en_US/categories.php
1185
1184
by frank on
25 December 2006, 23:44:52 +0100
(2 years 10 months ago)
Bug solved (nr88). Image path for pop-up of product images in the admin new/edit product page was incorrect.
./admin/rpc.php
1184
1183
by frank on
25 December 2006, 23:15:34 +0100
(2 years 10 months ago)
Bug solved (nr41). Image path for previewing product images in the admin was incorrect.
./admin/templates/pages/products_preview.php
1183
./includes/classes/image.php
1183
1182
by frank on
25 December 2006, 20:11:15 +0100
(2 years 10 months ago)
Bug solved (nr74). Preview image problem was caused by typo in modified RPC regex (admin/templates/pages/products_edit.php).
./admin/templates/pages/products_edit.php
1182
1181
by frank on
25 December 2006, 00:46:56 +0100
(2 years 10 months ago)
Bug solved (nr33). Error added when creating a category without a name.
./admin/includes/content/categories.php
1181
1180
by frank on
24 December 2006, 23:37:00 +0100
(2 years 10 months ago)
Bug solved (nr59). Language files of invoice.php and packingslip.php where not loaded. Also fixed the loading of the osC logo (should be .jpg instead of .gif).
./admin/invoice.php
1180
./admin/packingslip.php
1180
1179
by frank on
24 December 2006, 22:57:51 +0100
(2 years 10 months ago)
Bug solved (nr86). Typo in admin/includes/modules/order_total/low_order_fee.php line 41. Quote missed.
./admin/includes/modules/order_total/low_order_fee.php
1179
1178
by frank on
24 December 2006, 22:51:01 +0100
(2 years 10 months ago)
Bug solution suggestion (nr43). In this solution suggestion of the currency calculation bug are basically two things changed:
- The actual product total is first converted to the actual currency and t…
./admin/invoice.php
1178
./admin/packingslip.php
1178
./admin/templates/pages/currencies.php
1178
./admin/templates/pages/orders_edit.php
1178
./admin/templates/pages/whos_online.php
1178
1174
by frank on
18 December 2006, 20:44:24 +0100
(2 years 11 months ago)
Bug solved (nr80). Typo in admin/includes/content/currencies.php line 132.
$osC_Databasem should be $osC_Database
1173
by frank on
18 December 2006, 20:12:31 +0100
(2 years 11 months ago)
Bug solution suggestion (nr79). An extra message that the maximum amount of addresses have been reached.
./includes/languages/en_US.xml
1173
./templates/default/content/checkout/checkout_payment_address.php
1173
./templates/default/content/checkout/checkout_shipping_address.php
1173
1172
by frank on
18 December 2006, 00:45:11 +0100
(2 years 11 months ago)
Bug solution suggestion (nr79). In the address_book class and in the order class is the function numberOfEntries(). When the variable $total_entries exists from the last call then the logic resets thi…
./includes/classes/address_book.php
1172
./includes/classes/order.php
1172
1170
by frank on
14 December 2006, 23:31:42 +0100
(2 years 11 months ago)
Bug solved (nr62). Missing declaration of $osC_Language in:
admin/includes/content/image_groups.php Thanks Claudio!
./admin/includes/content/image_groups.php
1170
1169
by frank on
14 December 2006, 23:19:51 +0100
(2 years 11 months ago)
Bug solved (nr66). Typos in:
admin/includes/modules/newsletters/product_notification.php admin/includes/modules/newsletters/email.php Thanks Grzegorz Tlołka!
./admin/includes/modules/newsletters/email.php
1169
./admin/includes/modules/newsletters/product_notification.php
1169
1168
by frank on
14 December 2006, 23:15:20 +0100
(2 years 11 months ago)
Bug solved (nr68). Typo.
Thanks Seiji!
./admin/includes/modules/summary/products.php
1168
|