/[drupal]/contributions/modules/site_map/site_map.module
ViewVC logotype

Log of /contributions/modules/site_map/site_map.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.39.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 20:35:28 2009 UTC (5 weeks, 6 days ago) by frjo
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.39.2.17: +3 -3 lines
Diff to previous 1.39.2.17 , to branch point 1.39
Run the site_map_message through filter_xss_admin().

Revision 1.39.2.17.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 20:35:25 2009 UTC (5 weeks, 6 days ago) by frjo
Branch: DRUPAL-6--2
Changes since 1.39.2.17.2.1: +2 -2 lines
Diff to previous 1.39.2.17.2.1 , to branch point 1.39.2.17 , to next main 1.39.2.18
Run the site_map_message through filter_xss_admin().

Revision 1.29.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 20:35:17 2009 UTC (5 weeks, 6 days ago) by frjo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.29.2.7: +4 -7 lines
Diff to previous 1.29.2.7 , to branch point 1.29 , to next main 1.39
Run the site_map_message through filter_xss_admin().

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.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 21 06:58:49 2009 UTC (3 months ago) by frjo
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Branch point for: DRUPAL-6--2
Changes since 1.39.2.16: +10 -10 lines
Diff to previous 1.39.2.16 , to branch point 1.39
#545762: RSS links corrupted when Drupal is installed in a sub directory. Credit to srobert72 for disovering this bug and help with finding the solution. Sitemap was running RSS links through url() and then through l().

