Commit graph

141706 commits

Author SHA1 Message Date
schmonz
0005baa74d Needs zlib. 2009-05-01 23:38:38 +00:00
sno
d3e8f0d990 Updated textproc/p5-Text-Diff-HTML to 0.06 2009-05-01 22:28:22 +00:00
sno
1389702bfd PkgSrc changes:
- Updating package for p5 module Text::Diff:HTML from 0.05 to 0.06
  - Setting license to gnu-gpl-v2

Upstream changes:
0.06  2009-04-07T16:13:05
      - Fixed a pasto in the "Support" section of the documentation.
      - Changed the documention from recommending that the diff output be
        wrapped in <pre> tags to suggesting instead that it be wrapped in an
        element that uses the CSS "white-space: pre". Reported by Pete Gillin
        (RT #24301).
2009-05-01 22:27:49 +00:00
sno
d2c2dddce1 Updated devel/p5-Module-Dependency to 1.86 2009-05-01 22:23:51 +00:00
sno
c640faedd9 PkgSrc changes:
- Updating package for p5 module Module::Dependency from 1.8 to 1.86
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
* Changes in Module::Dependency 1.86 (svn rev 6643),  12th July 2006

    No longer use umask(0) before creating dir for data file.
    Move db file store function from Indexer.pm to Info.pm
    Use $ENV{PERL_PMD_DB} to override location of data file.

* Changes in Module::Dependency 1.85 (svn rev 6642),  12th July 2006

    Fixed blank lines in output.
    Fixed parent to mean what item depends_on
        and child to mean what item is depended_on_by
    Added sorting of final top-level output order with -sort
    Added -Unique option (global version of -unique)
    Added -All option to dump everything using Data::Dumper
    Added != and !~ support to object selector patterns
    Non-scripts always have a / in the key and filename
        (./ is prepended if there's no / already)
    Improved duplicate file/package warning.
    The -h option doesn't remove indent, use -i='' for that.

* Changes in Module::Dependency 1.84 (svn rev 6633),  11th July 2006

    Replaced pmd_dumper.plx with much more flexible pmd_dump.pl
    Unresolved dependencies now get entries in allobjects,
        with their reverse dependencies listed so they can be queried.
    Because of that the grapher html output changed but the tests
        haven't yet been updated so they're skipped.
    All entries have a 'key' field matching the key of the allobjects hash.

* Changes in Module::Dependency 1.83 (svn rev 6569),  27th June 2006

    Fixed VERSION numbers.
    Simplified README docs, INSTALL and added my name to LICENCE.

* Changes in Module::Dependency 1.82 (svn rev 6568),  27th June 2006

    Stored data changes:
    - 'filename' is now a relative file path, not absolute.
    - the "key" name for scripts is now the relative file path not basename.
    - new 'filerootdir' holds absolute prefix of filename.
    - 'scripts' now holds relative file paths

    Ignore ~ and .bak files.
    Don't decend into ignored directories (.svn, .cpan etc)
    Attempt to recognise .t test files.
    Improve robustness of parsing.
    Give more, and more useful, warning messages.
    More compact output for pmd_dumper -a

* Changes in Module::Dependency 1.81,  30th May 2006

First release under new maintainer Tim Bunce.

    Fixed parsing of multi-line use statements.
    Fixed parsing of unusual =cut statements.
    Fixed tests to not depend on hash order.

    Renamed scripts to have a pmd_ prefix.
    Moved examples into new examples/ subdirectory.
    Moced pmd_cgidepend.plx and pmd_cgiform.html into examples.
    Unified script and module parsing code.

* Changes prior to version 1.81

Date: 2002/09/25 23:09:31

Fixed minor typoes and niggling things that should have been corrected
in the distribution - thanks to Mike Castle & Ron Savage

Indexer.pm converts paths to absolute paths before running File::Find,
giving the correct, expected, behaviour when you try to index relative
folders

Added support for the 'base' pragma.

Added the 'relationship' method (and hence the -r option to dumper.plx)
which tells you how two items are related.

Improved POD-skipping algorithm - i.e. it now has one.

There should be no platform-specific code left, and in theory this will
run on any OS.

Added a little POD-only module called Module::Dependency.

We 'use' as little as possible and 'require' the rest.

The indexer can optionally (and does, by default) look at a file's #! line
to see if it's a perl program. .pl, .plx and .pm files are always indexed.

Added accessor routine for the 'check_shebang' switch.

cgidepend.plx, the CGI program, slightly tweaked to be even more
mod_perl friendly.

Some code and ideas kindly contributed by S Rezic, S Heffner and C Sampson,
among others.
2009-05-01 22:22:56 +00:00
sno
d5e2bb8094 Replacing perl interpreter in modules 2009-05-01 22:19:05 +00:00
sno
68487ac709 Added print/p5-PostScript-Simple version 0.07 2009-05-01 22:08:42 +00:00
sno
71a29de7d9 Updated graphics/p5-SVG to 2.49 2009-05-01 22:03:59 +00:00
sno
1f9df40ddc PkgSrc changes:
- Updating package for p5 SVG modules from 2.44 to 2.49
  - Setting license to gnu-gpl-v2

Upstream changes:
2.49    23 January, 2009
	-Fixed bugtracker URL in YAML

2.48    08 January, 2009
	-Improved YAML and MANIFEST for cpan testers game

2.47	15 December, 2008
	-Fixed MANIFEST - replaced Changes entry

2.46	15 December, 2008
	-Improved META.yml
	-Fixed MANIFEST
	-Removed all pointless files

2.45	15 December, 2008
	-Improved META.yml
2009-05-01 22:03:18 +00:00
sno
560edbb5b5 Added print/p5-PostScript-Simple version 0.07 2009-05-01 21:59:44 +00:00
sno
d5a274a7a9 PkgSrc changes:
Importing package for p5 module PostScript::Simple 0.07 as dependency
  for upcoming update of devel/p5-Module-Dependency to 0.86.

Description:
PostScript::Simple allows you to have a simple method of writing PostScript
files from Perl. It has graphics primitives that allow lines, curves,
circles, polygons and boxes to be drawn. Text can be added to the page using
standard PostScript fonts.

The images can be single page EPS files, or multipage PostScript files. The
image size can be set by using a recognised paper size ("A4", for example) or
by giving dimensions. The units used can be specified ("mm" or "in", etc) and
are the same as those used in TeX. The default unit is a bp, or a PostScript
point, unlike TeX.
2009-05-01 21:57:17 +00:00
sno
8aa474cc8d Updated devel/p5-Algorithm-Dependency to 1.110 2009-05-01 21:39:34 +00:00
sno
012f7ff1b2 PkgSrc changes:
- Updating package for p5 module of Algorithm::Dependency from 1.108
    to 1.110
  - Setting license to gnu-gpl-v2

Upstream changes:
1.110 Tue 14 Apr 2009
	- Upgrading to Module::Install 0.83

1.109 Wed  9 Apr 2009
	- Upgrading to Module::Install 0.82
	- Adding new method ->weight_merged
2009-05-01 21:38:53 +00:00
sno
728de6313e Updated net/p5-NetPacket to 0.41.1 2009-05-01 21:34:04 +00:00
sno
32d8eaa5a5 PkgSrc changes:
- Updating package for p5 NetPacket modules from 0.04 to 0.41.1

Upstream changes:
0.41.1
    * Fixed bug 37931: export of ICMP_MASKREQ
    * Fixed UDP and TCP checksums for odd-sized packets
    * Fixed import from NetPacket::UDP
    * Fixed bug 37931: export of ICMP_MASKREQ
    * Added git repo and bug tracking info to META.yml

0.41_0
    * Fixed bug 18941 - NetPacket::IP includes trailing
        trash bytes in $ip->{data}
    * Fixed bug 7010 - IP flags field lost in IP::encode()
    * Added Build.PL
    * Moved history off the README file into this one (Changes)
    * Moved module structure to /lib
    * Version now gathered from NetPacket.pm
    * META.yml added to MANIFEST
    * Added myself (Yanick) as author
    * Switched to major.minor.revision version notation
2009-05-01 21:33:04 +00:00
sno
7a984d6c99 Updated textproc/p5-Text-Tabs+Wrap to 2009.0305 2009-05-01 21:29:02 +00:00
sno
2f45ef5369 PkgSrc changes:
- Updating package for p5 modules of Text::Wrap and Text::Tabs from
    2006.1117 to 2009.0305

Upstream changes:
* 2009/03/05

Test improvements from Dave Mitchel sent back in 2005...

Added code to increase $columns if it's not big enough to accommodate
the subsequent tab.

Minor documentation fixes from David Landgren <david at landgren.net>.

Use warnings::warnif instead of just warn for columns < 2.  Appled per
request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>.
2009-05-01 21:28:16 +00:00
sno
fcbcfab303 Updated devel/p5-Object-InsideOut to 3.54 2009-05-01 21:22:40 +00:00
sno
d8b36a7a74 PkgSrc changes:
- Updating package for p5 module of Object::InsideOut from 3.52 to 3.54
  - Setting license to gnu-gpl-v2

Upstream changes:
3.54 Wed Feb 18 18:04:51 2009
	- Doc update only

3.53 Wed Feb 18 15:34:20 2009
	- Handle unnamed fields when using Storable
	- Cache some object initialization activities
2009-05-01 21:21:49 +00:00
sno
9974391a56 Updated time/p5-Time to 2006.0814 2009-05-01 21:17:17 +00:00
sno
3bed9929a7 PkgSrc changes:
- Updating package for various p5 time related module from 2003.1126
    to 2006.0814
  - Setting license to public-domain

Upstream changes:
2006.0814:
	A bugfix for negative offsets that overflowed (from Vernon Lyon
	<vlyon at uk.yahoo-inc.com>)

	Add a few more timezones (from Peter Ludemann <ludemann at yahoo-inc.com>
	and Alex Bowley <kilinrax at cpan.org>)

	Recognize fractional times counts like "1.5 minutes ago"
	(from Simon Wistow <simon@thegestalt.org>)

	Recognize Dow "before last" (from Ole Craig <ocraig at stillsecure.com>)

	Change various __DATA__ to __END__ (from Nick Ing-Simmons
	<nick at ing-simmons.net>)
2009-05-01 21:15:34 +00:00
sno
b94549dcc1 Updated time/p5-DateTime-Format-HTTP to 0.38 2009-05-01 21:09:34 +00:00
sno
7a9d695136 PkgSrc changes:
- Updating package for p5 module of DateTime::Format::HTTP from 0.37 to 0.38
  - Setting license to gnu-gpl-v2

Upstream changes:
0.38  2009-04-05
- No code changes from previous versions.
- Shut up the verbose diagnostic output from the tests.
- Fixed various bugs in the Build.PL, and generally modernized the
  distro tarball. Hopefully this will fix problems some cpan testers
  were seeing.
2009-05-01 21:08:41 +00:00
sno
feaeaf20e0 Updated time/p5-DateTime-Format-Flexible to 0.08 2009-05-01 21:05:21 +00:00
sno
44e5e65090 PkgSrc changes:
- Updating package for p5 module of DateTime::Format::Flexible from
    0.05 to 0.08
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.08 Wed Apr 22 14:00:00 2009
    - fix some pod errors, give an example for european hinting

0.07 Tue Apr 22 03:00:00 2009
    - add ability to strip strings from the date string
    - can now parse timezones
    - rudimentary support for european dates (dd-mm-yyyy)
    - can now parse epoch times

0.06 Mon Apr 20 15:06:00 2009
    - Fix parsing bug with dd-(oct|nov|dec)-yyyy (thanks Phil Brass)
2009-05-01 21:04:14 +00:00
sno
871874489a PkgSrc changes:
- Updating package for p5 module of String::BufferStack from 1.12 to 1.14
  - Setting license to gnu-gpl-v2

Upstream changes:
1.14   Mon Mar  2 20:21:17 2009
        * No code changes; make tests pass on 5.6

1.13   Fri Feb 27 19:19:17 2009
        * No code changes; add LICENSE and AUTHOR to POD
2009-05-01 20:58:38 +00:00
sno
25513d7b21 Updated devel/p5-Module-Install to 0.86 2009-05-01 20:55:41 +00:00
sno
8e50117510 PkgSrc changes:
- Updating package for p5 module of Module::Install from 0.85 to 0.86
  - Changing license to gnu-gpl-v2

Upstream changes:
0.86 Sat  2 May 2009
	- Alter _check_lock to test the CPAN version and use
	  PERL5_CPAN_IS_RUNNING if new enough so we don't accidentally
	  configure CPAN unless it's so old we have no choice (MSTROUT)
	- Tweak the SkipInstall logic so --skipdeps bypasses everything
	  again including any loading of CPAN, no matter how old (MSTROUT)
	- Adding ./example, ./test and ./xt to the no_index list (ADAMK)
	- Removed $VERSION from the tests (ADAMK)
	- Various POD fixes (ADAMK)
2009-05-01 20:54:06 +00:00
sno
1330f0c78c Updated www/p5-Template-Multilingual to 1.00 2009-05-01 20:50:48 +00:00
sno
d30f5c15c8 PkgSrc changes:
- Updating package for p5 module of Template::Multilingual from 0.09
    to 1.00
  - Setting license to gnu-gpl-v2
  - Setting module type to Module::Build

Upstream changes:
1.00    2009-01-18
        add support for language subtags, e.g. en_US or en-US
        Language codes are now matched by [^<>]+ (previously \w+)
2009-05-01 20:49:35 +00:00
sno
94b788815b Updated www/p5-Catalyst-Plugin-I18N to 0.09 2009-05-01 20:43:35 +00:00
sno
5cd7be8d85 PkgSrc changes:
- Updating package for p5 module of Catalyst::Plugin::I18N from 0.08
    to 0.09
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.09  Sat Apr 18 2009
        - switch NEXT out for MRO::Compat
2009-05-01 20:42:48 +00:00
sno
5ba980aaa0 Updated www/p5-CatalystX-CRUD-YUI to 0.017 2009-05-01 20:36:06 +00:00
sno
c504adad08 PkgSrc changes:
- Updating package for p5 module of CatalystX::CRUD::YUI from 0.015
    to 0.017
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Note:
  - There're some failing tests reported for this module from update
    of Rose::HTMLx::Form::Related

Upstream changes:
0.017   16 April 2009
        * fix bug with missing 'Export as Excel' link when in View mode
        * change to extjs grey style css
        * add support for sort_prefix() in RHxFR::Metadata. This allows for setting explicit
          sort prefix strings on column names and (in theory) allows for sorting on JOINed tables
          as with m2m and o2m and FK "virtual" columns.
        * fix bug when related FK is undef in Serializer
        * enable Create and Reassign links without having to go to edit mode
        * fix Excel view and list.xls.tt to work (finally!) with LiveGrid+Serializer
        * hide parent record action buttons when viewing related records in Edit mode (reduce
          confusion particularly for Delete button)
        * fix Export as Excel link to not escape & since it is in script tag

0.016   11 March 2009
        * add c.config.cxcy.search_uri config option for rendering search box
        * slight optimization in filter_relationships.tt for clarity
        * add id attributes to crud buttons
        * add support for arbitrary code to run on form submit with YAHOO.crud.onFormSubmit array
        * add YAHOO.crud.wysiwygify() to crud.js for optional Rich Text Editor on textarea fields.
2009-05-01 20:35:04 +00:00
sno
f46890e51f Updated databases/p5-DBIx-Class to 0.08102 2009-05-01 20:31:26 +00:00
sno
d37e522fc4 PkgSrc changes:
- Updating package for p5 module of DBIx::Class from 0.08101 to 0.08102

Upstream changes:
0.08102 2009-04-30 08:29:00 (UTC)
        - Fixed two subtle bugs when using columns or select/as
          paired with a join (limited prefetch)
        - Fixed breakage of cdbi tests (RT#45551)
        - Some POD improvements
2009-05-01 20:30:39 +00:00
sno
65cdf07a35 Updated devel/p5-Cache-FastMmap to 1.29 2009-05-01 20:24:48 +00:00
sno
f7ca99e01c PkgSrc changes:
- Updating package for p5 module of Cache::FastMmap from 1.28 to 1.29
  - Setting license to gnu-gpl-v2

Upstream changes:
  - get_and_set() returns new value + didstore boolean
     if called in list context
2009-05-01 20:23:39 +00:00
sno
3f4b8f63f3 Updated textproc/p5-Text-Autoformat to 1.666.0 2009-05-01 20:09:22 +00:00
sno
94837fb296 PkgSrc changes:
- Updating package for p5 module of Text::Autoformat from 1.13 to 1.666.0
  - Setting license to gnu-gpl-v2

Upstream changes:
1.14.0  Sun Sep 30 04:29:29 2007
    - Fixed bug in handling empty mail messages
    - Fixed bug in handling sig delimiters
    - Fixed bug in paragraph ignoring code (thanks Rob)
    - Fixed bug in handling whitespace-only input (thanks Ed)
    - Fixed bug in Roman numerals (thanks Suresh)
    - Fixed overeager autocentering (thanks Suresh)
    - Enhanced 'lists' option to allow only specific types of lists
      to be recognized (thanks Rob)
    - Fixed bug in numbered hangs (thanks Rob)
    - Fixed bug in Roman numeraled hangs (thanks Rob)
    - Fixed misidentification of 8:20-style times as leading numbers (thanks
      Rob)
    - Fixed sentence mode (thanks Eric)
    - Changed licence to "same terms as Perl itself" to improve Fedora
      compatibility

1.666.0  Fri Apr 17 08:00:36 2009
         No changes logged
2009-05-01 20:08:36 +00:00
sno
1134de5c2c Updated www/p5-Test-HTTP-Server-Simple to 0.10 2009-05-01 20:03:39 +00:00
sno
fbe77b2f3f PkgSrc changes:
- Updating package for p5 module of Test::HTTP::Server::Simple from 0.09
    to 0.10
  - Setting license to gnu-gpl-v2

Upstream changes:
0.10 Thu Feb 19 22:51:02 EST 2009
    Remove StashWarnings and move into its own dist (removes Storable dep)
    Fix long-standing bug where, when under 'prove', servers didn't get killed
    Deal better with having multiple child PIDs
2009-05-01 20:02:42 +00:00
sno
8abb6ea486 Updated devel/p5-Template-Plugin-Handy to 0.003 2009-05-01 19:56:22 +00:00
sno
89057aa05a PkgSrc changes:
- Updating package for p5 module of Template::Plugin::Handy from 0.002
    to 0.003
  - Setting license to gnu-gpl-v2

Upstream changes:
0.003   26 Feb 2009
        * sort_by() now returns arg if a ref() but not LIST or HASH
          This is to handle the (common?) TT case where a method returns
          a single object instead of an array ref with one item.
2009-05-01 19:55:46 +00:00
sno
a27a8e8c89 Updated www/p5-Rose-HTML-Objects to 0.602 2009-05-01 19:52:24 +00:00
sno
b131b032e9 PkgSrc changes:
- Updating package for p5 module of Rose::HTML::Objects from 0.601 to 0.602
  - Setting license to gnu-gpl-v2
  - Reordering dependencies in META.yml order

Upstream changes:
0.602 (02.22.2009) - John Siracusa <siracusa@gmail.com>

    * Fixed an HTML escaping bug caused by overload's interaction with
      Rose::Object's Class::XSAccessor support.
    * Made Rose::HTML::Form's inherited html() and xhtml() methods do
      something vaguely sensible.  (Inspired by Christof Krueger)
2009-05-01 19:51:39 +00:00
adrianp
73270db72a Updated www/drupal to 5.17 2009-05-01 19:51:09 +00:00
adrianp
87ec24dd61 Updated www/drupal6 to 6.11 2009-05-01 19:50:50 +00:00
adrianp
083dcffb18 Update to 6.11
This release fixes a security vulnerability. Sites are urged to upgrade immediately after reading the security announcement:

    * SA-CORE-2009-005 - Drupal core - Cross site scripting

In addition to this security vulnerability, the following bugs have been fixed since the 6.10 release:

    * #376408 follow up by pwolanin: search_nodeapi() lacked break in switch; resulted in issue in logic not code flow
    * #197864 by vito_swat, alpritt, Murz, catch: Use hook_term_path() in forum module instead of hook_link_alter(); simplfies code, improves performance and compatibility.
    * #314314 by bastos, Dave Reid, mr.baileys, Pasqualle: fix invalid XHTML markup in update.php output
    * #372914 by chx, pwolanin, webchick: Menu link title localization was broken when a non-t callback was used
    * #395086 by Freso: call trim() before truncate_utf8() in comment module for better quality truncation.
    * #404244 by cwgordon7: minor code style fix in openid_help().
    * #357031 by hinfox, dereine, aaronbauman: trigger_nodeapi() passed a4 twice and did not pass a3 to the action when the action type was other then node
    * #141965 by jeffschuler: taxonomy_term_path() and its phpdoc block was separated by one blank line, thus disconnecting it for the API docs parser
    * #408962 by brianV: improve phpdoc documentation for menu_tree_collect_node_links() and menu_tree_check_access().
    * #290561 by mustafau, AlexisWilke: aggregator_save_category() should ask for the last insert ID in 'aggregator_category', not 'aggregator' when saving.
    * #292565 by lyricnz, Damien Tournoud, Jody Lynn, kleinmp, John Morahan, akalsey: Make forms work on 404 and 403 pages. Remove any fake destination set by drupal_not_found() or drupal_access_denied() so that we can properly redirect from those pages.
    * #325810 by darren.ferguson, miglius: in tableheader.js $('td'+ location.hash).offset() does not alway return an object, which breaks all JavaScript on the page, so check for the return value before using it.
    * #297972 by wilson98, scor, Steven Jones, yched, heyrocker: make the batch API compatible with drupal_execute(), so things like creating a CCK type or adding fields to it (by submitting forms programatically) are possible in update functions
    * #365996 by sammys: the correct full name for the timestamp field in postgresql is timestamp without time zone; improve compatibility with PostgreSQL / schema module
    * #279233 by Aren Cambre, jbomb: Message printed when email is not being possible to send was informal and had a grammar problem.
    * - Patch #316515 by jmburnz, momendo: fixed position of OpenID logo.
    * - Patch #372414 by JohnAlbin: don't output empty div when no comment exist.
    * - Patch #228477 by anuradha: corrected Sinhala language.
    * - Patch #286374 by jhodgdon: fixed documentation of file_save_upload() validators.
    * #382096 by Arancaytar: clean up #maxlength use in the installer; remove arbitrary 45 character limits, put reasonable limits in place where it makes sense
    * #330084 by c960657: Remove unnecessary duplication of the From header value in Reply-to; standards indicate setting the From header should be sufficient
    * #385602 by Damien Tournoud, desbeers: log messages were not remembered on node preview
    * #437120 by mfb: avoid double escaping of taxonomy term names in feed links and channel titles
    * #437930 by soxofaan: remove unnecessary tabindex attribute from login form; makes altering harder
    * #160226 by kymmx, karschsp, Dave Reid, Berdir: statistics module was matching on prefixes of node paths instead of the node paths themselves (and possible subtabs)
    * #401304 by Darren Oh: make conditional in statistics_link() more explicit to catch node related invocations
    * #363262 follow up by Dave Reid: fix phpdoc comments on update functions to properly mark update functions added after 6.0 was released
    * #317775 by Starminder, pwolanin: do not store the menu router table serialized in cache, since it cases more performance problems then it solves
    * #282852 by Arancaytar, will_in_wi: remove negative margin on .node in Garland, so nodes do no overlap the messages area on the page
    * #227228 by ilmaestro, gpk, ball.in.th, catch, andypost: use per-table cache_flush variables to avoid not flushing all but the first table when multiple tables are cleared
    * #445600 by Rob Loach: allow for as few as 1 required word in submission of a node of a content type if the admin wants to set so
    * #343415 by Damien Tournoud: the form cache is not automatically cleared on submit if the page cache is activated
    * Rolling back #343415 given disputes around its change in Drupal 7.
    * #229660 by Dave Reid: use theme('username', ...) to display usernames on the user contact page
    * #447700 by dww: Earl Miles is not update.module maintainer anymore
    * #431148 by pwolanin, dww: Make it easier to visually distinguish security updates on Updates report
    * #396224 by pwolanin: Further harden template file name discovery
    * #220592 by dww and pwolanin: Always use the database for caching in update module, so that drupal.org project data persists. Improves both local and drupal.org site performance.
2009-05-01 19:50:35 +00:00
adrianp
ebf770a007 Update to 5.17
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

* SA-CORE-2009-005 Drupal core - Cross site scripting

In addition to this security vulnerability, the following bugs have been fixed since the 5.15 release:

* #150851 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix). Backport #367689 by gollyg.
* #335741 by electricmonk. Do not recurse over non-objects.
* #287725 by mantyla. Sort by mid to avoid inconsistencies when multiple menu items exist for a node.
* 174940 by gpk: avoid calling up the full Drupal bootstrap for nonexistent favicon.ico. Backport by matt@antinomia.
* #112887 by ged3000. Adding Newfoundland DST
* #401494 by andypost. Correctly clear menu cache.
* #396224 by pwolanin: Further harden template file name discovery
* #395086 by Freso: call trim() before truncate_utf8() in comment module for better quality truncation.
* #197864 by vito_swat, alpritt, Murz, catch: Use hook_term_path() in forum module instead of hook_link_alter(); simplfies code, improves performance and compatibility.
2009-05-01 19:49:42 +00:00