summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* Issue #1312844 by sven.lauer: Fixed hook_schema() doc should state that ↵webchick2011-10-24
| | | | database tables are auto-created.
* Issue #1312178 by rocket_nova, jhodgdon, unabacus: Fixed Documentation ↵webchick2011-10-24
| | | | problem with 'hook_theme_registry_alter()' example code.
* Issue #1307062 by sven.lauer, jhodgdon: Fixed install file hooks should ↵webchick2011-10-19
| | | | state whether module code is available.
* Issue #1021568 by skottler, sven.lauer, jhodgdon: Fixed hook_theme() ↵webchick2011-10-17
| | | | variables vs render elements.
* Issue #1183430 by TR, oriol_e9g: Fixed t function strings should not have ↵webchick2011-10-17
| | | | whitespaces at beginning or end.
* - Patch #1309298 by sven.lauer: document that hook_(en|dis)able ↵Dries2011-10-16
| | | | implementations should live in .install files.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1252768 by vegantriathlete: Fixed Misnomer in the text supplied for ↵webchick2011-10-01
| | | | configuring cron.
* Oops. Rollback of #951644 which was accidentally committed.webchick2011-09-30
|
* Issue #1289364 by swentel: Fixed SchemaCache generates empty cid.webchick2011-09-30
|
* Issue #1247626 by sven.lauer: Fixed hook_install()/hook_uninstall() doc does ↵webchick2011-09-30
| | | | not specify that the implementations must live in the .install file.
* 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
|
* - Patch #1008250 by jhodgdon, bxtaylor: clean up hook_init() and hook_boot() ↵Dries Buytaert2011-09-21
| | | | doc.
* - 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 #1260162 by michaellenahan, Bès: hook_file_insert() doc has no ↵Dries Buytaert2011-09-11
| | | | function body.
* - Patch #1257638 by michaellenahan, Bès: hook_menu() example should be ↵Dries Buytaert2011-09-11
| | | | changed to not suggest admin/config/foo as path.
* Issue #1069080 by Marie Wendel, droplet: Fixed ↵webchick2011-09-05
| | | | node_comment_statistics().last_comment_timestamp() description.
* Issue #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in ↵webchick2011-08-30
| | | | cron.
* Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵webchick2011-08-29
| | | | field_delete_field() and others fail for inactive fields.
* - Patch #988878 by Shyamala, Dave Reid: system_tokens() references a not ↵Dries Buytaert2011-08-26
| | | | initialized variable.
* - Patch #1193044 by Dave Reid: the [file:size] token may not always return ↵Dries Buytaert2011-08-26
| | | | in KB, despite description.
* - Patch #1244980 by sven.lauer: hook_menu()'s documentation doesn't include ↵Dries Buytaert2011-08-26
| | | | ITEM_to_arg().
* - Patch #1259096 by Akaoni: cache Bin cache_path() is never cleaned up.Dries Buytaert2011-08-26
|
* - Patch #1056416 by bfroehle, Devin Carlson: Strings in hook_requirements() ↵Dries Buytaert2011-08-08
| | | | api example not using .
* Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The ↵webchick2011-08-06
| | | | dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
* 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.
* - #1218954 by Mark Theunissen: Fixed Path aliases broken after upgrade.webchick2011-07-25
|
* Issue #822054 by agentrickard: Remove site_mission() cruft in system.test.webchick2011-07-18
|
* Issue #929166 by dww, deviantintegral, yoroy: Add warning if private files ↵webchick2011-07-13
| | | | are accessible over the web.
* Issue #1190110 by oriol_e9g: Fixed hook_theme() has error in the 'function' ↵webchick2011-07-04
| | | | section of return value.
* Issue #1169564 by FreekyMage, jhodgdon: Fixed hook_file_download() - sample ↵webchick2011-07-03
| | | | function body not updated for d7/8.
* Issue #879076 by alex_b, pillarsdotnet, ceardach: Fixed Do not set expired=0 ↵webchick2011-07-03
| | | | where expired is already 0 (performance).
* Issue #978028 by Dave Reid: Fixed File token fixes: [file:description] does ↵webchick2011-07-03
| | | | not exist and [file:owner] not using format_username().
* Issue #1083982 by Damien Tournoud: Fixed support for remote streamwrappers.webchick2011-06-29
|
* 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'.
* Issue #1182970 by mr.baileys: Improvements to hook_menu() documentation.webchick2011-06-26
|
* Issue #1190242 by lyricnz, jiv-e: Fixed hook_menu_link_update() example uses ↵webchick2011-06-21
| | | | invalid db_result().
* Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not ↵webchick2011-06-15
| | | | loading the .module file causes a fatal error when uninstalling some modules (as does loading it).
* Issue #1168686 by barbi, Dave Reid: Fixed hook_menu() doc should say how to ↵webchick2011-06-08
| | | | pass integer arg to callbacks.
* Issue #1161964 by arcaneadam: Fixed hook_system_themes_page_alter() ↵webchick2011-06-01
| | | | documentation is incorrect.
* Issue #1154820 by lyricnz, marcingy, Starminder: Fixed System Schema ↵webchick2011-05-23
| | | | mismatch after upgrade D6 to D7.
* Issue #1096446 by plach: Fixed entity_label() is not passing along the () ↵webchick2011-05-18
| | | | parameter.
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* - Patch #1132364 by CrookedNumber, David_Rothstein: hook_modules_enabled() ↵Dries Buytaert2011-05-17
| | | | could be less ambiguous.
* - 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 #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|