diff options
author | rhaen <rhaen@pkgsrc.org> | 2010-12-17 00:04:00 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2010-12-17 00:04:00 +0000 |
commit | 8d90c900685c1f63cf658765457140ba8e15fefb (patch) | |
tree | 41982503ff56ab57baa8a8622a81c30fd73eb9cb /www | |
parent | 72c6c37053a4a477db6d33988f4aac1facacfb62 (diff) | |
download | pkgsrc-8d90c900685c1f63cf658765457140ba8e15fefb.tar.gz |
- updated package to 6.20
- update patch provided by V.Seifert
ChangeLog:
- #494462 by z.stolar: modify robots.txt to give search engine crawlers
permission to index content in /sites/*, such as images uploaded to the
site #481142 by JohnAlbin, sociotech: theme settings forms were not
inherited by sub-themes
- #764548 by Dave Reid, sun: backport hiding of hidden modules on the
modules page, so if projects include hidden modules for testing, those
will not confuse users #687674 by jefnguo, rdrh555: fix minor code
documentation typo in menu.inc
- #881540 by bjaspan: make syslog identity configurable on the user
interface (instead of hardwired to 'drupal') #280930 by pillarsdotnet,
oadaeh, David_Rothstein: fall back on an empty array if hook_schema is
not defined for a module
- #956320: clean up documentation for menu_set_active_trail #903016 by
daniels220: path argument was not documented on the arg() function
- #618280 by daniels220: minor fix to drupal_add_css() documentation to
have correct path example #926440 by daniels220: document search_form()
return value properly
- #716348 by grendzy, hefox: document that drupal_get_path(),
drupal_load() and drupal_get_filename() can be used with 'profile' as
well #767408 by hunmonk: copy semaphore site creation to
update_fix_d6_requirements() to solve issues upgrading from any version
of Drupal 5
- #948520 by jhodgdon, mvc: fix formatting in Schema API documentation
lists #931304 by subnet_rx, webkenny: backport support for newly popular
tel: protocol in filter_xss_bad_protocols()
- #937508 by amateescu: document the return value of arg() better #505730
by alexanderpas, jhodgdon: document return value of
valid_email_address() better
- #930784 by Jay Matwichuk, daniels220: fix argument name in code
documentation for db_add_field() #225950 by mgriego, daniels220,
jhodgdon: improve documentation on theme_image()
- #698248 by andypost: fix notice in cache.inc when $user->cache is not
defined #872374 by sender: user_load() can take a uid not just an array;
document that properly
- #942718 by joachim: document where drupal_get_form() arguments end up in
form arrays #895858 by dstol: fix documentation of possible $item values
in menu_link_save()
- #379348 by dstol: refine documentation on node_submit() #403034 by
Andreas Wolf, roderik: node_assign_owner_action() should use
node_get_types('name', ...) to get the name of the node type
- #829968 by AlexisWilke, andypost: fix drupal_lookup_path() to always
return FALSE if the source was not found, not just for the 2nd call
onwards #245990 by David_Rothstein, Pedro Lozano, andypost: do not
follow any redirections in system_check_http_request() since we only
need data on whether HTTP requests worked at all
- #366768 by druppi, hass, plach, GiorgosK: do not link to unpublished
translation nodes, even if user would have access to them (once
published) #764234 by yan_nick, Zoltan Balogh and myself: backport width
of user filter labels in admin forms; better fit for some translations
- #971400 by myself, pp: backport change of language source URLs from
Drupal 7 #809616 by catch, hswong3i: fix notice in menu rebuild
- #973242 by pp: log type name not properly translated in dblog.module
- #147000 by pwolanin, mikeytown2, et. al.: avoid multiple, parallel
rebuildings of module and theme data
- #969252 by Dave Reid: save hook_help implementation in upload.module for
admin/settings/uploads #993834 by adamgerbert, nenne: fix documentation
of return value in do_search
- #991944 by Jacine: theme_locale_admin_manage_screen() doesn't exist
- #841134 by daniels220, jhodgdon: file_save_upload() documentation
corrections
- #287647 by bjaspan, lilou, mikejoconnor, cafuego, Déja: cast invalid
hook_schema() results into arrays at all times #917670 by mr.baileys,
rdrh555: fix documentation for drupal_alter()
- #357785 by arnoldc, gravalsyr, miro_dietiker, plach: retain the tnid
value for new nodes saved, so the node object reflects the database
- #422218 by salvis, jeremiah.snapp: fix a case in forum module where non
forum tids might get picked as the forum topic tid
- #488166 by EmanueleQuinto, Damien Tournoud, jhodgdon: search relevance
calculation fails if last_comment_timestamp is NULL #881132 by HLopes,
Garrett Albright: CSS files with non-UTF-8 characters broke CSS
optimization
- #772678 by sun, jpmckinney, Berdir, markus_petrux: no way to specify
default collation, entirely depended on database configuration (which
might be inappropriate) #212130 by salvis, boydjd, Steven, grendzy,
Damien Tournoud: more complete support for unicode entities, to account
for previously missing entities in decode_entities()
- #307636 by zbricoleur, sreynen, quicksketch: fix file identification bug
with image file processing on Microsoft IIS Roll back #147000, prevented
Drupal from being installed.
- #986682 by pkiraly: improve code documentation for db_table_exists() and
db_column_exists()
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal6/Makefile | 4 | ||||
-rw-r--r-- | www/drupal6/PLIST | 4 | ||||
-rw-r--r-- | www/drupal6/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 4da219f666a..882f0a6141f 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2010/11/09 05:47:02 taca Exp $ +# $NetBSD: Makefile,v 1.26 2010/12/17 00:04:00 rhaen Exp $ -DISTNAME= drupal-6.19 +DISTNAME= drupal-6.20 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ diff --git a/www/drupal6/PLIST b/www/drupal6/PLIST index 24e951ab6d5..115ab48ba03 100644 --- a/www/drupal6/PLIST +++ b/www/drupal6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2010/03/04 01:29:58 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/12/17 00:04:00 rhaen Exp $ share/doc/drupal/CHANGELOG.txt share/doc/drupal/COPYRIGHT.txt share/doc/drupal/INSTALL.mysql.txt @@ -40,6 +40,7 @@ share/drupal/includes/tablesort.inc share/drupal/includes/theme.inc share/drupal/includes/theme.maintenance.inc share/drupal/includes/unicode.inc +share/drupal/includes/unicode.entities.inc share/drupal/includes/xmlrpc.inc share/drupal/includes/xmlrpcs.inc share/drupal/index.php @@ -263,6 +264,7 @@ share/drupal/modules/statistics/statistics.install share/drupal/modules/statistics/statistics.module share/drupal/modules/statistics/statistics.pages.inc share/drupal/modules/syslog/syslog.info +share/drupal/modules/syslog/syslog.install share/drupal/modules/syslog/syslog.module share/drupal/modules/system/admin-rtl.css share/drupal/modules/system/admin.css diff --git a/www/drupal6/distinfo b/www/drupal6/distinfo index 8f55d84bbcb..37b8db89a3e 100644 --- a/www/drupal6/distinfo +++ b/www/drupal6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2010/11/09 05:47:02 taca Exp $ +$NetBSD: distinfo,v 1.19 2010/12/17 00:04:00 rhaen Exp $ -SHA1 (drupal-6.19.tar.gz) = 60862b5c57e09feef850bdd427ff3a8bcdf8e002 -RMD160 (drupal-6.19.tar.gz) = f06780d45196a6aa2de04c5356adacafe27107c3 -Size (drupal-6.19.tar.gz) = 1095592 bytes +SHA1 (drupal-6.20.tar.gz) = 948f26f7c52aade0f1d7ac7dd36f358b1afd4ef7 +RMD160 (drupal-6.20.tar.gz) = 04f5f014f783bd508537ea0e838e3b8243e67b01 +Size (drupal-6.20.tar.gz) = 1100246 bytes |