Revision 1.39.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 06:52:15 2009 UTC (3 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.15: +9 -2 lines
Diff to previous 1.39.2.15 , to branch point 1.39
#513416: Added i18ntaxonomy integration.

Revision 1.39.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 07:59:59 2009 UTC (4 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.14: +3 -5 lines
Diff to previous 1.39.2.14 , to branch point 1.39
#504794: Removed some site map CSS that may intefer with themes. Made RSS legends only appear when commentrss module is activ.

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.39.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 04:59:38 2009 UTC (7 months ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.12: +3 -2 lines
Diff to previous 1.39.2.12 , to branch point 1.39
#263708: Vocabulary description is now run through filter_xss_admin, as in taxonomy module, instead of check_plain. Bug reported by lutegrass.

Revision 1.39.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 7 07:42:22 2009 UTC (7 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.11: +11 -16 lines
Diff to previous 1.39.2.11 , to branch point 1.39
#231850: Patch by mcdruid to nest ul tags correctly when displaying taxonomy trees. Adds configurable front page RSS feed path.

Revision 1.39.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 16:21:50 2009 UTC (8 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.10: +13 -7 lines
Diff to previous 1.39.2.10 , to branch point 1.39
Make site map check the comentrss settings before displaying comment rss links.

Revision 1.39.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 14:23:28 2009 UTC (9 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.9: +12 -9 lines
Diff to previous 1.39.2.9 , to branch point 1.39
#329213: Make Sitemap does translate vocabulary names by fpedraza. Added counts to blog list.

Revision 1.29.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 14:10:38 2009 UTC (9 months, 3 weeks ago) by frjo
Branch: DRUPAL-5
Changes since 1.29.2.6: +8 -8 lines
Diff to previous 1.29.2.6 , to branch point 1.29
#329213: Make Sitemap does translate vocabulary names by fpedraza.

Revision 1.39.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 18:57:33 2008 UTC (12 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.39.2.8: +4 -1 lines
Diff to previous 1.39.2.8 , to branch point 1.39
#330502 patch by gorbeia: Make the site map show only the right entries when i18n_menu module is activated

Revision 1.39.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 19:22:45 2008 UTC (13 months ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.7: +2 -2 lines
Diff to previous 1.39.2.7 , to branch point 1.39
#324545: Bug fix for menu output when locale module is active. The variable name was missing a underscore. Thanks for the bug report and the fix leLik.

Revision 1.39.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 11:16:04 2008 UTC (13 months ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.6: +9 -2 lines
Diff to previous 1.39.2.6 , to branch point 1.39
#322621: Bug fix for menu output when locale module is not active. The variable name for locale aware menus has chaned so you will need to redo the site map settings.

Revision 1.39.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 17:55:56 2008 UTC (13 months, 1 week ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.5: +3 -3 lines
Diff to previous 1.39.2.5 , to branch point 1.39
#322621: The site map message was not showing, locale is now language in Drupal 6. Bugreport by theyosh. Added check for locale module to the separate menus for each language function.

Revision 1.39.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 17:34:45 2008 UTC (13 months, 1 week ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.4: +4 -2 lines
Diff to previous 1.39.2.4 , to branch point 1.39
#322307: Patch by kbahey that allow separate menus for each language.

Revision 1.39.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 06:34:41 2008 UTC (14 months ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.3: +28 -9 lines
Diff to previous 1.39.2.3 , to branch point 1.39
#264805: Adding more classes to each site map section and a theme_site_map_box function.

Revision 1.39.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 12:20:29 2008 UTC (15 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.2: +4 -2 lines
Diff to previous 1.39.2.2 , to branch point 1.39
#288961: Use menu_tree_all_data to retrieve the expanded tree. Patch by gorbeia, thanks.

Revision 1.39.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 3 07:10:32 2008 UTC (16 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39.2.1: +2 -2 lines
Diff to previous 1.39.2.1 , to branch point 1.39
Forgot to pass in variable to db_placeholders(), patch by jcfiala in issue #277754.

Revision 1.39.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 1 08:45:41 2008 UTC (16 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.39: +21 -2 lines
Diff to previous 1.39
Added nifty language support for site map message from the catcha module, thanks.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 19:41:00 2008 UTC (17 months, 4 weeks ago) by frjo
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
Added missing argument to theme_feed_icon(), thanks dmoore. See issue #177918

Revision 1.29.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 07:21:59 2008 UTC (21 months, 2 weeks ago) by frjo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.29.2.5: +2 -2 lines
Diff to previous 1.29.2.5 , to branch point 1.29
Meny class name back to tree.

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.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 11:21:48 2008 UTC (22 months, 2 weeks ago) by frjo
Branch: MAIN
Changes since 1.37: +2 -131 lines
Diff to previous 1.37
Menu splitting should be done in D6 and will reduce memory usage, patch by hass in issue #206097.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 11:16:00 2008 UTC (22 months, 2 weeks ago) by frjo
Branch: MAIN
Changes since 1.36: +9 -3 lines
Diff to previous 1.36
Make use of db_placeholder, patch by hass in issue #206092. E_ALL fixes, patch by hass in issue #206097.

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.29.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 26 14:09:54 2007 UTC (2 years, 2 months ago) by frjo
Branch: DRUPAL-5
Changes since 1.29.2.3: +29 -5 lines
Diff to previous 1.29.2.3 , to branch point 1.29
Backport from head to make ready for Drupal 6 development. Dont show empty manus, FAQ module support.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 01:09:21 2007 UTC (2 years, 4 months ago) by frjo
Branch: MAIN
Changes since 1.34: +6 -3 lines
Diff to previous 1.34
Don't display empty menus, patch by keve in issue #155468.

Revision 1.29.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 06:12:21 2007 UTC (2 years, 5 months ago) by frjo
Branch: DRUPAL-5
Changes since 1.29.2.2: +7 -1 lines
Diff to previous 1.29.2.2 , to branch point 1.29
Add a hook_site_map to allow other modules to add content to the site map.

Revision 1.29.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 06:04:25 2007 UTC (2 years, 5 months ago) by frjo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.29.2.1: +47 -25 lines
Diff to previous 1.29.2.1 , to branch point 1.29
Backport from HEAD. Replace text RSS links with standard feed icons. Better support for commentrss module. Coding style fixes, after using the coder module. Remove the css file, not used any more.

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.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 2 04:22:00 2007 UTC (2 years, 5 months ago) by frjo
Branch: MAIN
Changes since 1.32: +24 -4 lines
Diff to previous 1.32
Added support for the FAQ module.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 28 11:59:23 2007 UTC (2 years, 5 months ago) by frjo
Branch: MAIN
Changes since 1.31: +30 -30 lines
Diff to previous 1.31
Using url() so the links become correct, see issue #132701 with patch from hass.

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.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 21 08:14:34 2007 UTC (2 years, 8 months ago) by frjo
Branch: MAIN
Changes since 1.29: +8 -8 lines
Diff to previous 1.29
Using taxonomy_term_path(), removed double spaces, changed some defaults.

Revision 1.29.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 21 08:14:04 2007 UTC (2 years, 8 months ago) by frjo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.29: +8 -8 lines
Diff to previous 1.29
Using taxonomy_term_path(), removed double spaces, changed some defaults.

Revision 1.18.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 21 08:12:12 2007 UTC (2 years, 8 months ago) by frjo
Branch: DRUPAL-4-7
Changes since 1.18.2.4: +3 -3 lines
Diff to previous 1.18.2.4 , to branch point 1.18 , to next main 1.39
Using taxonomy_term_path(), removed a space.

Revision 1.18.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 21:57:55 2007 UTC (2 years, 9 months ago) by frjo
Branch: DRUPAL-4-7
Changes since 1.18.2.3: +28 -12 lines
Diff to previous 1.18.2.3 , to branch point 1.18
Backport from Drupal 5, some added settings, more checking with module_exist, option to have taxonomy links without category depth etc. No big stuff.

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.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 12:27:56 2006 UTC (3 years ago) by frjo
Branch: MAIN
Changes since 1.26: +28 -23 lines
Diff to previous 1.26
First attempt at a Drupal 5 conversion for Sitemap.

Revision 1.18.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:34:56 2006 UTC (3 years, 1 month ago) by frjo
Branch: DRUPAL-4-7
Changes since 1.18.2.2: +29 -3 lines
Diff to previous 1.18.2.2 , to branch point 1.18
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.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.18.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 17:22:13 2006 UTC (3 years, 1 month ago) by frjo
Branch: DRUPAL-4-7
Changes since 1.18.2.1: +73 -27 lines
Diff to previous 1.18.2.1 , to branch point 1.18
Sync 4.7 with head.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 17:20:56 2006 UTC (3 years, 1 month ago) by frjo
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
Fixing bug from last commit, note to self: never commit before testing.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 11:54:49 2006 UTC (3 years, 1 month ago) by frjo
Branch: MAIN
Changes since 1.23: +12 -9 lines
Diff to previous 1.23
Make the settings work when taxonomy module is not active, issue #89967

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 28 10:32:43 2006 UTC (3 years, 1 month ago) by frjo
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
Commented out some test code that was left by mistake.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 28 05:21:24 2006 UTC (3 years, 1 month ago) by frjo
Branch: MAIN
Changes since 1.21: +64 -21 lines
Diff to previous 1.21
Allow more than one menu to be selected, patch by draco2002 from issue #86377

Revision 1.18.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 24 07:26:07 2006 UTC (3 years, 3 months ago) by frjo
Branch: DRUPAL-4-7
Changes since 1.18: +89 -54 lines
Diff to previous 1.18
Sync 4.7 with head, adds better module dependencies checking, expanded books, better theaming etc.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 24 07:09:26 2006 UTC (3 years, 3 months ago) by frjo
Branch: MAIN
Changes since 1.20: +19 -17 lines
Diff to previous 1.20
Fix translation of some terms and other minor issues.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 14 19:46:42 2006 UTC (3 years, 4 months ago) by frjo
Branch: MAIN
Changes since 1.19: +12 -6 lines
Diff to previous 1.19
More work on issue #73238.

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.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 31 06:01:21 2006 UTC (3 years, 5 months ago) by frjo
Branch: MAIN
Changes since 1.16: +11 -11 lines
Diff to previous 1.16
New attempt to corect display of recent bloggers.

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.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 13 18:50:32 2006 UTC (3 years, 6 months ago) by frjo
Branch: MAIN
Changes since 1.14: +88 -66 lines
Diff to previous 1.14
Update to Forms API/Drupal 4.7.

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 13 18:45:45 2006 UTC (3 years, 6 months ago) by frjo
Branch: DRUPAL-4-6
Changes since 1.9.2.5: +56 -56 lines
Diff to previous 1.9.2.5 , to branch point 1.9 , to next main 1.39
backport cvs as of 2006-05-13 to 4.6

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 9 08:00:28 2006 UTC (3 years, 6 months ago) by frjo
Branch: MAIN
Changes since 1.13: +92 -56 lines
Diff to previous 1.13
Added settings for categories depth, renamed function.

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 20 07:26:59 2006 UTC (3 years, 7 months ago) by frjo
Branch: DRUPAL-4-6
Changes since 1.9.2.4: +188 -77 lines
Diff to previous 1.9.2.4 , to branch point 1.9
Synchronized 4.6 with cvs version before starting to upgrade to 4.7/Forms API.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 14 10:55:18 2006 UTC (3 years, 7 months ago) by frjo
Branch: MAIN
Changes since 1.12: +9 -8 lines
Diff to previous 1.12
Fixed error messages when no menu selected in settings.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 21:22:58 2006 UTC (3 years, 7 months ago) by frjo
Branch: MAIN
Changes since 1.11: +186 -73 lines
Diff to previous 1.11
Added blogs, menus and books. A css-file to style RSS links etc.

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 19 16:27:17 2005 UTC (3 years, 11 months ago) by njivy
Branch: DRUPAL-4-6
Changes since 1.9.2.3: +1 -2 lines
Diff to previous 1.9.2.3 , to branch point 1.9
Remove extraneous newlines outside PHP brackets

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 15 19:05:54 2005 UTC (4 years, 2 months ago) by njivy
Branch: DRUPAL-4-6
Changes since 1.9.2.2: +1 -5 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Oops.  Accidentally introduced conflict indicators between revisions.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 15 19:04:54 2005 UTC (4 years, 2 months ago) by njivy
Branch: DRUPAL-4-6
Changes since 1.9.2.1: +7 -2 lines
Diff to previous 1.9.2.1 , to branch point 1.9
#28262: Tweaking call to check_plain() to handle special chars.  Thanks, fgm.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 5 13:48:25 2005 UTC (4 years, 5 months ago) by njivy
Branch: MAIN
Changes since 1.10: +6 -9 lines
Diff to previous 1.10
#24331: Removed deprecated settings; improved RSS link themeability.
        Thanks, frjo.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 3 02:40:41 2005 UTC (4 years, 5 months ago) by njivy
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Issue #24203: "&" improperly rendered in titles; endline missing at file end.
              Thanks rbarreca.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 27 18:58:50 2005 UTC (4 years, 7 months ago) by njivy
Branch: DRUPAL-4-6
Changes since 1.9: +0 -0 lines
Diff to previous 1.9
Port to 4.6

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.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 26 15:54:57 2004 UTC (5 years ago) by njivy
Branch: DRUPAL-4-5
Changes since 1.7.2.1: +2 -1 lines
Diff to previous 1.7.2.1 , to branch point 1.7 , to next main 1.39
Optionally not show any categories, only navigation.

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 26 15:47:38 2004 UTC (5 years ago) by njivy
Branch: DRUPAL-4-5
Changes since 1.7: +12 -2 lines
Diff to previous 1.7
Port to DRUPAL-4-5

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 26 15:38:31 2004 UTC (5 years ago) by njivy
Branch: MAIN
Changes since 1.7: +12 -2 lines
Diff to previous 1.7
Issue #13172: You can now show only selected vocabularies. Vocabularies are sorted correctly, too!

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 23 16:31:31 2004 UTC (5 years, 3 months ago) by njivy
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
check_output() -> drupal_specialchars()

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

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 9 15:06:06 2004 UTC (5 years, 4 months ago) by njivy
Branch: MAIN
Changes since 1.4: +10 -41 lines
Diff to previous 1.4
* Now takes advantage of $menu['visible']. Thanks, JonBob.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 9 14:02:18 2004 UTC (5 years, 4 months ago) by njivy
Branch: MAIN
Changes since 1.3: +12 -8 lines
Diff to previous 1.3
* empty Navigation menus now do not appear

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 7 13:24:48 2004 UTC (5 years, 4 months ago) by njivy
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
* theme functions now called properly

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 7 03:17:00 2004 UTC (5 years, 4 months ago) by njivy
Branch: MAIN
Changes since 1.1: +48 -12 lines
Diff to previous 1.1
* categories now display using nested <ul>

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 7 02:04:36 2004 UTC (5 years, 4 months ago) by njivy
Branch: MAIN
no hyphen in this dir name

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2