Hi, can you create a -dev branch from HEAD for Drupal6?
I'm getting a worning for "not supported" using CVS-Deploy module.
I've found a really-minor issue with the "description" string in the .install file: it uses the same description already present in .module file, but without the dot (.) at the end. Can you use the same string, so translations will use only one entry?
Regards, and thank you for listing me as a contributor :)
Comments
Comment #1
Alice Heaton commentedHi thePanz,
Which version of CVS-Deploy module are you using ? It seems that what you are reporting is a bug in CVS-Deploy ; see this thread http://drupal.org/node/235425
It also seems that the bug has been fixed ; can you try the latest CVS-Deploy dev release and see if that works better ? Let me know if not, and I'll create a release.
I've changed the .info file - so the string has a dot in it :) I'll commit the changes (with some other bug fixes) later today.
Comment #2
thepanz commentedHi, CVS_Deploy updated. Now it's working fine. When we'll have a BETA or RC release? seems that your module is quite stable now! (maybe I'll add a cache_clear_all() after updating module settings: I got some strange caching issue accessing as Anonymous after changing some settings in preserve_language).
I also updated .pot and .po translations
Regards