Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

1537 by frank on 31 March 2007, 00:15:13 +0200 (20 months ago) Removing obsolete TinyMCE class and function

./tinymce.php 1537 history deleted

… 1 more file in changeset.
1535 by frank on 31 March 2007, 00:07:50 +0200 (20 months ago) TinyMCE editor implementation

./tinymce.php 1535 history download (+37) new/copied

… 266 more files in changeset.
1533 by hpdl on 31 March 2007, 00:02:07 +0200 (20 months ago) replace the old email+mime email classes with a new osC_Mail class

merge from hpdl r1518-r1519, r1525

./email.php 1533 history deleted

./mail.php 1533 history download (+379) new/copied

./mime.php 1533 history deleted

… 6 more files in changeset.
1512 by hpdl on 30 March 2007, 01:46:41 +0200 (20 months ago) allow language sets to inject definitions from another language set
this is helpful for language variations where only a few definitions are different

merge from hpdl r1501, r1507, r1511

./language.php 1512 history download (+14 -5) diffs

… 10 more files in changeset.
1498 by hpdl on 29 March 2007, 16:04:50 +0200 (20 months ago) update version number to 3.0 Alpha 4
update copyright notice / license notice

merge from hpdl r1497

./account.php 1498 history download (+3 -1) diffs

./actions.php 1498 history download (+3 -1) diffs

./address.php 1498 history download (+3 -1) diffs

./address_book.php 1498 history download (+3 -1) diffs

./banner.php 1498 history download (+3 -1) diffs

… 792 more files in changeset.
1493 by hpdl on 29 March 2007, 00:50:04 +0200 (20 months ago) language updates
move service modules to the modules directory
move administrative functionality from the service modules to the administration tool side

merge from hpdl r1480-r1489

./services.php 1493 history download (+1 -1) diffs

… 89 more files in changeset.
1444 by hpdl on 08 March 2007, 23:21:35 +0100 (20 months ago) fix OSC-50

format the shipping and billing address in the order confirmation email
(merge from hpdl r1443)

./order.php 1444 history download (+4 -2) diffs

1434 by hpdl on 08 March 2007, 20:15:38 +0100 (20 months ago) use a new showImage() language class method to display the language icon
use new language icons found in images/worldflags
(merge from hpdl r1431-r1432)

./language.php 1434 history download (+19 -6) diffs

… 26 more files in changeset.
1423 by hpdl on 08 March 2007, 01:53:42 +0100 (20 months ago) fix OSC-79

fix static logic
(merge from hpdl r1422)

./address_book.php 1423 history download (+2 -3) diffs

1421 by hpdl on 08 March 2007, 01:24:29 +0100 (20 months ago) fix OSC-38

improve cartID logic
only calculate order totals if products exist in the shopping cart
(merge from hpdl r1420)

./shipping.php 1421 history download (+18 -28) diffs

./shopping_cart.php 1421 history download (+47 -38) diffs

… 2 more files in changeset.
1385 by hpdl on 06 March 2007, 09:55:55 +0100 (20 months ago) merge from hpdl r1299, r1384

extend batch page links functionality

./database.php 1385 history download (+99 -33) diffs

… 37 more files in changeset.
1372 by hpdl on 05 March 2007, 23:58:51 +0100 (20 months ago) merge from hpdl r1290-r1291, r1293

introduce the administrators log class to log database changes performed from the administration tool
introduce the new Administrators Log section on the Administra…

./database/mysql.php 1372 history download (+19 -2) diffs

./database/mysqli.php 1372 history download (+19 -2) diffs

./database.php 1372 history download (+82 -5) diffs

… 15 more files in changeset.
1338 by hpdl on 05 March 2007, 22:51:26 +0100 (20 months ago) merge from hpdl r1210-r1213

general updates
admin/includes/classes/upload.php; remove php3 compatibility layer

./currencies.php 1338 history download (+4 -0) diffs

… 9 more files in changeset.
1321 by hpdl on 05 March 2007, 21:55:44 +0100 (20 months ago) merge from hpdl r1122-r1123

