summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #660690 by jbrown: tables without headers are rendered incorrectly ↵Dries Buytaert2009-12-17
| | | | in Seven.
* - Patch #660904 by Crell, Crell: wrong interface name in hook_entity_info() ↵Dries Buytaert2009-12-17
| | | | docblock.
* - Patch #658776 by Dave Reid, yoroy: put the search block in the top-right ↵Dries Buytaert2009-12-16
| | | | corner.
* - Patch #635378 by sun, sivaji, carlos8f: wrong local task titles for ↵Dries Buytaert2009-12-16
| | | | taxonomy term and user account pages.
* - Patch #632092 by scor, linclark: number of replies of a node in RDFa.Dries Buytaert2009-12-16
|
* - Patch #658726 by bleen18: better home link.Dries Buytaert2009-12-16
|
* - Patch #659710 by fgm: queue API was missing a releaseItem method.Dries Buytaert2009-12-16
|
* - Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Rob Loach, ↵Dries Buytaert2009-12-15
| | | | TheRec, moshe weitzman: cron image does a full bootstrap on every page request so changing to a Javascript-based solution instead. Important performance fix -- what were we smoking? ;-)
* - Patch #331180 by sun: rename file to be more consistent with other files.Dries Buytaert2009-12-15
|
* - Patch #360854 by sammys, Crell: added missing db_index_exists(), required ↵Dries Buytaert2009-12-15
| | | | to provide proper upgrade path from Drupal 6 to Drupal 7.
* #659486 by Kiphaas7 and xmacinfo: Add back the 'loading' image to the ↵Angie Byron2009-12-15
| | | | Overlay in a way that does not kill performance.
* #577398 by boombatower: Fix SimpleTest temporary file handling, post-stream ↵Angie Byron2009-12-15
| | | | wrappers.
* #653940 follow-up by Damien Tournoud: Clean-up of error handling from first ↵Angie Byron2009-12-15
| | | | stab at test reporting fixes.
* #645776 follow-up by jhodgdon and matason: Added missing Number module help.Angie Byron2009-12-15
|
* #646694 by rfay: Added much more meaningful error reporting to AJAX.Angie Byron2009-12-14
|
* - Patch #658034 by seutje: core should not use CSS classnames that contain ↵Dries Buytaert2009-12-14
| | | | an underscore.
* - Patch #655206 by dereine: Seven wasn't used for deleting a node.Dries Buytaert2009-12-14
|
* - Patch #658140 by jhodgdon: various small help text fixes.Dries Buytaert2009-12-14
|
* - Patch #658776 by Dave Reid: enable search block by default on Dashboard.Dries Buytaert2009-12-14
|
* - Patch #631550 by sun: fixed stale and improper logic for ↵Dries Buytaert2009-12-14
| | | | MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests.
* - Patch #639466 by yched: fixed hook_options_list() and XSS filtering, and ↵Dries Buytaert2009-12-14
| | | | added more tests.
* #560646 by carlos8f and chx: Make SimpleTest catch Fatal PHP errors.Angie Byron2009-12-14
|
* #650832 by Gábor Hojtsy: Fixed shortcut bar collapse / overlay interaction.Angie Byron2009-12-14
|
* - Patch #644648 by sun: cleaned up, documented, and corrected some ↵Dries Buytaert2009-12-14
| | | | ['#token'] code.
* - Patch #558666 by sun, dropcube: revamp text format/filter configuration ↵Dries Buytaert2009-12-14
| | | | for better usability.
* - Patch #601150 by seutje: fixed behavior with contextual link drop-down.Dries Buytaert2009-12-14
|
* - Patch #371458 by catch: make the upgrade path work a bit better.Dries Buytaert2009-12-14
|
* #552436 follow-up by yched: Fix test regression.Angie Byron2009-12-14
|
* - Patch #601150 by Frando: tweaked the CSS of the contextual links to add ↵Dries Buytaert2009-12-13
| | | | some padding.
* - Patch #658692 by Arancaytar: fixed documentation of hook_filter_info().Dries Buytaert2009-12-13
|
* - Patch #644208 by mrfelton: added more space between the operation links in ↵Dries Buytaert2009-12-13
| | | | content page.
* #556390 follow-up by David_Rothstein: String clean-up on block visibility ↵Angie Byron2009-12-13
| | | | settings.
* #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE ↵Angie Byron2009-12-13
| | | | queries.
* #653926 follow-up by Crell: Document SQL range limits.Angie Byron2009-12-13
|
* #658032 by Arancaytar: Fixed theme_tableselect() does not pass on ↵Angie Byron2009-12-13
| | | | #attributes key.
* - Patch #656266 by fgm: fixed the hook and added documentation.Dries Buytaert2009-12-13
|
* - Patch #601150 by bleen18, eojthebrave, seutje, bganicky, sun, yoroy, ↵Dries Buytaert2009-12-13
| | | | JacobSingh, ivansf, drifter: improved UI for contextual links.
* - Patch #658302 by yched: re-purpose hook_field_sanitize() into ↵Dries Buytaert2009-12-13
| | | | hook_field_prepare_view().
* - Patch #552436 by yched: validation of the number of values in ↵Dries Buytaert2009-12-13
| | | | field_default_validate().
* #653940 follow-up by carlos8f and sun: Fix fatal errors in tests and revert ↵Angie Byron2009-12-13
| | | | changes to error reporting in previous patch.
* #658358 by yched: Fix capitalization.Angie Byron2009-12-13
|
* #645776 by jhodgdon, arianek, tobiasb, and matason: Update Field modules to ↵Angie Byron2009-12-13
| | | | new help standard.
* #510094 by mgifford and pp: Add description to the link items of Toolbar module.Angie Byron2009-12-12
|
* #623320 by rfay: Implement AJAX 'css' command in misc/ajax.js (with tests).Angie Byron2009-12-12
|
* #645802 by jhodgdon and arianek: Convert File module to new help standard.Angie Byron2009-12-12
|
* - Patch #645796 by arianek, jhodgdon, lisarex: fixed help texts.Dries Buytaert2009-12-12
|
* - Patch #655212 by chx: remove unused and broken drupal_session_count().Dries Buytaert2009-12-12
|
* - Patch #115540 by Wesley Tanaka, douggreen, WorldFallz, dww: 'no results' ↵Dries Buytaert2009-12-12
| | | | page was not themeable, and generated invalid HTML.
* - Patch #657828 by yched: make hook_field_formatter() act on all field values.Dries Buytaert2009-12-12
|
* - Patch #656266 by fgm: added missing a matching hook_xml_rpc_alter().Dries Buytaert2009-12-12
|