Log of /contributions/modules/directory/directory.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 30 09:16:27 2008 UTC
(13 months, 4 weeks ago)
by
augustin
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.34: +5 -4 lines
Diff to
previous 1.34
* Fixed hook_uninsall() to cover all variable that may be set in the future.
* update_6001() remove one obsolete variable.
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 16 08:18:16 2008 UTC
(16 months, 2 weeks ago)
by
augustin
Branch:
MAIN
Changes since
1.32: +2 -10 lines
Diff to
previous 1.32
60 line patch.
* Remove the setting item to exclude node types from directory pages:
This setting had no effect anymore since we don't select nodes.
* Fix one E_ALL notice.
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 16 07:37:34 2008 UTC
(16 months, 2 weeks ago)
by
augustin
Branch:
MAIN
Changes since
1.31: +145 -144 lines
Diff to
previous 1.31
#276033.
Reorganizing the code, to group functions by type (hooks, themeable functions, menu callbacks, etc.)
No code change done.
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 16 06:08:25 2008 UTC
(16 months, 2 weeks ago)
by
augustin
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-alpha1
Changes since
1.30: +11 -305 lines
Diff to
previous 1.30
394 line patch.
* Removed a huge chunk of code which used to display nodes and taxonomy terms according to the first letter of the term.
The code was completely broken, and
since we don't directly deal with node selection and teaser display anymore (we use taxonomy.module for that),
almost all of the theming functions could be discarded.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 16 04:35:44 2008 UTC
(16 months, 2 weeks ago)
by
augustin
Branch:
MAIN
Changes since
1.29: +29 -8 lines
Diff to
previous 1.29
67 line patch.
* Show subterms for all terms in pages like taxonomy/term/23+67 and taxonomy/term/23,67.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 16 01:03:01 2008 UTC
(16 months, 2 weeks ago)
by
augustin
Branch:
MAIN
Changes since
1.25: +25 -25 lines
Diff to
previous 1.25
93 line patch.
* Fixed the directory/vocabulary/$vid pages. (fixed part of hook_menu() to be D6 compliant).
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 16 00:19:43 2008 UTC
(16 months, 2 weeks ago)
by
augustin
Branch:
MAIN
Changes since
1.24: +9 -133 lines
Diff to
previous 1.24
278 line patch.
* The big code cleanup has started.
-> removed directory/random callback (which redirected to a random selected node).
-> removed the directory/term/$tid+$tid callback, which originally was a copy of taxonomy_term_page().
We now want to reuse as much of taxonomy.module's display as possible.
-> removed directory/$tid pages. We now use core taxonomy/term/$vid.
Revision
1.11.2.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 16 08:54:49 2007 UTC
(2 years, 4 months ago)
by
augustin
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--2-0
Changes since
1.11.2.28: +52 -5 lines
Diff to
previous 1.11.2.28
, to
branch point 1.11
#147412 implement per-vocabulary directories.
1) there is a menu item you can enable for each vocabulary.
2) all invalid values of $tid and $vid are redirected to the main directory page
3) the js collapsed setting is not used if we are only listing one vocabulary.
4) the listing for each vocabulary uses the same theming function as for the main page.
Revision
1.11.2.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 3 06:00:58 2007 UTC
(2 years, 5 months ago)
by
augustin
Branch:
DRUPAL-5
Changes since
1.11.2.24: +26 -5 lines
Diff to
previous 1.11.2.24
, to
branch point 1.11
Make it possible to individually theme the node count area (printed after the term name),
without having to modify the whole theme function.
This shouldn't affect in anyway other sites which are happy with the default presentation.
Revision
1.11.2.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 22 06:11:58 2007 UTC
(2 years, 6 months ago)
by
augustin
Branch:
DRUPAL-5
Changes since
1.11.2.15: +21 -5 lines
Diff to
previous 1.11.2.15
, to
branch point 1.11
#144696 We now can configure two helptexts:
one for the directory home page,
and one for each term page.
Also made some FIXME notes about some redundant code that is not used anywhere, to investigate later.
Revision
1.11.2.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 21 13:08:01 2007 UTC
(2 years, 6 months ago)
by
augustin
Branch:
DRUPAL-5
Changes since
1.11.2.14: +5 -61 lines
Diff to
previous 1.11.2.14
, to
branch point 1.11
#144958, comment # 3.
I tried to retain the presentation in two columns on the main page despite the fact that I use <ul> elements to theme the list of nested terms, but it is going to cause even more problems later (especially if we add - as I have been asked to do - some javascript to collapse some sections on the main page: how to have two evenly distributed columns?).
I am removing this two column presentation now.
See also #106114 about adding the javascript which is now possible to do.
Revision
1.11.2.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 18 07:42:21 2007 UTC
(2 years, 6 months ago)
by
augustin
Branch:
DRUPAL-5
Changes since
1.11.2.10: +18 -16 lines
Diff to
previous 1.11.2.10
, to
branch point 1.11
#143272 comment # 1.
theme_directory_display_resource_section() renamed theme_directory_resource_section()
('display' is redundant with 'theme').
--> make upgrade note for those who where theming this function.
Theme call is now: theme('directory_resource_section', $node_by_term, $term);
We now have a function theme_directory_home_section($vid) {} meaning that the directory home can be themed.
Revision
1.11.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 18 05:55:31 2007 UTC
(2 years, 6 months ago)
by
augustin
Branch:
DRUPAL-5
Changes since
1.11.2.6: +11 -20 lines
Diff to
previous 1.11.2.6
, to
branch point 1.11
Remove the constant DIRECTORY_ENABLE_EMPTY_TERM_SUPPRESSION :
This was meant for the development version only, while it was not 'ready for prime-time'.
By removing it, we are making the code more readable.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 5 17:19:43 2006 UTC
(3 years ago)
by
inactivist
Branch:
MAIN
Changes since
1.9: +55 -9 lines
Diff to
previous 1.9
directory.module: Adding options to enhance directory display. More formatting cleanup.
- Option to suppress display of taxonomy terms having no
children in top-level view.
- Option to add child node count (in parens) to each term,
in top-level view.
directory.css: More display cleanup, as required by and
implemented in directory.module
- Support for display of child node counts
- Enhance formatting and layout of partial node listing
when # of child nodes exceeds limit
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 5 05:06:00 2006 UTC
(3 years ago)
by
inactivist
Branch:
MAIN
Changes since
1.8: +13 -4 lines
Diff to
previous 1.8
directory_menu:
- Add code to automatically inject directory.css file
directory_display_home_category:
- close <div> properly - was breaking theme.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 5 01:56:20 2006 UTC
(3 years ago)
by
inactivist
Branch:
MAIN
Changes since
1.7: +78 -26 lines
Diff to
previous 1.7
General:
- cleaning up css classnames (use - rather than _ and prefix all with 'directory-')
- Adding diagnostic code (for future use)
directory_help:
- Added version info and links to maintainer site.
- Rewording settings text to help clarify proper usage.
directory_page:
- Fixed problem where empty categories was not displaying "nothing in this category" text.
Revision
1.7.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 4 21:38:07 2006 UTC
(3 years ago)
by
inactivist
Branch:
DRUPAL-4-7
Changes since
1.7: +77 -25 lines
Diff to
previous 1.7
General:
- cleaning up css classnames (use - rather than _ as a separator and prefix all css ids and classnames with 'directory-')
- Adding diagnostic code (for future use)
directory_help:
- Added version info and links to maintainer site.
- Rewording settings text to help clarify proper usage.
directory_page:
- Fixed problem where empty categories was not displaying "nothing in this category" text.
General:
- cleaning up css classnames (use - rather than _ and prefix all with 'directory-')
- Adding diagnostic code (for future use)
directory_help:
- Added version info and links to maintainer site.
- Rewording settings text to help clarify proper usage.
directory_page:
- Fixed problem where empty categories was not displaying "nothing in this category" text.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 21 15:30:37 2006 UTC
(3 years, 1 month ago)
by
inactivist
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.6: +39 -14 lines
Diff to
previous 1.6
directory.module
- directory_display_resource() : Fixes for 4.7.x where no nodes were being shown.
- directory_display_resource() : Optimization: Hoisted variable_get() out of loop
- Added helper functions _first() and _last() to get first and last array elements
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.