/[drupal]/contributions/modules/import_html/static.module
ViewVC logotype

Log of /contributions/modules/import_html/static.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.8.4.1
Sat Mar 14 04:45:41 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.8: +0 -0 lines
FILE REMOVED
These files should have been removed before the HEAD branch :(

Revision 1.8.2.1
Sat Mar 14 00:26:41 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-5--2
Changes since 1.8: +0 -0 lines
FILE REMOVED
Major re-arrange ov directories
Very likely unstable DO NO USE

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 19:46:27 2008 UTC (16 months, 4 weeks ago) by dman
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5--2, DRUPAL-6--1
Changes since 1.7: +437 -137 lines
Diff to previous 1.7
Merging DRUPAL-5--1 back into HEAD
I hope I'm doing this right

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 19:47:16 2008 UTC (21 months, 1 week ago) by ax
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Doxygen comments: don't use @mainpage (this is reserved for an index page for *all* contrib modules), but @defgroup/@ingroup grouping. and don't use @package: this is reserved for java packages [1].

[1] http://www.stack.nl/~dimitri/doxygen/commands.html#cmdpackage

Revision 1.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 01:43:00 2007 UTC (2 years, 1 month ago) by dman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4
Changes since 1.6.2.4: +104 -12 lines
Diff to previous 1.6.2.4 , to branch point 1.6 , to next main 1.8
MAY BE UNSTABLE

Modifications to support semantic round-tripping of CCK fields - for
static.module

Changes to the link-rewriting logic for better linking to imported
files. Root-relative links are now rewritten also, they weren't
before. There's now the option to choose between true-relative and
root-relative links.

Tricky changes may have side-effects in other test cases.

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 17:31:46 2007 UTC (2 years, 3 months ago) by dman
Branch: DRUPAL-5
Changes since 1.6.2.3: +1 -1 lines
Diff to previous 1.6.2.3 , to branch point 1.6
Typo thanks to coder.module renaming a class

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 16:38:59 2007 UTC (2 years, 3 months ago) by dman
Branch: DRUPAL-5
Changes since 1.6.2.2: +163 -136 lines
Diff to previous 1.6.2.2 , to branch point 1.6
A thousand code style changes. These files probably will not be compatable with any previous version ... but it's all just whtespace changes!

Anyway, I froze a 'before' version as DRUPAL-5-3-dev, use that if this is broken.
So far mostly untested :(

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 18:45:47 2007 UTC (2 years, 3 months ago) by dman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3-dev
Changes since 1.6.2.1: +139 -27 lines
Diff to previous 1.6.2.1 , to branch point 1.6
Updated Instructions somewhat

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 12:30:40 2007 UTC (2 years, 9 months ago) by dman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.6: +100 -31 lines
Diff to previous 1.6
Fix to the XSL that rewrote URLs - parameters are passed to XSL as strings, not BOOL, so '0' evaluates TRUE :(
Worked through getting the static_html add-on working as expected. Very cool.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 10:09:39 2007 UTC (2 years, 9 months ago) by dman
Branch: MAIN
CVS Tags: DRUPAL-4-7--2-0, DRUPAL-5--0-1, DRUPAL-5--1-0, DRUPAL-5--1-1
Branch point for: DRUPAL-5
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
conflict with the real import-export API it was emulating

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 25 15:48:40 2006 UTC (3 years, 3 months ago) by dman
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
removed debug

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 25 15:43:33 2006 UTC (3 years, 3 months ago) by dman
Branch: MAIN
Changes since 1.3: +5 -7 lines
Diff to previous 1.3
consistancy checks. tidy extension was mis-identifying itself in PHP4.
Several library updates

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 25 14:43:20 2006 UTC (3 years, 3 months ago) by dman
Branch: MAIN
Changes since 1.2: +75 -29 lines
Diff to previous 1.2
Some testing with PHP4 XSL (gah!) and a tidy-up of the prototype 'static' module - soon to be split into its own world

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 11 13:29:50 2006 UTC (3 years, 4 months ago) by dman
Branch: MAIN
Changes since 1.1: +12 -12 lines
Diff to previous 1.1
Killed the random xmlns: problem ... touchwood

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 10 16:23:00 2006 UTC (3 years, 4 months ago) by dman
Branch: MAIN
Added option to disable URL rewrites altogether.
Fixed demo page to work with URLs again (it'd stopped)
Tracked some minor XML/Tidy parsing inconsistancies.
Even more verbose comments and explanations on admin pages

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2