[PHP-QA] programmation culturelle

2013-12-29 Thread Orchestre Tzigane
Bonjour,

   Afin d'alimenter vos projets culturels, je vous invite à découvrir notre 
orchestre de musique tzigane composé de musiciens professionnels dont : 
accordéoniste, violoniste, quitariste et contrebassiste.
   L'orchestre anime toutes vos soirées comités d'entreprises, mairies, 
séminaires, congrès, mariages, les fêtes votives, les fêtes nationales, fête de 
la musique, foires, saint sylvestre, festival et bien d’autres manifestations 
populaires…
   L'orchestre saura adapter son répertoire à votre clientèle afin d'animer 
au mieux votre evenement.
   Devis et disponibilités sur simple demande. Nos tarifs sont abordables 
et adaptés selon les besoins. Déplacement possible dans toute la France. 
N'hésitez pas à nous contacter au 06 18 60 94 24 ou par mail 
servicecultu...@msn.com
   Pour plus d'informations nous vous invitons à visiter notre myspace : 
http://jazzmanouche-musiquetzigane-swing-musiquerusse.simdif.com
   Merci de faire suivre ce message à toutes les personnes susceptibles 
d'être intéressées ainsi que de l'attention que vous porterez à ce message.

   A très bientôt ! Andrei Tasnicenco

 
Si vous ne souhaitez plus recevoir d'email de notre part, suivez ce lien.

 



[PHP-QA] com web/qa: Missing s: write-test.php

2013-12-29 Thread Hannes Magnusson
Commit:d209c4328ce9d524101b9ea89ae619608e456fcc
Author:Hannes Magnusson  Sun, 29 Dec 2013 
23:37:03 -0800
Parents:   4240b7982d15fc21455f7b421eb8ced604c0cc74
Branches:  master

Link:   
http://git.php.net/?p=web/qa.git;a=commitdiff;h=d209c4328ce9d524101b9ea89ae619608e456fcc

Log:
Missing s

Changed paths:
  M  write-test.php


Diff:
diff --git a/write-test.php b/write-test.php
index bdf34bd..f8e641b 100644
--- a/write-test.php
+++ b/write-test.php
@@ -141,8 +141,10 @@ the part used as a comparison to see if the test passes.  
It is a
 good idea to generate output with var_dump() calls.
 
 #PHPT structure 
details
+
 A phpt test can have many more parts than just the minimum.  In fact some of 
the mandatory parts have
 alternatives that may be used if the situation warrants it. The phpt sections 
are documented here.
+
 There is also a very useful set of slides, written by Marcus Boerger http://somabo.de/talks/";>here.
 Look at the talk entitled "The need for speed, ERM testing".
 
@@ -198,11 +200,15 @@ the file section using:
 
 date_default_timezone_set('UTC');
 
+
 and not in the INI section. This is because of the order in which settings are 
checked which is:
+
 
 date_default_timezone_set() -> TZ environmental -> INI setting -> System 
Setting
 
+
 If a TZ environmental varaibale is found the INI setting will be ignored.
+
 
 Tests that run, or only have have matching EXPECT output, on 32bit
 platforms can use a SKIPIF section like:


--
PHP Quality Assurance Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-QA] com web/qa: Reduce main menu header size..: include/functions.php

2013-12-29 Thread Hannes Magnusson
Commit:4240b7982d15fc21455f7b421eb8ced604c0cc74
Author:Hannes Magnusson  Sun, 29 Dec 2013 
23:32:45 -0800
Parents:   386724b54bda8e855c28b3c2b1d4f86d63ec557d
Branches:  master

Link:   
http://git.php.net/?p=web/qa.git;a=commitdiff;h=4240b7982d15fc21455f7b421eb8ced604c0cc74

Log:
Reduce main menu header size..

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index cc7cd06..b6bf8ee 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -14,12 +14,12 @@ function common_header($extra_headers=NULL) {
 $SUBDOMAIN = "QA";
 $CSS = array("/shared/styles/qa.css");
 $LINKS = array(
-array("href" => "/projects.php",  "text" => "Projects"),
-array("href" => "/rc.php","text" => "Release Candidates"),
-array("href" => "/howtohelp.php", "text" => "How to Help"),
+array("href" => "/projects.php",  "text" => "Goals"),
+array("href" => "/rc.php","text" => "What is RC?"),
+array("href" => "/howtohelp.php", "text" => "Contributing"),
 array("href" => "/handling-bugs.php", "text" => "Handling Reports"),
 array("href" => "/reports/",  "text" => "Reports"),
-array("href" => "/pulls/","text" => "Pull Requests"),
+array("href" => "/pulls/","text" => "Github PRs"),
 );
 include __DIR__ . "/../shared/templates/header.inc";
 echo '';


--
PHP Quality Assurance Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-QA] com web/qa: bump shared module: shared

2013-12-29 Thread Hannes Magnusson
Commit:17e8e39c2c5503f984e09764d300a0e503cb6570
Author:Hannes Magnusson  Sun, 29 Dec 2013 
23:37:28 -0800
Parents:   d209c4328ce9d524101b9ea89ae619608e456fcc
Branches:  master

Link:   
http://git.php.net/?p=web/qa.git;a=commitdiff;h=17e8e39c2c5503f984e09764d300a0e503cb6570

Log:
bump shared module

Changed paths:
  M  shared


Diff:
diff --git a/shared b/shared
index fe23677..175429c 16
--- a/shared
+++ b/shared
@@ -1 +1 @@
-Subproject commit fe23677d5c8628da13f584a29c9133a893c62237
+Subproject commit 175429cb4f01c28863b562263bc6b7d57ebd2401


--
PHP Quality Assurance Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-QA] com web/qa: No longer used: styles.css

