summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #937560 by chillin411: the parameter & is not documented in ↵Dries Buytaert2010-10-27
| | | | hook_update_N.
* - Patch #950276 by sun, jhodgdon: improve documentation of ↵Dries Buytaert2010-10-27
| | | | hook_translated_menu_link_alter().
* - Patch #948416 by David_Rothstein: a menu item description, 'Administer ↵Dries Buytaert2010-10-27
| | | | content', is missing a period.
* - Patch #408160 by sun: code simplification.Dries Buytaert2010-10-27
|
* - Patch #949102 by jhodgdon: polish UPGRADE.txt.Dries Buytaert2010-10-27
|
* - Patch #886152 by effulgentsia: fix tests.Dries Buytaert2010-10-27
|
* - Patch #718540 by jhodgdon, freelock: better documentation in query.inc.Dries Buytaert2010-10-26
|
* - Patch #611786 by Gábor Hojtsy, tobiasb, Pasqualle: .po file should not be ↵Dries Buytaert2010-10-26
| | | | considered broken if last msgstr is empty.
* - Patch #950662 by amateescu: documentation improvements for ↵Dries Buytaert2010-10-26
| | | | drupal_http_request()
* - Patch #934328 by chillin411: CHANGELOG.txt should have information about ↵Dries Buytaert2010-10-26
| | | | the new Bartik theme.
* - Patch #945456 by chillin411: hook_mail() doc should state it's only called ↵Dries Buytaert2010-10-26
| | | | on one module not all modules.
* #445736 by sun: Fixed Poll does not respect weight in Preview or More button.Angie Byron2010-10-25
|
* #902008 by sun: Fixed Optional field type modules should not be 'required' ↵Angie Byron2010-10-25
| | | | in .info file.
* #518364 by plach, neochief, Ryan Palmer: Fixed Nodes with one language don't ↵Angie Byron2010-10-25
| | | | affect the language switcher block.
* - Patch #647228 by sun: links are needlessly unable to fully participate in ↵Dries Buytaert2010-10-25
| | | | D7 AJAX framework features.
* - Patch #949212 by luchochs: simpletest_last_test_get() is ignored in ↵Dries Buytaert2010-10-25
| | | | api.drupal.org.
* - Patch #924154 by fago: user account fields appear on all categories.Dries Buytaert2010-10-25
|
* - Patch #948116 by amateescu: field_update_instance() doxygen is broken.Dries Buytaert2010-10-25
|
* - Patch #951486 by Damien Tournoud: invalid placeholders in exception ↵Dries Buytaert2010-10-25
| | | | messages during update.
* #617596 by ygerasimov, furamag: Fixed Non-empty Summary and empty Body both ↵Angie Byron2010-10-24
| | | | become empty when saved.
* #950134 by mfb: Fixed Number module maxlength prevents saving negative decimal.Angie Byron2010-10-23
|
* #738512 by sun: Fixed Node permissions are ordered oddly.Angie Byron2010-10-23
|
* #806830 by Amitaibu, yched: Add Dynamic (i.e. not cached) alter hook to ↵Angie Byron2010-10-23
| | | | instance definitions.
* #433454 by sun: Only hardcode node title's weight if it's not otherwise ↵Angie Byron2010-10-23
| | | | specified.
* Trying #886152 again: Fixed All fields are hidden after the administrator ↵Angie Byron2010-10-23
| | | | newly configures a view mode to not use 'default' display.
* #700558 follow-up by Scott Falconer: Make Update manager test more robust.Angie Byron2010-10-23
|
* #607240 by brianV: Fixed allow AJAX behaviours to be triggered with spacebar.Angie Byron2010-10-23
|
* #948272 by amateescu: Fixed hook_node_info() doc shouldn't link to node ↵Angie Byron2010-10-23
| | | | example module any more,
* #875132 by watcha: Fixed overflow:hidden on block content breaks contextual ↵Angie Byron2010-10-23
| | | | links.
* #915734 by amateescu: Fixed book-export-html.tpl.php has wrong variable name ↵Angie Byron2010-10-23
| | | | in doc
* #949576 by sun: Add missing hook_entity_view() and hook_entity_view_alter().Angie Byron2010-10-23
|
* - Patch #948536 by amateescu: node_type_get_types() could mention that the ↵Dries Buytaert2010-10-23
| | | | types it returns are objects.
* - Patch #937508 by amateescu: the documentation for arg() doesn't report ↵Dries Buytaert2010-10-23
| | | | what the function returns when it's called without arguments.
* Back to 7.0-devAngie Byron2010-10-23
|
* Drupal 7.0-beta2Angie Byron2010-10-23
|
* #925778 follow-up by manarth, sun: Fix phantom my account link for anon ↵Angie Byron2010-10-23
| | | | users, and restore former menu access functions to prevent fatal errors in upgraded sites.
* #949872 by alex_b, jhodgdon, sun: Fixed filter format assertion randomly ↵Angie Byron2010-10-23
| | | | failing.
* Rollback of #886152. Broke testbot.Angie Byron2010-10-23
|
* #845834 follow-up by plach: Fix language switcher styles in Bartik.Angie Byron2010-10-23
|
* #886152 by yched, pwolanin, hefox, chx, rszrama, ksenzee: Fixed All fields ↵Angie Byron2010-10-23
| | | | are hidden after the administrator newly configures a view mode to not use 'default' display.
* #934050 follow-up by chx: Primary keys cannot be null.Angie Byron2010-10-23
|
* - Patch #881908 by jhodgdon: token hooks are not documented well.Dries Buytaert2010-10-22
|
* #934050 follow-up by David_Rothstein, alex_b, sun: Tighten up security, add ↵Angie Byron2010-10-22
| | | | tests.
* #887288 by catch, David_Rothstein: Fixed Attempting to use update.php ↵Angie Byron2010-10-22
| | | | without having configured a database in settings.php results in incorrect/misleading error message
* #927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't ↵Angie Byron2010-10-22
| | | | specify custom schema types. Should fix Date module. Yay.
* #722974 by chx, moshe weitzman, David_Rothstein: Fixed install script ↵Angie Byron2010-10-22
| | | | returns a blank page for PHP 5.1.
* - Patch #946646 by yched: move helper #element_functions() out of Field UI.Dries Buytaert2010-10-22
|
* - Patch #948584 by yched: wrong implementations of ↵Dries Buytaert2010-10-22
| | | | hook_field_formatter_settings_form().
* - Patch #883454 by jhodgdon, ctmattice1: doc and examples for hook_form() ↵Dries Buytaert2010-10-22
| | | | are misleading/wrong.
* - Patch #295255 by yettyn, jhodgdon, sun, effulgentsia, nirbhasa: clean-up ↵Dries Buytaert2010-10-22
| | | | the upgrade path: UPGRADE.txt.