/[drupal]/contributions/modules/taxonews/CHANGELOG.TXT
ViewVC logotype

Contents of /contributions/modules/taxonews/CHANGELOG.TXT

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


Revision 1.7.4.2 - (hide annotations) (download)
Tue Jul 7 15:31:04 2009 UTC (4 months, 2 weeks ago) by fgm
Branch: DRUPAL-7--1
Changes since 1.7.4.1: +6 -1 lines
File MIME type: text/plain
2009-07-07      v1.12.2.2
   FEAT     Themeing is now phptemplate-based
   D7U1     DB calls now use DBTNG named placeholders, db_placeholders() calls removed
   QUAL     Some functional tests added
1 fgm 1.7.4.1 Change log for Taxonews module
2     ==============================
3 fgm 1.7.4.2 $Id: CHANGELOG.TXT,v 1.7.4.1 2009/06/15 16:20:07 fgm Exp $
4    
5     2009-07-07 v1.12.2.2
6     FEAT Themeing is now phptemplate-based
7     D7U1 DB calls now use DBTNG named placeholders, db_placeholders() calls removed
8     QUAL Some functional tests added
9 fgm 1.7.4.1
10     2009-06-15 v1.12.2.1
11     D7U1 all code files must now be listed in .info
12     D7U4 taxonomy tables renamed in http://drupal.org/node/224333#taxonomy_tables
13     D7U4 taxonomy CRUD functions renamed and refactored http://drupal.org/node/224333#taxonomy_crud
14     D7U4 $op removed form hook_block: http://drupal.org/node/224333#remove_op
15     QUAL #320267 ported to D7 branch
16     QUAL #318784 ported to D7 branch
17    
18     2008-10-13 v1.10.8.10
19     FEAT #320267: allow non-expiring news
20     QUAL Add some missing commas on last array elements
21 fgm 1.6
22 fgm 1.7.4.1 2008-10-09 v1.10.8.9
23     BUG #318784: unneeded DB errors on empty Taxonews vocabulary
24 fgm 1.7
25 fgm 1.7.4.1 2008-06-09 v1.12
26 fgm 1.7 BUG Backport of D6 change: Nodes never yet displayed were not included in blocks
27 fgm 1.7.4.1 BUG Backport of D6 change: #231868 [[ http://project.audean.com/node/231868 ]] : improved support for multiple vocabularies
28 fgm 1.7 QUAL Various symbol and formatting renaming to match the OSInet coding standards
29    
30 fgm 1.7.4.1 2008-06-08 v1.10.8.8
31     QUAL Minor typos/spelling fixes in code and messages.
32 fgm 1.7
33 fgm 1.7.4.1 2008-06-08 v1.10.8.7
34     FEAT The block deltas are now the term tids, for an easier use of empty blocks
35     BUG Nodes never yet displayed were not included in blocks
36     QUAL Improved wording on the settings page
37     QUAL Reduced the number of queries performed by the module to list blocks
38     QUAL Various symbol and formatting renaming to match the OSInet coding standards
39    
40     2008-06-08 v1.10.8.6
41     BUG #236928 : terms are now per-revision, not per-node
42     BUG #231868 : improved support for multiple vocabularies
43     FEAT Complete new autoloadable french translation
44     DOC INSTALL.txt updated for D6
45     QUAL Various fine tunings for the D6 API, specify caching
46     QUAL Reduce the number of queries performed by the module
47     QUAL Various symbol and formatting renaming to match the OSInet coding standards
48    
49     2007-10-27 v1.10.8.5
50     BUG #184535 : news retention ignored. Ported from D5
51     FEAT UI: adjust vocabulary selector in settings to # of vocabularies
52     QUAL INSTALL.txt : updated instructions for 4.x upgrade
53    
54     2007-10-14 v1.10.8.4
55     BUG #182416 : Incorrect syntax for PGSQL
56     FEAT #183167 : Link to enable statistics.module
57     BUG db_num_rows removed in recent D6 versions
58     QUAL Improved INSTALL.txt
59     QUAL #167300 : improved solution for "uninstal leaves one variable"
60     QUAL Explicit Taxonews:: replaced by self:: within class Taxonews
61    
62     2007-08-18 v1.10.8.3
63     SUPP #167034 : Care for users who don't RTFM
64     BUG #167300 : uninstall leaves one variable
65    
66     2007-08-12 v1.10.8.2
67     BUG #152485 : problems with detailed help page and admin links (from 1.10.6.3)
68     FEAT #152030 : new sorting orders available when statistics.module is enabled (from 1.10.6.3)
69     BUG Fixed D6 menu handling.
70     QUAL Brought in the PHP5 structure and OSInet coding conventions
71     from the Drupal 5 v1.10.6.1/2 versions
72 fgm 1.7
73 fgm 1.7.4.1 2007-08-12 v1.11
74     CVS artefact
75    
76     2007-08-12 v1.10.8.1
77     FEAT Compatibility with the DRUPAL-6 core
78 fgm 1.4
79 fgm 1.5 2007-01-25 v1.10
80     BUG No longer display empty blocks if the default "empty" text is empty too
81     QUAL Remove a warning for empty blocks
82 fgm 1.7.4.1
83 fgm 1.4 2006-10-04 v1.9
84     FEAT Added setting for maximum number of items in block
85     FEAT No longer display the archive link if archive page only contains
86     nodes already listed in the block (and not only if it is empty)
87     QUAL Renamed constants to OSInet standard: all caps, no separators,
88     persistent variables named <module>VAR<var name>, default values
89     named <module>DEF<var name>.
90     FEAT Improved themeability: blocks now have a wrapper with a specific class
91     in the builtin theme
92 fgm 1.3
93     2006-10-03 v1.8
94     FEAT Archive link removed if archive is empty
95 fgm 1.1
96     2006-10-02 v1.7
97     FEAT Blocks are now individually themeable
98 fgm 1.3 FEAT New setting to enable/disable archive link
99 fgm 1.2
100 fgm 1.1 2006-03-19 v1.6
101     BUG No longer lists unpublished node in taxonews blocks
102 fgm 1.7.4.1 BUG Remove 4.6-related error condition when configuring taxonews
103 fgm 1.1 blocks on 4.7 beta
104    
105     2006-02-20 v15
106     BUG Restores compatibility with both 4.6x and 4.7beta4
107    
108     2005-12-28 v1.4 dated 2006-01-14 in CVS
109     QUAL First production version
110    
111     2005-12-27 v1.3 dated 2006-01-14 in CVS
112    
113     2005-12-26 v1.2 dated 2006-01-14 in CVS
114    
115     2005-11-09 v1.1 dated 2006-01-14 in CVS
116    
117     This documentation is copyright 2005-2006 Ouest Systemes Informatiques. All rights reserved.
118    
119     This documentation is licensed for public use under the Creative Commons BY-NC-SA 2.0 license for France,
120 fgm 1.7.4.1 found at http://creativecommons.org/licenses/by-nc-sa/2.0/fr/
121    

  ViewVC Help
Powered by ViewVC 1.1.2