/[drupal]/drupal/modules/system/system.api.php
ViewVC logotype

Log of /drupal/modules/system/system.api.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 15 08:48:39 2009 UTC (13 days, 11 hours ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.102: +5 -2 lines
Diff to previous 1.102
- Patch #632660 by yched: fixed hook_update_N() documentation.

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 03:59:06 2009 UTC (3 weeks, 1 day ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.101: +20 -9 lines
Diff to previous 1.101
#585868 by sun: Provide a generic way for actions to denote that they change a property.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 03:04:24 2009 UTC (3 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.100: +13 -14 lines
Diff to previous 1.100
- Patch #621392 by jhodgdon: fixed formatting of phpDoc.

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 05:39:14 2009 UTC (3 weeks, 3 days ago) by webchick
Branch: MAIN
Changes since 1.99: +38 -8 lines
Diff to previous 1.99
#571086 follow-up by sun: Allow specifying a 'wrapper callback' before executing a form builder function.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 06:47:23 2009 UTC (3 weeks, 4 days ago) by webchick
Branch: MAIN
Changes since 1.98: +22 -1 lines
Diff to previous 1.98
#552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and support on node/comment pages rel=canonical and rel=shortlink standards.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 21:26:44 2009 UTC (3 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.97: +24 -2 lines
Diff to previous 1.97
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 05:28:16 2009 UTC (5 weeks ago) by webchick
Branch: MAIN
Changes since 1.96: +1 -59 lines
Diff to previous 1.96
#320331 follow-up by Dave Reid: Remove documentation for no-longer-existing custom_url_rewrite functions.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 05:13:44 2009 UTC (5 weeks ago) by webchick
Branch: MAIN
Changes since 1.95: +57 -1 lines
Diff to previous 1.95
#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.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 22:24:18 2009 UTC (5 weeks ago) by webchick
Branch: MAIN
Changes since 1.94: +27 -12 lines
Diff to previous 1.94
#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().

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 00:55:29 2009 UTC (5 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.93: +7 -7 lines
Diff to previous 1.93
- Patch #443200 by c960657: fixed user pictures not working with private files.

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 13:18:31 2009 UTC (6 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.92: +10 -12 lines
Diff to previous 1.92
- Patch #604618 by axyjo, sun: archiver code clean-up.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 03:47:14 2009 UTC (6 weeks, 1 day ago) by webchick
Branch: MAIN
Changes since 1.91: +18 -1 lines
Diff to previous 1.91
#605442 by catch: Add a generic hook_entity_load().

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 03:01:54 2009 UTC (6 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.90: +34 -2 lines
Diff to previous 1.90
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 17:55:55 2009 UTC (6 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.89: +29 -1 lines
Diff to previous 1.89
- Patch #604618 by Crell, JacobSingh: create a common interface for Archive operations so we can handle .zip, .tar.gz.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 16:18:46 2009 UTC (6 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.88: +10 -14 lines
Diff to previous 1.88
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 14:07:30 2009 UTC (6 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.87: +75 -1 lines
Diff to previous 1.87
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 10:56:35 2009 UTC (6 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.86: +27 -1 lines
Diff to previous 1.86
- Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and make custom theme settings a true form_alter().

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 21:34:15 2009 UTC (6 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.85: +105 -1 lines
Diff to previous 1.85
- Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to localize date formats.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 21:16:43 2009 UTC (6 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.84: +2 -5 lines
Diff to previous 1.84
- Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 07:09:26 2009 UTC (6 weeks, 4 days ago) by webchick
Branch: MAIN
Changes since 1.83: +19 -2 lines
Diff to previous 1.83
#559294 by David_Rothstein: Allow install profiles to alter or override the task list.

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 05:26:57 2009 UTC (6 weeks, 4 days ago) by webchick
Branch: MAIN
Changes since 1.82: +5 -4 lines
Diff to previous 1.82
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 03:07:20 2009 UTC (6 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 10 16:48:38 2009 UTC (7 weeks ago) by webchick
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 13:16:17 2009 UTC (8 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.79: +3 -2 lines
Diff to previous 1.79
- Patch #583598 by jhodgdon | moshe weitzman: fixed documentation problem with hook_elements().

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 15:13:56 2009 UTC (8 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.78: +25 -19 lines
Diff to previous 1.78
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 25 23:48:24 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.77: +47 -19 lines
Diff to previous 1.77
- Patch #578676 by sun: clean ups for cron queue.

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 25 15:20:12 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.76: +36 -4 lines
Diff to previous 1.76
- Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for cron.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 11:07:36 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.75: +85 -1 lines
Diff to previous 1.75
- 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.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:04:23 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.74: +2 -49 lines
Diff to previous 1.74
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 06:38:20 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.73: +26 -8 lines
Diff to previous 1.73
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 06:31:39 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.72: +11 -6 lines
Diff to previous 1.72
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 13:05:31 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.71: +23 -3 lines
Diff to previous 1.71
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 1 17:40:27 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.70: +4 -4 lines
Diff to previous 1.70
#331180 follow-up by pwolanin and mfb: Fix sending of mail.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 17:45:04 2009 UTC (2 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.69: +1 -3 lines
Diff to previous 1.69
- Patch #499156 by Wim Leers: corrected documentation.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 16:46:32 2009 UTC (2 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.68: +49 -14 lines
Diff to previous 1.68
#558958 by Frando and moshe weitzman: Add a hook_page_build() that runs before hook_page_alter().

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 05:47:34 2009 UTC (2 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.67: +23 -1 lines
Diff to previous 1.67
- Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME extension mapping rather than setting a huge variable.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 29 06:57:27 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.66: +62 -1 lines
Diff to previous 1.66
- Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with CDNs.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 07:22:44 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.65: +33 -18 lines
Diff to previous 1.65
- Patch #519498 by torelad, awmckinley et al: improved documentation for drupal_mail().

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 03:09:12 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.64: +3 -3 lines
Diff to previous 1.64
#524790 by torelad: Fixed incorrect sample code for hook_mail_alter().

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 21:53:48 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.63: +107 -1 lines
Diff to previous 1.63
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 15:26:04 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.62: +1 -4 lines
Diff to previous 1.62
- Patch #556136 by catch, dereine: remove theme_forum_topic_navigation().

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 19:14:41 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.61: +5 -3 lines
Diff to previous 1.61
#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://.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 12:36:04 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.60: +1 -14 lines
Diff to previous 1.60
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 12:20:26 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.59: +5 -5 lines
Diff to previous 1.59
- 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.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 8 22:52:59 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.58: +1 -66 lines
Diff to previous 1.58
#537654 by catch: Tidy up comment links, and remove hook_link() in favour of hook_page_alter().

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 2 11:25:18 2009 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.57: +20 -1 lines
Diff to previous 1.57
- Accidentically committed two patches at once. Rolled back one of them.  Sorry.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 2 11:24:21 2009 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.56: +1 -20 lines
Diff to previous 1.56
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 1 20:48:59 2009 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.55: +10 -9 lines
Diff to previous 1.55
- Patch #310168 by jhodgdon, arianek, traxer: documentation update.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 31 21:21:33 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
- Patch #528918 by lyaunzbe: document that hook_form_alter() passes  by reference. lyaunzbe is a new contributor -- welcome!

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 19:57:10 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.53: +14 -1 lines
Diff to previous 1.53
- Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric weight to drupal_add_css.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 12:13:47 2009 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.52: +155 -110 lines
Diff to previous 1.52
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 19:53:18 2009 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.51: +55 -1 lines
Diff to previous 1.51
- Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added initial support for PHP file wrappers.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 18:38:35 2009 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.50: +1 -21 lines
Diff to previous 1.50
- Patch #519782 by tic2000: change  to become a hidden region like page_top.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 23 21:20:16 2009 UTC (4 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.49: +19 -1 lines
Diff to previous 1.49
#527804 by sun: Add an alter hook for element_info() to change default values of form elements.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 02:08:41 2009 UTC (4 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.48: +121 -1 lines
Diff to previous 1.48
#509392 by adrian: Add .info files for installation profiles.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 11 13:56:22 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.47: +3 -41 lines
Diff to previous 1.47
- Patch #516254 by drewish remove @return PHPDocs where nothing is to return.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 5 18:00:10 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
- Patch #506976 by catch: rename hook_perm to hook_permission.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 4 18:26:42 2009 UTC (4 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.45: +106 -1 lines
Diff to previous 1.45
#315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for modules to register JS/CSS libraries.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 27 10:19:31 2009 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.44: +36 -35 lines
Diff to previous 1.44
- Patch #359853 by jhodgdon: corrected and improved the documentation of hook_mail_alter().

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 27 09:52:24 2009 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43
- Patch #501384 by jhodgdon: fixed typos.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 22 09:10:06 2009 UTC (5 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.42: +4 -5 lines
Diff to previous 1.42
- Patch #409750 by yched et al: overhaul and extend node build modes.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 10:20:22 2009 UTC (5 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.41: +9 -4 lines
Diff to previous 1.41
- Patch #491490 by torelad: updated hook_perm() documentation.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 09:23:54 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.40: +54 -1 lines
Diff to previous 1.40
- Patch #449198 by boombatower: cealn up test loading and related API.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 6 16:05:27 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
- Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data().

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 03:33:28 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:34 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.37: +12 -12 lines
Diff to previous 1.37
- Patch #471070 by stella: millions of code style fixes.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 21 23:07:16 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.36: +5 -1 lines
Diff to previous 1.36
Roll-back of #310467: Breaks installer requirements check and update.php.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 20 19:56:36 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.35: +7 -7 lines
Diff to previous 1.35
#332123 follow-up by quicksketch: Fix API documentation for hook_schema() to reflect that descriptions should not be t()ed.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 18:34:22 2009 UTC (6 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.34: +13 -6 lines
Diff to previous 1.34
- Patch #394572 by Berdir: converted system module to the new database abstraction layer.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 15:23:16 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33
#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.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 14 08:23:15 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.32: +1 -5 lines
Diff to previous 1.32
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 11:30:19 2009 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31
- Patch #271515 by JamesAn: corrected PHPdoc.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 00:27:06 2009 UTC (7 months ago) by webchick
Branch: MAIN
Changes since 1.30: +3 -5 lines
Diff to previous 1.30
#331832 follow-up by jhodgdon: Fix spelling of hook_form_FORM_ID_alter().

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 16:44:25 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.29: +8 -3 lines
Diff to previous 1.29
- Patch #368821 by Senpai, sun, JuliaKM: documentation improvements.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 06:00:31 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
- Patch #352880 by dereine, Dave Reid: replace strstre with strpos.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 08:15:50 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
- Patch #147310 by c960657: added tests for private files, fixed a problem with private files and minor improvements.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 05:07:08 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
- Patch #423948 by mfb: updated documentation, update functions should include schema descriptions.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 07:42:22 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.25: +8 -3 lines
Diff to previous 1.25
- Patch #299176 by chx, Crell: added example of hook_query_alter to API documentation.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 29 23:11:09 2009 UTC (8 months ago) by webchick
Branch: MAIN
Changes since 1.24: +40 -3 lines
Diff to previous 1.24
#414218 by cha0s: Document hook_update_N()'s ability to use batch API.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 16:08:43 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.23: +1 -16 lines
Diff to previous 1.23
- Patch #331013 by drewish: documentation clean-up.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 09:43:01 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22
- Patch #373613 by drewish, quicksketch: working around some Debian issues.  They ship a different GD library.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 9 11:44:54 2009 UTC (8 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.21: +34 -11 lines
Diff to previous 1.21
- 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.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 03:46:31 2009 UTC (8 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.20: +4 -1 lines
Diff to previous 1.20
#331832 by jhodgdon: Add pointer from hook_form_alter() docs to hook_form_FORM_ID_alter().

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 07:30:28 2009 UTC (9 months ago) by webchick
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 15:19:56 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 15:42:52 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
#365149 by karschsp: Fix @endcode at the end of hook_page_alter() example.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 16:50:57 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 14:37:40 2009 UTC (9 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.15: +8 -6 lines
Diff to previous 1.15
#345157 follow-up by toddy: Fix @link syntax in PHPDoc.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 00:22:26 2009 UTC (10 months ago) by dries
Branch: MAIN
Changes since 1.14: +58 -1 lines
Diff to previous 1.14
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter.  Oh, behave.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 14:08:43 2009 UTC (10 months ago) by dries
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13
- Removing whitespace.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 20:28:46 2009 UTC (10 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.12: +29 -7 lines
Diff to previous 1.12
#345157 by toddy: Add API documentation for hook_update_last_removed().

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 21:16:20 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 22:41:39 2009 UTC (10 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
- Rollback of #225562 -- I think there is still something wrong.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 22:25:12 2009 UTC (10 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
- Patch #225562 by Jody Lynn:  change DB table names from eg. term_data to taxonomy_term_data.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 19:56:51 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.8: +63 -1 lines
Diff to previous 1.8
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 31 11:08:47 2008 UTC (10 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.7: +14 -13 lines
Diff to previous 1.7
- Patch #348201 by catch: make it possible to load multiple files with fewer queries.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:19 2008 UTC (10 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 28 20:41:19 2008 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.5: +34 -32 lines
Diff to previous 1.5
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 18:24:40 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 22:05:51 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.3: +9 -41 lines
Diff to previous 1.3
- Patch #339929 by Moshe et al: move node links into ->content.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 11:36:03 2008 UTC (11 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.2: +9 -8 lines
Diff to previous 1.2
- Patch #344661 by Dave Reid: API doc improvements for hook_translation_link_alter.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 16:32:22 2008 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency.  Oh my.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 02:37:32 2008 UTC (12 months ago) by webchick
Branch: MAIN
#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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2