summaryrefslogtreecommitdiff
path: root/modules/system/system.module
Commit message (Collapse)AuthorAge
...
* - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for ↵Dries Buytaert2010-06-26
| | | | system_settings_form().
* - Patch #836700 by james.elliott: upgrade to jQuery UI 1.8 doesn't include ↵Dries Buytaert2010-06-25
| | | | proper dependencies for dialog.
* #833094 by carlos8f, David_Rothstein: Fixed Ajax requests in installer cause ↵Angie Byron2010-06-24
| | | | cron to run prematurely.
* #293223 follow-up by David_Rothstein: Roll back 'Hide required core ↵Angie Byron2010-06-21
| | | | modules'. This was removing useful information to both new and experienced site builders, as well as hiding critical 'help' links.
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #235673 by carlos8f, yched, swentel, redndahead, Damien Tournoud, ↵Dries Buytaert2010-06-15
| | | | pwolanin, dww: changes to block caching mode not caught.
* - Patch #826054 by grendzy: upgrade from Drupal 6.17 fails with integrity ↵Dries Buytaert2010-06-14
| | | | constraint violation: 1048 Column 'filename' cannot be null.
* - Patch #245990 by Pedro Lozano: HTTP request testing unreliable and may be ↵Dries Buytaert2010-06-13
| | | | undesirable.
* #245990 follow-up by Pedro Lozano: Tell system_http_check() not to follow ↵Angie Byron2010-06-12
| | | | redirects to avoid false error notifications.
* - Patch #682902 by Shai: small change in wording in help text.Dries Buytaert2010-05-20
|
* - Patch #283095 by mr.baileys: correct language of/add specificity to ↵Dries Buytaert2010-05-19
| | | | confirm_form() documentation.
* - Patch #67439 by sun, effulgentsia: #tree in hook_element_info() does not work.Dries Buytaert2010-05-17
|
* - Patch #778608 by Gábor Hojtsy: default theme region can be hidden.Dries Buytaert2010-05-17
|
* - Patch #594412 by mrfelton, klausi, David_Rothstein: correctly label all ↵Dries Buytaert2010-05-17
| | | | site-owning super-admin permissions.
* - Patch #655252 by quicksketch: custom e-mail action fails to accept token ↵Dries Buytaert2010-05-11
| | | | [node:author:mail] or [comment:author:mail].
* - Patch #787944 by yoroy: weight items on the Reports overview page.Dries Buytaert2010-05-06
|
* #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.
* - Patch #782788 by joachim, marcvangend: theme settings page help text takes ↵Dries Buytaert2010-04-28
| | | | the theme name from the URL.
* - 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 #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* #775240 by droplet: Fixed misspelling of occurred.Angie Byron2010-04-22
|
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* #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 #763444 by jpmckinney: user_cookie_save() has a weird/awkward ↵Dries Buytaert2010-04-07
| | | | function signature.
* - Patch #748976 by jpmckinney, David_Rothstein: 'Show/hide descriptions' ↵Dries Buytaert2010-04-06
| | | | links no longer work.
* - Patch #193482 by xmacinfo, yoroy, james.elliott, Jacine, JohnAlbin, ↵Dries Buytaert2010-04-01
| | | | theborg: styling status messages in system.css.
* - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave ↵Dries Buytaert2010-03-31
| | | | Reid, JohnAlbin, aspilicious: themes disabled during update.
* #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'].
* #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 #248598 by David_Rothstein, pwolanin, aspilicious: improved warning ↵Dries Buytaert2010-03-21
| | | | about dangerous permissions.
* #679036 by marvil07, mfer, Rob Loach, et al: Upgrade to jQuery UI 1.8.Angie Byron2010-03-21
|
* - 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.
* #653580 by mfer, Rob Loach, cosmicdreams, et al: Upgrade to jQuery 1.4.2.Angie Byron2010-03-09
|
* - Patch #721400 by pwolanin: order JS files according to weight, don't ↵Dries Buytaert2010-03-09
| | | | change filenames for aggregated JS/CSS.
* #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().
* - Patch #720610 by andrewmacpherson: move the core RDF namespace definitions ↵Dries Buytaert2010-03-03
| | | | in the rdf module.
* - 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
|