/[drupal]/contributions/modules/directory/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/directory/CHANGELOG.txt

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


Revision 1.13 - (show annotations) (download)
Tue Sep 30 09:16:27 2008 UTC (13 months, 4 weeks ago) by augustin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +4 -1 lines
File MIME type: text/plain
 * Fixed hook_uninsall() to cover all variable that may be set in the future.
  * update_6001() remove one obsolete variable.
1 # $Id: CHANGELOG.txt,v 1.12 2008/07/16 08:18:16 augustin Exp $
2 # CHANGELOG.txt
3 ################
4
5
6 Drupal 6 version vs. Drupal 5 version
7 Announcement text
8 ======================================
9
10 Directory.module for Drupal 6 is in many ways very different from the Drupal 5 version.
11
12 The main difference is that with Drupal 6, directory module does not handle the display of nodes anymore. It now relies on core's taxonomy module to do the job.
13
14 There are two implications:
15 1) The paths like directory/nnn where nnn was a term ID no longer exist. Instead, the main directory page links to taxonomy/term/nnn pages.
16 2) The first point means that the way the node teasers are displayed has completely changed. In D5 directory, the node display was broken at best. In D6, we rely on taxonomy to display teasers just like they would be displayed on the front page.
17
18 The taxonomy page is themeable, so if you wish to have a different look for the node listing, you can change it at the theme level. See the theming documentation about this.
19
20 The work for a stable Drupal 6 release of directory is still ongoing. There are still some serious bugs to fix, and new cool features to be added. D6 directory is still in alpha stage. However, it should be stable enough to use on a small site with not too many taxonomy terms.
21
22 About the Drupal 5 version of directory: this version is no longer supported at all. The code is too poor to be maintained. Huge parts of the module have been rewritten and it will be too difficult to backport fixes and new features to Drupal 5.
23
24 You are welcome to test the new Drupal 6 alpha release of directory.module and use the issue queue to report any problem.
25
26
27 30th September 2008
28 * Fixed hook_uninsall() to cover all variable that may be set in the future.
29 * update_6001() remove one obsolete variable.
30
31 16th July 2008
32 * Remove the setting item to exclude node types from directory pages:
33 This setting had no effect anymore since we don't select nodes.
34 * Fix one E_ALL notice.
35
36
37
38 # tag DRUPAL-6--1-0-alpha1 : 16th July 2008.
39 # ===========================================
40
41 16th July 2008
42 * Removed a huge chunk of code which used to display nodes and taxonomy terms according to the first letter of the term.
43 The code was completely broken, and
44 since we don't directly deal with node selection and teaser display anymore (we use taxonomy.module for that),
45 almost all of the theming functions could be discarded.
46 * Show subterms for all terms in pages like taxonomy/term/23+67 and taxonomy/term/23,67.
47 * Turn the vocabulary names in the main directory into links to the per-vocabulary page.
48 * Added a list of subterms for any term on a taxonomy/term/$tid page.
49 * Fixed the directory/vocabulary/$vid pages.
50
51 29th June 2008
52 * The big code cleanup has started.
53 -> removed directory/random callback (which redirected to a random selected node).
54 -> removed the directory/term/$tid+$tid callback, which originally was a copy of taxonomy_term_page().
55 We now want to reuse as much of taxonomy.module's display as possible.
56 -> removed directory/$tid pages. We now use core taxonomy/term/$vid.
57
58
59 28th June 2008
60 * module upgrade to Drupal 6.
61
62 # tag DRUPAL-5--2-0 : 16th July 2007.
63 # ====================================
64
65 * implement per-vocabulary directories.
66 1) there is a menu item you can enable for each vocabulary.
67 2) all invalid values of $tid and $vid are redirected to the main directory page
68 3) the js collapsed setting is not used if we are only listing one vocabulary.
69 4) the listing for each vocabulary uses the same theming function as for the main page.
70
71 * add javascript collapsible form + setting for each vocab, on the main page.
72
73 * Make it possible to individually theme the node count area (printed after the term name),
74 without having to modify the whole theme function.
75 This shouldn't affect in anyway other sites which are happy with the default presentation.
76
77
78 # tag DRUPAL-5--1-0 : 1st June 2007.
79 # ====================================
80
81 * first Drupal 5 release.
82
83 # tag DRUPAL-4-7 : 21st October 2006.
84 # ====================================
85
86 * first official release by innactivist.
87
88

  ViewVC Help
Powered by ViewVC 1.1.2