svn: /web/doc-editor/trunk/php/ RepositoryManager.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Tue, 01 Dec 2009 11:58:41 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291553

Log:
Clean keyword to highlight on commit message

Changed paths:
    U   web/doc-editor/trunk/php/RepositoryManager.php

Modified: web/doc-editor/trunk/php/RepositoryManager.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryManager.php	2009-12-01 11:58:37 UTC (rev 291552)
+++ web/doc-editor/trunk/php/RepositoryManager.php	2009-12-01 11:58:41 UTC (rev 291553)
@@ -257,14 +257,19 @@

         // html highlight commit log
         $reg = array(
-            '/(COMMITINFO)/',
-            '/(LOGINFO)/',
-            '/(Checking in)/',
-            '/(done)/',
+            '/(Adding)/',
+            '/(Sending)/',
+            '/(Transmitting file data)/',
+            '/(Committed revision)/',
+            '/(A )/',
+            '/(property )/',
+            '/( set on )/'
+            /*
             '/(bailing)/',
             '/(Mailing the commit email to)/',
             '/(Logging in to)/',
-            '/(new revision)/'
+            '/(new revision)/'
+            */
         );
         return preg_replace(
             $reg,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.