summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
Commit message (Collapse)AuthorAge
...
* #706718 by heyrocker: Fixed API documentation for hook_stream_wrappers().Angie Byron2010-02-07
|
* #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵Angie Byron2010-02-03
| | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #553944 follow-up by David_Rothstein: Allow modules to override per-page ↵Angie Byron2010-01-30
| | | | custom themes.
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
|
* #698294 by joachim: Fixed out of date mention of FieldUI in contrib in code ↵Angie Byron2010-01-29
| | | | docs.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' ↵Angie Byron2010-01-13
| | | | formatters have a generic way to build the url of an 'entity'.
* #636992 by catch, yched: Fixed Entity loading needs protection from infinite ↵Angie Byron2010-01-13
| | | | recursion. Prevents unnecessary user_load()s from RDF.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | 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. :\
* - Patch #673462 by heyrocker: added API documentation for hook_tokens(), ↵Dries Buytaert2010-01-08
| | | | hook_token_info(), and hook_token_info_alter().
* #113614 follow-up by eaton: Commit missing token API documentation.Angie Byron2010-01-05
|
* - Patch #664076 by nvanhove, int: fixed hook_entity_load() documentation ↵Dries Buytaert2009-12-31
| | | | example.
* - Patch #670082 by yched, axyjo: hook_entity_info() cleanups.Dries Buytaert2009-12-29
|
* - Patch #661420 by justinrandell, David_Rothstein: made installation of ↵Dries Buytaert2009-12-28
| | | | modules much more efficient.
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #660904 by Crell, Crell: wrong interface name in hook_entity_info() ↵Dries Buytaert2009-12-17
| | | | docblock.
* - Patch #656266 by fgm: fixed the hook and added documentation.Dries Buytaert2009-12-13
|
* - Patch #584296 by jhodgdon: improved field API documentation.Dries Buytaert2009-12-04
|
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: ↵Dries Buytaert2009-12-02
| | | | improved consistency, flexibility and accessibility of form element labels.
* #610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, ↵Angie Byron2009-12-02
| | | | 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.
* - Patch #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more ↵Dries Buytaert2009-12-01
| | | | usable top level Appearance page. Yay.
* - Patch #632660 by yched: fixed hook_update_N() documentation.Dries Buytaert2009-11-15
|
* #585868 by sun: Provide a generic way for actions to denote that they change ↵Angie Byron2009-11-06
| | | | a property.
* - Patch #621392 by jhodgdon: fixed formatting of phpDoc.Dries Buytaert2009-11-05
|
* #571086 follow-up by sun: Allow specifying a 'wrapper callback' before ↵Angie Byron2009-11-04
| | | | executing a form builder function.
* #552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and ↵Angie Byron2009-11-03
| | | | support on node/comment pages rel=canonical and rel=shortlink standards.
* #192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, ↵Angie Byron2009-11-01
| | | | 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 ↵Angie Byron2009-10-24
| | | | custom_url_rewrite functions.
* #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, ↵Angie Byron2009-10-24
| | | | and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | 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.Dries Buytaert2009-10-20
|
* - Patch #604618 by axyjo, sun: archiver code clean-up.Dries Buytaert2009-10-16
|
* #605442 by catch: Add a generic hook_entity_load().Angie Byron2009-10-16
|
* - Patch #356074 by chx, Damien Tournoud: provide a sequences API.Dries Buytaert2009-10-16
|
* - Patch #604618 by Crell, JacobSingh: create a common interface for Archive ↵Dries Buytaert2009-10-15
| | | | operations so we can handle .zip, .tar.gz.
* #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵Angie Byron2009-10-15
| | | | parameters as url().
* - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵Dries Buytaert2009-10-15
| | | | 'callback' callbacks. Oh my, this is the beginning of something big.
* - Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and ↵Dries Buytaert2009-10-14
| | | | make custom theme settings a true form_alter().
* - Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to ↵Dries Buytaert2009-10-13
| | | | localize date formats.
* - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵Dries Buytaert2009-10-13
| | | | happen for AJAX requests too.
* #559294 by David_Rothstein: Allow install profiles to alter or override the ↵Angie Byron2009-10-13
| | | | task list.
* #561452 by pwolanin and David_Rothstein: Add API function to get ↵Angie Byron2009-10-13
| | | | module/theme info without rebuilding it.
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* #118345 by sun: Make user.module conform to standard ↵Angie Byron2009-10-10
| | | | presave/insert/update/form_alter hook paradigm.
* - Patch #583598 by jhodgdon | moshe weitzman: fixed documentation problem ↵Dries Buytaert2009-10-01
| | | | with hook_elements().
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #578676 by sun: clean ups for cron queue.Dries Buytaert2009-09-25
|