[geeklog-cvs] Geeklog-1.x/system lib-admin.php, 1.134, 1.135 lib-syndication.php, 1.43, 1.44

Dirk Haun dhaun at qs1489.pair.com
Sun Jul 27 05:11:38 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv48852/system

Modified Files:
	lib-admin.php lib-syndication.php 
Log Message:
Renamed the syndication feed type "geeklog" to "article" since that's what they are nowadays


Index: lib-syndication.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-syndication.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** lib-syndication.php	27 Jul 2008 07:35:58 -0000	1.43
--- lib-syndication.php	27 Jul 2008 09:11:31 -0000	1.44
***************
*** 473,477 ****
              $feed->lang = $A['language'];
  
!             if ($A['type'] == 'geeklog') {
                  if ($A['topic'] == '::all') {
                      $content = SYND_getFeedContentAll(false, $A['limits'],
--- 473,477 ----
              $feed->lang = $A['language'];
  
!             if ($A['type'] == 'article') {
                  if ($A['topic'] == '::all') {
                      $content = SYND_getFeedContentAll(false, $A['limits'],

Index: lib-admin.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-admin.php,v
retrieving revision 1.134
retrieving revision 1.135
diff -C2 -d -r1.134 -r1.135
*** lib-admin.php	7 Jun 2008 12:41:44 -0000	1.134
--- lib-admin.php	27 Jul 2008 09:11:31 -0000	1.135
***************
*** 914,918 ****
              break;
          case 'type':
!             $retval = ucwords($A['type']);
              break;
          case 'format':
--- 914,922 ----
              break;
          case 'type':
!             if ($A['type'] == 'article') {
!                 $retval = $LANG33[55];
!             } else {
!                 $retval = ucwords($A['type']);
!             }
              break;
          case 'format':




More information about the geeklog-cvs mailing list