Log of /contributions/modules/import_html/import_html.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.71.2.15 -
(
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.71.2.14: +2 -2 lines
Diff to
previous 1.71.2.14
, to
branch point 1.71
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.71.2.14 -
(
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.71.2.13: +16 -7 lines
Diff to
previous 1.71.2.13
, to
branch point 1.71
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.71.2.11 -
(
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.71.2.10: +71 -10 lines
Diff to
previous 1.71.2.10
, to
branch point 1.71
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.71.2.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 7 00:22:58 2009 UTC
(6 months, 2 weeks ago)
by
dman
Branch:
DRUPAL-6--1
Changes since
1.71.2.9: +7 -2 lines
Diff to
previous 1.71.2.9
, to
branch point 1.71
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.71.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 3 15:58:32 2009 UTC
(6 months, 3 weeks ago)
by
dman
Branch:
DRUPAL-6--1
Changes since
1.71.2.7: +63 -20 lines
Diff to
previous 1.71.2.7
, to
branch point 1.71
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.71.2.4 -
(
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.71.2.3: +17 -12 lines
Diff to
previous 1.71.2.3
, to
branch point 1.71
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.71.2.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.71.2.1: +124 -18 lines
Diff to
previous 1.71.2.1
, to
branch point 1.71
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.68 -
(
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.67: +80 -1085 lines
Diff to
previous 1.67
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.66 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 4 13:59:43 2008 UTC
(11 months, 3 weeks ago)
by
dman
Branch:
MAIN
Changes since
1.65: +13 -9 lines
Diff to
previous 1.65
Needed a change to the XSL site_root param that resolves what happens when an imported href starts with /
:-{ ... needs more thinking if we are to import subfolder from location A to sobfolder on location B.
But otherwise pretty sweet
Revision
1.63 -
(
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.62: +1355 -1355 lines
Diff to
previous 1.62
Huge file-ending problem fix up.
I think my Mac touched them and saved them :(
Back to Unix newlines please
Revision
1.61 -
(
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.60: +14 -17 lines
Diff to
previous 1.60
small work to integrate with wrapper.module.
MAY HAVE BROKEN the rewrite process as I'm removing 'relative' relinking options totally
Revision
1.60 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 20 17:17:26 2008 UTC
(16 months ago)
by
dman
Branch:
MAIN
Changes since
1.59: +26 -69 lines
Diff to
previous 1.59
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.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 18 07:03:45 2008 UTC
(16 months, 1 week ago)
by
dman
Branch:
MAIN
Changes since
1.58: +2 -2 lines
Diff to
previous 1.58
added an XSL for more testing.
Working towards encoding further import params into a template
Some progress on making CCK fields work again.
Revision
1.57 -
(
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.56: +190 -193 lines
Diff to
previous 1.56
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.56 -
(
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.55: +1417 -2801 lines
Diff to
previous 1.55
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.51.2.17 -
(
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
Changes since
1.51.2.16: +136 -71 lines
Diff to
previous 1.51.2.16
, to
branch point 1.51
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.51.2.15 -
(
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.51.2.14: +310 -366 lines
Diff to
previous 1.51.2.14
, to
branch point 1.51
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.51.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 8 10:19:25 2007 UTC
(2 years, 8 months ago)
by
dman
Branch:
DRUPAL-5
Changes since
1.51.2.5: +43 -25 lines
Diff to
previous 1.51.2.5
, to
branch point 1.51
Repaired a form redundancy in the demo. A symptom of the way $form[edit] syntax changed
Also changed the way a 'title' was detected.
If an H1 is found, use that.
If not, and a <title> is found, use that.
If not, maybe a meta name='title' or a rel='title' may have filled it in.
... fallback if all those fail is still the URL name.
Revision
1.51.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 19 13:50:26 2007 UTC
(2 years, 9 months ago)
by
dman
Branch:
DRUPAL-5
Changes since
1.51.2.2: +94 -132 lines
Diff to
previous 1.51.2.2
, to
branch point 1.51
Added a feature where all table tags can be stripped during import (do not use this if you actually use data tables)
Added the ability to turn OFF the filename rewriting that was correcting spaces into underscores in URLs.
Repaired the menu-building which got a little lost during update.
import_html_add_node_navigation() now calls menu_edit_item_save() explicitly instead of trusting node_save() to do so.
Patched the admin-user-only permissions problem. the new access right 'access import html' should allow any privileged user to to it.
Revision
1.50 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 13 01:58:01 2007 UTC
(2 years, 9 months ago)
by
dman
Branch:
MAIN
Changes since
1.49: +28 -2 lines
Diff to
previous 1.49
Some work to incorporate taxonomy terms better.
This has been (still is) mostly undocumented, but if your source page has
<meta name='tag' content='widget'/>
or <a rel='tag'>widget</a>
in it, before or after the XSL transform, the page will be tagged with the taxonomy term 'widget' ... if it exists in any vocab so far.
To support free-tagging was harder. I needed to define the taxonomy as well.
<a rel='tag'>Products:widget B</a>
will tag the page with the term 'widget B' in the vocab 'Products' ... on-the-fly if free-tagging is enabled.
Revision
1.46 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 3 05:26:32 2007 UTC
(2 years, 9 months ago)
by
dman
Branch:
MAIN
Changes since
1.45: +40 -41 lines
Diff to
previous 1.45
re-impoting over already imported pages MERGES pre-existing metadata and taxonomy terms
renamed the classes on the tre-view to avoid conflict with some themes - class=page becomes class=page-item so global settings for 'pgae' do not get applied
added a MAX_TITLE_LENGTH config option in case the default (24 characters) wasn't long enough.
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 13 13:32:27 2006 UTC
(2 years, 11 months ago)
by
dman
Branch:
MAIN
Changes since
1.41: +2244 -2210 lines
Diff to
previous 1.41
Updated support for CCK.
Input can either be id="byline" or id="field_byline" to populate a CCK 'byline' field.
Also support for HTML/non-HTML input text areas
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 3 11:18:59 2006 UTC
(2 years, 11 months ago)
by
dman
Branch:
MAIN
Changes since
1.40: +2209 -2177 lines
Diff to
previous 1.40
Started supporting CCK
If your input contains ANY classes at all, the content of those classes
becomes available for absorbing into the node.
If the input contains any ID elements, those too are added to the node
object before saving.
most of these extra blocks do not get serialized, as there is no handler
for them
BUT
If you are importing to CCK, AND can manipulate your input so as to
define ids of the form field_* - this block will be put in that cck
field.
So...
if your input contains
...
[div id='footer'][b]blah[/b][/div]
...
and yo have a CCK node definition that includes a field called 'footer'
- you need to work on your XSL import massager to make a conversion to
[div id='field_footer'][b]blah[/b][/div]
Once that is, done, the import_html process can detect that this is a
ver special ID in the source document, and inject it into the CCK object
as
$node->field_footer[0][value] = "[b]blah[/b]";
and things become good
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 12 06:41:07 2006 UTC
(3 years ago)
by
dman
Branch:
MAIN
Changes since
1.37: +227 -221 lines
Diff to
previous 1.37
Fixed page type selector (it didn't work)
Fixed 'do NOT add to menu' checkbox
Repositioned settings summary
Moved some of the options from final import stage back to settings and
step 1. The final form was getting cluttered.
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 26 14:33:05 2006 UTC
(3 years, 1 month ago)
by
dman
Branch:
MAIN
Changes since
1.36: +10 -4 lines
Diff to
previous 1.36
2 error message hanling fixes for 4.7
Nasty invalid code was giving nasty messages (log length limit didn't render the closing [pre])
4.7 doesn't allow me to clear form_set_errors any more. it was halting all further processing when one page
failed.
Revision
1.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 13 14:34:50 2006 UTC
(3 years, 1 month ago)
by
dman
Branch:
MAIN
Changes since
1.34: +98 -49 lines
Diff to
previous 1.34
Patched in taxonomy support from L0rne
http://drupal.org/node/46775
Also reviewed the docs, and fixed a problem with the hidden files regexps.
Changed the auto-teaser to be safe HTML when importing, as some older-formatted sites (tables) broke things frequently.
Revision
1.34 -
(
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
Changes since
1.33: +31 -53 lines
Diff to
previous 1.33
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.32 -
(
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.31: +112 -59 lines
Diff to
previous 1.31
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.30 -
(
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.29: +152 -74 lines
Diff to
previous 1.29
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.29 -
(
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.28: +97 -27 lines
Diff to
previous 1.28
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.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 4 16:46:47 2006 UTC
(3 years, 4 months ago)
by
dman
Branch:
MAIN
Changes since
1.27: +2 -2 lines
Diff to
previous 1.27
Looks like there are troubles with the URL rewrites.
Now Drupal has got rid of the BASE problem, I need to change the logic of the rewriter.
Not done yet
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 4 16:39:06 2006 UTC
(3 years, 4 months ago)
by
dman
Branch:
MAIN
Changes since
1.26: +274 -365 lines
Diff to
previous 1.26
Seems the menu builder had stopped working entirely in 4.7
Spent a few hours fighting with menu.inc trying to get it to co-operate with path.inc without the caching getting in the way.
Tried using the new menu_get_item call, but it does NOT lookup paths correctly - ont 'normal' node/n paths. Bastard.
Hopefully the menu building is better.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 3 14:55:14 2006 UTC
(3 years, 4 months ago)
by
dman
Branch:
MAIN
Changes since
1.25: +533 -418 lines
Diff to
previous 1.25
Re-worked the internals severly.
Now reads from pure XHTML + microformats instead of the old import-XML sources.
Added support for MULTIPLE documents from one source file - exactly how it works will need some docs and examples.
This made the code pretty scary inside.
Added more XML support to the library.
Document parsing now absorbs meta tags, link tags, and pretty much every class tag it can find.
Still need to do something about it for serializing however.
This version may be flaky. I'd advise sticking with the previous one until it's tested.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 2 22:19:13 2006 UTC
(3 years, 4 months ago)
by
dman
Branch:
MAIN
Changes since
1.24: +6 -6 lines
Diff to
previous 1.24
About to change the underlying XML format (old import/XML was crap) to portable XHTML instead of made-up tags.
May be unstable for a round or two
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 30 02:29:45 2006 UTC
(3 years, 4 months ago)
by
dman
Branch:
MAIN
Changes since
1.23: +11 -7 lines
Diff to
previous 1.23
Replaced the debug function call that was .. removed during debugging.
Also modified the path replication to handle spaces in filenames (bad, but legacy)
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 29 05:59:17 2006 UTC
(3 years, 4 months ago)
by
dman
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.22: +36 -15 lines
Diff to
previous 1.22
Revised many bits to test on PHP5 with Tidy extension installed.
PHP5 XML, commandline tidy was fine, but no testing had been done on the two extensions together.
Updated to use PHP5 XML/XSL methods correctly.
Namespaces and XMLbase were both severely different 4->5
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 17 21:47:04 2006 UTC
(3 years, 5 months ago)
by
dman
Branch:
MAIN
Changes since
1.20: +1156 -789 lines
Diff to
previous 1.20
Got it all going in 4.7! Needs testing as I've found a few hidden dangers in the 4.7 changes (like alias caching) but the API bits should be fitting together again
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 3 13:34:41 2006 UTC
(3 years, 7 months ago)
by
dman
Branch:
MAIN
Changes since
1.19: +56 -20 lines
Diff to
previous 1.19
Added the ability to select a manu for navigation tree to be hung off.
Verified the settings a little more (ensured trailing slash on subsections)
UI tweak for the file list.
Tidied some of the form stuff for conversion to 4.7
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 3 05:24:21 2006 UTC
(3 years, 7 months ago)
by
dman
Branch:
MAIN
Changes since
1.18: +182 -182 lines
Diff to
previous 1.18
Legacy file containing php markup kill the XML parser. Added a filter to discard php code. Shold probably make it optional or escape it somehow to protect
Revision
1.17 -
(
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
Changes since
1.16: +32 -2 lines
Diff to
previous 1.16
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.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 31 11:58:46 2006 UTC
(3 years, 7 months ago)
by
dman
Branch:
MAIN
Changes since
1.15: +23 -8 lines
Diff to
previous 1.15
Fixed a path calculation that was returning bogus slashes in URLs folder/name///url.htm
Mostly harmless, but messy
dirname('/ok.htm') returns '\'; No idea why, may only happen at root level on Win
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 31 10:57:05 2006 UTC
(3 years, 7 months ago)
by
dman
Branch:
MAIN
Changes since
1.14: +4 -4 lines
Diff to
previous 1.14
Corrected the options settings checkboxes - the default value and the actual value were swapped in the code -
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 22 20:34:18 2006 UTC
(3 years, 9 months ago)
by
dman
Branch:
MAIN
Changes since
1.12: +10 -3 lines
Diff to
previous 1.12
Modified to support (semi) query strings in import URLS. it hashes them to ugly filenames, just so I can save the remote document as a local file safely.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 31 01:52:23 2006 UTC
(3 years, 9 months ago)
by
dman
Branch:
MAIN
Changes since
1.9: +118 -49 lines
Diff to
previous 1.9
Created options for selecting what happens if:
- page already exists (merge or skip)
- no title found on page (skip, guess or placeholder)
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 28 01:00:04 2006 UTC
(3 years, 9 months ago)
by
dman
Branch:
MAIN
Changes since
1.6: +33 -21 lines
Diff to
previous 1.6
Fixed checkboxes for firefox.
Seems moz doesn't lrt me access dom stuff like checkbox.getAttribute('checked') - only checkbox.checked - although it should be an exposed attribute! the DHTML .checked is an internal value only, why can't I get at it via dom?
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 27 23:47:44 2006 UTC
(3 years, 9 months ago)
by
dman
Branch:
MAIN
Changes since
1.5: +15 -6 lines
Diff to
previous 1.5
Can now disable menu automatic creation.
Checks that path.module and menu.module are available before using them.
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
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.