./www/geeklog, PHP/MySQL based application for managing dynamic web content

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q3, Version: 1.7.1.1, Package name: geeklog-1.7.1.1, Maintainer: taca

Geeklog is a PHP/MySQL based application for managing dynamic web content.

"Out of the box", it is a blog engine, or a CMS with support for comments,
trackbacks, multiple syndication formats, spam protection, and all the
other vital features of such a system.

DEINSTALL [+/-]

Required to run:
[databases/php-mysql] [www/ap-php]

Required to build:
[www/apache22] [lang/perl5]

Master sites:

SHA1: d19a219736997d7359188dd88d44a4c2c5a91b1b
RMD160: 0b8b745d4d14331029959b305ecb53edfeec09c6
Filesize: 5083.33 KB

Version history: (Expand)


CVS history: (Expand)


   2011-01-03 23:45:48 by Steven Drake | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #3315 - requested by taca
www/geeklog security fix

Revisions pulled up:
- pkgsrc/www/geeklog/Makefile		1.29, 1.30
- pkgsrc/www/geeklog/PLIST		1.14
- pkgsrc/www/geeklog/distinfo		1.15, 1.16

-------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Nov  4 15:52:10 UTC 2010

   Modified Files:
   	pkgsrc/www/geeklog: Makefile PLIST distinfo

   Log message:
   Update www/geeklog package to 1.7.1.

   Geeklog History/Changes:

   Oct 31, 2010 (1.7.1)
   ------------

   - Fixed description of $index parameter for STORY_renderArticle (bug #0001203)
     [Dirk]
   - The number of successfully imported users was always reported as 0 for the
     "Batch Add" option in the User Manager (bug #0001211) [Ivy, Dirk]
   - Fixed a bug in the MS SQL changeDESCRIBE method to properly prefix the proper
     sql query string [Randy]

   - Updated Hebrew language files, provided by LWC
   - New Italian language files for the Links plugin, provided by Rouslan Placella
   - Updated Italian language files for the Static Pages plugin, provided by
     Rouslan Placella

   Calendar Plugin
   ---------------
   - Fixed an SQL error when returning search results for the Personal Calendar
     (bug #0001195) [Dirk]

   Oct 10, 2010 (1.7.1rc1)
   ------------

   - If content from an Autotag produces another Autotag it will be executed (to a
     maximum of 5 times) [Tom]
   - Themes can now have their own display functions for the start and end of
     Blocks. (Feature #0001188) [Tom]
   - Reverted a change in 1.7.0 that would send a Content-Type header when calling
     COM_refresh since this conflicts with some plugins (e.g. the Forum) [Dirk]
   - Fixed wrong view after posting a comment on a poll (bug #0001080, patch
     provided by Wojtek Szkutnik)
   - Fixed language in the dropdown for the permanent cookie in the Configuration
     (bug #0001117, patch provided by Eric Brisco)
   - Added cancel and delete buttons to comment edit and submission forms when
     needed. (Feature #0000981) [Tom]
   - Reverted parts of the changes for bug #0001057: Do _not_ escape curly braces
     when displaying a block's content (bug #0001156). If you run into the problem
     that words in curly braces inside blocks are interpreted as template
     variables, simply add a space after the opening and/or the closing brace
     [Dirk]
   - Autotags can now be inserted directly into template files.
     (Feature #0001181) [Tom]
   - Plugins are able to control moderation and return a string to be displayed.
     (Feature #0000619 patch provided by jmucchiello)
   - Admin lists can now display a 0 in a column instead of being blank
     (bug #0001060 patch provided by jmucchiello)
   - Fixed "Show & Hide Boxes" option in My Account (reported by \ 
Pushkar) [Dirk]
   - Display the topic name (instead of the topic id) in the list of draft stories
     (bug #0001171) [Dirk]
   - Fixed COM_formatTimeString to correctly handle intervals bigger than 4 weeks
     (bug #0001158) [Dirk]
   - Call PLG_templateSetVars for the Advanced Search form [Dirk]
   - Make sure we keep the current status of the user's Advanced Editor option
     even when Advanced Editor is disabled for the site (Thanks, Markus) [Dirk]
   - Comment submissions for plugins were missing the type [Dirk]
   - In the Group Editor, hide the 'Apply "Default Group" change' \ 
option until the
     state of the "Default Group" checkbox changes (feature request \ 
#0001116,
     patch provided by Dushyant Tiwari)
   - Fixed handling of $LANG_DIRECTION in the install script (cf. bug #0000871)
   - Fixed query highlighting in articles - didn't work for queries that contained
     characters filtered by COM_applyFilter [Dirk]

   - Updated Japanese language file, provided by the Geeklog.jp group
   - New and updated French (France) language files, provided by Ben
   - Updated Hebrew language file for the Links plugin, provided by LWC

   Static Pages Plugin
   -------------------
   - Call up the Advanced Editor when enabled (bug #0001147, patch provided by
     Samuel Leathers)
   - A Static Page can now be marked as a template and used by other Static Pages.
     (Feature #0001085) [Tom]

-------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Jan  3 01:57:25 UTC 2011

   Modified Files:
   	pkgsrc/www/geeklog: Makefile distinfo

   Log message:
   Update geeklog package to 1.7.1.1 (1.7.1sr1), security fix.

   Jan 2, 2011 (1.7.1sr1)
   ------------

   This release addresses the following security issue:

   Aung Khant of the YGN Ethical Hacker Group reported an XSS in the admin's
   configuration panel.