summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
Commit message (Collapse)AuthorAge
...
* - Patch #423948 by mfb: updated documentation, update functions should ↵Dries Buytaert2009-04-21
| | | | include schema descriptions.
* - Patch #299176 by chx, Crell: added example of hook_query_alter to API ↵Dries Buytaert2009-04-20
| | | | documentation.
* #414218 by cha0s: Document hook_update_N()'s ability to use batch API.Angie Byron2009-03-29
|
* - Patch #331013 by drewish: documentation clean-up.Dries Buytaert2009-03-10
|
* - Patch #373613 by drewish, quicksketch: working around some Debian issues. ↵Dries Buytaert2009-03-10
| | | | They ship a different GD library.
* - Patch #373613 by quicksketch and drewish: in order to operate on images ↵Dries Buytaert2009-03-09
| | | | | | | | | | 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 ↵Angie Byron2009-03-08
| | | | hook_form_FORM_ID_alter().
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #365149 by karschsp: Fix @endcode at the end of hook_page_alter() example.Angie Byron2009-02-09
|
* #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter ↵Angie Byron2009-01-31
| | | | default to NULL so that NULLs do not need to be specified.
* #345157 follow-up by toddy: Fix @link syntax in PHPDoc.Angie Byron2009-01-29
|
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* #345157 by toddy: Add API documentation for hook_update_last_removed().Angie Byron2009-01-17
|
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* - Patch #320591 by Moshe, Crell et al: tag specific alter hook for database ↵Dries Buytaert2009-01-04
| | | | queries.
* - Patch #348201 by catch: make it possible to load multiple files with fewer ↵Dries Buytaert2008-12-31
| | | | queries.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.Dries Buytaert2008-12-28
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* - Patch #344661 by Dave Reid: API doc improvements for ↵Dries Buytaert2008-12-09
| | | | hook_translation_link_alter.
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ↵Angie Byron2008-11-25
Drupal core.