Log of /contributions/modules/site_map/site_map.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.39.2.17.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 22 18:56:47 2009 UTC
(2 months ago)
by
frjo
Branch:
DRUPAL-6--2
Changes since
1.39.2.17: +80 -33 lines
Diff to
previous 1.39.2.17
First commit of 6--2 bransh. Full support for i18n, adding theme_site_map_menu_tree() and theme_site_map_menu_item(). Move message display from hook_help to theme_site_map_display(). More stuff to come.
Revision
1.39.2.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 29 19:12:54 2009 UTC
(4 months, 3 weeks ago)
by
frjo
Branch:
DRUPAL-6--1
Changes since
1.39.2.13: +129 -36 lines
Diff to
previous 1.39.2.13
, to
branch point 1.39
#504794: Usability patch: count thresholds, RSS links alignment, etc. Commited code inspired by and borrowing from patch from iva2k. Update site_map.pot and small update to a numver of po files. Added a site_map.css files with some default styles and a setting to disable it.
Revision
1.29.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 8 11:45:37 2008 UTC
(22 months, 2 weeks ago)
by
frjo
Branch:
DRUPAL-5
Changes since
1.29.2.4: +63 -18 lines
Diff to
previous 1.29.2.4
, to
branch point 1.29
Displays the 10 most active bloggers instead of the most recent, also displays number of blog post.Made site map message language dependent with the help of code from the captcha module, see issue #206086.
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 26 14:13:37 2007 UTC
(2 years, 2 months ago)
by
frjo
Branch:
MAIN
Changes since
1.35: +59 -61 lines
Diff to
previous 1.35
First commit for Drupal 6. Most stuff seems to work but I have not yet figured out how to show expanded menus in Drupal 6.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 4 13:30:02 2007 UTC
(2 years, 5 months ago)
by
frjo
Branch:
MAIN
Changes since
1.33: +13 -8 lines
Diff to
previous 1.33
Added hook_site_map() by hass, see issue #149147. Code clean up after a look with the coder module. Removed site_map.rss.
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 28 02:08:11 2007 UTC
(2 years, 6 months ago)
by
frjo
Branch:
MAIN
Changes since
1.30: +42 -18 lines
Diff to
previous 1.30
Replaced RSS text links with feed icons, see issue #132701 with patch (a bit modified) and images from hass. Better support for commentsrss module.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 17 21:49:51 2007 UTC
(2 years, 9 months ago)
by
frjo
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.28: +14 -7 lines
Diff to
previous 1.28
Add option to remove depth from taxonomy links, see issue #72027, patch by joestewart. Fixed errors when there's no book module, see issue #109931.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 26 20:11:47 2006 UTC
(2 years, 11 months ago)
by
frjo
Branch:
MAIN
Changes since
1.27: +11 -2 lines
Diff to
previous 1.27
Added settings to enable or disable appearance of the front page in sitemap. Path from incrn8 in issue #102406.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 25 08:34:23 2006 UTC
(3 years, 1 month ago)
by
frjo
Branch:
MAIN
Changes since
1.25: +29 -3 lines
Diff to
previous 1.25
Reverted a earlier change to the sql query for blogs. Addad a syndication block, code taken from the syndication module, with a more link to the site map.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 12 06:21:18 2006 UTC
(3 years, 4 months ago)
by
frjo
Branch:
MAIN
Changes since
1.18: +66 -39 lines
Diff to
previous 1.18
Now shows the top level of books and not only the title. Reorganized the settings. Added theme_site_map_display() so the site map can be themed. Addressed issues #11481, #73238.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 23 18:14:11 2006 UTC
(3 years, 5 months ago)
by
frjo
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.17: +14 -33 lines
Diff to
previous 1.17
A better description of the modele in the README, simplified _site_map_books(), made it possible to turn on/off all the RSS feeds and added depth to terms.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 30 13:27:11 2006 UTC
(3 years, 5 months ago)
by
frjo
Branch:
MAIN
Changes since
1.15: +22 -16 lines
Diff to
previous 1.15
Attempt to corect display of recent bloggers, add title to all RSS links, Terms with no nodes are not displayed as links.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 27 18:54:52 2005 UTC
(4 years, 7 months ago)
by
njivy
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.8: +16 -71 lines
Diff to
previous 1.8
I am refining the site_map module to efficiently provide fundamental functions
and little extra. I removed the ability to include the "Navigation" menu
in the site map because it seemed irrelevant and not keeping with the
intent of this module. I also converted some functions into non-theme
functions, because CSS can take care of nearly everything.
Several people have proposed features for site_map.module, but I would
like to keep this module light-weight. Many of the proposals were neat,
and I suggest creating new modules to provide those features. :]
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 8 22:54:02 2004 UTC
(5 years, 3 months ago)
by
njivy
Branch:
MAIN
Changes since
1.5: +17 -4 lines
Diff to
previous 1.5
* Updated to new taxonomy URLs
* Added option for links to taxonomy feeds
* Small bug fixes in admin UI
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.