Commit Graph

1045 Commits (809978d14d3bb7f41b43f7784c062ef4c4dd45e8)

Author SHA1 Message Date
stefan.r 809978d14d Issue #2497259 by aerozeppelin, catch, tim.plunkett, alexpott: system_region_list() unnecessarily translates region names 2016-09-29 17:22:31 +01:00
stefan.r 1dea1bf5b7 Issue #2776439 by aerozeppelin, Novitsh, makbul_khan8: [D7] system_block_ip_action() adding empty IP record in blocked_ips table 2016-08-29 21:28:00 +02:00
David Rothstein c273ce5f4e Issue #2418209 by chintan.vyas, lucastockmann, jacob.embree: Replace user facing strings that use drupal.org as example of an external url 2016-04-07 22:45:57 -04:00
David Rothstein e6e00e8444 Issue #1191290 by klausi, David_Rothstein, Fabianx: system_cron() should not invoke hook_flush_caches() on every cron run 2016-02-01 23:35:16 -05:00
David Rothstein 186368f1c9 Issue #2500717 by afi13, cilefen, evilfurryone: Sort entries in the site status report page alphabetically, BUT case-insensitively 2015-10-12 18:36:35 -04:00
David Rothstein e88bbeaa08 Issue #619542 by dcrocks, bfroehle, catch, amontero, jayeshanandani, malcomio, JohnAlbin, olamaekle: Malformed theme .info files break menu_router generation 2015-10-11 16:30:18 -04:00
David Rothstein be00a1ced4 Drupal 7.39 2015-08-19 17:20:31 -04:00
David Rothstein 992c34675a Issue #1055150 by Devin Carlson, rootwork, yoroy, brianV, JimmyAx: Time zone description is confusing on user register form 2015-05-04 23:54:42 -04:00
David Rothstein 8bbc2d2ea0 Issue #2380053 by klausi, pwolanin, tsphethean, sun, David_Rothstein: 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 2014-12-01 18:33:09 -05:00
David Rothstein c990cd6bf3 Issue #1355526 by cafuego, jenlampton: Added a way to determine the date a module was added so the modules page can use it for sort. 2014-11-05 01:45:39 -05:00
David Rothstein a0561f83ea Issue #2231693 by helmo, amitgoyal, joshi.rohit100, LinL, iS: Update Powered by Drupal link. 2014-11-01 20:26:46 -04:00
David Rothstein eb49a5dcdc Issue #2012468 by joshi.rohit100, blueminds, David_Rothstein, plach | catch: Add trusted roles recommendation to 'access site reports'. 2014-07-24 16:22:00 -04:00
Jennifer Hodgdon ce6c478539 Issue #2174353 by anemes, bryanlburkholder: Fix up docs for system_retrieve_file 2014-02-12 16:20:29 -08:00
Jennifer Hodgdon ae919dbaa8 Issue #332518 by diego21, joachim, chriscohen: Fix up documentation for system_settings_form(). 2013-11-11 09:38:58 -08:00
Jennifer Hodgdon 6cb8c8a052 Issue #1926758 by balsama, mitron: Fix code comment in system.module 2013-03-20 09:08:04 -07:00
Jennifer Hodgdon a524aa540c Issue #1827200 by benjifisher: Fix up documentation for system_authorized_init() 2012-11-07 07:25:58 -08:00
Jennifer Hodgdon e27ec205f7 Issue #1799116 by jwilson3: Standardize on installation profile terminology 2012-10-10 10:26:08 -07:00
webchick f9cb092cc3 Issue #1798302 by alippai: Fixed Remove unnecessary join. 2012-09-30 20:50:50 -04:00
Jennifer Hodgdon 409db6b299 Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms 2012-09-17 12:12:26 -07:00
David Rothstein 6d1ce3866c Issue #1373312 by sun: Assign system_main() block to 'content' region and help block to 'help' region by default. 2012-07-29 18:19:43 -04:00
David Rothstein 46cf23289a Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-06-28 00:49:18 -04:00
Jennifer Hodgdon 4fb8e143a3 Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages 2012-03-26 11:28:49 -07:00
webchick 1fab19f3f3 Issue #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() region is hidden from the blocks UI. 2012-01-30 23:52:47 -08:00
Dries 56b02b5b27 - Patch #1394790 by joachim: explain system_admin_compact_mode(). 2012-01-27 10:37:31 -05:00
webchick 8164434505 Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
webchick bc326ed156 Issue #1309742 by rocket_nova, Albert Volkman: Add inline comment clarifying use of language_list() in system_date_format_save(). 2012-01-21 10:19:10 -08:00
webchick 7e074f9ee7 Issue #1214344 by wiifm, msonnabaum, oriol_e9g: Fixed 'misc/progress.js' is not being included when 'Aggregate JavaScript files' is used. 2012-01-21 10:06:29 -08:00
webchick 1aad594b51 Issue #1336308 by kathyh, pjcdawkins, meshkinsoft: Fixed wrong usage of function t in system_menu(). 2012-01-11 23:33:48 -05:00
webchick 11d884bee7 Issue #953336 by sun: Fixed Contributed modules are not able to test theme-related functionality. 2011-12-11 00:12:37 -06:00
webchick a258803789 Issue #1346760 by xjm: Fixed Drag and drop needs a scalable weight select element. 2011-12-10 23:53:03 -06:00
webchick 5dedc4c400 Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' is not supported by all databases, must be '<>'. 2011-09-27 12:06:35 -07:00
Dries Buytaert 7edfb70575 - Patch #1276746 by jessebeach: the title of the ui.mouse library in system.module is incorrectly set to 'jQuery UI: Droppable' instead of 'jQuery UI: Mouse'. 2011-09-13 22:32:58 -04:00
Dries Buytaert 98235359be - Patch #1259096 by Akaoni: cache Bin cache_path() is never cleaned up. 2011-08-26 10:15:10 +01:00
webchick 115fb7545c Issue #981524 by das-peter, Pisco, sun: Fixed system_date_format_save() doesn't save localized date formats. 2011-08-01 21:08:34 -07:00
webchick 43b125e883 Issue #936686 by David_Rothstein, Einewton: Fixed 'Installation failed' errors when installing modules from Update Manager w/ Overlay. 2011-07-28 15:06:12 -04:00
webchick 4f833a7e0a Issue #1167458 by yoroy, David_Rothstein, dcmistry: New users do not know to click on 'Modules' to extend their site. 2011-07-28 14:49:13 -04:00
webchick 5e4bcf7b87 Issue #879076 by alex_b, pillarsdotnet, ceardach: Fixed Do not set expired=0 where expired is already 0 (performance). 2011-07-03 11:03:03 -07:00
webchick 6e7f4625b9 Issue #1016582 by mfb, sun: Fixed Help block empty on every page, or the same on every page, due to 'cache per role'. 2011-06-26 22:54:42 -07:00
Dries Buytaert c884fafa63 - Patch #1050686 by David_Rothstein: theme region names are no longer translated. 2011-04-10 18:25:31 +02:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert e819ccc96b - Patch #1014130 by catch, carlos8f, David_Rothstein: install_profile_info() does a file system scan on every request to admin/config (and etc.). 2011-02-19 00:50:43 +00:00
Dries Buytaert fa39282ef7 - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'. 2011-02-19 00:09:11 +00:00
Angie Byron 56d353c721 #989886 by bfroehle: Fixed _system_date_format_types_build improper use of in_array() 2011-01-04 00:56:23 +00:00
Angie Byron 64da40b93f #969456 follow-up by effulgentsia, threewestwinds: Upgrade jQuery Form library to 2.52. 2011-01-03 02:11:27 +00:00
Angie Byron 06bb1d9b60 #1009862 by neclimdul, threewestwinds: Update to jQuery UI 1.8.7 2011-01-03 00:03:35 +00:00
Angie Byron ca89559273 #954804 follow-up by effulgentsia: Fix bugs related to library weighting. 2010-12-21 21:00:17 +00:00
Angie Byron bfdca3859e #954804 follow-up by ksenzee, mfer: Add missing dependency on jquery.cookie for jquery.form. 2010-12-15 02:59:01 +00:00
Dries Buytaert 81f2f3c19a - Patch #854396 by tstoeckler, jhodgdon: improve documentation for date-related functions and hooks in system.module. 2010-12-09 01:51:16 +00:00
Angie Byron 581aeddc11 #941288 by David_Rothstein: Fixed overlay behaviour on phpinfo() link. 2010-12-08 06:44:52 +00:00
Angie Byron 9f5cd5395a #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the FileTransfer class system in contrib 2010-12-01 00:23:36 +00:00