0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Dec 04, 2024 — Dec 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #2451309 by colan: Missing config link in info file More... over 10 years ago
Issue #2399863 by jamesdixon: Menu link title length is not configurable More... over 10 years ago
Issue #2448437 by Frank Ralf: HTML file not processed "due to file suffix 'document'". More... over 10 years ago
Issue #2404835 by jamesdixon: bad characters in URLS of pages not replaced More... almost 11 years ago
minor php-strict fix - in features support only. Also a dos2unix fixup
dman
as Dan Morrison
More... over 12 years ago
fixed current unit tests for importing individual pages. still needs more coverage, but at least all current test stuff is greenlight
dman
as Dan Morrison
More... almost 13 years ago
fixed all tests for the UI. Automated testing can now import sample content unattended and successfully
dman
as Dan Morrison
More... almost 13 years ago
documentation repair. A number of form UI text help blocks got lost in the conversion from #value to #markup elements. Made all text blobs inserted into forms to be #type=markup explicitly, not magically
dman
as Dan Morrison
More... almost 13 years ago
strict warning in static_node_applies() squashed. http://drupal.org/node/1866796
dman
as Dan Morrison
More... almost 13 years ago
Looks like that error must have been around for a while - it would DELETE menu items on the SECOND time being imported, because menu.module required it to be flagged as 'enabled' every time we save ... byt does not flag it as enabled when loaded, so I have to re-iterate that it's on every time. This was making items mysteriously go away even if they worked the first time. This was horrid. Testing was only ever on clean runs - not repeats
dman
as Dan Morrison
More... about 13 years ago
Added support for mapping data to a link_title for menu link labels. A pattern like
dman
as Dan Morrison
More... about 13 years ago
get whitespace out of the exclusions regexp. Looks like some browsers are producing newline+CR
dman
as Dan Morrison
More... about 13 years ago
Standardize the use of IMPORT_HTML_MAX_LABEL_LENGTH and increased it a little. Still should look at making it configurable.
dman
as Dan Morrison
More... about 13 years ago
system_check_directory() is NOT what I should use to ceate my subdir. It locks things down with .htaccess and just is the wrong choice. Make the dir myself the normal way.
dman
as Dan Morrison
More... about 13 years ago
when rebuilding/importing a feature, the new setting didn't turn up on its own. flush the menu cache
dman
as Dan Morrison
More... about 13 years ago
tidy has an option caled merge-divs that is STUPID if trying to define a consistent xpath
dman
as Dan Morrison
More... about 13 years ago
added a link about htmltidy for OSX Lion to readme
dman
as Dan Morrison
More... about 13 years ago
If the input came from wget, we may get "/folder/sectionname.1.html" . Drop any trailing .number
dman
as Dan Morrison
More... about 13 years ago
stop metatag from complaining. still may not work fully, but remove refs to undefined things
dman
as Dan Morrison
More... about 13 years ago
Radically improved the behavior of the demo form. Shifted the result output back into page body not the help zone where it was just messed up.
dman
as Dan Morrison
More... about 13 years ago
Error-protection. Don't ask for MIME on remote URLs, ensure dblog is enabled for the results logging page, don't die if write-access to .htaccess is prevented
dman
as Dan Morrison
More... about 13 years ago
allow xpath scraping to return text nodes, and deal with them even if 'inner' xml was requested
dman
as Dan Morrison
More... about 13 years ago
Added none as an option for the mapper, so the UI does not imply that an undefined source will be mapped to a defined target. Just a UI improvement
dman
as Dan Morrison
More... about 13 years ago
term support needs revisiting. removong a redundant function taxonomy_get_vocabulary_by_name now available in core
dman
as Dan Morrison
More... about 13 years ago
Added taxonomy tag support - taxonomy_term_reference - was not ported to D7 before. The old auto-tagging needs deprecating or revisiting.
dman
as Dan Morrison
More... about 13 years ago
sorted out the indent of lists on the settings overview page step 1
dman
as Dan Morrison
More... about 13 years ago
replacing IMPORT_HTML_MAX_FILE_LISTING_COUNT with a user-managed variable in the settings
dman
as Dan Morrison
More... about 13 years ago
update the Extra File Storage Path for D7 - use public file path, don't assume default/files
dman
as Dan Morrison
More... about 13 years ago
updating help refs with hints for running wget
dman
as Dan Morrison
More... about 13 years ago
http://drupal.org/node/1813652 - support comment default flags (on/off) per content types
git
More... about 13 years ago