Log of /contributions/modules/import/import.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 8 21:42:11 2009 UTC
(7 months, 2 weeks ago)
by
cyberswat
Branch:
MAIN
Changes since
1.18: +77 -52 lines
Diff to
previous 1.18
Modified the import API to use batch processing. Completed the import_user example module. Updated comments.
Revision
1.16
Fri Jun 18 11:42:46 2004 UTC
(5 years, 5 months ago)
by
ber
Branch:
MAIN
Changes since
1.15: +1 -1 lines
FILE REMOVED
removing these because all the files and the modules were renamed!
(aargg i cannot seem to get CVS working they way i want it to!)
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 2 17:08:19 2004 UTC
(5 years, 7 months ago)
by
ber
Branch:
MAIN
Changes since
1.13: +45 -7 lines
Diff to
previous 1.13
Inserted some user_specific functions such as "my feeds" and "Users feeds" accessible from users profile and the menu.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 15 12:35:49 2003 UTC
(6 years, 9 months ago)
by
dries
Branch:
MAIN
Branch point for:
DRUPAL-4-2
Changes since
1.5: +18 -18 lines
Diff to
previous 1.5
- Updated the modules in the contributions repository to use
'theme("function")' instead of '$theme->function()'. Hopefully I didn't
break anything. If I did, let me know.
The following modules need special attention (but should still work as is):
1. The ldap_integration directory has its own user.module; I haven't updated
the documentation bit that talks about themes.
2. The hotlist module uses '$theme->hotlist_del_icon'. Should be avoided
and somehow wrapped in a (larger) call to theme().
3. The image module has its own way of doing what 'theme()' does (or the
former 'theme_invoke()'). Constructs like the one below (a) look wrong
and (b) should be rewritten to properly use 'theme()'. For example:
$theme->box("foo", method_exists("bar") ? $theme->bar() : $bar);
Search for "image_gallery_album", "image_gallery_home" and
"image_thumb_browser". I've already changed '$theme->box()' to
'theme()'.
4. The sidebar module uses '$theme->foreground' and '$theme->background'.
Should be avoided and somehow wrapped in a (larger) call to theme().
5. The org_informations module uses '$theme->separator()', which is new to
me.
6. The taxonomy_filter module uses '$theme->taxolist_filter_item()'. It
should use 'theme("taxolist_filter_item")' instead. I haven't changed
it because it would probably fail to resolve the default function if
not overridden by a theme.
7. The taxonomy_dhtml module's INSTALL file still talks about
'$theme->image'.
8. The xloadtree module's INSTALL file still talks about '$theme->image'.
9. I haven't updated the style.module; too many $theme's, though I don't
think it needs any updates.
[I'll try to update the sandboxes later on.]
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 13 02:39:21 2003 UTC
(6 years, 9 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.4: +23 -2 lines
Diff to
previous 1.4
added a 'news categories' link to the main import menu if taxonomy_dhtml module is enabled. this is analogous to the 'news by topic' page in the old import.module
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 11 12:02:49 2003 UTC
(6 years, 9 months ago)
by
breyten
Branch:
MAIN
Changes since
1.2: +7 -7 lines
Diff to
previous 1.2
- various bugfixes
- typo's fixed
- taxonomy added
- the author of an item is now shown if specified in the rss feed
- cron can take user and passwd argument now (see INSTALL)
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.