Re: [development] Drupal 5.0 beta 1
Hi to every:
From where I can download this Beta? Cheers -- ReynierPM | 5to Ing. Informática Aprendiz de mucho, maestro de poco.
-----Mensaje original----- De: development-bounces@drupal.org [mailto:development- bounces@drupal.org] En nombre de Dries Buytaert Enviado el: 31 October, 2006 9:53 AM Para: development@drupal.org Asunto: [development] Drupal 5.0 beta 1
Hello world,
we just released beta 1 of Drupal 5.0. We'll roll a release candidate when all critical bugs have been fixed. When it takes too long to fix those, we'll roll a beta 2 in a couple of weeks.
This is quite exciting so great work, folks! Rock on. :-)
-- Dries Buytaert :: http://www.buytaert.net/
Hello everyone, i was reading this mailing list for longer, and i decided that we ll start publishing our contribution via Drupal cvs. So the first thing we have published is Google Ajax Search Module, the only question of mine and I couldn't find the info about is how do I commit binary files, I m committing for example images/clear.gif and setting up the branch to DRUPAL-4-7 and the po/translation.pot and it never got included in tgz generated by cron on Drupal org. Can anyone point me the source where I can read or give me a hint how to solve this problem, because I m receiving now requests from people and we have fixed them already but I cannot commit it in a proper way I guess. Thanks guys. -----Original Message----- From: Reynier Perez Mira [mailto:rperezm@estudiantes.uci.cu] Sent: Wednesday, November 01, 2006 1:22 PM To: development@drupal.org Subject: Re: [development] Drupal 5.0 beta 1 Hi to every:
From where I can download this Beta? Cheers -- ReynierPM | 5to Ing. Informática Aprendiz de mucho, maestro de poco.
-----Mensaje original----- De: development-bounces@drupal.org [mailto:development- bounces@drupal.org] En nombre de Dries Buytaert Enviado el: 31 October, 2006 9:53 AM Para: development@drupal.org Asunto: [development] Drupal 5.0 beta 1
Hello world,
we just released beta 1 of Drupal 5.0. We'll roll a release candidate when all critical bugs have been fixed. When it takes too long to fix those, we'll roll a beta 2 in a couple of weeks.
This is quite exciting so great work, folks! Rock on. :-)
-- Dries Buytaert :: http://www.buytaert.net/
You should: - Check the TRUNK (a.k.a CVS or HEAD) version of Drupal contrib into a local copy. See the exact command in the handbook. - Create a directory under modules for your modules. cd contributions/modules mkdir mymodule - Copy all the files into that directory, including a po subdirectory cd contributions/modules/mymodule cp ~/mymodule.module . mkdir po cp ~/fr.po po - Do a cvs add of the top directory, all subdirectories, and all files cvs add mymodule cvs add mymodule/mymodule.module cvs add mymodule/po cvs add mymodule/po/fr.po - Commit that into the repository cvs commit Now you have a TRUNK version. You could now branch it cd contributions/modules/mymodule cvs tag -b DRUPAL-4-7 You now have a 4.7 branch of that module. You can check that out into a separate directory and commit there. On 11/1/06, Maciek Perlinski <maciej.perlinski@meant4.com> wrote:
Hello everyone, i was reading this mailing list for longer, and i decided that we ll start publishing our contribution via Drupal cvs. So the first thing we have published is Google Ajax Search Module, the only question of mine and I couldn't find the info about is how do I commit binary files, I m committing for example images/clear.gif and setting up the branch to DRUPAL-4-7 and the po/translation.pot and it never got included in tgz generated by cron on Drupal org. Can anyone point me the source where I can read or give me a hint how to solve this problem, because I m receiving now requests from people and we have fixed them already but I cannot commit it in a proper way I guess.
Thanks guys.
Hello everyone, i was reading this mailing list for longer, and i decided that we ll start publishing our contribution via Drupal cvs. So the first thing we have published is Google Ajax Search Module, the only question of mine and I couldn't find the info about is how do I commit binary files,
Not sure if this is actually the cause of your problem, but CVS has an option "-kb" when you add binary files. e.g. "cvs add -kb unicorn-schnapps-pony.png" Steven Wittens
On Wednesday 01 November 2006 04:22, Reynier Perez Mira wrote:
Hi to every:
From where I can download this Beta?
Where else but from the Web site? http://drupal.org/drupal-5.0-beta1 -- Jason Flatt http://www.oadae.net/ Father of Six: http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis, 9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005) Linux User: http://www.sourcemage.org/ Drupal Fanatic: http://drupal.org/
participants (5)
-
Jason Flatt -
Khalid B -
Maciek Perlinski -
Reynier Perez Mira -
Steven Wittens