Add script to 'mv htmltest drupal7'
Weekly update of contrib modules
add theme rubik
Update module_filter, dateical
Forget files from date_ical and module_filter update.
Update date_ical and module_filter
Remove jw_player, themekey, zen, omega.
Remove jwplayer library
Remove folder modules in folder modules. Nothing to do here.
Add some checks.
Base url and perms are correct.
Need to improve permissions. The sites.php is not handled properly.
No need to ignore html any more.
Update views_pdf 1.1 -> 1.3
Trying to have a better git report.
Add module honeypot
Deletion of Drupal 6
Switch from /dev/urandom to /dev/random
On FreeBSD urandom is just a link to random and it never blocks. Now even on linux it is unlikely that random will block. More at: http://en.wikipedia.org/wiki//dev/random
Remove views_pdf-7.x-1.1.tar.gz from sites/all/modules.
These script synchronises the site and make the proper modification to its settings.php
Sync everything. TODO: settings.php modification.
Deletion of site: emath
ask_db_password is not needed any more.
Deletion of site: centralefightclub
Wrong variable name in d7-delete-site.sh
Mail git repport is prettier.
Add piwik id for ftorregrosa
Update to drupal 7.26
Site blucetest
Use myassos.cnf and myweb.cnf instead of asking for password
Creation of site: blucetest
Uninstall: hierarchical_select
Deletion of site: pjury
Deletion of site: lintecestlefeu
Deletion of site: ldp
Deletion of site: shauville
Deletion of site: tjanvier
Deletion of site: qharbulot
Deletion of site: izus
Deletion of site: nonotest
Deletion of site: lpomot
Deletion of site: etorri
Deletion of site: camara
Deletion of site: bspeziale
Deletion of site: bsanchez-pin
Deletion of site: adeprey
Deletion of site: aagbokpat
no need to see git output
check_if_work_tree_clean was renamed in work_tree_clean, mail requires an email address
We must execute git add $d7_dir_sites/all because modules can have new files.
git add $d7_dir_sites/all
drush cache must not be in git.
Deletion of site: greigniertest
Deletion of site: nzabeetest
Deletion of site: cdechy
Deletion of site: ftorregrosatest
Test added for git where posing trouble
We must use to launch function in a subshell, other wise the whole script exit with the instruction 'exit 1' or 'exit 0'. We must use " around variable for test. Otherwise, we get a Unexpected operator error.
Ajout de drush.complete.sh pour avoir l'autocomplétion avec drush
Append of all multiassos project to git
drush-backups doit être ignoré
Takes into account remarks from #343 (until comment 7)
Script support git as described #343 to implement #191
Fix coding style errors
Remove 'drush cc all' after 'drush updb' in d7 update contrib, with drush v6 it is done with 'drush updb'.
Remove drush aliases
Remove help: password is not an argument any more
Fix #339
mysqldump now reads .cnf files in order to get the password, user and host
Fix problems with sites.php and aliases.drushrc.php
The previous versions of these scripts rewrote both file without any lines. Now the correct lines are written to the file.
Fix indent
Put piwik sites in alphabetical order.
Piwik: each site have its piwik id as described in #230
adresse e-mail pour les màj: petits changements pour le rendre effectif et plus flexible.
Rename contrib-usage.sh to usage.sh as it can be used with core modules.
script-config.sh: modification de l'adresse à laquelle on envoie les notifications de màj.
d7-reset-variables.sh: l'exception default est bien prise en compte
Rename d7-all-reset-piwik-variables.sh in d7-reset-piwik-variables.sh
Adding comments on flush-files.sh.
Rapport par mail:
Devrait réduire la quantité d'info inutiles (voir #201)
d7-delete-site.sh: devient verbeux
d7-delete-site.sh: simplification de la suppression de la ligne du sites.php
Dump-all: ask password when launch from command line
Migration vers redmine: correction d'une regexp
Piwik site id: all sites now get the proper piwik site id
Remove option --no-core from Contrib-usage.sh
scripts-utils.sh: shopt n'est utile qu'en bash. La commande ne sert à rien en shell et n'existe pas
Mise en place des aliases de site
Ajout du script qui a généré les aliases Modification de scripts-config.sh pour ajouter l'emplacement du fichier des alias Modification des scripts de création et suppression de site pour la gestion des aliases
Passage à drush 6.1.0
fix-cas.rb: amélioration pour la correction des liens.
fix-cas.py: posait problème si on voulait modifier tout les utilisateurs authentifié.
Publication des scrits
Les scripts n'ont plus besion de page de wiki dédiée. La descrition est dans le script.
Rerendre le wiki public
Certains scripts comportaient des mots de passe de base de données. Ces mots de passe ont été retirés des scripts pour que le wiki puisse redevenir public.
export-issues-html.sh: on prend aussi le CSS
Les scripts divers sont nommés suivant la convention (ainsi que leur dossier).
fix-db.rb: création.
Ce script doit finir la migration vers redmine en réparant les liens, les contributeurs et les dates de contributions directement dans la base de données. On ne fait plus de perl. La version ruby corrige les liens de tâche. Reste les liens de commentaire...
Version 2 de goto_redmine.py et constantes.py
Réécriture du script avec des classes afin de permettre une résolution plus aisée des problèmes posés par l’ancien script :
Goto redmine
Les constantes (url, nom des membres,…) sont dans un fichier séparé : constantes.py
Le script peut supprimer les issues redmine via le script purge_issues_redmine.py. Il a effacé avec succès les tâches sur mon installation locale.