summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* Issue #1685110 by BTMash, aspilicious, jhodgdon: Fixed Upgrade of ↵webchick2012-08-18
| | | | forum.module d6-d7 loses permission.
* Issue #1716900 by chx: Clarify why hook_exit() must not print.webchick2012-08-18
|
* Issue #1706788 by David_Rothstein | aturetta: Rolled back issue #1613554 by ↵David Rothstein2012-08-01
| | | | removing the contents of system_update_7074 for now, since it fails on PostgreSQL.
* Issue #1613554 by drumm, BTMash: Fixed Update menu link queries from 6's ↵David Rothstein2012-07-29
| | | | strings (followup to avoid use of API functions during updates).
* Issue #1373312 by sun: Assign system_main() block to 'content' region and ↵David Rothstein2012-07-29
| | | | help block to 'help' region by default.
* Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates ↵Jennifer Hodgdon2012-07-16
| | | | are listed in the updates-7.x-extra group
* Issue #1613554 by drumm, BTMash: Fixed Update menu link queries from 6's ↵webchick2012-07-07
| | | | strings.
* Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings ↵David Rothstein2012-06-28
| | | | values because list_themes() has inconsistent theme object data.
* Issue #1553464 by droplet: Fixed Can't select autocomplete items in IE7.David Rothstein2012-06-23
|
* Issue #1512116 by mjonesdinero: Update obsolete example in hook_menu docsJennifer Hodgdon2012-06-19
|
* Issue #1333122 by effulgentsia, tim.plunkett: Clarify docs for theme and ↵Jennifer Hodgdon2012-06-18
| | | | preprocess/process functions so it is clearer which ones get called for theme functions vs. templates
* Issue #1619482 by mr.baileys: Fix up documentation for hook_update_NJennifer Hodgdon2012-06-18
|
* Issue #1495648 follow-up by plach: Clarify entity language documentation.webchick2012-06-10
|
* Issue #1495648 by plach: Introduce entity language support.David Rothstein2012-06-09
|
* Issue #598586 followup by tim.plunkett: Added documentation of 'uid' ↵David Rothstein2012-05-25
| | | | parameter in hook_watchdog().
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1513580 by matt2000: Update hook_init and hook_boot docs to say ↵Jennifer Hodgdon2012-05-08
| | | | whether themes are loaded when they run
* Issue #966210 follow-up by chx: More secure fix for system_update_7061().webchick2012-05-02
|
* 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 #1459164 by Kevin Morse, droplet: Use test() to match string for BOOL ↵webchick2012-04-30
| | | | comparison .
* Issue #720630 by tim.plunkett, kid_icarus, tsphethean: Fix up docs for ↵Jennifer Hodgdon2012-04-27
| | | | watchdog, hook_watchdog, and watchdog constants
* Issue #966210 by mfb, catch, drumm, bfroehle, drewish, makara, sun, BTMash, ↵webchick2012-04-26
| | | | iamEAP: Fixed DB Case Sensitivity: system_update_7061() fails on inserting files with same name but different case.
* Issue #1542854 by drumm, BTMash: Fixed system_update_7061() converts ↵webchick2012-04-26
| | | | filepaths too aggressively.
* Issue #1346468 by kgoel, mallezie, rootwork: Point docs for page.tpl.php ↵Jennifer Hodgdon2012-04-17
| | | | towards html.tpl.php
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1471418 by nmudgal: Add note to hook_custom_theme docs about page cachingJennifer Hodgdon2012-03-22
|
* Issue #1282156 by karschsp, kika: Convert IP-blocking table to 'Empty table ↵webchick2012-03-13
| | | | pattern'.
* Issue #1470080 by Gábor Hojtsy: Move docs for hooks that are not ↵Jennifer Hodgdon2012-03-08
| | | | locale.module specific to a modules/system file
* Issue #404302 by KrisBulman, kathyh, JamesAn, droplet, sun: Fixed Improve ↵webchick2012-02-28
| | | | tabledrag grippie CSS (and fix an IE7 alignment issue).
* Issue #1352272 by sven.lauer, Albert Volkman: Fix docs for deprecated, ↵Jennifer Hodgdon2012-02-24
| | | | unused system_settings_overview() function
* - Patch #1444160 by Niklas Fiekas: Drupal.behaviors.dateTime needs a clean-up.Dries2012-02-18
|
* Issue #1426150 by kafitz: Fixed hook_menu() example function to match 8.x ↵webchick2012-02-14
| | | | version
* - Patch #598414 by Tor Arne Thune, Dave Reid: Fixed Links in the update ↵Dries2012-02-02
| | | | results page lead to 403s.
* - Patch #1417754 by mkadin: hook_menu() docs need to explain that options ↵Dries2012-02-02
| | | | don't work for tabs.
* Rollback of Issue #1397882, pending further clean-up.webchick2012-02-01
|
* Issue #996236 by fago, sun, pillarsdotnet, xjm: Fixed ↵webchick2012-01-31
| | | | drupal_flush_all_caches() does not clear entity info cache.
* Issue #1409052 by mkadin: Fixed hook_menu() should state that auto-loaders ↵webchick2012-01-31
| | | | should return FALSE to indicate nothing found and trigger a 404.
* 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 #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() ↵webchick2012-01-30
| | | | region is hidden from the blocks UI.
* Issue #1405260 by skottler: Clarify the language around non-reliable queue ↵webchick2012-01-30
| | | | examples.
* - Patch #1394790 by joachim: explain system_admin_compact_mode().Dries2012-01-27
|
* - Patch #1377544 by kotnik: hook_update_N documentation uses dead links.Dries2012-01-27
|
* - Patch #1346166 by Dave Reid: Improve performance of token_replace() if ↵Dries2012-01-24
| | | | there are no tokens to replace.
* Issue #987930 by David_Rothstein, Tor Arne Thune: Fixed The obsolete ↵webchick2012-01-21
| | | | 'site_offline_message' variable is not always deleted during the D6->D7 upgrade.
* Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵webchick2012-01-21
| | | | realityloop: Change notice for: Using basename() is not locale safe.
* Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), ↵webchick2012-01-21
| | | | allow hook_mail_alter() implementation to cancel mail.
* 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 #131737 by malc0mn, pillarsdotnet, scor, xjm, nvanhove, oriol_e9g, ↵webchick2012-01-21
| | | | mrfelton, aspilicious, Pancho, v1nce, dhthwy: Fixed Ensure that the Return-Path is set when sending mail on both Windows and non-Windows systems.
* Issue #1397882 by sun: Fixed system_theme_settings_submit() does not ↵webchick2012-01-21
| | | | properly clean up submitted form values.