summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Issue #1097972 by boombatower: Fixed hook_field_extra_fields_display_alter() ↵webchick2011-03-28
| | | | incorrect example code.
* Issue #1041440 by jhodgdon: hook_cron() falsely claims it will only be ↵webchick2011-03-21
| | | | called if cron.php is run.
* Issue #1041902 by jhodgdon: hook_entity_info() doc header has a couple of ↵webchick2011-03-21
| | | | omissions.
* Issue #1037352 by jhodgdon: hook_permission() is missing doc about 'warning'.webchick2011-03-21
|
* Issue #1082624 by Barrett: hook_form() doc references example project and ↵webchick2011-03-21
| | | | shouldn't in D7/8.
* Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for ↵webchick2011-03-10
| | | | deleted fields in installs upgraded from rc1.
* #1065968 by droplet: fixed function node_get_recent().Dries Buytaert2011-02-28
|
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* - Patch #1071494 by Takafumi: typo in menu.module.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1064212 by catch: page caching performance has regressed by 30-40%.Dries Buytaert2011-02-24
|
* - Patch #1068184 by bfroehle: _openid_get_math_library() should not use ↵Dries Buytaert2011-02-24
| | | | drupal_static().
* - Patch #1059184 by yched: warnings in list_update_7001 (edge cases).Dries Buytaert2011-02-23
|
* - Patch #545518 by sun, Xano: move Locale module specific code out of ↵Dries Buytaert2011-02-21
| | | | module.inc and system.module.
* - Patch #953010 by steinmb, droplet: locale.css causes vertical tabs to ↵Dries Buytaert2011-02-21
| | | | overlap the language selection drop-down menu in node edit forms.
* - Patch #1067980 by Takafumi, Damien Tournoud: missing t() in image.admin.inc.Dries Buytaert2011-02-21
|
* - Patch #1006838 by coltrane: upgrade to 7 glaring timezone invalid notice.Dries Buytaert2011-02-21
|
* - Rollback of accidentical commit #1064882.Dries Buytaert2011-02-19
|
* - Patch #1024806 by Jody Lynn: Fixed dblog_uninstall() needed.Dries Buytaert2011-02-19
|
* - Patch #1025372 by rschwa: hook_block_info() should document max length of ↵Dries Buytaert2011-02-19
| | | | delta/array key.
* - Patch #880278 by RoboPhred: cleanup _locale_import_read_po().Dries Buytaert2011-02-19
|
* - Patch #1019596 by RoboPhred: field_read_instance() doc says it will not ↵Dries Buytaert2011-02-19
| | | | return deleted instance, but that is a parameter option.
* - Patch #1020906 by RoboPhred: differentiate process/preprocess hook ↵Dries Buytaert2011-02-19
| | | | documentation.
* - 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 #1063178 by Haza: line break filter will ignore everything following ↵Dries Buytaert2011-02-19
| | | | a <pre>xxx</pre>.
* - Patch #1058762 by montesq: hook_user_delete doc has wrong order of operationsDries Buytaert2011-02-19
|
* - Patch #1064264 by rfray: get the tests ready for the Great Git Migration.Dries Buytaert2011-02-19
|
* - Patch #847324 by jhodgdon, yang_yi_cn: fix formatting of documentation.Dries Buytaert2011-02-19
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* - Patch #1046784 by Dave Reid: strings in simpletest_requirements() are not ↵Dries Buytaert2011-02-09
| | | | using ().
* - Patch #1052364 by agentrickard: documentation error in ↵Dries Buytaert2011-02-09
| | | | hook_modules_uninstalled().
* - Patch #859602 by catch, bfroehle: #cache does not record the #attached ↵Dries Buytaert2011-02-04
| | | | declared in child elements.
* - Patch #1020642 by amateescu: improved coding standards for toolbar.css.Dries Buytaert2011-02-04
|
* - Patch #1031686 by rschwab: User_load() documentation should reference ↵Dries Buytaert2011-02-04
| | | | drupal_save_session(), not session_save_session().
* - Patch #1045606 by droplet, montesq: hook_block_info() doc should use ↵Dries Buytaert2011-02-04
| | | | visibility constants.
* - Patch #1025124 by catch, jbrown: remove cruft from theme_image_style() and ↵Dries Buytaert2011-02-04
| | | | image_style_url(). Should be faster too.
* - Patch #1049116 by solotandem, David_Rothstein: module_enable() doesn't ↵Dries Buytaert2011-02-04
| | | | account for version strings in dependencies[].
* - Patch #933498 by eojthebrave, aaron: image effects table created with ↵Dries Buytaert2011-02-04
| | | | incorrect table name in upgrade path.
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* - Patch #1051038 by mr.baileys: incorrect return info on ↵Dries Buytaert2011-02-04
| | | | image_style_create_derivative().
* #690980 by Dave Reid, grendzy, cwgordon7: Security hardening: Ensure ↵Angie Byron2011-01-29
| | | | password fields are empty on display.
* #321063 by eMPee584, Kars-T: Fixed book/export/html/N with a non-book nid ↵Angie Byron2011-01-28
| | | | should abort and return 404 not found.
* #932584 by duellj: Fixed Forum has two 'select' optionsAngie Byron2011-01-28
|
* #1022172 by montesq: Fixed Missing return in example hook_menu codeAngie Byron2011-01-28
|
* #1027454 by amateescu, montesq, jhodgdon: Fixed _aggregator_parse_opml() ↵Angie Byron2011-01-28
| | | | documentation contains escaped HTML tags that should be removed.
* #934726 by yched, jinglemansweep: Fixed Undefined index: taxonomy_term in ↵Angie Byron2011-01-28
| | | | taxonomy_field_formatter_view()
* #740182 follow-up: Committing new shortcut.png image.Angie Byron2011-01-28
|
* #1024608 by yched: Move help text setting above field-specific settings on ↵Angie Byron2011-01-28
| | | | field UI page.
* #1019834 by bfroehle: Fixed No .info files reported on theme upload when zip ↵Angie Byron2011-01-28
| | | | created with certain programs
* #1038934 by tsi: Add missing RTL styling for system messages.Angie Byron2011-01-28
|