Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

frank 1161 678 trunk 784 368 5 1 garrone 700 hpdl 783 43

latest revision download trunk

784 annotated / raw | Diffs: previous, other | Lines: 213 ( +4, -4 )

Created: 2006-08-24 00:09:09 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 784

Copied (3 times):

merge from hpdl r783
partly fix #44

replace calls to PHP_SELF with SCRIPT_FILENAME

Branch point for: modom tag:oscommerce-3.0a3 weisser

Properties

 svn:eol-style = native
 svn:keywords = Id

757 annotated / raw | Diffs: previous, other | Lines: 213 ( +1, -1 )

Created: 2006-08-23 14:22:54 +0200 (3 years 3 months ago) | Author: hpdl | Changeset: 757

merge from hpdl r725, r728, r729, r732, r733, r734
- standardize general.php functions
- new osC_Address class for adadress related functions (incl. address format string being moved to the countries database table)

Properties

 svn:eol-style = native
 svn:keywords = Id

754 annotated / raw | Diffs: previous, other | Lines: 213 ( +3, -3 )

Created: 2006-08-23 13:56:56 +0200 (3 years 3 months ago) | Author: hpdl | Changeset: 754

merge from hpdl r685 to r688
- css/xhtml updates
- standardize html_output.php functions
- convert & to & in the href_link function

Properties

 svn:eol-style = native
 svn:keywords = Id

368 annotated / raw | Diffs: previous, other | Lines: 213 ( +135, -75 )

Created: 2005-12-22 17:27:23 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 368

merge from hpdl -r152 (having problems merging the includes/content directory and hope to get that fixed in the next commit)

Branch point for: frank garrone

Tags: oscommerce-3.0a1 oscommerce-3.0a2

Properties

 svn:eol-style = native
 svn:keywords = Id

151 annotated / raw | Diffs: previous, other | Lines: 153 ( +1, -1 )

Created: 2005-08-02 16:33:25 +0200 (4 years 3 months ago) | Author: mattice | Changeset: 151

Update linefeeds

Properties

 svn:eol-style = native
 svn:keywords = Id

5 annotated / raw | Diffs: previous, other | Lines: 153 ( +0, -0 )

Created: 2005-01-31 02:40:15 +0100 (4 years 9 months ago) | Author: hpdl | Changeset: 5

Added svn:keywords Id property

Branch point for: hpdl

Properties

 svn:keywords = Id

1 new annotated / raw | Lines: 153 ( +153, -0 )

Created: 2005-01-31 01:06:19 +0100 (4 years 9 months ago) | Author: hpdl | Changeset: 1

Initial import

latest revision download Branch frank

1161 new/copied annotated / raw | Diffs: previous, other | Lines: 213 ( +213, -0 )

Created: 2006-11-29 23:59:20 +0100 (2 years 11 months ago) | Author: frank | Changeset: 1161

Copied from: trunk/oscommerce/includes/classes/navigation_history.php 784

Copy of actual trunk version.

Properties

 svn:eol-style = native
 svn:keywords = Id

678 new annotated / raw | Diffs: previous, other | Lines: 213 ( +0, -0 )

Created: 2006-08-10 23:31:42 +0200 (3 years 3 months ago) | Author: hpdl | Changeset: 678

copy trunk to franks branch

Properties

 svn:eol-style = native
 svn:keywords = Id

latest revision download Branch garrone

700 new annotated / raw | Diffs: previous, other | Lines: 213 ( +0, -0 )

Created: 2006-08-16 11:10:05 +0200 (3 years 3 months ago) | Author: hpdl | Changeset: 700

taken from /trunk/oscommerce

Properties

 svn:eol-style = native
 svn:keywords = Id

latest revision download Branch hpdl

783 annotated / raw | Diffs: previous, other | Lines: 213 ( +4, -4 )

Created: 2006-08-24 00:06:44 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 783

replace calls to PHP_SELF with SCRIPT_FILENAME

Properties

 svn:eol-style = native
 svn:keywords = Id

725 annotated / raw | Diffs: previous, other | Lines: 213 ( +1, -1 )

Created: 2006-08-18 14:51:04 +0200 (3 years 3 months ago) | Author: hpdl | Changeset: 725

standardize some general functions

Properties

 svn:eol-style = native
 svn:keywords = Id

686 annotated / raw | Diffs: previous, other | Lines: 213 ( +3, -3 )

Created: 2006-08-15 00:33:22 +0200 (3 years 3 months ago) | Author: hpdl | Changeset: 686

finalize standardization of the html_output functions

Properties

 svn:eol-style = native
 svn:keywords = Id

203 annotated / raw | Diffs: previous, other | Lines: 213 ( +144, -58 )

Created: 2005-09-23 16:17:59 +0200 (4 years 1 month ago) | Author: hpdl | Changeset: 203

no longer stores the navigation object in the session but now only the relevant data that is needed

the session data is then referenced inside the object as the information is in memory anyway (instead of having it twice in memory (once in the session and again in the object))

Properties

 svn:eol-style = native
 svn:keywords = Id

199 annotated / raw | Diffs: previous, other | Lines: 127 ( +1, -1 )

Created: 2005-09-22 17:56:13 +0200 (4 years 2 months ago) | Author: hpdl | Changeset: 199

update the session class

don't use the session class as a storage handler, but as a controller

added ctype_* checking on the session ID

Properties

 svn:eol-style = native
 svn:keywords = Id

196 annotated / raw | Diffs: previous, other | Lines: 127 ( +2, -28 )

Created: 2005-09-16 14:59:17 +0200 (4 years 2 months ago) | Author: hpdl | Changeset: 196

remove PHP < 4.1 compatibliity logic

Properties

 svn:eol-style = native
 svn:keywords = Id

153 annotated / raw | Diffs: previous, other | Lines: 153 ( +1, -1 )

Created: 2005-08-04 14:57:59 +0200 (4 years 3 months ago) | Author: hpdl | Changeset: 153

merge from trunk r149

Properties

 svn:eol-style = native
 svn:keywords = Id

43 new annotated / raw | Diffs: previous, other | Lines: 153 ( +0, -0 )

Created: 2005-03-08 21:54:59 +0100 (4 years 8 months ago) | Author: hpdl | Changeset: 43

creating private branch

Properties

 svn:keywords = Id