summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #915936 by sun: make it easier to define checkboxes/radios with ↵Dries Buytaert2010-11-07
| | | | customized sub-elements.
* - Patch #961136 by sun: move system_sort_by_title() into common.inc.Dries Buytaert2010-11-07
|
* - Patch #801632 by sun, Jacine: make phptemplate the default engine to ↵Dries Buytaert2010-11-07
| | | | simplify .info file.
* #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard ↵Angie Byron2010-11-06
| | | | to limit available blocks.
* - Patch #808560 by scor | fajerstarter: node comment statistics are only ↵Dries Buytaert2010-11-06
| | | | partially exposed in node_load() and are missing last_comment_uid().
* - Patch #896364 by frega, effulgentsia, Jacine, sun, David_Rothstein, Jeff ↵Dries Buytaert2010-11-06
| | | | Burnz, james.elliott, casey, mgifford: screen reader users and some keyboard only users need a clear, quick way to disable the overlay.
* - Patch #956256 by plach: () is only set if language is detected from the URL.Dries Buytaert2010-11-05
|
* - Patch #963060 by boombatower: documentation problem with hook_view().Dries Buytaert2010-11-05
|
* - Patch #938462 by bojanz: Fix EntityFieldQuery fatal error in certain cases ↵Dries Buytaert2010-11-05
| | | | and document bundle limitations.
* - Patch #955610 by casey: impossible to have multiple node forms on one page ↵Dries Buytaert2010-11-05
| | | | due to fixed IDs.
* - Patch #575280 by mfb, carlos8f, chx, bleen18: impersonation when an https ↵Dries Buytaert2010-11-05
| | | | session exists.
* - Patch #949186 by luchochs: locale_css_alter() is ignored in api.drupal.org.Dries Buytaert2010-11-05
|
* - Patch #960490 by Jacine: regression: ul.links generated by theme_links() ↵Dries Buytaert2010-11-05
| | | | always appears as .inline.
* - Patch #878020 by Mark Trapp: position:fixed prevents iOS devices from ↵Dries Buytaert2010-11-05
| | | | scrolling the Overlay.
* #950878 follow-up: Commit the dang install file.Angie Byron2010-11-01
|
* #916968 by drifter, mfer, amateescu, et al: Upgrade to jQuery UI 1.8.6 ↵Angie Byron2010-10-31
| | | | (latest point release).
* #944308 by bojanz: Upgrade jQuery to 1.4.3 (latest point release).Angie Byron2010-10-31
|
* #950878 by carlos8f, David_Rothstein: Fixed Disabling the dashboard module ↵Angie Byron2010-10-31
| | | | permanently removes all blocks from the dashboard.
* - Patch #951774 by Damien Tournoud: DOMDocument::loadHTML() should not be ↵Dries Buytaert2010-10-31
| | | | called statically.
* - Patch #923998 by reglogge, Jeff Burnz: move advanced search form submit to ↵Dries Buytaert2010-10-31
| | | | the bottom of the form.
* - Patch #950138 by yched, an.droid: Changed Abstract Field API () usage into ↵Dries Buytaert2010-10-31
| | | | an API function.
* - Patch #939398 by merlinofchaos: undefined offset: 0 in contextual_preprocess()Dries Buytaert2010-10-31
|
* - Patch #939914 by yched: Field UI not enabled on a D6 upgrade.Dries Buytaert2010-10-31
|
* - Patch #955146 by scor: ['#finished'] should be ['finished'].Dries Buytaert2010-10-30
|
* - Patch #639460 by Jeff Burnz, effulgentsia, Jacine, mgifford, ↵Dries Buytaert2010-10-30
| | | | james.elliott: evaluate CSS of #skip-link, .element-focusable, and upcoming 'disable overlay' links for their impact on contrib/custom themes.
* - Patch #841184 by ksenzee, aaronbauman, aspilicious: 'Skip to main content' ↵Dries Buytaert2010-10-30
| | | | link doesn't work correctly in the overlay.
* - Patch #955454 by drunken monkey: logic for displaying 'X new comment(s)' ↵Dries Buytaert2010-10-28
| | | | link seems inverted.
* - Patch #951726 by swentel: filter_cron() unnecessary.Dries Buytaert2010-10-28
|
* - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of ↵Dries Buytaert2010-10-28
| | | | array_key_exists().
* - Patch #654796 by chx, c960657, sun, effulgentsia: fix bugs with checkbox ↵Dries Buytaert2010-10-28
| | | | element.
* - Patch #931520 by David_Rothstein: [site:url-brief] token puts an ↵Dries Buytaert2010-10-28
| | | | unnecessary slash at the end.
* - Patch #337909 by chillin411: hook_menu() 'access callback' docs should ↵Dries Buytaert2010-10-27
| | | | mention boolean values work too and minor doxygen correction.
* - 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 #886152 by effulgentsia: fix tests.Dries Buytaert2010-10-27
|
* - 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 #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 #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.