RSS

(root)/drupal/6-patched : /README-PATCHES.txt (revision 317)

Line Revision Contents
1 19
Patches can all be retrieved from the bzr revision history (and log comments)
2
but that is not very convenient. Hence this file.
3
Let's try to keep it complete (along with the log entries).
4
5 11
installed patches:
6 19
7 56
-- full modules:
8
9 102
caveflag: custom module using different take on 'cave' functionality,
10
          never published. Left abandoned here.
11 55
12 128
tac_toggle: my own module, in the version I'm using it on my production website.
13
            Will very probably move to a real drupal.org project within a few months
14 56
-- core:
15
16 125
robots.txt: a few additions with selected language prefixes
17
18 199
comment: message _before_ submitting new comment, that it will be moderated
19 102
  (D7 patch in #593670 - will never see a D6 port I guess)
20 19
21 199
contact: allow anonymous users to use contact form as well (after setting permission for it) (#328214)
22
23
database.inc:
24
  add db_distinct_allowed() to fix D6.16 breakage on PostgreSQL (#735120-1; not sure if this will be the direction of the approved fix...)
25 19
26 97
locale: more descriptive message in admin/settings/languages/add
27 102
  (D7 patch in #323919 - will never see a D6 port I guess)
28
29 276
node: node_assign_owner_action() fix (#403034)
30
31 105
system (database.pgsql.inc & system.install):
32
  handle unsigned numeric fields in PostgreSQL (#256001)
33
  NB: since this adds an extra update to system.install, we may have to renumber
34
  updates until #256001 hits an official D6 update! This is not expected to
35
  cause problems.
36
37 315
update.php:
38
  Give warning when DB system.schema_version of module is higher than the
39
  module version on disk - then you somehow have an outdated module.
40
  (Patch not contributed back to core; they'll probably ignore/reject it.)
41
42 56
-- contrib:
43
44 110
advanced_forum:
45
- styles/naked/advf-forum-post.tpl.php:
46
  added one class 'comment-unpublished' or 'node-unpublished' when necessary.
47
  This is only necessary for some themes, e.g. Garland, which have no
48
  preprocess functions doing that. This is the reason why the stock
49
  advanced_forum module does not want to implement this in the .tpl.php
50 178
- added various styles, derivatives of existing ones.
51
  (Not all been reviewed for general usefulness for distribution...
52
  But its inclusion does not hurt anyone. And advanced_forum does not have a way
53
  of including styles from local site directories without modifying the source.
54
  Will need to make a patch for that, later, sometime. Not urgent.)
55 19
56 103
article: use <div> instead of <p> for printing article descriptions.
57
         (Needed that for a site. I have not submitted a patch for this, for now.
58
         But <p> just seems silly nowadays. Will decide later whether to switch to
59
         taxonomy_context module, if that's more stable. Is too ugly still.)
60
61 261
backup_migrate:
62
- php5.3 fix (#785908)
63 262
- max_execution_time fix (#858396)
64 263
- date() fix (#598636)
65 262
66 271
backup_migrate_files:
67
- correct include path for Archive::Tar (#715470)
68 272
- Eternal loop if directory doesn't exist (#866566)
69 271
70 179
biblio:
71
- added biblio_style_ipce.inc (noone neads it, but biblio currently does not allow
72
  defining extra styles in site-specific directories. And noone is bothered by
73
  this extra file. Worry about it later.)
74 180
- some code changes in biblio.module (made _biblio_get_field_information() cache things)
75
  and biblio_theme.inc (split parts of theme_biblio_tabular() out into _biblio_tabular_output_rows() )
76
  which in hindsight are not useful enough to warrant a review+patch, but which I still
77
  want to keep because I'm using them in biblio_style_ipce.inc now..... (no functional change)
78 183
- correct node count on author/keyword pages (#741212)
79 179
80 249
browscap: PHP5.3 fix (#664424)
81
82 205
calendar: PHP5.3 fix (still 'needs review' because may not work on PHP4) (#613528-5)
83
84 76
captcha: added FreeSerifBold.ttf to image_captcha/fonts/
85
86 141
cck: add possibility to do exposed filters on nodereferences/userreferences as autocomplete textfields. (Was only selectboxes, which can grow VERY long) (#506654)
87
88 232
cck_private_fields: no popup dialog when the only possible options are public/hidden (#795272)
89
90 69
comment_revisions: 
91 102
- lots of stuff, all bundled up into new tar in #361826-1
92 104
- major overhaul of the module to work with Diff by Nearyan - see #559004. Not reviewed.
93 154
- PostgreSQL fix (#693724)
94 164
- Fix to 'Call to undefined function _diff_default_header() in comment_revisions.module on line 954' (#719752)
95 19
96 185
cufon:
97
- added cufon-yui.js (always needed, but kept outside the Drupal module distribution)
98
99 80
css_injector: #332480 and #341832 (the last one fixes a fatal error reported in #301274)
100
101 305
customcssjs:
102
- recursive mkdir (#882690)
103 306
- allow private file system (#882776)
104 305
105 212
date: 
106 253
- add plaintext field formatters (#423502)
107 212
108 254
email: add plaintext field formatter (#754554)
109
110 312
feeds_xpathparser: 
111
- Fix QueryPath parser type not correctly removed from config form (#885068)
112
113 273
filefield: php5.3/byreference fix (#755558)
114
115 201
imageapi: php5.3/byreference fix (#540486)
116
117 116
import_html:
118
- PostgreSQL fix (#618970)
119 117
- small fixes and extra comments for simplehtml2simplehtml.xsl
120 160
- small fix #697330-6 (The patches before comment #6 are committed or discussed already)
121 161
- fix error when taxonomy not enabled (#711058)
122 162
- option to enable running a 'pre-tidy command' (#718794)
123 167
- clean out teaser on re-import (#722548)
124 168
- support for setting a language (#723728)
125 204
- PHP5.3 errors; work around module_invoke_all() (#686066)
126 116
127 313
jammer: play nice with pathauto (#886930)
128
129 219
jquery_update: make jquery_update_update_6200() return array (#443718)
130
131 192
keys:
132
- handle non-array return values gracefully (#704276)
133
- fix PostgreSQL incompatibility (#714110)
134 191
135 140
location: API change to a.o. make postalcode proximity filter work for all languages (#662892-4) 
136 67
137 234
l10n_update: remove a dsm() call
138
139 280
messaging:
140
- Fix format filter "No Format (Insecure)" (#872944)
141 281
- Fix wrong error message for PHPMailer debugging mode (#872978)
142 280
143 277
migrate_extras: support for multi-value filefields (equal to #731992, but with some extra changed line incorporated from another patch which should have been in CVS already)
144
145 252
nat: Reuse existing terms (#170200)
146
147 250
notifications (6.x-4.x line):
148
- bugfix to drupal_get_form argument (#828556)
149
- bugfix to form_set_error argument (#853318)
150 258
- bugfix to _notifications_info_callback() argument (generating an error "call_user_func_array expects parameter 2 to be an array, string given") (#828860)
151 265
- little formatting fix (#862080)
152 266
- better filtering of Status options in the subscription edit screen (#862258)
153 257
- non-required subscription fields (#857290)
154 282
- More descriptive form errors for messaging-destination validation (#876812)
155 302
- remove [node-url] token from notifications_content module because Token defines it now (#845250)
156 238
157 293
openid_provider:
158
- Prevent urls from getting language treatment (#861016)
159 294
- Fix redirect failure when not logged in on the provider site (#621956)
160 295
- Fix pathauto-related paths (#881164)
161 296
- PostgreSQL compatibility (#881204)
162 297
- Allow one specified site user to use 'site root' as OpenID (#722114)
163 300
- Add permission for using OpenID server (#867390)
164 293
165 222
pathauto:
166
- created symlink i18n-ascii.txt -> i18n-ascii.example.txt.
167
  This way transliteration works immediately
168
  NOTE: people should make sure that the contents of i18n-ascii.txt matches 
169
  their expectations!
170
171 84
protected_node:
172 186
- my own big patch to add webform protection (#748246)
173 84
- no password auto-fill on FF3 (#280535)
174 73
175 283
quote: CSS alteration to take up less space
176 28
177 122
shorten:
178
- don't use url() for shorturl URLs (#628086)
179 123
- fix bugs by getting the shorturl generation out of hook_shorten_service
180
  (which is conceptually much better)
181 122
182 121
shorturl:
183
- schema fixes (#627668)
184
185 284
smileys:
186
- fix Recognition of Word Boundaries / use of ereg_replace (#567290)
187
- use relative URLs for smileys (#361926)
188 102
  PLEASE NOTE that in the patch, the value of the constant is DIFFERENT than in this tree. Smileys use a relative URL in this tree - while the patch has 'absolute' by default still.
189 31
190 309
soapclient: minor style changes in test form (#883634)
191
192 308
support_views: add views relation support ticket -> assigned user (#809790)
193
194 150
system_table_cleaner:
195
- add 'select all' checkbox (#688778)
196
- Raise alarm for 'still marked as enabled' modules (#688870)
197 314
- Print info for 'empty' rows (#825636)
198 148
199 52
tagadelic:
200
- custom patch (that will never be incorporated into main source tree),
201 102
  for more granular caching behaviour,
202
  that's only triggered when tac_toggle module is enabled
203 107
204 108
twitter:
205
  as documented in #529102, twitter_user.uid is set to NOT NULL, which does not
206
  work (for strict systems like PostgreSQL). It's solved temporarily by making
207
  twitter_user.uid nullable - but that is somewhat ugly because it is part of
208
  the primary key. There will likely be a different solution; track #529102.
209
210 151
util:
211
- Raise alarm for 'still marked as enabled' modules (#688886)
212 149
213 242
webform: use token.module for -additional- token replacement (#428982)
214
215 112
weblinks:
216
  Add node-weblinks.tpl.php to themes/garland dir, to make default look in
217
  weblinks (overview) page somewhat more tolerable.
218 163
219 244
views: fix PHP5.3 issue (by turning a reference into a value call, in a views admin UI call. I don't know if this will be the definitive fix, but it does not hurt.) (#452384-78)
220
221 292
xrds_simple:
222
- Prevent header urls from getting language treatment (#861004)
223
- Add submodule implementing near-required functionality complementing openid.module (#765342)
224 291
225 163
zen (v1):
226
- Added 'sass' directory with sass files.
227
- Added WEBROOT/scripts/create-zen-subtheme.sh, based on drupal.org/node/336368,
228
  which has an option to copy sass files instead of css files.

Loggerhead 1.17 is a web-based interface for Bazaar branches