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

Log of /contributions/modules/import_html/import_html_ui.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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 6 14:09:02 2009 UTC (7 weeks, 2 days ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.11.4.20: +198 -200 lines
Diff to previous 1.11.4.20 , to branch point 1.11 , to next main 1.12
tidied up line endings and whitespace

Revision 1.11.4.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 6 13:57:15 2009 UTC (7 weeks, 2 days ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.19: +2 -2 lines
Diff to previous 1.11.4.19 , to branch point 1.11
tidied up a leftover debug message

Revision 1.11.4.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 9 06:47:22 2009 UTC (2 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.18: +2 -2 lines
Diff to previous 1.11.4.18 , to branch point 1.11
Cleaning up some debug nodes and removing scaffolding. cleaning php strict notice

Revision 1.11.4.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 02:40:56 2009 UTC (4 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.17: +40 -18 lines
Diff to previous 1.11.4.17 , to branch point 1.11
some wording changes, some classes on some of the messages for formatting and layout. Changed 'proceed to import' into a big button instead of a little link. reviewed handling for menu/URL building when being created from root. Ongoing renaming of the 'debug' routine into the database log version instead

Revision 1.11.4.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 15:12:46 2009 UTC (6 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.16: +17 -11 lines
Diff to previous 1.11.4.16 , to branch point 1.11
OK!
I'm using the simpletest framework
It's not much fun to debug
But it did throw up a few issues that fresh-install first-time users may hit, and I think It's helped make the code better already.
BUT it has a small aneurism when trying to use the test framework batch process to run the import_html batch process.
It actually works, but throws a batch error.

More simpletest test cases to come - for alternative templates and importantly - for CCK.
I'm only working through this test framework so I can automate and DETECT WHEN OTHER MODULES HAVE CHANGED THINGS that I didn't know about.

Revision 1.11.4.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 14:18:32 2009 UTC (6 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.15: +2 -2 lines
Diff to previous 1.11.4.15 , to branch point 1.11
added css styling for the log report

Revision 1.11.4.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 14:16:30 2009 UTC (6 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.14: +5 -5 lines
Diff to previous 1.11.4.14 , to branch point 1.11
Moved further bits from onscreen dubug into watchdog - now verbose logging goes there too.
Removed bits of PHP4 support, soon can remove the abstraction library altogether

Revision 1.11.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 12:45:15 2009 UTC (6 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.13: +187 -65 lines
Diff to previous 1.11.4.13 , to branch point 1.11
Moved heaps of the debug into watchdog!
now it should handle huge imports better
Added a log review page to display all recent import summary.
Added detection and attempted fix for the max_allowed_packets issue

code style review 100%

UNSTABLE

Revision 1.11.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 00:22:58 2009 UTC (6 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.12: +59 -28 lines
Diff to previous 1.11.4.12 , to branch point 1.11
attempt at better behaviour on recursive jobs. Minor fix to a debug message that was listing files as dirs, fix to UI to assist multistep and not forget settings from other pages, removed excessive messages about recusion depth. Still many, but they are shorter. Handle the case (depth 0) where the working directory itself has just too many items. Display just one checkbox. outstanding- STILL probably needs a decent max_allowed_packets in mysql.ini - will try to add a warning if I can detect this issue.

Revision 1.11.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 03:25:11 2009 UTC (6 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.11: +4 -4 lines
Diff to previous 1.11.4.11 , to branch point 1.11
UI tweaks. Bogus menu item was missing a title, collapsed fieldsets crunch up in some themes

Revision 1.11.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 3 15:58:33 2009 UTC (6 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.10: +210 -73 lines
Diff to previous 1.11.4.10 , to branch point 1.11
HUGE rewrite of the batch process to handle huge directory listings. Significant rewrite (hopfully simplifying) the treeview builder. Trying to lighten up the messages, at least make them less cryptic. Batch and bulk modes now working well.

Revision 1.11.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 2 15:17:32 2009 UTC (6 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.9: +3 -1 lines
Diff to previous 1.11.4.9 , to branch point 1.11
Trimming some debug, shifting other (batch) debug into the watchdog, not the screen

Revision 1.11.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 16:21:36 2009 UTC (6 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.8: +35 -14 lines
Diff to previous 1.11.4.8 , to branch point 1.11
CCK seems to work. Assorted refineimnets and softer error handling.

Revision 1.11.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 06:39:39 2009 UTC (6 months, 4 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.7: +2 -2 lines
Diff to previous 1.11.4.7 , to branch point 1.11
Added a method for contribs to merge changes themselves - taxonomy couln't handle re-imports which mixed freetagging with known term IDs

Resolved an isse with the teaser - making out own teaser created duplicate content as the teaser was glued on the top again.

Revision 1.11.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 02:40:19 2009 UTC (6 months, 4 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.6: +65 -8 lines
Diff to previous 1.11.4.6 , to branch point 1.11
Various parsing tweaks.
Added full support for keywords to become tags
Mostly making the demo screen work nicer
Can do a full preview in demo mode

Revision 1.11.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 18:19:48 2009 UTC (7 months ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.5: +6 -2 lines
Diff to previous 1.11.4.5 , to branch point 1.11
Chopped a hunk of logging out to ease up on memory.
Currently stable at 21MB

Revision 1.11.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 17:00:34 2009 UTC (7 months ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.4: +81 -50 lines
Diff to previous 1.11.4.4 , to branch point 1.11
It's working again!!!
haven't tested CCK yet ...
Still may have some verbose debug messages coming through - may crash without devel.module
But i finally slaughtered the menu builder, by creating empty placeholder nodes. Not sure how clever that is.

Revision 1.11.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 15:31:44 2009 UTC (7 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.3: +23 -37 lines
Diff to previous 1.11.4.3 , to branch point 1.11
Got most of the XML issues done.
Fought through the new menu system - halfway at least. Can make menu items, not sure if I can make menu trees yet.

remaining... CCK support and lotsa tests.

Revision 1.11.4.3 - (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.2: +78 -50 lines
Diff to previous 1.11.4.2 , 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.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 17:09:46 2009 UTC (7 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.11.4.1: +345 -222 lines
Diff to previous 1.11.4.1 , to branch point 1.11
Huge steps forward.
Got most of the UI working under the new FAPI and multistep.
Now using batch processing!

Form validation is now per-element. Form submit is now ber button.

Only thing to fix is the actual page analysis itself!
At least THAT has no direct dependancies on the D6 upgrade issues!

I'm dropping PHP4 support, and seeing how many of the handmade library routines I can discard too.

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: +70 -56 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: +12 -9 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: +1281 -0 lines
Diff to previous 1.11.2.1 , to branch point 1.11 , to next main 1.12
Almost stable after major file refactoring. Marginal tests succeed again

Revision 1.11.2.1
Fri Dec 12 05:33:54 2008 UTC (11 months, 2 weeks ago) by dman
Branch: DRUPAL-5--2
Changes since 1.11: +0 -1278 lines
FILE REMOVED
file import_html_ui.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]
Fri Dec 12 05:33:54 2008 UTC (11 months, 2 weeks ago) by dman
Branch: MAIN
Branch point for: DRUPAL-5--2, DRUPAL-6--1
Changes since 1.10: +10 -13 lines
Diff to previous 1.10
small rework for dir vs dirlist issues.
/a/dirname
is different from
/a/dirname/

this is usually handled transparently by servers, but I need to be careful to make a note of the difference when relinking relative hrefs

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: +53 -29 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: +82 -10 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: +5 -1 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: +24 -62 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: +1219 -1219 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, 1 week ago) by dman
Branch: MAIN
Changes since 1.4: +32 -44 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]
Tue Jul 22 05:30:45 2008 UTC (16 months ago) by dman
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
small work to integrate with wrapper.module.
MAY HAVE BROKEN the rewrite process as I'm removing 'relative' relinking options totally

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: +4 -3 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: +140 -145 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, 1 week 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