[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1915-g63800bff

Michal Čihař nijel at users.sourceforge.net
Tue Feb 8 17:07:51 CET 2011


The branch, master has been updated
       via  63800bff7a184616e9008a1bea5717ce2e956b37 (commit)
       via  33afc6bd6bfe4e0d1c4995bd0e275110137ffd2a (commit)
      from  55d0a30464b16654cbcdf23f92df0fff565c38e5 (commit)


- Log -----------------------------------------------------------------
commit 63800bff7a184616e9008a1bea5717ce2e956b37
Author: Michal Čihař <mcihar at novell.com>
Date:   Tue Feb 8 15:39:48 2011 +0100

    Make all items standard list.
    
    I think it looks better this way.

commit 33afc6bd6bfe4e0d1c4995bd0e275110137ffd2a
Author: Michal Čihař <mcihar at novell.com>
Date:   Tue Feb 8 15:33:40 2011 +0100

    Change links to project on main page.
    
    It makes more sense to send people to contribute/support page than
    directly to git or mailing lists.

-----------------------------------------------------------------------

Summary of changes:
 main.php |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/main.php b/main.php
index 495de91..6e839b9 100644
--- a/main.php
+++ b/main.php
@@ -224,15 +224,10 @@ PMA_printListItem(__('Wiki'), 'li_pma_wiki', PMA_linkURL('http://wiki.phpmyadmin
 
 // does not work if no target specified, don't know why
 PMA_printListItem(__('Official Homepage'), 'li_pma_homepage', PMA_linkURL('http://www.phpMyAdmin.net/'), null, '_blank');
+PMA_printListItem(__('Contribute'), 'li_pma_contribute', PMA_linkURL('http://www.phpmyadmin.net/home_page/improve.php'), null, '_blank');
+PMA_printListItem(__('Get support'), 'li_pma_support', PMA_linkURL('http://www.phpmyadmin.net/home_page/support.php'), null, '_blank');
+PMA_printListItem(__('List of changes'), 'li_pma_changes', PMA_linkURL('changelog.php'), null, '_blank');
 ?>
-    <li><bdo xml:lang="en" dir="ltr">
-        [<a href="changelog.php" target="_blank">ChangeLog</a>]
-        [<a href="<?php echo PMA_linkURL('http://phpmyadmin.git.sourceforge.net/git/gitweb-index.cgi'); ?>"
-            target="_blank">Git</a>]
-        [<a href="<?php echo PMA_linkURL('http://sourceforge.net/mail/?group_id=23067'); ?>"
-            target="_blank"><?php echo __('Mailing lists'); ?></a>]
-        </bdo>
-    </li>
     </ul>
  </div>
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list