Dries Buytaert
bdb7e56143
- Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved word that should not be used.
2010-04-10 17:30:15 +00:00
Dries Buytaert
ba96cffdb7
- Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
2010-04-06 19:49:03 +00:00
Dries Buytaert
6c049009e5
- Patch #584130 by jhodgdon, yched: field Attach API page has outdated information.
2010-04-04 12:48:18 +00:00
Dries Buytaert
d864fc6363
- Patch #754686 by yched: rename 'cacheable' property in hook_entity_info().
2010-03-27 18:41:14 +00:00
Angie Byron
7d4b84b878
#707724 follow-up by yched: Fix more confusing field/entity api arguments.
2010-03-27 05:52:50 +00:00
Dries Buytaert
d428fe37b9
- Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links.
2010-03-26 17:14:46 +00:00
Dries Buytaert
ad9c37ffd4
- Patch #747464 by andypost: fixed wrong usage of hook_file_references().
2010-03-25 12:19:34 +00:00
Dries Buytaert
25feb96f6d
- Patch #248598 by David_Rothstein, pwolanin, aspilicious: improved warning about dangerous permissions.
2010-03-21 21:20:43 +00:00
Dries Buytaert
e1799e761b
- Patch #747464 by andypost: wrong usage of hook_file_references().
2010-03-21 20:28:28 +00:00
Dries Buytaert
052a1da533
- Patch #739450 by mr.baileys: rename WATCHDOG_EMERG to WATCHDOG_EMERGENCY.
2010-03-11 21:23:06 +00:00
Dries Buytaert
7511394e32
- Patch #405832 by jhodgdon, arianek: documentation for hook_forms() was incorrect.
2010-03-06 12:43:45 +00:00
Dries Buytaert
aec10a8c7d
- Patch #734146 by scor: white-space clean-up.
2010-03-06 06:39:01 +00:00
Dries Buytaert
3cd6a773a1
- Patch #718648 by chx, robeano: hook_cron_queue_info_alter() is not documented.
2010-02-27 10:51:25 +00:00
Dries Buytaert
a9286dd3c2
- Patch #610408 by JohnAlbin: create theme.api.php to help consolidate theme-related documentation.
2010-02-27 09:24:09 +00:00
Dries Buytaert
19aaebcbe2
- Patch #721010 by jhodgdon: actions topic group needs more functions included and better doc header.
2010-02-26 16:55:18 +00:00
Angie Byron
fa02c4f4e9
#237274 by alexanderpas: Fixed hook_update_N: Documented summary is not one line.
2010-02-23 05:04:50 +00:00
Dries Buytaert
90b5a506ad
- Patch #712364 by djac: corrected PHPdoc.
2010-02-20 14:35:03 +00:00
Angie Byron
c1ca8a08da
#717666 by heyrocker: Document hook_countries_alter().
2010-02-18 01:40:46 +00:00
Angie Byron
8d01aeb428
#710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
2010-02-17 22:44:52 +00:00
Angie Byron
1fed2bf260
#713794 by Rob Loach: Fixed hook_ajax_render_alter() is undocumented.
2010-02-15 22:11:21 +00:00
Angie Byron
7562a8efb3
#707724 by chx: Rename confusing arguments in field/entity APIs.
2010-02-11 17:44:47 +00:00
Angie Byron
52195a6b1d
#525622 by scor, catch, and yched: Allow Entity path callback to deal with options.
2010-02-11 15:52:13 +00:00
Dries Buytaert
41019a8362
- Patch #708574 by jhodgdon: hook_archiver_info_alter() was not documented.
2010-02-10 20:22:57 +00:00
Dries Buytaert
2893abcc62
- Patch #652246 by effulgentsia, scor: optimize theme('field') and use it for comment body.
2010-02-07 09:11:28 +00:00
Angie Byron
c197ce3524
#706718 by heyrocker: Fixed API documentation for hook_stream_wrappers().
2010-02-07 00:42:00 +00:00
Angie Byron
ec407ec945
#211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, et al: Allow updates to specify dependencies to ensure they run in a predictable order.
2010-02-03 18:16:23 +00:00
Dries Buytaert
ea51c3215b
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
2010-01-30 07:59:26 +00:00
Angie Byron
196aaa7d51
#553944 follow-up by David_Rothstein: Allow modules to override per-page custom themes.
2010-01-30 03:38:22 +00:00
Angie Byron
02c1eeee3f
#684202 by catch: Added Entity insert/delete/update hooks, to support caching.
2010-01-30 02:01:41 +00:00
Angie Byron
e92e8ddbd2
#698294 by joachim: Fixed out of date mention of FieldUI in contrib in code docs.
2010-01-29 00:42:29 +00:00
Dries Buytaert
af3f94b37e
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
2010-01-25 10:38:35 +00:00
Angie Byron
83c97345e8
#525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' formatters have a generic way to build the url of an 'entity'.
2010-01-13 06:26:49 +00:00
Angie Byron
3a0f6b3372
#636992 by catch, yched: Fixed Entity loading needs protection from infinite recursion. Prevents unnecessary user_load()s from RDF.
2010-01-13 05:00:25 +00:00
Angie Byron
71ee49de3e
#679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface.
2010-01-09 23:03:22 +00:00
Angie Byron
147bb1389a
#571654 follow-up by chx, peximo, plach, sun, et al:
...
Roll-back of node titles as fields. The Entity Translation module in
contrib can add this back, but for everyone else it creates a *huge* WTF.
Apologies for how late this is coming, but better now than post-alpha. :\
2010-01-09 21:54:01 +00:00
Dries Buytaert
4b23d00e60
- Patch #673462 by heyrocker: added API documentation for hook_tokens(), hook_token_info(), and hook_token_info_alter().
2010-01-08 11:07:01 +00:00
Angie Byron
6ccd09dc15
#113614 follow-up by eaton: Commit missing token API documentation.
2010-01-05 05:03:32 +00:00
Dries Buytaert
5674b54fd3
- Patch #664076 by nvanhove, int: fixed hook_entity_load() documentation example.
2009-12-31 13:22:35 +00:00
Dries Buytaert
539ba0dc38
- Patch #670082 by yched, axyjo: hook_entity_info() cleanups.
2009-12-29 20:23:10 +00:00
Dries Buytaert
98b84b7adb
- Patch #661420 by justinrandell, David_Rothstein: made installation of modules much more efficient.
2009-12-28 10:48:51 +00:00
Dries Buytaert
53748ab5e2
- Patch #664544 by yched: clean-up entity build/view modes.
2009-12-26 16:50:09 +00:00
Dries Buytaert
42f9d899af
- Patch #660904 by Crell, Crell: wrong interface name in hook_entity_info() docblock.
2009-12-17 08:00:59 +00:00
Dries Buytaert
a1e08d9353
- Patch #656266 by fgm: fixed the hook and added documentation.
2009-12-13 13:06:45 +00:00
Dries Buytaert
14053d3625
- Patch #584296 by jhodgdon: improved field API documentation.
2009-12-04 22:46:28 +00:00
Dries Buytaert
0baad49d62
- Patch #635094 by plach: unify 'language neutral' language codes.
2009-12-02 19:26:23 +00:00
Dries Buytaert
99833c6289
- Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: improved consistency, flexibility and accessibility of form element labels.
2009-12-02 15:09:16 +00:00
Angie Byron
c912008307
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
Dries Buytaert
886cc50e75
- Patch #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more usable top level Appearance page. Yay.
2009-12-01 00:39:35 +00:00
Dries Buytaert
79643e89f0
- Patch #632660 by yched: fixed hook_update_N() documentation.
2009-11-15 08:48:39 +00:00
Angie Byron
803bd4f968
#585868 by sun: Provide a generic way for actions to denote that they change a property.
2009-11-06 03:59:06 +00:00
Dries Buytaert
4c68637558
- Patch #621392 by jhodgdon: fixed formatting of phpDoc.
2009-11-05 03:04:24 +00:00
Angie Byron
b006ec6cb4
#571086 follow-up by sun: Allow specifying a 'wrapper callback' before executing a form builder function.
2009-11-04 05:39:14 +00:00
Angie Byron
0d8515deb7
#552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and support on node/comment pages rel=canonical and rel=shortlink standards.
2009-11-03 06:47:23 +00:00
Angie Byron
ca8eee7545
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
2009-11-01 21:26:44 +00:00
Angie Byron
7c08cff12e
#320331 follow-up by Dave Reid: Remove documentation for no-longer-existing custom_url_rewrite functions.
2009-10-24 05:28:16 +00:00
Angie Byron
cd7b8f0999
#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.
2009-10-24 05:13:44 +00:00
Angie Byron
a7149821d6
#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().
2009-10-23 22:24:19 +00:00
Dries Buytaert
0d2b7fe81b
- Patch #443200 by c960657: fixed user pictures not working with private files.
2009-10-20 00:55:30 +00:00
Dries Buytaert
f0a8150b11
- Patch #604618 by axyjo, sun: archiver code clean-up.
2009-10-16 13:18:32 +00:00
Angie Byron
1c7bca0b6f
#605442 by catch: Add a generic hook_entity_load().
2009-10-16 03:47:14 +00:00
Dries Buytaert
13d3072f41
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
2009-10-16 03:01:55 +00:00
Dries Buytaert
2fb451c872
- Patch #604618 by Crell, JacobSingh: create a common interface for Archive operations so we can handle .zip, .tar.gz.
2009-10-15 17:55:55 +00:00
Angie Byron
e1642603ea
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
2009-10-15 16:18:46 +00:00
Dries Buytaert
f42bca3bd4
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
2009-10-15 14:07:30 +00:00
Dries Buytaert
a019a9ebb0
- Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and make custom theme settings a true form_alter().
2009-10-14 10:56:35 +00:00
Dries Buytaert
04d0ef5c8c
- Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to localize date formats.
2009-10-13 21:34:15 +00:00
Dries Buytaert
24c259cdd8
- Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.
2009-10-13 21:16:44 +00:00
Angie Byron
89580246ee
#559294 by David_Rothstein: Allow install profiles to alter or override the task list.
2009-10-13 07:09:26 +00:00
Angie Byron
89d04ea78a
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
2009-10-13 05:26:57 +00:00
Angie Byron
b3265dbe17
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
2009-10-11 03:07:21 +00:00
Angie Byron
d16bead147
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
2009-10-10 16:48:39 +00:00
Dries Buytaert
2ac0eb58a3
- Patch #583598 by jhodgdon | moshe weitzman: fixed documentation problem with hook_elements().
2009-10-01 13:16:17 +00:00
Dries Buytaert
cef1089389
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
2009-09-29 15:13:57 +00:00
Dries Buytaert
9e63842460
- Patch #578676 by sun: clean ups for cron queue.
2009-09-25 23:48:24 +00:00
Dries Buytaert
762be09fa9
- Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for cron.
2009-09-25 15:20:12 +00:00
Dries Buytaert
fd1c63b5c0
- 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.
2009-09-19 11:07:37 +00:00
Angie Byron
e18feedfdb
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
2009-09-18 00:04:24 +00:00
Dries Buytaert
029c48c68d
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
2009-09-10 06:38:20 +00:00
Dries Buytaert
d481f1cd36
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.
2009-09-10 06:31:39 +00:00
Dries Buytaert
6586b76465
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.
2009-09-05 13:05:31 +00:00
Angie Byron
c4a548f64d
#331180 follow-up by pwolanin and mfb: Fix sending of mail.
2009-09-01 17:40:28 +00:00
Dries Buytaert
e08ae62eaa
- Patch #499156 by Wim Leers: corrected documentation.
2009-08-31 17:45:04 +00:00
Angie Byron
a244b45cfb
#558958 by Frando and moshe weitzman: Add a hook_page_build() that runs before hook_page_alter().
2009-08-31 16:46:32 +00:00
Dries Buytaert
41dca3c4e0
- Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME extension mapping rather than setting a huge variable.
2009-08-31 05:47:34 +00:00
Dries Buytaert
feb4845493
- Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with CDNs.
2009-08-29 06:57:27 +00:00
Dries Buytaert
45da74801a
- Patch #519498 by torelad, awmckinley et al: improved documentation for drupal_mail().
2009-08-28 07:22:44 +00:00
Angie Byron
22273a43eb
#524790 by torelad: Fixed incorrect sample code for hook_mail_alter().
2009-08-26 03:09:12 +00:00
Dries Buytaert
3f36af04de
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
2009-08-25 21:53:48 +00:00
Dries Buytaert
a321598493
- Patch #556136 by catch, dereine: remove theme_forum_topic_navigation().
2009-08-22 15:29:30 +00:00
Angie Byron
b41323642b
#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://.
2009-08-17 19:14:42 +00:00
Dries Buytaert
06fbe8e90c
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.
2009-08-12 12:36:05 +00:00
Dries Buytaert
62e0ddc740
- 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.
2009-08-11 12:20:26 +00:00
Angie Byron
0355caac41
#537654 by catch: Tidy up comment links, and remove hook_link() in favour of hook_page_alter().
2009-08-08 22:52:59 +00:00
Dries Buytaert
eaf21849a1
- Accidentically committed two patches at once. Rolled back one of them. Sorry.
2009-08-02 11:25:18 +00:00
Dries Buytaert
065346b366
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.
2009-08-02 11:24:21 +00:00
Dries Buytaert
1a2d10ecf2
- Patch #310168 by jhodgdon, arianek, traxer: documentation update.
2009-08-01 20:48:59 +00:00
Dries Buytaert
7dd203c424
- Patch #528918 by lyaunzbe: document that hook_form_alter() passes by reference. lyaunzbe is a new contributor -- welcome!
2009-07-31 21:21:33 +00:00
Dries Buytaert
1a5c71e2da
- Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric weight to drupal_add_css.
2009-07-30 19:57:10 +00:00
Dries Buytaert
aab51b9319
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.
2009-07-28 12:13:47 +00:00
Dries Buytaert
5468b47b91
- Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added initial support for PHP file wrappers.
2009-07-27 19:53:18 +00:00
Dries Buytaert
7d41b2d7f5
- Patch #519782 by tic2000: change to become a hidden region like page_top.
2009-07-27 18:38:35 +00:00
Angie Byron
dbb5457cfe
#527804 by sun: Add an alter hook for element_info() to change default values of form elements.
2009-07-23 21:20:16 +00:00
Angie Byron
b692036962
#509392 by adrian: Add .info files for installation profiles.
2009-07-15 02:08:41 +00:00
Dries Buytaert
5fbaa4b83c
- Patch #516254 by drewish remove @return PHPDocs where nothing is to return.
2009-07-11 13:56:22 +00:00
Dries Buytaert
e4a4b7cc7e
- Patch #506976 by catch: rename hook_perm to hook_permission.
2009-07-05 18:00:11 +00:00
Angie Byron
4a4a6570d8
#315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for modules to register JS/CSS libraries.
2009-07-04 18:26:42 +00:00
Dries Buytaert
9850918acf
- Patch #359853 by jhodgdon: corrected and improved the documentation of hook_mail_alter().
2009-06-27 10:19:31 +00:00
Dries Buytaert
dec310d6f1
- Patch #501384 by jhodgdon: fixed typos.
2009-06-27 09:52:24 +00:00
Dries Buytaert
f96c141f5a
- Patch #409750 by yched et al: overhaul and extend node build modes.
2009-06-22 09:10:07 +00:00
Dries Buytaert
da79408317
- Patch #491490 by torelad: updated hook_perm() documentation.
2009-06-18 10:20:22 +00:00
Dries Buytaert
e9d97f1eef
- Patch #449198 by boombatower: cealn up test loading and related API.
2009-06-08 09:23:55 +00:00
Dries Buytaert
1f9077ee92
- Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data().
2009-06-06 16:05:28 +00:00
Angie Byron
cab88a7014
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
2009-06-04 03:33:29 +00:00
Dries Buytaert
a24a6c2bba
- Patch #471070 by stella: millions of code style fixes.
2009-05-24 17:39:35 +00:00
Angie Byron
4bc255ba79
Roll-back of #310467 : Breaks installer requirements check and update.php.
2009-05-21 23:07:16 +00:00
Angie Byron
9c79816c4f
#332123 follow-up by quicksketch: Fix API documentation for hook_schema() to reflect that descriptions should not be t()ed.
2009-05-20 19:56:36 +00:00
Dries Buytaert
196da1b876
- Patch #394572 by Berdir: converted system module to the new database abstraction layer.
2009-05-16 18:34:23 +00:00
Angie Byron
f577c125e8
#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.
2009-05-16 15:23:16 +00:00
Dries Buytaert
1778c5cca9
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.
2009-05-14 08:23:15 +00:00
Dries Buytaert
11067d384d
- Patch #271515 by JamesAn: corrected PHPdoc.
2009-05-06 11:30:19 +00:00
Angie Byron
319220aaa2
#331832 follow-up by jhodgdon: Fix spelling of hook_form_FORM_ID_alter().
2009-04-28 00:27:06 +00:00
Dries Buytaert
a4dc8467bb
- Patch #368821 by Senpai, sun, JuliaKM: documentation improvements.
2009-04-26 16:44:25 +00:00
Dries Buytaert
3fe4c4e1c4
- Patch #352880 by dereine, Dave Reid: replace strstre with strpos.
2009-04-26 06:00:31 +00:00
Dries Buytaert
e99838fbf4
- Patch #147310 by c960657: added tests for private files, fixed a problem with private files and minor improvements.
2009-04-24 08:16:56 +00:00
Dries Buytaert
1280c324fa
- Patch #423948 by mfb: updated documentation, update functions should include schema descriptions.
2009-04-21 05:07:08 +00:00
Dries Buytaert
01a33182a5
- Patch #299176 by chx, Crell: added example of hook_query_alter to API documentation.
2009-04-20 07:42:22 +00:00
Angie Byron
3c8f1540e1
#414218 by cha0s: Document hook_update_N()'s ability to use batch API.
2009-03-29 23:11:09 +00:00
Dries Buytaert
9aa14da49d
- Patch #331013 by drewish: documentation clean-up.
2009-03-10 16:08:43 +00:00
Dries Buytaert
a4ee7092e1
- Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library.
2009-03-10 09:43:01 +00:00
Dries Buytaert
0ea653502c
- 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.
2009-03-09 11:44:54 +00:00
Angie Byron
ad84a92662
#331832 by jhodgdon: Add pointer from hook_form_alter() docs to hook_form_FORM_ID_alter().
2009-03-08 03:46:31 +00:00
Angie Byron
665c9fdc2c
Roll-back of users -> user table name change in #330983 : Broken pgsql is no fun.
2009-02-26 07:30:29 +00:00
Angie Byron
ff9e842730
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
2009-02-18 15:19:57 +00:00
Angie Byron
1dafc60c26
#365149 by karschsp: Fix @endcode at the end of hook_page_alter() example.
2009-02-09 15:42:52 +00:00
Angie Byron
2c381622a5
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.
2009-01-31 16:50:57 +00:00
Angie Byron
d2feb62234
#345157 follow-up by toddy: Fix @link syntax in PHPDoc.
2009-01-29 14:37:40 +00:00
Dries Buytaert
2e8ca690ff
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
2009-01-27 00:22:27 +00:00
Dries Buytaert
6d3d75fe4b
- Removing whitespace.
2009-01-26 14:08:44 +00:00
Angie Byron
d1855fe18b
#345157 by toddy: Add API documentation for hook_update_last_removed().
2009-01-17 20:28:46 +00:00
Dries Buytaert
d3df2ff356
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
2009-01-14 21:16:21 +00:00
Dries Buytaert
77936aef4c
- Rollback of #225562 -- I think there is still something wrong.
2009-01-13 22:41:39 +00:00
Dries Buytaert
b86354c55c
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
2009-01-13 22:25:13 +00:00
Dries Buytaert
634379299f
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.
2009-01-04 19:56:51 +00:00
Dries Buytaert
d813e3679c
- Patch #348201 by catch: make it possible to load multiple files with fewer queries.
2008-12-31 11:08:47 +00:00
Dries Buytaert
92a8adea65
- Patch #352470 by scor: fixed typos and grammar in comments.
2008-12-30 16:43:20 +00:00
Dries Buytaert
5bbad8a4dc
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.
2008-12-28 20:41:19 +00:00
Dries Buytaert
0c63d9e24f
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
2008-12-20 18:24:41 +00:00
Dries Buytaert
18d22419f3
- Patch #339929 by Moshe et al: move node links into ->content.
2008-12-16 22:05:51 +00:00
Dries Buytaert
8ad5cba994
- Patch #344661 by Dave Reid: API doc improvements for hook_translation_link_alter.
2008-12-09 11:36:04 +00:00
Dries Buytaert
cadd9bd54c
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
2008-12-03 16:32:22 +00:00