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

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

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


Revision 1.17 - (show annotations) (download)
Sun May 20 15:40:34 2007 UTC (2 years, 6 months ago) by fgm
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Changes since 1.16: +78 -6 lines
File MIME type: text/plain
Try to make "HEAD" versions from the latest versions in the 4.7 Branch
1 $Id: CHANGELOG.txt,v 1.14.2.12 2007/05/20 15:19:16 fgm Exp $
2 $Name: $
3
4 2007-05-20
5 QUAL Module versioning now uses the "new release system"
6
7 2007-02-04
8 FEAT http://drupal.org/node/104859 Now accepts slashes
9 2007-01-17
10 QUAL Updated README info regarding versions and requirements
11
12 2006-12-24
13 Warning : this version changes the URL filtering mechanisms to allow
14 additional characters in G2 URLs, and might therefore introduce
15 unidentified vulnerabilities. Expert validation would help: please
16 contact maintainer or use previous version !
17 FEAT http://drupal.org/node/104859 Alphabar for non ASCII letters
18 FIX Audean #61 Using entities in a <dfn> fails
19
20 2006-09-24
21 FIX http://drupal.org/node/85829 G2 doesn't wipe individual referrer info
22 FEAT http://drupal.org/node/85787 G2 should allow inter-G2 links
23
24 2006-09-15
25 FIX http://drupal.org/node/84290 Setting G2 WOTD changed G2 Latest too
26 FIX http://drupal.org/node/83599 support UTF-8 multibyte characters in Alphabar
27
28 2006-09-03
29 FIX http://drupal.org/node/82139
30 FEAT Improved manual support for http://drupal.org/node/75794 until http://drupal.org/node/75803 is fixed
31
32 2006-08-12
33 FIX http://drupal.org/node/76177 Installer limitations (MySQL 4.0)
34 FIX http://drupal.org/node/76259 Installer limitations (db_prefix)
35 FIX http://drupal.org/node/64819 no tables created during install (better fix than 2006-05-25)
36 FIX http://drupal.org/node/59886 Installer missing
37 FIX http://drupal.org/node/51373 Table/code mismatch (installer missing)
38 FEAT http://drupal.org/node/47422 Alphabar displayed twice
39 FEAT http://drupal.org/node/48084 Double alphabar
40 QUAL Removed internal functions made redundant by "callback arguments" in hook_menu
41
42 2006-07-15
43 FIX http://drupal.org/node/73888 Correctly process homonyms including a /
44 FEAT http://drupal.org/node/73885 Allow G2 to rename the site title on its pages
45 QUAL http://drupal.org/node/73887 Remove useless _g2_entries function
46
47 2006-05-25
48 FIX http://drupal.org/node/64819 (better fix than 2006-05-22). no tables created during install
49 FIX http://drupal.org/node/70039. Displaying wrong number of entries and text for Admin
50 QUAL Improved readability of _g2_initial
51 DOC Added notice in Readme about the interpretation of stats.
52
53 2006-05-22
54 QUAL Backporting 1.16 and 1.17 to DRUPAL-4-7 branch
55 FIX http://drupal.org/node/64819 dprint_r in g2.install
56
57 2006-05-14 (1.16 and 1.17)
58 FIX http://drupal.org/node/63469 RPC Throttle
59 FIX http://drupal.org/node/63466 RPC Parameter ignored
60 FEAT http://drupal.org/node/63461 "Latest" features for block and RPC
61 FEAT http://drupal.org/node/63458 Themeability improvements
62 FIX Added new strings to .POT for translations
63 FIX Updated french translation with new strings
64 QUAL Updated "Choosing G2" document
65
66 2006-04-11
67 FIX http://drupal.org/node/58318 G2 WOTD feed icon not properly set up
68 FEAT First version fully compatible with extractor.php.
69 FEAT First version of french translation.
70
71 2006-03-25
72 FIX http://drupal.org/node/47422 alphabar displayed twice
73 FEAT Incorporate some private OSInet extensions that others can use too
74
75 2006-02-07
76 FIX Remove the problem caused by the 2006-01-01 fix for
77 http://drupal.org/node/42947 (single matching entry/no jump set)
78 QUAL The disambiguation page now displays mixed case matches instead
79 of displaying all results with the queried case.
80
81 2006-02-07
82 FIX Better fix for http://drupal.org/node/48149
83
84 2006-02-06
85 FIX http://drupal.org/node/48149
86 FIX G2 no longer overwrites the node author on non-G2 feed items
87 FIX G2 no longer displays its "referer" tab on non-G2 nodes
88 FIX G2 now displays the date for a WOTD as the date for which it
89 was chosen as WOTD instead of The Epoch
90 2006-02-04
91 FEAT Use a vocabulary to disambiguate entries on the homonyms page
92 The vocabulary is chosen on admin/settings/g2
93
94 2006-02-02
95 FEAT New feature: list of recently updated entries in user profile
96 SECU Security fix: IP-based access control was not implemented
97
98 2006-01-28
99 FEAT New feature: referrer tracking. Adds a tab on the node edit form,
100 a setting and a path to wipe referers for a node or for all g2 nodes
101
102 2006-01-27
103 FIX This version is now compatible with Drupal 4.7beta4: this required a change in g2_view
104 FEAT Themeability improvement: blocks now use a <div class="content">
105
106 2006-01-16
107 FEAT The URL of the main page is now a module setting, grouped with its nid
108 FEAT RPC setting and version info have been moved to a collapsed fieldset
109 to mask them from first sight
110 FEAT Under the default themeing, when a link is done to an "entries" page
111 matching no definition, a link to automatically create one is provided
112 if user has g2 admin permission.
113 FIX "More" links ('+') now carry the standard "read-more" class
114 for standard themes
115
116 2006-01-15
117 FIX PHP code in g2 main page now works with default themes
118 as in http://drupal.org/node/44756
119 FEAT 'By initial' page now displays stats http://drupal.org/node/44800
120 QUAL Debugging watchog removed
121 QUAL NODE constants introduced for core version missing them
122
123 2006-01-14
124 FIX Fix for unpublished nodes being returned http://drupal.org/node/44722 and
125 FEAT New g2.stats RPC function
126
127 2006-01-13
128 FIX Themable functions are now used correctly within the module itself
129 FIX Added wrappers around all theme functions for themeability
130
131 2006-01-11
132 FIX Taxonomy terms are no longer displayed or returned by WOTD for
133 freetagging vocabularies, unless admin so chooses. They are only
134 available to g2 node editors.
135 FIX Security: RPC is now disabled by default.
136 FEAT A new setting has been added to allow site admins to relax the
137 "entries must include a definition" requirement
138 FEAT Definition teasers including html code are now stripped instead of
139 being converted to plain text
140
141 2006-01-02
142 FIX Title for the "entries by initial" page now includes the initial
143 for http://drupal.org/node/43479
144 FEAT Override/extend the author name for entries when displayed in the
145 WOTD RSS feed
146
147 2006-01-01
148 FIX Items in the WOTD RSS feed are now dated with the day they are
149 requested instead of the node creation date.
150 FIX G2-generated links in the RSS feed (and on node pages) are now
151 absolute: feed now validates without warnings.
152 FEAT Setting for the description of the WOTD RSS feed
153 FEAT Setting for the title of the WOTD RSS feed, now distinct from the
154 title of the WOTD block, but defaulting to it if nulled
155 FEAT RSS feed for word of the day http://drupal.org/node/43078
156 FEAT homonyms disambiguation page at �<drupal>/g2/entries/<someterm>� is
157 now customizable at the site level, and themeable, and can thus be
158 overriden both by site webmasters and by themes
159 for http://drupal.org/node/42965
160 FEAT Main page at <drupal>/g2 is now themeable, and can thus be
161 overriden by themes (it could already be overriden by site webmasters)
162 FIX Added G2 path in content/add
163 FIX WOTD autochange now works
164 FIX Fixed constant name errors in g2_settings: constants in that form
165 were not duly prefixed.
166 FEAT Setting to enable auto-jump from disambiguation on single entry
167 match for http://drupal.org/node/42947
168 FEAT Setting to toggle display of taxonomy terms in random and WOTD blocks
169 for http://drupal.org/node/42928
170
171 2005-12-31
172 FEAT Patch to optimize random block on high-volume sites
173 for http://drupal.org/node/42842
174
175 2005-12-30
176 FIX Patches for Naudefj http://drupal.org/node/42750
177 QUAL Code cleanup: many strings moved to one of the constant groups on top
178 of the file for easier maintenability, notably all of the persistent
179 variable names http://drupal.org/node/42750
180 FEAT Setting to optimize search on entry titles
181
182 2005-12-29
183 Version 1.0 Beta 1 (on the G2 wiki)
184 FIX Page by initial segment now works (in other words,
185 the alphabar points to valid pages)
186
187 2005-12-28
188 FEAT All four predefined blocks are now fully themeable.
189 FEAT The initial themeing functions theme_g2_wotd_teaser and
190 theme_g2_wotd_body have been replaced by theme_g2_block_wotd
191
192 2005-12-24
193 FIX Bug fix: http: //drupal.org/node/42247 G2 no longer links to
194 unpublished nodes.
195
196 2005-12-23 v 1.1
197 Initial CVS files by Frederic G. MARAND (fgm@osinet.fr).
198 Commit by Chris. Thanks to him.
199
200 2005-12-21
201 FIX Various fixes, new feature block, embryonic themeability for wotd block
202
203 2005-12-14
204 FEAT First usable version

  ViewVC Help
Powered by ViewVC 1.1.2