Closed (fixed)
Project:
Tagadelic
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2006 at 02:47 UTC
Updated:
30 Nov 2006 at 17:31 UTC
Jump to comment: Most recent file
apply patch, and create file tagadelic.info with the following content:
name = Tagadelic
description = A module to make little, pretty clouds.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 50-upgrade-tagadelic6.diff.txt | 5.26 KB | Egon Bianchet |
| #11 | 50-upgrade-tagadelic5.diff.txt | 6.17 KB | Egon Bianchet |
| #4 | 50-upgrade-tagadelic4.diff.txt | 4.83 KB | Egon Bianchet |
| #3 | 50-upgrade-tagadelic3.diff.txt | 3.68 KB | Egon Bianchet |
| #2 | 50-upgrade-tagadelic2.diff.txt | 2.82 KB | beginner |
Comments
Comment #1
Bèr Kessels commentedI need some reviews, since I don't use any 5.0 sites yet.
Please test the code, and check the install/info system too.
Comment #2
beginner commented5.0 is currently in use here:
http://demexp.ouvaton.org/demexp_tags
(this is a temporary, testing website)
the site is running fine and tagadelic was configured using the first patch.
Since then, I found out about the function system_settings_form() while updating another module which simplify the code a bit. This new patch makes use of this. It works fine on my local site, too.
This patch is really RTBC.
Comment #3
Egon Bianchet commented- removed case 'admin/modules#description' from hook_help, looks like it's no longer needed with .info files
- made menu callbacks use function arguments instead of arg()
Comment #4
Egon Bianchet commentedKeeping it up to date
Comment #5
Bèr Kessels commentedI am holding this off, until:
* The branch for 5.0 is made ready.
* Core is more stable.
* We have more bugs fixed.
I want to prepare a new (bugfree) release for 4.7 first, then branch that off to 5.0. Until today, HEAD tagadelic has lots of nice new features /and/ works on 4.7.
Comment #6
Bèr Kessels commentedThis is a different isseu, please remove.
Comment #7
Bèr Kessels commentedAlso: in future please be aware of spaces. Your patch contained some spaces on the end of the lines. This makes it harder to read, because the patch contains differences due to these spaces.
Comment #8
Bèr Kessels commentedIs this needed for an upgrade to 5.0?
Comment #9
Bèr Kessels commentedAnd this is really the last comment ;) Why spread this out over three functions? Is it better to have the tagadelic_settings() as a wrapper around one line? Or was that just lazy coding?
Comment #10
Egon Bianchet commentedHonestly, I don't remember :-)
I rolled it again changing just the strict necessary. It's much cleaner this time.
Comment #11
Egon Bianchet commentedYeah, sure
Comment #12
Egon Bianchet commentedUps, I left the escaped dollars signs in the comment. Apparently jEdit can't handle variables inside comments :-\ ...
Comment #13
Bèr Kessels commentedI don't like using @tag instead of %tag tokens.
%tokens are a decfacto standard in Drupal, a standard that I am not about to change, because jEdit cannot handle them properly :)
Comment #14
Egon Bianchet commentedWell, I made some unnecessary confusion: jEdit has nothing to do with tokens insite t()'s! That's the way Drupal 5 works, see here: http://drupal.org/node/64279#t-placeholders
jEdit was messing up with multiline php comments containing $ signs, so I escaped them with a backslash to be able to work. But I forgot to remove them before rolling the patch, that resulted unclean (#11).
So I rolled it again, see #12
Comment #15
Bèr Kessels commentedMy mistake!
Comment #16
Bèr Kessels commentedCommitted a modified version to HEAD. Please test the new version on HEAD. once I get some positive feedbacks I will branch off the version.
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/tagadelic/tag...
Comment #17
(not verified) commented