| osCommerce:/trunk/oscommerce/ |
show Line History...Constraint |
Changelog
1865
by hpdl on
08 March 2009, 23:00:36 +0100
(8 months ago)
Force error logging to a file in the working directory
Log MySQL warnings and errors Force MySQL >= 5.0.2 to use STRICT_ALL_TABLES sql mode at runtime New Error Log Administration Tool Application to …
./.gitignore
1865
./admin/includes/application_top.php
1865
./admin/includes/applications/error_log
1865
./admin/includes/applications/error_log/actions
1865
./admin/includes/applications/error_log/actions/delete.php
1865
1864
by hpdl on
08 March 2009, 20:02:43 +0100
(8 months ago)
Remove redundant directory
./admin/includes/content
1864
1863
by hpdl on
07 March 2009, 00:53:49 +0100
(8 months ago)
merge from hpdl r1844-r1858
Move Administration Tool sections to self contained Applications Use JSON for RPC calls Add jQuery and jQuery UI Dynamic data table listings Live Search feature
./admin/includes/application_top.php
1863
./admin/includes/applications
1863
./admin/includes/applications/administrators
1863
./admin/includes/applications/administrators/actions
1863
./admin/includes/applications/administrators/actions/batch_delete.php
1863
1862
by hpdl on
07 March 2009, 00:34:07 +0100
(8 months ago)
merge from hpdl r1674-r1693
Rename Product Attributes to Product Variants Introduce new Product Attributes functionality
./admin/includes/classes/categories.php
1862
./admin/includes/classes/category_tree.php
1862
./admin/includes/classes/customers.php
1862
./admin/includes/classes/language.php
1862
./admin/includes/classes/order.php
1862
1861
by hpdl on
07 March 2009, 00:26:28 +0100
(8 months ago)
merge from hpdl r1671
improve the breadcrumb class; implement the iterator interface to work through the breadcrumb path array
./includes/classes/breadcrumb.php
1861
./templates/default.php
1861
./templates/table_based.php
1861
1860
by hpdl on
07 March 2009, 00:25:01 +0100
(8 months ago)
merge from hpdl r1669-r1670, r1672
PHP 5 Optimizations
./account.php
1860
./checkout.php
1860
./includes/classes/account.php
1860
./includes/classes/actions.php
1860
./includes/classes/address.php
1860
1859
by hpdl on
07 March 2009, 00:21:50 +0100
(8 months ago)
merge from hpdl r1666-1668, r1673
modularize custom session storage handlers
./admin/includes/application_top.php
1859
./admin/includes/classes/customers.php
1859
./admin/includes/classes/session.php
1859
./admin/includes/classes/whos_online.php
1859
./admin/includes/modules/services/session.php
1859
1616
by hpdl on
22 June 2007, 22:01:51 +0200
(2 years 5 months ago)
Fix OSC-193
Commit the transaction to save the currency information in the database (merge from hpdl r1615)
1605
by hpdl on
12 June 2007, 19:13:06 +0200
(2 years 5 months ago)
merge from hpdl r1604
Fix OSC-169 Add filter for the directory listing
./admin/templates/pages/administrators/edit.php
1605
1578
by tech2000 on
04 April 2007, 23:51:54 +0200
(2 years 7 months ago)
Updates to TinyMCE Spanish.
./admin/external/tiny_mce/langs/es.js
1578
./admin/external/tiny_mce/plugins/_template/langs/es.js
1578
1576
by tech2000 on
04 April 2007, 20:40:22 +0200
(2 years 7 months ago)
Updates Spanish and added Swedish language files for TinyMCE.
./admin/external/tiny_mce/langs/se.js
1576
./admin/external/tiny_mce/plugins/_template/langs/se.js
1576
./admin/external/tiny_mce/plugins/advimage/langs/es.js
1576
./admin/external/tiny_mce/plugins/advimage/langs/se.js
1576
./admin/external/tiny_mce/plugins/advlink/langs/es.js
1576
1575
by tech2000 on
04 April 2007, 16:25:02 +0200
(2 years 7 months ago)
Added Spanish translations for TinyMCE.
./admin/external/tiny_mce/langs/es.js
1575
./admin/external/tiny_mce/plugins/_template/langs/es.js
1575
./admin/external/tiny_mce/plugins/advimage/langs/en.js
1575
./admin/external/tiny_mce/plugins/advimage/langs/es.js
1575
./admin/external/tiny_mce/plugins/advlink/langs/es.js
1575
1574
by hpdl on
04 April 2007, 15:16:57 +0200
(2 years 7 months ago)
remove the !empty() call as empty() treats '0' as an empty value
fix OSC-137 merge from hpdl r1573
1572
by hpdl on
04 April 2007, 13:59:33 +0200
(2 years 7 months ago)
1 == '1_2' will convert '1_2' into an integer and pass the condition; force the condition to check against string values
fix OSC-133
./admin/templates/pages/categories/new.php
1572
1569
by hpdl on
03 April 2007, 20:22:57 +0200
(2 years 7 months ago)
correct variable name; merge from hpdl r1568
./redirect.php
1569
1567
by hpdl on
03 April 2007, 19:33:51 +0200
(2 years 7 months ago)
IMG_* constants are not defined if GD is not configured with PHP
merge from hpdl r1566
./admin/includes/functions/compatibility.php
1567
1556
by hpdl on
31 March 2007, 17:21:52 +0200
(2 years 7 months ago)
language update; merge from hpdl r1555
1554
by hpdl on
31 March 2007, 16:45:24 +0200
(2 years 7 months ago)
fix typo reported at OSC-130
merge from hpdl r1553
./admin/includes/classes/manufacturers.php
1554
1552
by hpdl on
31 March 2007, 16:28:17 +0200
(2 years 7 months ago)
compatibility function for imagetypes(); merge from hpdl r1551
./admin/includes/functions/compatibility.php
1552
1546
by hpdl on
31 March 2007, 04:21:32 +0200
(2 years 7 months ago)
merge country zones Anders worked on; merge from hpdl r1545
./admin/templates/pages/countries/main.php
1546
./install/oscommerce.sql
1546
1544
by hpdl on
31 March 2007, 02:12:02 +0200
(2 years 7 months ago)
toggle the html editor
merge from hpdl r1542
./admin/includes/languages/en_US/products.php
1544
./admin/templates/pages/products/edit.php
1544
1541
by hpdl on
31 March 2007, 00:53:46 +0200
(2 years 7 months ago)
show the language code together with the language name
merge from hpdl r1540
./admin/templates/pages/languages/edit.php
1541
1538
by frank on
31 March 2007, 00:16:38 +0200
(2 years 7 months ago)
Removed obsolete inclusion of class
1537
by frank on
31 March 2007, 00:15:13 +0200
(2 years 7 months ago)
Removing obsolete TinyMCE class and function
./admin/includes/functions/cfg_parameters/osc_cfg_set_tinymce_themes_pulldown_menu.php
1537
./includes/classes/tinymce.php
1537
1536
by hpdl on
31 March 2007, 00:10:22 +0200
(2 years 7 months ago)
move program locations to the configuration table
merge from hpdl r1534
./admin/includes/application_top.php
1536
./admin/includes/classes/backup.php
1536
./admin/templates/pages/backup/backup.php
1536
./install/oscommerce.sql
1536
1535
by frank on
31 March 2007, 00:07:50 +0200
(2 years 7 months ago)
TinyMCE editor implementation
./admin/external/tiny_mce
1535
./admin/external/tiny_mce/blank.htm
1535
./admin/external/tiny_mce/langs
1535
./admin/external/tiny_mce/langs/en.js
1535
./admin/external/tiny_mce/langs/readme.txt
1535
1533
by hpdl on
31 March 2007, 00:02:07 +0200
(2 years 7 months ago)
replace the old email+mime email classes with a new osC_Mail class
merge from hpdl r1518-r1519, r1525
./admin/includes/application_top.php
1533
./admin/includes/modules/newsletters/email.php
1533
./admin/includes/modules/newsletters/newsletter.php
1533
./admin/includes/modules/newsletters/product_notification.php
1533
./includes/classes/email.php
1533
1527
by hpdl on
30 March 2007, 21:20:20 +0200
(2 years 7 months ago)
check first if definitions exist in the main language file before importing them
merge from hpdl r1526
1524
by hpdl on
30 March 2007, 18:53:31 +0200
(2 years 7 months ago)
stylesheet updates
merge from hpdl r1523
./admin/templates/default/stylesheet.css
1524
./admin/templates/pages/languages/definitions_edit.php
1524
./admin/templates/pages/orders/invoice.php
1524
./admin/templates/pages/orders/packaging_slip.php
1524
./admin/templates/pages/product_attributes/main.php
1524
1522
by hpdl on
30 March 2007, 18:35:02 +0200
(2 years 7 months ago)
language update
merge from hpdl r1521
./admin/includes/languages/en_US/customers.php
1522
|