/[drupal]/contributions/modules/import_html/rewrite_href_and_src.xsl
ViewVC logotype

Log of /contributions/modules/import_html/rewrite_href_and_src.xsl

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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 04:30:48 2009 UTC (8 months, 1 week ago) by dman
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
Trying to move everything into a fresh branch, tagged 6--1

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 00:26:41 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-5--2
Changes since 1.8: +63 -4 lines
Diff to previous 1.8 , to next main 1.13
Major re-arrange ov directories
Very likely unstable DO NO USE

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 05:52:43 2008 UTC (11 months, 2 weeks ago) by dman
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-6--1
Changes since 1.11: +37 -1 lines
Diff to previous 1.11
Updated docs
Revised taxonomy imports
tuned the generic template to cover more test cases

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 14:19:50 2008 UTC (11 months, 2 weeks ago) by dman
Branch: MAIN
Changes since 1.10: +8 -2 lines
Diff to previous 1.10
This is going good.
OK, lots of tweaks. Adjusted the debug again. Can be set in the advanced prefs on a per-instance basis.
Can be called out of context really well now.
Changed default document handing to allow multiple values.
Can toggle whether to keep debug partial files.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 11:33:18 2008 UTC (11 months, 3 weeks ago) by dman
Branch: MAIN
Changes since 1.9: +307 -307 lines
Diff to previous 1.9
Huge file-ending problem fix up.
I think my Mac touched them and saved them :(
Back to Unix newlines please

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 09:08:39 2008 UTC (16 months, 1 week ago) by dman
Branch: MAIN
Changes since 1.8: +307 -291 lines
Diff to previous 1.8
HUGE rewrite. UNSTABLE
remade tree selector form into FAPI callbacks!
split some data extractions into a library
Split the UI into a library
Rewrote the js to be jquery

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
Branch point for: DRUPAL-5--2
Changes since 1.7: +110 -46 lines
Diff to previous 1.7
Merging DRUPAL-5--1 back into HEAD
I hope I'm doing this right

Revision 1.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 05:47:32 2007 UTC (2 years ago) by dman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.7.2.4: +2 -2 lines
Diff to previous 1.7.2.4 , to branch point 1.7 , to next main 1.13
consistant quoting - changing double qoutes to singles where
appropriate.
Just syntax really, in prep for import profile instances

Revision 1.7.2.4 - (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
Changes since 1.7.2.3: +83 -45 lines
Diff to previous 1.7.2.3 , to branch point 1.7
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.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 12:32:23 2007 UTC (2 years, 4 months ago) by dman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3-dev
Changes since 1.7.2.2: +3 -5 lines
Diff to previous 1.7.2.2 , to branch point 1.7
slightly tighter logic to avoid better anchors that may also need link rewriting

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 12:17:08 2007 UTC (2 years, 4 months ago) by dman
Branch: DRUPAL-5
Changes since 1.7.2.1: +18 -1 lines
Diff to previous 1.7.2.1 , to branch point 1.7
Work-around for anorexic anchors

Instead of collapsing
<a name='doh'></a>
into
<a name='doh' />

pad it with
<a name='doh'><!-- placeholder --></a>

<a name='doh' /> doesn't have a good effect in many browsers ... it's read as being left open



http://drupal.org/node/158735
http://tantek.com/log/2002/11.html#L20021128t1352

Revision 1.7.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.7: +15 -4 lines
Diff to previous 1.7
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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 14 01:34:41 2006 UTC (3 years, 2 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.6: +35 -2 lines
Diff to previous 1.6
A dozen annoying little tweaks to fine-tune the php4 problems.
Got htmltidy for it working again. Added error message capture and display
Reviewed the xml toString function.
Had to give up on getting PHP4 to include XSL sub-templates. Still dunno why it refuses.
Tuned the behaviours on first install a little

Revision 1.6 - (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.5: +2 -0 lines
Diff to previous 1.5
Killed the random xmlns: problem ... touchwood

Revision 1.5 - (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
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
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

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 5 09:22:44 2006 UTC (3 years, 4 months ago) by dman
Branch: MAIN
Changes since 1.3: +34 -24 lines
Diff to previous 1.3
Adjusted so the URL-rewriting (no base) works again.
relative hrefs are left alone, resource srcs are found over under /files.

Also tried to sort out the escaping of script elements, CDATA and output escaping under XML. Added a config option to strip them totally.

Added regexp filter option to allow user to show/hide the hidden files in the file list.
Couple of cosmetics, help wording and code format

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 31 13:23:02 2006 UTC (3 years, 7 months ago) by dman
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.2: +30 -3 lines
Diff to previous 1.2
Added an option to rewrite all source href links to friendly URLS (no suffix) during import.
This is distinct from renaming the URLs themselves.

Can now provide a smooth transition from /old/section/index.html links into just 'new/section' syntax, across the board.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 24 04:08:09 2006 UTC (3 years, 10 months ago) by dman
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Fix for in-page #anchors - they don't get redirected

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 23 09:31:10 2006 UTC (3 years, 10 months ago) by dman
Branch: MAIN
Branch point for: DRUPAL-4-6
OK, Here's the files.
I'll commit them, then try installing to a brand new setup and see what happens. I'm sure there will be a library or two missing.

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