From 06045ff7fcd44626185548fc886b9e5e5d7e867e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 24 Nov 2003 22:46:03 +0000 Subject: [PATCH] Patch by Ax to fixe and improve to the core doxygen PHPdoc: * fixes all doxygen warnings [#]_ in the current code base + changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc) + documents all undocumented parameters + escapes / fixes html warnings + fixes @defgroup in theme.inc * adds more groupings [#]_ + drupal_{set|get}_title, drupal_{set|get}_breadcrumb + pager.inc: pager_api (pager_query(), pager_display()), pager pieces * adds a new group "themeable" which contains all themeable functions. --- CHANGELOG | 5 +- includes/common.inc | 16 ++- includes/database.mysql.inc | 11 +- includes/database.pear.inc | 10 +- includes/pager.inc | 193 ++++++++++++++++++------------- includes/theme.inc | 136 +++------------------- modules/block.module | 6 +- modules/block/block.module | 6 +- modules/search.module | 27 ++--- modules/search/search.module | 27 ++--- modules/taxonomy.module | 10 +- modules/taxonomy/taxonomy.module | 10 +- 12 files changed, 193 insertions(+), 264 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ffa7e9b9edf..3ce54860204 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,9 +14,12 @@ Drupal x.x.x, xxxx-xx-xx - usability: * added breadcrumb navigation to all pages. * made it possible to add context-sensitive help to all pages. - * grouped form elements using '
' and '' tags. * replaced drop-down menus by radio buttons where appropriate. * removed the 'magic_quotes_gpc = 0' requirement. +- accessibility: + * made themes degrade gracefully in absence of CSS. + * grouped form elements using '
' and '' tags. + * added '