Next | Query returned 6 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2013-10-01 22:52:48 by Tonnerre | Files touched by this commit (4) | Package updated
Log message:
Make Serendipity work on architectures other than alpha. Also, update to
version 1.7.3.

Changes since version 1.7.2:
 * Trackback to https:// style URLs will use proper port 443 instead of 80.
 * Disabled htmlarea spellchecker module, http://osvdb.org/87395
   Thanks for Henri Salo for pointing this out.
   2013-09-02 21:48:42 by Eric Schnoebelen | Files touched by this commit (3) | Package updated
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
   2013-07-26 02:30:13 by Tonnerre | Files touched by this commit (3)
Log message:
Update Serendipity to version 1.6.2, which is the last 1.6 version.

Changes since version 1.5.3:
 * Fix XSS in backend, thanks to High-Tech Bridge SA #HTB22595
 * Fix PHP 5.3.2 parse error in a file, thanks to fyremoon
 * Fix SQL query statement for deleting a category, which on some
   DB types (SQlite) might not return "true" and thus not really
   delete the category.
 * Include license output in plugin listing
 * Fix escaping when using ImageMagick to create PDF-thumbnail images
 * Add new template variable to feed*.tpl files to support new
   plugins like pubsubhubbub, so that plugins can embed data to the
   main XML element
 * Due to security issues in the bundled Xinha WYSIWYG,
   disabled the PHP-based plugins (which are not utilized by
   serendipity unless manually enabled), until a proper security
   fix is available
 * Fix XSS issue in karma-plugin admin interface and media manager
   interface, by Stefan Schurtz
 * Fix problem with autosave plugin used in conjunction with
   entryproperties
 * Removed browsercompatibility plugin due to its outdatedness. IE6
   is dead.
 * Fixed Spartauc SF.Net download location (Thanks to christian_boltz)
 * Added new event hook 'backend_loginfail' to track failed logins
   (serendipity_event_externalauth can make use of it for fail2ban)
 * Fixed a bug in synchronizing new files with the same basename
   but different extensions, where files with the same mimetype
   would not get added (garvinhicking)
 * Show subscription status of comments in frontend and backend
 * Added ability to report spam/ham to akismet (Black Warthog)
 * Added localization for {$WEBLOG} in trackbacks.tpl (LazyBadger)
 * Added "Options -MultiViews" to .htaccess to prevent IE9 trouble
 * Karma plugin: Added option to only track votings when users are
   logged in.
 * Bugfix: Adjust /admin permalink detection so that it does not listen
   on /adminbook for example. Thanks to Lux!
 * serendipity_event_mailer now also allows to use commas instead of
   spaces to seperate multiple mails. Use distinct email adresses
   (Thanks to evanslee)
 * Added new rewrite option for 1&1 specific servers, because a
   combined htaccess for both variants could not be find. The reason
   is the MultiViews option in certain apache configs.
 * Fix PDO::SQLite to properly fetch the requested row type
   (assoc/both/num), important for staticpage plugin
 * TPL fixes for upcoming Smarty3, thanks to timbalu
 * Experimental: Config-Groups for template and plugin options,
   currently mimics fold in/out of global configuration.
   Usage through "config_groups", examples are in config.inc.php of
   bulletproof and spamblock plugin. Needs documentation.
   (garvinhicking)
 * Added new parameter "empty" to {serendipity_showPlugin}. When
   no callable plugins were found, the string in the "empty" parameter
   will be shown instead, allowing users to get notified of a missing
   plugin
 * Bundle jquery by default and enable it in frontend and backend
   templates; overrides serendipity_event_jquery. If your template
   contains its own "jquery.js" file, the core will NOT use it.
 * Include API logic to allow the core to utilize event hooks with
   internal function calls (used for jquery output, for example)
 * Allow to moderate multiple selected comments
 * Allow to pass 'template' variable to serendipity_showPlugin
 * Make CSS permalink pattern compatible to 1&1 servers,
   thanks to lfrantzen
 * PDO-SQLite patches by nth
 * Fix newline before <?xml tag, thanks to deedw
 * Only do '*' parameter expansion on the first page of search
   results: http://board.s9y.org/viewtopic.php?f=10&t=14810
 * RSS feed timestamp properly calculates offset
 * (experimental) global theme options
   Inside template's config.inc.php you can enable a global
   navigation configuration feature
 * Implemented suggestion of removing boilerplate code in plugin API:
   Change hack protection, introduce unified language loading, see
   http://board.s9y.org/viewtopic.php?f=11&t=16921
   Thanks to mt2!
 * Fix karma rating plugin missing the text translation for a
   specific point area
 * Recent entry properties now recognizes multilingual titles
 * Include referrer in comment notification email
 * Added new 'fulltext' search option to sidebar plugin
 * Truncate suppressed referrer's query string to 255 characters
 * Fix "viewAuthor" URL detection routine if the path name of a
   domain begins with a number
 * Fix SQLite substring search to use % instead of * for secondary
   matches
 * Recent entries plugin can now fetch the associated categoryid,
   when a single entry is displayed
 * Stricter check for sqlite3 extension, only functional interface
   instead of OOP currently supported
 * Experimental: When sending quoted-printable notification mails,
   auto-split after 75 characters.
 * To support custom PHP sessions, s9y will only issue session_start,
   if no session exists yet
 * Use "Longtext" instead of "text" for new installations on \ 
blog entry
   body and extended body inside database tables.
 * Added ability to mark authorgroups as "hidden", so that members
   of such groups are excluded from common author listings.
 * Added option for SMF importer to also import tags
 * Added experimental global variable $i18n_filename_utf8 that can
   be set in a serendipity_config_local.inc.php or language include
   file, which will return Unicode-Permalinks
 * Added event hook backend_sendcomment for sending comments and
   being able to chang via plugin API
 * Improved escaping of backend plugin management for DB query
   and media selector output
 * Updated spamblock plugin to 1.78 & 1.79
   changed wordfilter to function to check with 'verify_once'
   to reject wordfilter signed spam comments before -
       added in 1.79 killswitch check and serendipity_db_bool()
 * fixed draft & future entries preview link in backend
 * Fixed some possible errors with pdo db_begin/end_transaction()
 * Fixed unneccessary preg_match notices in the statistics backend
 * Fixed a possible problem where template-specific variables would
   note be cleared in favor of the new global ones.
 * Fixed serendipity_fetchComments producing wrong SQL code. Please
   check your code if you did workarounds already and remove them.
 * Fix SQL injection for comment.php used in read-context.
   2012-10-07 18:22:53 by Aleksej Saushev | Files touched by this commit (55)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-04-14 18:27:53 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Removed mk/apachever.mk

   2010-06-08 10:48:25 by Tonnerre | Files touched by this commit (6) | Imported package
Log message:
Import serendipity-1.5.3 as wip/serendipity.

Serendipity is a PHP blog engine.


Next | Query returned 6 messages, browsing 1 to 10 | previous