summaryrefslogtreecommitdiff
path: root/modules/system/system.module
Commit message (Collapse)AuthorAge
* Issue #2500717 by afi13, cilefen, evilfurryone: Sort entries in the site ↵David Rothstein2015-10-12
| | | | status report page alphabetically, BUT case-insensitively
* Issue #619542 by dcrocks, bfroehle, catch, amontero, jayeshanandani, ↵David Rothstein2015-10-11
| | | | malcomio, JohnAlbin, olamaekle: Malformed theme .info files break menu_router generation
* Drupal 7.39David Rothstein2015-08-19
|
* Issue #1055150 by Devin Carlson, rootwork, yoroy, brianV, JimmyAx: Time zone ↵David Rothstein2015-05-04
| | | | description is confusing on user register form
* Issue #2380053 by klausi, pwolanin, tsphethean, sun, David_Rothstein: ↵David Rothstein2014-12-01
| | | | Posting an array as value of a form element is allowed even when a string is expected (and bypasses #maxlength constraints) - first step: text fields
* Issue #1355526 by cafuego, jenlampton: Added a way to determine the date a ↵David Rothstein2014-11-05
| | | | module was added so the modules page can use it for sort.
* Issue #2231693 by helmo, amitgoyal, joshi.rohit100, LinL, iS: Update Powered ↵David Rothstein2014-11-01
| | | | by Drupal link.
* Issue #2012468 by joshi.rohit100, blueminds, David_Rothstein, plach | catch: ↵David Rothstein2014-07-24
| | | | Add trusted roles recommendation to 'access site reports'.
* Issue #2174353 by anemes, bryanlburkholder: Fix up docs for system_retrieve_fileJennifer Hodgdon2014-02-12
|
* Issue #332518 by diego21, joachim, chriscohen: Fix up documentation for ↵Jennifer Hodgdon2013-11-11
| | | | system_settings_form().
* Issue #1926758 by balsama, mitron: Fix code comment in system.moduleJennifer Hodgdon2013-03-20
|
* Issue #1827200 by benjifisher: Fix up documentation for system_authorized_init()Jennifer Hodgdon2012-11-07
|
* Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
|
* Issue #1798302 by alippai: Fixed Remove unnecessary join.webchick2012-09-30
|
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #1373312 by sun: Assign system_main() block to 'content' region and ↵David Rothstein2012-07-29
| | | | help block to 'help' region by default.
* Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings ↵David Rothstein2012-06-28
| | | | values because list_themes() has inconsistent theme object data.
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() ↵webchick2012-01-30
| | | | region is hidden from the blocks UI.
* - Patch #1394790 by joachim: explain system_admin_compact_mode().Dries2012-01-27
|
* Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵webchick2012-01-21
| | | | realityloop: Change notice for: Using basename() is not locale safe.
* Issue #1309742 by rocket_nova, Albert Volkman: Add inline comment clarifying ↵webchick2012-01-21
| | | | use of language_list() in system_date_format_save().
* Issue #1214344 by wiifm, msonnabaum, oriol_e9g: Fixed 'misc/progress.js' is ↵webchick2012-01-21
| | | | not being included when 'Aggregate JavaScript files' is used.
* Issue #1336308 by kathyh, pjcdawkins, meshkinsoft: Fixed wrong usage of ↵webchick2012-01-11
| | | | function t in system_menu().
* Issue #953336 by sun: Fixed Contributed modules are not able to test ↵webchick2011-12-11
| | | | theme-related functionality.
* Issue #1346760 by xjm: Fixed Drag and drop needs a scalable weight select ↵webchick2011-12-10
| | | | element.
* Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' ↵webchick2011-09-27
| | | | is not supported by all databases, must be '<>'.
* - Patch #1276746 by jessebeach: the title of the ui.mouse library in ↵Dries Buytaert2011-09-13
| | | | system.module is incorrectly set to 'jQuery UI: Droppable' instead of 'jQuery UI: Mouse'.
* - Patch #1259096 by Akaoni: cache Bin cache_path() is never cleaned up.Dries Buytaert2011-08-26
|
* Issue #981524 by das-peter, Pisco, sun: Fixed system_date_format_save() ↵webchick2011-08-01
| | | | doesn't save localized date formats.
* Issue #936686 by David_Rothstein, Einewton: Fixed 'Installation failed' ↵webchick2011-07-28
| | | | errors when installing modules from Update Manager w/ Overlay.
* Issue #1167458 by yoroy, David_Rothstein, dcmistry: New users do not know to ↵webchick2011-07-28
| | | | click on 'Modules' to extend their site.
* Issue #879076 by alex_b, pillarsdotnet, ceardach: Fixed Do not set expired=0 ↵webchick2011-07-03
| | | | where expired is already 0 (performance).
* Issue #1016582 by mfb, sun: Fixed Help block empty on every page, or the ↵webchick2011-06-26
| | | | same on every page, due to 'cache per role'.
* - Patch #1050686 by David_Rothstein: theme region names are no longer ↵Dries Buytaert2011-04-10
| | | | translated.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1014130 by catch, carlos8f, David_Rothstein: install_profile_info() ↵Dries Buytaert2011-02-19
| | | | does a file system scan on every request to admin/config (and etc.).
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* #989886 by bfroehle: Fixed _system_date_format_types_build improper use of ↵Angie Byron2011-01-04
| | | | in_array()
* #969456 follow-up by effulgentsia, threewestwinds: Upgrade jQuery Form ↵Angie Byron2011-01-03
| | | | library to 2.52.
* #1009862 by neclimdul, threewestwinds: Update to jQuery UI 1.8.7Angie Byron2011-01-03
|
* #954804 follow-up by effulgentsia: Fix bugs related to library weighting.Angie Byron2010-12-21
|
* #954804 follow-up by ksenzee, mfer: Add missing dependency on jquery.cookie ↵Angie Byron2010-12-15
| | | | for jquery.form.
* - Patch #854396 by tstoeckler, jhodgdon: improve documentation for ↵Dries Buytaert2010-12-09
| | | | date-related functions and hooks in system.module.
* #941288 by David_Rothstein: Fixed overlay behaviour on phpinfo() link.Angie Byron2010-12-08
|
* #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the ↵Angie Byron2010-12-01
| | | | FileTransfer class system in contrib
* - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be ↵Dries Buytaert2010-11-30
| | | | registered as a library.
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* #952528 by jptavan: Add missing break; to system help to prevent actions ↵Angie Byron2010-11-26
| | | | help from showing up on maintenance page.
* - Patch #794936 by c960657, amateescu: system_rebuild_module_data() called ↵Dries Buytaert2010-11-24
| | | | twice on admin/build/modules.