2013-12-29 Thread Hannes Magnusson
Commit:1546decfd78e7dc205ba78fad902b7191f0af6a1
Author:Hannes Magnusson  Sun, 29 Dec 2013 
23:30:37 -0800
Parents:   af9aace154ae9cdfcfc6e11aeaea24362b60df9b
Branches:  master

Link:   
http://git.php.net/?p=web/qa.git;a=commitdiff;h=1546decfd78e7dc205ba78fad902b7191f0af6a1

Log:
No longer used

Changed paths:
  D  styles.css


Diff:
diff --git a/styles.css b/styles.css
deleted file mode 100644
index 0c6e46f..000
--- a/styles.css
+++ /dev/null
@@ -1,117 +0,0 @@
-body {
-   margin: 0;
-}
-body, ul, th, p, dd, dt { 
-   font-family: Arial, Helvetica, sans-serif; 
-   font-size: 11pt;
-   text-decoration: none; 
-   color: #00 
-}
-
-dt {
-   font-weight: bold;
-   color: #FF9900; 
-}
-
-dd {
-   margin-bottom: 11px;
-}
-
-ul {
-   font-family: Arial, Helvetica, sans-serif; 
-   font-size: 11pt;
-   text-decoration: none; 
-   color: #00;
-   padding-bottom: 6pt; 
-}
-
-input.small { 
-   font-size: 75%;
-}
-
-h1 { 
-   color: #FF9900; 
-   text-decoration: none; 
-   font-size: 18px; 
-   font-style: italic; 
-   font-weight: bold;
-   padding-bottom: 18px;
-}
-
-h2 { 
-   color: #66; 
-   text-decoration: none; 
-   font-size: 16px; 
-   font-style: italic; 
-   font-weight: bold; 
-}
-
-h3 { 
-   color: #FF9900; 
-   text-decoration: none; 
-   font-size: 14px; 
-   font-weight: bold;
-   padding-bottom: 7px; 
-}
-
-h4 { 
-   color: #FF9900; 
-   text-decoration: none; 
-   font-size: 14px; 
-}
-
-.h3_link { 
-   color: #FF9900; 
-   text-decoration: none; 
-   font-size: 14px; 
-   font-weight: bold; 
-   text-decoration: underline;
-}
-
-.headline_white { 
-   color: #FF; 
-   text-decoration: none; 
-   font-size: 14px; 
-   font-weight: bolder;
-}
-
-.head_links {  
-   font-size: 9pt; 
-   color: #00; 
-   text-decoration: none;
-}
-
-.subhead_news {  
-   font-size: 9pt; 
-   color: #00; 
-   text-decoration: none;
-}
-
-.footer { 
-   color: #00; 
-   text-decoration: none; 
-   font-size: 8pt;
-}
-
-A:link {text-decoration: none; color: blue;}
-A:visited {text-decoration: none; color: blue;}
-A:active {text-decoration: none}
-A:hover {text-decoration: underline; color: blue;}
-
-/* Use this w/spans to hack past Netscape's li css etc bug. */
-
-.lihack {
-   font-family: Arial, Helvetica, sans-serif; 
-   font-size: 11pt;
-   text-decoration: none; 
-   color: #00;
-}
-
-.sidebox {
-   padding: 5px;
-   font-size: 9pt;
-}
-
-.anchor {
-   float: right;
-}
\ No newline at end of file


--
PHP Quality Assurance Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-QA] com web/qa: Wrap paragraphs in.. : rc.php

2013-12-29 Thread Hannes Magnusson
Commit:386724b54bda8e855c28b3c2b1d4f86d63ec557d
Author:Hannes Magnusson  Sun, 29 Dec 2013 
23:30:45 -0800
Parents:   1546decfd78e7dc205ba78fad902b7191f0af6a1
Branches:  master

Link:   
http://git.php.net/?p=web/qa.git;a=commitdiff;h=386724b54bda8e855c28b3c2b1d4f86d63ec557d

Log:
Wrap paragraphs in.. 

Changed paths:
  M  rc.php


Diff:
diff --git a/rc.php b/rc.php
index b99505c..b13351b 100644
--- a/rc.php
+++ b/rc.php
@@ -9,6 +9,7 @@ common_header();
 ?>
 Release Candidates
Basics
+
Release candidates are development packages released to 
check if any critical
problems have slipped into the code during the previous 
development period.
Release candidates are NOT for production 
use, they are for testing purposes only
@@ -16,36 +17,35 @@ common_header();
availability (GA) release and the last RC.
You can help the PHP Team and yourself detect problems 
by installing and testing
release candidates on your own (non-production!) 
server.
-
-
+
Installation problems
+
First of all, make sure the build process (on *nix 
only) and installation went fine for you.
PHP supports quite a number of operating systems on 
different platforms and we continue
to work on increasing this number.
If you encounter any problems during the installation, 
we would like to know about them.
-   
-   
+
Testing the installation
+
When done with the build, please run the test engine by 
using the 'make test' command
and send us the results (hit 'Y' when it 
asks you whether to send the report).
This way we'll receive the required information about 
your system to fix the problems
detected by the test suite (if any). Each and every 
report goes towards helping us
provide the best software we can, your feedback is a 
valuable resource and the
PHP group would hereby like to extend their gratitude 
for your effort.
-   
-   
+
Real-life tests
+
We would also appreciate if you install the RC on your 
development server and run
your software. This would help us to detect any 
unintentional changes between
the release candidates and general releases.
Such real-life tests are the most valuable because our 
test suite does not yet
cover every possible use case (but we're working on 
that).
-
-
+
Getting the Release Candidates
+
The release candidates are available for download from http://qa.php.net/";>the QA frontpage.
-   
-   
+
 http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php