summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #791986 by aaron: hook_file_insert()/update() correction.Dries Buytaert2010-05-07
|
* - Patch #787944 by yoroy: weight items on the Reports overview page.Dries Buytaert2010-05-06
|
* #490400 by jpmckinney: Fixed modules with dependencies whose .info file sets ↵Angie Byron2010-05-06
| | | | required=TRUE cannot be enabled.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #783534 by dmitrig01, droplet, Nick Lewis: make Report table better.Dries Buytaert2010-05-05
|
* #743124 by ldpm: Small correction to hook_form_alter() docs.Angie Byron2010-05-05
|
* - Patch #511532 by sun: incorrect documentation for hook_library().Dries Buytaert2010-05-04
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #718894 by robeano: Fixed hook_date_format_types_alter() is not documented.Angie Byron2010-04-30
|
* #605270 by jhodgdon, dww, heyrocker: Fixed Document new update manager hooks.Angie Byron2010-04-30
|
* #551658 by pwolanin, aaron, drewish: Move private files to an opt-in system, ↵Angie Byron2010-04-30
| | | | and no longer force private files to live within web-accessible directory.
* #718860 by djac, jhodgdon: Fixes to hook_theme() documentation.Angie Byron2010-04-29
|
* #777080 by jhodgdon: Fixed hook_hook_info_alter() is not documented.Angie Byron2010-04-29
|
* - Patch #782788 by joachim, marcvangend: theme settings page help text takes ↵Dries Buytaert2010-04-28
| | | | the theme name from the URL.
* - Patch #748798 by casey, Rob Loach, Jacine: changed CSS Coding Standards.Dries Buytaert2010-04-28
|
* - Patch #736326 by jhodgdon, aspilicious: hook_process() and associated ↵Dries Buytaert2010-04-28
| | | | hooks are undocumented.
* - Patch #783584 by Pasqualle: fixed invalid HTML.Dries Buytaert2010-04-28
|
* - Patch #783580 by dmitrig01: what's the point of _system_theme_list()?Dries Buytaert2010-04-28
|
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make ↵Dries Buytaert2010-04-28
| | | | drupal_alter() support multiple alter hooks executed by module weight.
* #760014 by scor, catch: Stop supporting direct updates from Drupal < 6.17.Angie Byron2010-04-28
|
* #394534 by aspilicious, BruceBGordon: Move Menu API documentation contents ↵Angie Byron2010-04-28
| | | | to system.api.php.
* #778272 by cwgordon7: Fixed Ordering on admin/by-module page is unintuitive.Angie Byron2010-04-28
|
* - Patch #683988 by catch, dww, aspilicious: failure to clear the ↵Dries Buytaert2010-04-27
| | | | system_list() entry from {cache_bootstrap()} results in bogus results when you upgrade a module.
* - Patch #781822 by mr.baileys: remove some space.Dries Buytaert2010-04-27
|
* - Patch #781822 by mr.baileys: reference to non-existing drupal_run_cron().Dries Buytaert2010-04-26
|
* - Patch #781260 by chx: the single bundle case needs more documentation.Dries Buytaert2010-04-26
|
* - Patch #781876 by mr.baileys: Drupal not Drapal.Dries Buytaert2010-04-26
|
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* - Patch #778950 by aspilicious, jhodgdon, kbahey: fixed politically charged ↵Dries Buytaert2010-04-24
| | | | example in system.api.php.
* - Patch #491214 by jhodgdon: added missing documentation.Dries Buytaert2010-04-24
|
* #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by ↵Angie Byron2010-04-23
| | | | Grammar Parser module.
* #692950 by effulgentsia, chx, aaron, catch, moshe weitzman, sun: Use ↵Angie Byron2010-04-22
| | | | hook_module_implements_alter() to allow modules to alter the weight of hooks in module_implements().
* #778360 by cwgordon7: Fixed theme_system_admin_by_module() does not have ↵Angie Byron2010-04-22
| | | | proper comment formatting.
* #775240 by droplet: Fixed misspelling of occurred.Angie Byron2010-04-22
|
* #717602 by heyrocker, jhodgdon: Document hook_batch_alter().Angie Byron2010-04-20
|
* #727282 by heyrocker, jhodgdon: Document hook_filetransfer_backends().Angie Byron2010-04-20
|
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* - Patch #655740 by ksenzee, casey, aspilicious: fixed small JavaScript ↵Dries Buytaert2010-04-16
| | | | issues in the overlay module.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #765574 by quiptime: better positioning of the 'menu-expanded.png'.Dries Buytaert2010-04-11
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* #724642 by casey: Upgrade jQuery BBQ library to 1.2.1.Angie Byron2010-04-11
|
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ↵Dries Buytaert2010-04-10
| | | | word that should not be used.
* - Patch #606190 by dww, noahb, sun: improve handling of database schema ↵Dries Buytaert2010-04-10
| | | | updates in update manager workflow.
* - Patch #763444 by jpmckinney: user_cookie_save() has a weird/awkward ↵Dries Buytaert2010-04-07
| | | | function signature.
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support ↵Dries Buytaert2010-04-07
| | | | cross-schema/database prefixing like we claim to.
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #748976 by jpmckinney, David_Rothstein: 'Show/hide descriptions' ↵Dries Buytaert2010-04-06
| | | | links no longer work.
* - Patch #584130 by jhodgdon, yched: field Attach API page has outdated ↵Dries Buytaert2010-04-04
| | | | information.
* #758916 by chx and Damien Tournoud: Fixed Default queue implementation is ↵Angie Byron2010-04-03
| | | | hardwired.