Closed (fixed)
Project:
MySite
Version:
5.x-2.14
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2007 at 04:59 UTC
Updated:
12 Nov 2007 at 22:42 UTC
Jump to comment: Most recent file
Evidently something changed about the output of hook_mysite_theme() that caused the output to be split into an array containing two keys: headline and example. I guess this is now handled by mysite_edit_format() but it doesn't take this area into consideration. So, a little short-term hackery...
(see attached)
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | mysite_10.patch | 6.11 KB | agentrickard |
| #2 | mysite_9.patch | 4.86 KB | agentrickard |
| mysite_8.patch | 4.87 KB | ms2011 |
Comments
Comment #1
agentrickardCrap. You're right. I missed that when I made the changes to fix http://drupal.org/node/150654.
Nice catch. Sorry.
Comment #2
agentrickardThe patch works as advertised. Good job.
One note: Your patch is formatted with DOS linebreaks. Drupal standard is UNIX: http://drupal.org/patch/create.
The patch will still apply, but when downloaded to a non-Windows machine, the file becomes unreadable.
Attached is a UNIX-formatted version of the same patch.
This patch should be applied by all users until the release of 5.x.2.15.
Comment #3
agentrickardPatch also worked against HEAD. RTBC.
Comment #4
agentrickardActually, the first patch does not address the table-formatting issue that spawned the change in the first place.
The attached patch is the "correct" fix and has been committed.
Comment #5
agentrickardComment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.