| Commit message (Expand) | Author | Age |
* | #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopr... | Angie Byron | 2009-08-17 |
* | - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks a... | Dries Buytaert | 2009-08-12 |
* | - Patch #545356 by Damien Tournoud: sidebars were broken in install.php, upda... | Dries Buytaert | 2009-08-11 |
* | #537654 by catch: Tidy up comment links, and remove hook_link() in favour of ... | Angie Byron | 2009-08-08 |
* | - Accidentically committed two patches at once. Rolled back one of them. Sorry. | Dries Buytaert | 2009-08-02 |
* | - Patch #535034 by yched: clean up how fields and instances are prepared for ... | Dries Buytaert | 2009-08-02 |
* | - Patch #310168 by jhodgdon, arianek, traxer: documentation update. | Dries Buytaert | 2009-08-01 |
* | - Patch #528918 by lyaunzbe: document that hook_form_alter() passes by refer... | Dries Buytaert | 2009-07-31 |
* | - Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric weight... | Dries Buytaert | 2009-07-30 |
* | - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ... | Dries Buytaert | 2009-07-28 |
* | - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added ... | Dries Buytaert | 2009-07-27 |
* | - Patch #519782 by tic2000: change to become a hidden region like page_top. | Dries Buytaert | 2009-07-27 |
* | #527804 by sun: Add an alter hook for element_info() to change default values... | Angie Byron | 2009-07-23 |
* | #509392 by adrian: Add .info files for installation profiles. | Angie Byron | 2009-07-15 |
* | - Patch #516254 by drewish remove @return PHPDocs where nothing is to return. | Dries Buytaert | 2009-07-11 |
* | - Patch #506976 by catch: rename hook_perm to hook_permission. | Dries Buytaert | 2009-07-05 |
* | #315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for... | Angie Byron | 2009-07-04 |
* | - Patch #359853 by jhodgdon: corrected and improved the documentation of hook... | Dries Buytaert | 2009-06-27 |
* | - Patch #501384 by jhodgdon: fixed typos. | Dries Buytaert | 2009-06-27 |
* | - Patch #409750 by yched et al: overhaul and extend node build modes. | Dries Buytaert | 2009-06-22 |
* | - Patch #491490 by torelad: updated hook_perm() documentation. | Dries Buytaert | 2009-06-18 |
* | - Patch #449198 by boombatower: cealn up test loading and related API. | Dries Buytaert | 2009-06-08 |
* | - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and syste... | Dries Buytaert | 2009-06-06 |
* | #220233 by Berdir, marcingy, et al: Add useful API functions for extracting n... | Angie Byron | 2009-06-04 |
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
* | Roll-back of #310467: Breaks installer requirements check and update.php. | Angie Byron | 2009-05-21 |
* | #332123 follow-up by quicksketch: Fix API documentation for hook_schema() to ... | Angie Byron | 2009-05-20 |
* | - Patch #394572 by Berdir: converted system module to the new database abstra... | Dries Buytaert | 2009-05-16 |
* | #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ...... | Angie Byron | 2009-05-16 |
* | - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer. | Dries Buytaert | 2009-05-14 |
* | - Patch #271515 by JamesAn: corrected PHPdoc. | Dries Buytaert | 2009-05-06 |
* | #331832 follow-up by jhodgdon: Fix spelling of hook_form_FORM_ID_alter(). | Angie Byron | 2009-04-28 |
* | - Patch #368821 by Senpai, sun, JuliaKM: documentation improvements. | Dries Buytaert | 2009-04-26 |
* | - Patch #352880 by dereine, Dave Reid: replace strstre with strpos. | Dries Buytaert | 2009-04-26 |
* | - Patch #147310 by c960657: added tests for private files, fixed a problem wi... | Dries Buytaert | 2009-04-24 |
* | - Patch #423948 by mfb: updated documentation, update functions should includ... | Dries Buytaert | 2009-04-21 |
* | - Patch #299176 by chx, Crell: added example of hook_query_alter to API docum... | Dries Buytaert | 2009-04-20 |
* | #414218 by cha0s: Document hook_update_N()'s ability to use batch API. | Angie Byron | 2009-03-29 |
* | - Patch #331013 by drewish: documentation clean-up. | Dries Buytaert | 2009-03-10 |
* | - Patch #373613 by drewish, quicksketch: working around some Debian issues. ... | Dries Buytaert | 2009-03-10 |
* | - Patch #373613 by quicksketch and drewish: in order to operate on images mul... | Dries Buytaert | 2009-03-09 |
* | #331832 by jhodgdon: Add pointer from hook_form_alter() docs to hook_form_FOR... | Angie Byron | 2009-03-08 |
* | Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. | Angie Byron | 2009-02-26 |
* | #330983 by recidive and boombatower: Rename users/users_roles tables to user/... | Angie Byron | 2009-02-18 |
* | #365149 by karschsp: Fix @endcode at the end of hook_page_alter() example. | Angie Byron | 2009-02-09 |
* | #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter def... | Angie Byron | 2009-01-31 |
* | #345157 follow-up by toddy: Fix @link syntax in PHPDoc. | Angie Byron | 2009-01-29 |
* | - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_p... | Dries Buytaert | 2009-01-27 |
* | - Removing whitespace. | Dries Buytaert | 2009-01-26 |
* | #345157 by toddy: Add API documentation for hook_update_last_removed(). | Angie Byron | 2009-01-17 |