pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/serendipity



Module name:    wip
Committed by:   schnoebe
Date:           Mon Sep  2 19:48:42 UTC 2013

Modified Files:
        wip/serendipity: Makefile PLIST distinfo

Log Message:

Update to 1.7.2:

Version 1.7.2 (July 26th 2013)
------------------------------------------------------------------------

    * Fix a syntax error in the "mysql" deprecation code, thanks
      to Ian

Version 1.7.1 (July 26th 2013)
------------------------------------------------------------------------

    * Added new event hooks "backend_plugins_install", "backend_plugins_update"
      and "backend_templates_install".
          
    * Serendipity will switch to mysqli if PHP >= 5.5 is used (mysql
      is deprecated)
      
    * Smarty upgrade to 3.1.14 (read changeLog and the README for API
      changes since Smarty 2)

    * Upgrader will now remove/delete the browsercompatibility plugin

    * Fixed Media Library exclude path to not show/proceed
      ckeditor/kcfinders .thumbs dir

    * Fixed bulletproof->colorset GET mismatch with categorytemplates
      plugin config.inc.php [Line 29]

    * German translation for stable archives added (YL)

    * Fixed curl result bug in spartacus plugin

    * Create new migration task for propagate defaultBaseURL when
      currently empty (onli)

    * Fixed statistics sidebar querys ( & for PostgreSQL ) [242520b]
      and added some missing html end tags

    * Added missing current group name when editing usergroups


Version 1.7 (May 11th 2013)
------------------------------------------------------------------------

    * rc4: Get ready for CKEDITOR-wysiwyg Plugin mode

    * rc4: Fixed fetching javascript object (for nugget textareas) in
      non-wysiwy g-mode

    * rc4: Change .htaccess blocking mechanism by spamblock plugin
      to not fetch too many datarows, thanks to DLange from the
      forums.  (The .htaccess feature is still considered experimental,
      use at your own risk ;))

    * rc4: Fixed entryproperties backend 'cache now' link

    * rc3 + rc4: Media database: Escape more Cookie values to
      prevent storing possible XSS
      (http://board.s9y.org/viewtopic.php?f=3&t=19142).  Escape
      hotlinked media filename. Escape importer host name error
      Thanks to GreenSun from the forums for bringing this to
      attention, originally reported by Dshellnoi Unix

    * rc2: Alter entries.tpl to add the line:
      {assign var="entry" value=$entry scope="parent"}
      for proper propagation of $entry to sub-templates.

    * rc2: Alter error reporting to only fail when 'debug' mode is
      enabled, so that "normal" blog installations will not fail
      on specific E_STRICT warnings that are not important.

    * rc2: temporary added empty $template_config_groups into templates
      with config, to avoid display troubles for template changes,
      if previous template had these set.
      Please check your template.

    * rc2: reflect POST submitted changes in Bulletproof template
      configs re-set situations 

    * various PHP 5 compatibility fixes in core and plugins

    * Allow entryproperties plugin to define defaults for custom fields
    * Onyx, Net_URL classes: Remove PHP4 style constructor due to
      PHP5 error "Constructor already defined"

    * Improved RSS sidebarplugin to support Atom 

    * Bundled simplepie

    * For Blogs running on a non-UTF-8 language, set a Smarty constant
      to indicate the actually used charset. 

    * Added to use MyISAM handler for s9y tables (we do not use InnoDB
      features, but rely on MyISAM fulltext)
      
    * fixed defaultBaseURL did not show up installer. Thanks to onli.
      Follow up from c292bad

    * fixed draft & future entries preview link in backend

    * Improved karmarating plugin to be able to use AJAX calls
      (gregman)

    * Allow Smarty to fetch .tpl files from all directories so that
      s9y plugin can use the fetch() call for their .tpl files no
      matter which (symlinked) directory the plugin resides in.
      The Smarty security policy to us only serves as a restriction
      within .tpl files to not allow arbitrary PHP modifier/function
      calls.
      If in the future Smarty supports enforcing trustedDir checks on
      {include} calls seperately to smarty->fetch() calls, we'll also
      add that to .tpl files.
      (garvinhicking)

    * Patch by Markus Brükner: Properly handle files that have no
      extension in media database

    * Made Spartacus recognize github.com mirror (garvinhicking)
    
    * Add "Summary" output to title of summary archive pages, patch by
      hboeck
 
    * Set the smarty object by instance (ophian)
      It is often needed to access the Smarty object from anywhere in
      your code, e.g. in plugins
      We now ensure that there is only one instance of the object
      available.
      To obtain an instance of this class: $serendipity['smarty'] =
      Serendipity_Smarty::getInstance();
      The first time this is called a new instance will be created.
      Thereafter, the same instance is handed back.
      To overwrite use $serendipity['smarty'] = new Serendipity_Smarty;
      to create a new instance.
    
    * Set a global Serendipity errorToExceptionHandler (ophian)
      changed some old smarty trigger_errors to PHPs native function
    
    * Updated spamblock plugin (ophian)
      changed wordfilter to function and Commenters moderation check
      verify_once
 
      to get checked via wordfilter to reject known spam comments before
    
    * Changed backend comment (error) messages  (ophian)
      as now captured and styleable messages
      (newly added .serendipity_backend_msg_notice css class)

    * Updated nl2br plugin (ophian)
      added isolation tag using nl to br
      this also adds some NoBR buttons to backend entry forms
    
    * Smarty3 support (ophian)
      with this upgrade Serendipity / Smarty will at least need a
      webserver running the PHP 5.2 series.  As of August 2011,
      all PHP users should note, that the PHP 5.2 series is NOT
      supported anymore by the PHP developers.  All users are
      strongly encouraged to upgrade to PHP 5.3.8 and up.  Please
      refer to your ISP about this.
    
    * Added new serendipity['defaultBaseURL'] variable that makes sure
      that the baseURL is not overriden when configuring serendipity
      with a possibly autodetected currentl URL. Patch by Manko10.



To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/serendipity/PLIST wip/serendipity/distinfo
cvs -z3 rdiff -u -r1.3 -r1.4 wip/serendipity/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/serendipity/PLIST?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/serendipity/distinfo?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/serendipity/Makefile?r1=1.3&r2=1.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index