Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #632660 by yched: fixed hook_update_N() documentation.
#585868 by sun: Provide a generic way for actions to denote that they change a property.
- Patch #621392 by jhodgdon: fixed formatting of phpDoc.
#571086 follow-up by sun: Allow specifying a 'wrapper callback' before executing a form builder function.
#552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and support on node/comment pages rel=canonical and rel=shortlink standards.
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
#320331 follow-up by Dave Reid: Remove documentation for no-longer-existing custom_url_rewrite functions.
#320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
- Patch #443200 by c960657: fixed user pictures not working with private files.
- Patch #604618 by axyjo, sun: archiver code clean-up.
#605442 by catch: Add a generic hook_entity_load().
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
- Patch #604618 by Crell, JacobSingh: create a common interface for Archive operations so we can handle .zip, .tar.gz.
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
- Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and make custom theme settings a true form_alter().
- Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to localize date formats.
- Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.
#559294 by David_Rothstein: Allow install profiles to alter or override the task list.
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
- Patch #583598 by jhodgdon | moshe weitzman: fixed documentation problem with hook_elements().
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
- Patch #578676 by sun: clean ups for cron queue.
- Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for cron.
- Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.
#331180 follow-up by pwolanin and mfb: Fix sending of mail.
- Patch #499156 by Wim Leers: corrected documentation.
#558958 by Frando and moshe weitzman: Add a hook_page_build() that runs before hook_page_alter().
- Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME extension mapping rather than setting a huge variable.
- Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with CDNs.
- Patch #519498 by torelad, awmckinley et al: improved documentation for drupal_mail().
#524790 by torelad: Fixed incorrect sample code for hook_mail_alter().
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
- Patch #556136 by catch, dereine: remove theme_forum_topic_navigation().
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.
- Patch #545356 by Damien Tournoud: sidebars were broken in install.php, update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support.
#537654 by catch: Tidy up comment links, and remove hook_link() in favour of hook_page_alter().
- Accidentically committed two patches at once. Rolled back one of them. Sorry.
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.
- Patch #310168 by jhodgdon, arianek, traxer: documentation update.
- Patch #528918 by lyaunzbe: document that hook_form_alter() passes by reference. lyaunzbe is a new contributor -- welcome!
- Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric weight to drupal_add_css.
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.
- Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added initial support for PHP file wrappers.
- Patch #519782 by tic2000: change to become a hidden region like page_top.
#527804 by sun: Add an alter hook for element_info() to change default values of form elements.
#509392 by adrian: Add .info files for installation profiles.
- Patch #516254 by drewish remove @return PHPDocs where nothing is to return.
- Patch #506976 by catch: rename hook_perm to hook_permission.
#315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for modules to register JS/CSS libraries.
- Patch #359853 by jhodgdon: corrected and improved the documentation of hook_mail_alter().
- Patch #501384 by jhodgdon: fixed typos.
- Patch #409750 by yched et al: overhaul and extend node build modes.
- Patch #491490 by torelad: updated hook_perm() documentation.
- Patch #449198 by boombatower: cealn up test loading and related API.
- Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data().
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
- Patch #471070 by stella: millions of code style fixes.
Roll-back of #310467: Breaks installer requirements check and update.php.
#332123 follow-up by quicksketch: Fix API documentation for hook_schema() to reflect that descriptions should not be t()ed.
- Patch #394572 by Berdir: converted system module to the new database abstraction layer.
#196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ... LIMIT 1 queries when all that's required is a check for whether rows exist.
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.
- Patch #271515 by JamesAn: corrected PHPdoc.
#331832 follow-up by jhodgdon: Fix spelling of hook_form_FORM_ID_alter().
- Patch #368821 by Senpai, sun, JuliaKM: documentation improvements.
- Patch #352880 by dereine, Dave Reid: replace strstre with strpos.
- Patch #147310 by c960657: added tests for private files, fixed a problem with private files and minor improvements.
- Patch #423948 by mfb: updated documentation, update functions should include schema descriptions.
- Patch #299176 by chx, Crell: added example of hook_query_alter to API documentation.
#414218 by cha0s: Document hook_update_N()'s ability to use batch API.
- Patch #331013 by drewish: documentation clean-up.
- Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library.
- Patch #373613 by quicksketch and drewish: in order to operate on images multiple times (such as crop, scale, then desaturate) without quality loss, we need to pass images by their raw GD (or other library) resources rather than re-opening the same image repeatedly, which causes wasted processing and loss of quality when using JPEG images. This patch reworks the image toolkits, adds some new image manipulations and adds some impressive SimpleTests.
#331832 by jhodgdon: Add pointer from hook_form_alter() docs to hook_form_FORM_ID_alter().
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
#365149 by karschsp: Fix @endcode at the end of hook_page_alter() example.
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.
#345157 follow-up by toddy: Fix @link syntax in PHPDoc.
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
- Removing whitespace.
#345157 by toddy: Add API documentation for hook_update_last_removed().
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
- Rollback of #225562 -- I think there is still something wrong.
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.
- Patch #348201 by catch: make it possible to load multiple files with fewer queries.
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
- Patch #339929 by Moshe et al: move node links into ->content.
- Patch #344661 by Dave Reid: API doc improvements for hook_translation_link_alter.
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
#314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |