Log of /contributions/modules/taxonomy_dhtml/taxonomy_dhtml.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 1 19:01:52 2005 UTC
(4 years, 4 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.61: +7 -6 lines
Diff to
previous 1.61
fix caching. cache_get() now returns an array and not a string. thanks to devel.module for illustrating this.
only show published nodes
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 11 15:18:45 2004 UTC
(4 years, 11 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.56: +3 -13 lines
Diff to
previous 1.56
significantly simplified the vocab_vert() function using the depth parameter offerred in the urls for taxonomy.module
Revision
1.50 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:36 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.49: +1 -0 lines
Diff to
previous 1.49
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 27 22:06:32 2004 UTC
(5 years, 10 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.36: +15 -10 lines
Diff to
previous 1.36
updated for theme('page') and set_html_head() but head is still busted in this module. we ought to revert recent change in core.
Revision
1.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 6 21:08:14 2004 UTC
(5 years, 10 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.34: +4 -1 lines
Diff to
previous 1.34
on overview page - smarter css enables us to flow vocabularies in columns instead of stacking into 1 column.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 25 21:26:11 2003 UTC
(5 years, 11 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.33: +29 -26 lines
Diff to
previous 1.33
committing pieces contributed by anarcat.
now possible to filter nodes by type usingg the querystring param &type=blog, for example. i hope this sort of filtering becomes more standard, such as on the home page.
slight css cleanup. slight sql cleanup.
now possible to specify a maximum number of items per vocabulary
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 16 16:48:13 2003 UTC
(6 years ago)
by
scouten
Branch:
MAIN
Changes since
1.31: +3 -2 lines
Diff to
previous 1.31
Fix for #4153: Rearrange taxonomy_dhtml installation so all files live in folder modules/taxonomy_dhtml
Patch reviewed by Moshe.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 15 13:54:17 2003 UTC
(6 years, 1 month ago)
by
weitzman
Branch:
MAIN
Changes since
1.26: +4 -4 lines
Diff to
previous 1.26
fixed link when no nodes have been specified for a given term. used to link to the home page.
enabled admins to translate their term titles and descriptions. i'd like some consensus that this is the right way to go (i.e. Admins can translate admin supplied content like term names)
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 26 12:06:14 2003 UTC
(6 years, 6 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.20: +15 -14 lines
Diff to
previous 1.20
updated syndication.module for globals=off
added 'none' option for omitted vocabularies in taxonomy_dhtml.module. also fixed a bug where vocabularies could be missing due to a bug in taxonomy_dhtml_syndication()
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 23 18:57:24 2003 UTC
(6 years, 7 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.18: +30 -21 lines
Diff to
previous 1.18
updated for SQL server compatibility
now uses _onload() hook, so it plays nicely with other modules who need to act upon onload event.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 15 12:36:36 2003 UTC
(6 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.15: +8 -8 lines
Diff to
previous 1.15
- 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.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 13 02:32:22 2003 UTC
(6 years, 9 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.14: +6 -5 lines
Diff to
previous 1.14
fixed a stray theme_invoke() and enhanced so that a single node type may display a taxonomy flavored page (e.g. see import.module in current Contrib)
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 29 19:11:34 2003 UTC
(6 years, 9 months ago)
by
ax
Branch:
MAIN
Changes since
1.11: +4 -12 lines
Diff to
previous 1.11
- made the module show up in admin/system (_conf_options())
- made "Omitted vocabularies" (taxonomy_dhtml_overview_vocab) work
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 7 05:32:24 2003 UTC
(6 years, 10 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.9: +13 -13 lines
Diff to
previous 1.9
updated for CVS compatibility. The integration in the Admin of this module with taxonomy.module is seamless. I hope not overly subtle.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 20 03:32:10 2002 UTC
(6 years, 11 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.6: +29 -27 lines
Diff to
previous 1.6
fixed bug for sites with multiple vocabularies
changed rendering such that each vocabulary is contained within its own box.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 17 02:05:43 2002 UTC
(6 years, 11 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.4: +18 -13 lines
Diff to
previous 1.4
now uses the drupal cache when delivering the taxonomy page. although this page is somewhat heavy in terms of DB calls, it is now completely safe for high volume sites.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 16 00:10:53 2002 UTC
(6 years, 11 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.2: +92 -184 lines
Diff to
previous 1.2
- a rewrite of the whole module, swapping in collapsible list functionality from gazingus.org
- now supports terms with multiple parents
- supported by all DOM compliant browsers, including Opera 7 (but not Opera 6).
- degrades gracefully in all browsers when javascript has been disabled
- degrades gracefully in some older browsers by presenting unordered lists.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 14 04:42:38 2002 UTC
(7 years ago)
by
weitzman
Branch:
MAIN
Changes since
1.1: +179 -14 lines
Diff to
previous 1.1
- much faster, since the whole tree is populated once and then sent to the client.
- now a full replacement for taxonomy_html module
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 12 04:16:38 2002 UTC
(7 years ago)
by
weitzman
Branch:
MAIN
A user interface for taxonomy featuring collapsible lists. Will soon support adding externally hosted vocabularies to your own site!
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.