Hacks for includes/form.inc |
The problem node_import has by design - where the design is that we
want to use the normal form validation - is that when a form is
submitted more then once, the validation of the form is not done
correctly by the core includes/form.inc |
Node import constants |
The constants are used in {node_import_tasks} and {node_import_status}
database tables to specify the status of either the complete task or
one individual row. |
Node import file functions |
|
Node import hooks |
|
Node import locking functions |
Locking functions for node_import. This code is based on #251792
(Implement a locking framework for long operations). We need
locking to avoid both hook_cron() and node_import_view_form() to
process the same task at the same time (which would result… |
Node import preprocess functions |
|
Node import tasks |
|
Various node import utility functions. |
|