Log of /contributions/modules/import_html/import_html_ui.inc
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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.