summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* #594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories ↵Angie Byron2010-03-30
| | | | on Configuration & Modules correctly.
* #373201 follow-up by JohnAlbin: Remove old remnants of theme_list().Angie Byron2010-03-29
|
* - Patch #319723 by aditya_kristanto, cha0s: confirm_form() needs to be ↵Dries Buytaert2010-03-28
| | | | polite with ['#attributes'].
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ↵Dries Buytaert2010-03-28
| | | | has to get worse before it can get better.'
* - Patch #745656 by sociotech: fixed warning message on system_themes_page().Dries Buytaert2010-03-28
|
* - Patch #754686 by yched: rename 'cacheable' property in hook_entity_info().Dries Buytaert2010-03-27
|
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* #714190 by rfay: Fixed system_send_email_action() uses account without ↵Angie Byron2010-03-27
| | | | initializing it.
* - Rolled back a patch that I didn't meant to commit yet.Dries Buytaert2010-03-26
|
* - Patch #241013 by Pedro Lozano, drewish, andypost, mr.baileys: actions only ↵Dries Buytaert2010-03-26
| | | | trigger one action per node page load.
* - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX ↵Dries Buytaert2010-03-26
| | | | triggered by non-submit element fails if any elements are validated.
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #629902 by andypost, JohnAlbin, David_Rothstein: critical bug: ↵Dries Buytaert2010-03-26
| | | | theme_get_setting() should return NULL for features that are disabled in a theme.
* - Patch #747464 by andypost: fixed wrong usage of hook_file_references().Dries Buytaert2010-03-25
|
* - Patch #588480 by aspilicious, droplet: fixed interface string space issues.Dries Buytaert2010-03-24
|
* - Patch #248598 by David_Rothstein, pwolanin, aspilicious: improved warning ↵Dries Buytaert2010-03-21
| | | | about dangerous permissions.
* - Patch #747464 by andypost: wrong usage of hook_file_references().Dries Buytaert2010-03-21
|
* #679036 by marvil07, mfer, Rob Loach, et al: Upgrade to jQuery UI 1.8.Angie Byron2010-03-21
|
* - Patch #582948 by David_Rothstein: improve safety of schema manipulation.Dries Buytaert2010-03-20
|
* - Patch #475140 by anarcat: make sure Drupal provides support for IPv6.Dries Buytaert2010-03-18
|
* - Patch #741242 by marcvangend: cleanup left over set-to-global-defaults ↵Dries Buytaert2010-03-18
| | | | description.
* - Patch #716602 by effulgentsia: refactor ajax_render() and clean up 'ajax' ↵Dries Buytaert2010-03-13
| | | | element type.
* - Patch #681782 by Dave Reid: 'clean' option in token_replace() does not do ↵Dries Buytaert2010-03-12
| | | | anything.
* - Patch #739450 by mr.baileys: rename WATCHDOG_EMERG to WATCHDOG_EMERGENCY.Dries Buytaert2010-03-11
|
* #653580 by mfer, Rob Loach, cosmicdreams, et al: Upgrade to jQuery 1.4.2.Angie Byron2010-03-09
|
* - Patch #735628 by sun, Jacine: resizable textarea behavior leads to ↵Dries Buytaert2010-03-09
| | | | unpredictable results.
* - Patch #721400 by pwolanin: order JS files according to weight, don't ↵Dries Buytaert2010-03-09
| | | | change filenames for aggregated JS/CSS.
* #734770 by andypost: Fix the extra Drupal 6 upgrades.Angie Byron2010-03-08
|
* #734742 by Damien Tournoud: Upgrade path: no need to change the definition ↵Angie Byron2010-03-08
| | | | of the {url_alias()} table twice.
* #594412 by mrfelton: Correctly label all site-owning super-admin permissions.Angie Byron2010-03-08
|
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* #734942 by Dave Reid: hook_token_info_alter() should be included in the ↵Angie Byron2010-03-07
| | | | 'token' group in system_hook_info().
* #223341 by bonzinip, Jody Lynn: Fix over-aggressive menu markup that ↵Angie Byron2010-03-07
| | | | overrides ordered lists.
* #459980 follow-up by c960657: Further clean-ups to admin/settings/performance.Angie Byron2010-03-07
|
* #251792 follow-up by andypost: Make note of 6.x update for locking framework.Angie Byron2010-03-07
|
* - Patch #733026 by Island Usurper: required modules are installed/enabled in ↵Dries Buytaert2010-03-06
| | | | the wrong order.
* - Patch #405832 by jhodgdon, arianek: documentation for hook_forms() was ↵Dries Buytaert2010-03-06
| | | | incorrect.
* - Patch #131737 by malc0mn, scor, v1nce, Pancho, mrfelton, nvanhove: fixed ↵Dries Buytaert2010-03-06
| | | | Return-Path being overwritten by the PHP mail() function.
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #461938 by Kars-T, Garrett Albright, JamesAn, grendzy: fixed ↵Dries Buytaert2010-03-04
| | | | inconsistent use of filter_xss_admin() on () and ().
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* - Patch #210876 by deekayen, c960657: add logging of who installs/uninstalls ↵Dries Buytaert2010-03-03
| | | | a module.
* - Patch #720610 by andrewmacpherson: move the core RDF namespace definitions ↵Dries Buytaert2010-03-03
| | | | in the rdf module.
* - Patch #358315 by neochief, andypost, Damien Tournoud, catch, xurizaemon: ↵Dries Buytaert2010-03-02
| | | | drupal_lookup_path() not respects alias' order.
* - Patch #728820 by David_Rothstein: clean up installation of required modules.Dries Buytaert2010-03-01
|
* - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, ↵Dries Buytaert2010-02-28
| | | | c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
* - Patch #718648 by chx, robeano: hook_cron_queue_info_alter() is not documented.Dries Buytaert2010-02-27
|
* - Patch #610408 by JohnAlbin: create theme.api.php to help consolidate ↵Dries Buytaert2010-02-27
| | | | theme-related documentation.
* - Patch #573300 by eMPee584: system_retrieve_file() fails in ↵Dries Buytaert2010-02-26
| | | | file_unmanaged_copy()
* - Patch #620298 by David_Rothstein: schema not available in hook_install().Dries Buytaert2010-02-26
|