/[drupal]/contributions/modules/import_html/import_html_modules.inc
ViewVC logotype

Log of /contributions/modules/import_html/import_html_modules.inc

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.11.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 6 14:09:02 2009 UTC (7 weeks, 3 days ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.11.4.2: +17 -17 lines
Diff to previous 1.11.4.2 , to branch point 1.11 , to next main 1.12
tidied up line endings and whitespace

Revision 1.11.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 09:19:53 2009 UTC (7 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.1: +1 -388 lines
Diff to previous 1.11.4.1 , to branch point 1.11
Lots of work getting the UI tuned.
Submissions actually work now. Some work needed on individual attributes from modules like menu. API has changed

Getting forward-back muntistep form working. Tricky.

Moved core module callbacks into modules/core.inc
gradually discarding XML PHP4 stuff

Revision 1.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 12:27:33 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-5--2
Changes since 1.11.2.2: +16 -13 lines
Diff to previous 1.11.2.2 , to branch point 1.11 , to next main 1.12
A bunch of coder layout improvements, and set up the default profile at install time, not on demand

Revision 1.11.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 13:41:16 2009 UTC (8 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11: +16 -13 lines
Diff to previous 1.11
100 tedious coder syntax whitespace fixes

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

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 03:18:51 2009 UTC (8 months, 2 weeks ago) by dman
Branch: DRUPAL-5--2
Changes since 1.11.2.1: +424 -0 lines
Diff to previous 1.11.2.1 , to branch point 1.11
Almost stable after major file refactoring. Marginal tests succeed again

Revision 1.11.2.1
Wed Dec 17 13:15:17 2008 UTC (11 months, 1 week ago) by dman
Branch: DRUPAL-5--2
Changes since 1.11: +0 -424 lines
FILE REMOVED
file import_html_modules.inc was added on branch DRUPAL-5--2 on 2009-03-14 03:18:51 +0000

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 17 13:15:17 2008 UTC (11 months, 1 week ago) by dman
Branch: MAIN
Branch point for: DRUPAL-5--2, DRUPAL-6--1
Changes since 1.10: +10 -1 lines
Diff to previous 1.10
Abstracted the absorb-all-attributes func into a sub func
Adjusted the XSL and the node body importer to provide more clues about the accuracy of the import - to assist wizard-like algorithms to
choose the best template for a site. It adds a 'precision' and 'explanation' attribute to the div for debugging
Added field_sidebar and field_block as possible default generic content areas in html2simplehtml

Revision 1.10 - (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
Changes since 1.9: +29 -9 lines
Diff to previous 1.9
Updated docs
Revised taxonomy imports
tuned the generic template to cover more test cases

Revision 1.9 - (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.8: +9 -3 lines
Diff to previous 1.8
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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 07:00:29 2008 UTC (11 months, 3 weeks ago) by dman
Branch: MAIN
Changes since 1.7: +1 -92 lines
Diff to previous 1.7
Split contrib callbacks further back
into their own inc

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 4 13:07:35 2008 UTC (11 months, 3 weeks ago) by dman
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Fixed up the demo screen a lot
I think I FINALLY cracked the character encoding problem!

Revision 1.6 - (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.5: +480 -480 lines
Diff to previous 1.5
Huge file-ending problem fix up.
I think my Mac touched them and saved them :(
Back to Unix newlines please

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 01:52:06 2008 UTC (15 months, 2 weeks ago) by dman
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Abstracted the form builder a bit more for external modules to re-use (wrapper.module)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 20 17:17:26 2008 UTC (16 months, 1 week ago) by dman
Branch: MAIN
Changes since 1.3: +118 -32 lines
Diff to previous 1.3
Working some more module-abstaction of semantics in.
Adding ways for other modules to usefully re-use some routines. (wrapper.module in progress)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 06:25:11 2008 UTC (16 months, 1 week ago) by dman
Branch: MAIN
Changes since 1.2: +68 -52 lines
Diff to previous 1.2
Text translation additions.
Fix for UTF8

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 03:25:52 2008 UTC (16 months, 1 week ago) by dman
Branch: MAIN
Changes since 1.1: +64 -49 lines
Diff to previous 1.1
A thousand code standards changes. Long overdue
Some slightly better t() support. still only 70% complete, I modify the messages as I see them.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 09:08:39 2008 UTC (16 months, 2 weeks ago) by dman
Branch: MAIN
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

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