summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
Commit message (Collapse)AuthorAge
* Drupal 7.43 (SA-CORE-2016-001) by agerard, Alan Evans, benjy, berdir, catch, ↵David Rothstein2016-02-24
| | | | Damien Tournoud, DamienMcKenna, Dave Cohen, Dave Reid, David_Rothstein, dsnopek, effulgentsia, FengWen, fgm, fnqgpc, greggles, Gábor Hojtsy, Juho Nurminen 2NS, klausi, larowlan, nagba, Pere Orga, plach, pwolanin, quicksketch, rickmanelius, scor, stefan.r, StryKaizer, YesCT
* Revert "Drupal 7.43"David Rothstein2016-02-24
| | | | This reverts commit 2f54b101bf722849e456d859876b27b90ad7e479.
* Drupal 7.43David Rothstein2016-02-24
|
* Issue #2342243 by martin107, serundeputy: Rename a variable in ↵David Rothstein2015-03-30
| | | | theme_system_modules_fieldset() to avoid colliding index variable names in a nested foreach loop
* Issue #1183708 by Liam Morland | onair1: Fixed Notice: Undefined index: ↵David Rothstein2014-11-01
| | | | favicon_path in system_theme_settings_validate().
* Issue #2248799 by amitgoyal, c31ck, Wim Leers: Fix docs for system_sort_themesJennifer Hodgdon2014-06-13
|
* Issue #2227687 by cs_shadow | Cottser: Slightly ugly error message if a ↵David Rothstein2014-05-05
| | | | module is incompatible with the version of core and the PHP version.
* Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some ↵David Rothstein2013-12-29
| | | | callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead.
* Issue #2120461 by amitsedaiz | joachim: Theme_status_report() uses an ↵David Rothstein2013-12-29
| | | | integer instead of a constant.
* Issue #1679660 by rhm50, amontero, billk2, valthebald | bagvendt: Add link ↵David Rothstein2013-12-25
| | | | to cron tutorial on drupal.org.
* Issue #1117780 by amontero, naxoc | ogi: Display cron url in ↵David Rothstein2012-12-08
| | | | admin/config/system/cron page.
* Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
|
* Issue #1397882 by sun, kbasarab, catch, pingers: Fixed ↵David Rothstein2012-09-15
| | | | system_theme_settings_submit() does not properly clean up submitted form values.
* Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings ↵David Rothstein2012-06-28
| | | | values because list_themes() has inconsistent theme object data.
* Issue #1376166 by sun, xjm, tim.plunkett: Fixed Custom logo and favicon ↵webchick2012-04-30
| | | | functionality inanely tries to support absolute local file paths.
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1282156 by karschsp, kika: Convert IP-blocking table to 'Empty table ↵webchick2012-03-13
| | | | pattern'.
* Issue #1352272 by sven.lauer, Albert Volkman: Fix docs for deprecated, ↵Jennifer Hodgdon2012-02-24
| | | | unused system_settings_overview() function
* Rollback of Issue #1397882, pending further clean-up.webchick2012-02-01
|
* Issue #1025286 by Tor Arne Thune, Devin Carlson, swentel: Fixed ↵webchick2012-01-31
| | | | logo_upload() in form_set_error() instead of favicon_upload() in system.admin.inc.
* Issue #1397882 by sun: Fixed system_theme_settings_submit() does not ↵webchick2012-01-21
| | | | properly clean up submitted form values.
* Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module ↵webchick2011-11-14
| | | | dependencies.
* Issue #1183430 by TR, oriol_e9g: Fixed t function strings should not have ↵webchick2011-10-17
| | | | whitespaces at beginning or end.
* Issue #1252768 by vegantriathlete: Fixed Misnomer in the text supplied for ↵webchick2011-10-01
| | | | configuring cron.
* Issue #881376 by marcvangend: Fixed 'Run the clean URL test' UX is broken.webchick2011-09-29
|
* Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' ↵webchick2011-09-27
| | | | is not supported by all databases, must be '<>'.
* - Patch #1286650 by megensel: incorrect API usage in system.admin.inc.Dries Buytaert2011-09-24
|
* Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵webchick2011-08-29
| | | | field_delete_field() and others fail for inactive fields.
* Issue #929166 by dww, deviantintegral, yoroy: Add warning if private files ↵webchick2011-07-13
| | | | are accessible over the web.
* - Patch #690544 by bleen18, andypost, marcvangend, dbeheydt, rschwab, ↵Dries Buytaert2011-05-13
| | | | robertom: blocks admin (admin/structure/block) requires menu_rebuild() to display settings for current theme.
* - Patch #1099254 by hansfn: typo in modules/system/system.admin.inc.Dries Buytaert2011-04-10
|
* Issue #1105384 by claar: system_admin_menu_block_page() description not one ↵webchick2011-03-28
| | | | line.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #545518 by sun, Xano: move Locale module specific code out of ↵Dries Buytaert2011-02-21
| | | | module.inc and system.module.
* - Patch #1015150 by redndahead: clean-up 'getsize' remnants since it has ↵Dries Buytaert2011-01-13
| | | | been removed.
* #884960 follow-up by bfroehle: Remove phantom empty column on date settings.Angie Byron2011-01-04
|
* - Patch #944484 by xmacinfo: performance bandwidth optimization text do not ↵Dries Buytaert2010-11-23
| | | | match latest aggregation performance fix.
* #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling ↵Angie Byron2010-11-20
| | | | modules does not follow dependencies.
* - Patch #961136 by sun: move system_sort_by_title() into common.inc.Dries Buytaert2010-11-07
|
* #936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects.Angie Byron2010-10-20
|
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #943558 by joachim: 'block_callback()' in menu_router() table has no ↵Dries Buytaert2010-10-20
| | | | purpose.
* #939918 by joetsuihk: Remove unused variable in system_ip_blocking().Angie Byron2010-10-15
|
* - Patch #902644 by sun, tobiasb: machine names are too hard to implement. ↵Dries Buytaert2010-10-13
| | | | | | Date types and menu names are not validated. This patch fixes a bug, but is also a last minute clean-up that will help with better distribution support. We discussed this in http://drupal.org/node/933846.
* #906738 by mgifford, markabur, Jeff Burnz: Fixed status report needs ↵Angie Byron2010-10-09
| | | | identifying icons (WCAG 2.0)
* #934110 by dww: Fixed regression: Installer defaults to country ↵Angie Byron2010-10-07
| | | | 'Afghanistan', not 'None'.
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* - Patch #908578 by jonhattan: dependents array key not used in any place ↵Dries Buytaert2010-10-05
| | | | across the code.
* #931190 by klausi, carlos8f: Fixed enabling modules via the UI breaks module ↵Angie Byron2010-10-05
| | | | dependencies.
* - Patch #894614 by boombatower: PHP incompatibility message is not complete.Dries Buytaert2010-10-03
|