add a mysqli database layer for php5/mysql4

./database/mysqli.php 1321 history download (+190) new/copied

… 1 more file in changeset.
1319 by hpdl on 05 March 2007, 21:43:07 +0100 (20 months ago) merge from hpdl r1117-r1120

mysql_fetch_assoc() exists from PHP 4.0.3
mysql_escape_string() exists as from PHP 4.0.3 so use that as the default value instead of addslashes()
move the string parsing l…

./database/mysql.php 1319 history download (+13 -13) diffs

./database.php 1319 history download (+1 -11) diffs

1107 by hpdl on 05 November 2006, 18:51:24 +0100 (2 years ago) merge from hpdl r1106; Since PHP 5.0.5 the session handler cannot use objects as the objects are destroyed beforehand; using register_shutdown_function() fixes this

./session.php 1107 history download (+2 -0) diffs

1103 by hpdl on 03 November 2006, 23:16:19 +0100 (2 years ago) merge from hpdl r1102; allow the template to be manually set

./template.php 1103 history download (+8 -5) diffs

… 1 more file in changeset.
1076 by hpdl on 25 October 2006, 17:37:50 +0200 (2 years 1 month ago) merge from hpdl r1016, r1025 - r1027; modularize the administration tool pages

./address.php 1076 history download (+13 -4) diffs

./database.php 1076 history download (+8 -6) diffs

… 168 more files in changeset.
1060 by hpdl on 22 October 2006, 15:38:10 +0200 (2 years 1 month ago) fix paypal ipn module
correct typo in the order class

fix #127

./order.php 1060 history download (+1 -1) diffs

… 2 more files in changeset.
1049 by hpdl on 22 October 2006, 12:01:09 +0200 (2 years 1 month ago) check if the variable exists

fix #149

./specials.php 1049 history download (+1 -1) diffs

1047 by hpdl on 22 October 2006, 11:55:33 +0200 (2 years 1 month ago) check if the variable exists

fix #136

./product.php 1047 history download (+1 -1) diffs

1037 by hpdl on 22 October 2006, 11:16:01 +0200 (2 years 1 month ago) simplify logic - addresses #129

./database.php 1037 history download (+2 -6) diffs

1035 by hpdl on 21 October 2006, 20:09:30 +0200 (2 years 1 month ago) fix variable name the filename is being assigned to

fix #114

./template.php 1035 history download (+1 -1) diffs

946 by hpdl on 31 August 2006, 15:53:35 +0200 (2 years 3 months ago) merge from hpdl r944 r945; remove language image field from the database and hardcode it as 'icon.gif'

./language.php 946 history download (+2 -2) diffs

… 7 more files in changeset.
928 by hpdl on 31 August 2006, 04:00:53 +0200 (2 years 3 months ago) merge from hpdl r927; update address logic

./order.php 928 history download (+8 -2) diffs

926 by hpdl on 31 August 2006, 03:49:08 +0200 (2 years 3 months ago) merge from hpdl r925; update address logic

./order.php 926 history download (+6 -6) diffs

910 by hpdl on 30 August 2006, 21:45:38 +0200 (2 years 3 months ago) merge from hpdl r909; remove reference

./image.php 910 history download (+1 -1) diffs

896 by hpdl on 30 August 2006, 17:44:55 +0200 (2 years 3 months ago) merge from hpdl r895; make any parameter changes take affect straight away

./recently_visited.php 896 history download (+5 -16) diffs

… 2 more files in changeset.
883 by hpdl on 30 August 2006, 15:57:15 +0200 (2 years 3 months ago) merge from hpdl r882; fix advanced search

./search.php 883 history download (+2 -2) diffs

… 1 more file in changeset.
877 by hpdl on 30 August 2006, 05:08:51 +0200 (2 years 3 months ago) merge from hpdl r876; fix #92

./category_tree.php 877 history download (+1 -1) diffs

… 1 more file in changeset.
earlier earlier | later later