Commit Graph

18442 Commits (b38996475dd09e5c3709397cd28fb6f69cb0b51c)

Author SHA1 Message Date
recrit d6f7129ba6 Issue #1591678 by recrit: Fixed Ensure that entity_type() isset on the results object in views_handler_field_field()::post_execute(). 2012-10-21 22:05:04 -04:00
hass 10b8358347 Issue #1601848 by hass: t('Click sort column') cause context sensitive translation issues. 2012-10-21 22:05:04 -04:00
Daniel Wehner 29c7fa9b24 Issue 1589742 by dawehner, tim.plunkett: Fix broken tests, because the view object removes some variables unintended. 2012-10-21 22:05:01 -04:00
Chi 2e20022b72 Issue #1525346 by Chi: Fixed Replace entity codes with there values in description of global text area. 2012-10-21 22:05:01 -04:00
Daniel Wehner b9987b9ecb Issue #1589742 by dawehner: Fix AJAX pager. 2012-10-21 22:04:56 -04:00
Daniel Wehner 62cefb8a16 Issue #1571198 by dawehner: Move menu suffix after the contextual link settings. 2012-10-21 22:04:52 -04:00
Daniel Wehner c26700ad71 Issue #1578028 by dawehner: Change the way the exposed form in block AJAX message is done. 2012-10-21 22:04:46 -04:00
tim.plunkett f7ba372113 Issue #1566180 by tim.plunkett: Fixed Views field row plugin shows inline 'separator' option always. 2012-10-21 22:04:46 -04:00
Daniel Wehner cffa061c2f Issue #1091554 by acrollet, tim.plunkett, dawehner | Take sure the pager api functions work all the time as expected if the pager is not initialized yet. 2012-10-21 22:04:46 -04:00
msonnabaum 816a95e66f Issue #1530740 by dawehner, msonnabaum: Fixed views cache adds all CSS/JS on hits unnecessarily. 2012-10-21 22:04:37 -04:00
damiankloip 06373effe5 Issue #1588378 by damiankloip: Fixed <> characters escaped by check_plain() in views UI. 2012-10-21 22:04:37 -04:00
damiankloip 6851957568 Issue #1346752 by damiankloip | Marshell: Undefined variable: css_class() in include(). 2012-10-21 22:04:37 -04:00
damiankloip d7cb9d3185 Issue #1353218 by damiankloip | dawehner: Allow to not validate on import. 2012-10-21 22:04:37 -04:00
dereine 105e0749a8 Issue #1490680 by dawehner | jbucks: Fixed 'Add comment link' doesn't show when they are no comments on a node. 2012-10-21 22:04:37 -04:00
damiankloip 148a2d5854 Issue #1559174 by damiankloip: Added views_handler_argument_node_type() should extend views_handler_argument_string(). 2012-10-21 22:04:37 -04:00
Daniel Wehner 404b90be07 Document some methods on the view object. 2012-10-21 22:04:30 -04:00
Daniel Wehner f254213acf Make sure the right JS files are loaded and added a couple of todos. 2012-10-21 22:04:30 -04:00
Daniel Wehner fbd06d6d4c taxonomy_get_vocabularies() was renamed to taxonomy_vocabulary_get_names(). 2012-10-21 22:04:07 -04:00
Tim Plunkett d840dcfd60 Test views don't have their machine name set. 2012-10-21 22:04:07 -04:00
Tim Plunkett f42cba7313 Remove custom CreateUser() in favor of drupalCreateUser(). 2012-10-21 22:04:06 -04:00
Tim Plunkett 3c464e8c7d Use the standard profile for testing where necessary. 2012-10-21 22:04:06 -04:00
Tim Plunkett 6187daf920 Prevent undefined index errors in views_plugin_argument_validate_node. 2012-10-21 22:04:06 -04:00
Tim Plunkett 0bcc8ddaa1 DrupalWebTestCase was renamed to Drupal\simpletest\WebTestBase. 2012-10-21 22:04:06 -04:00
Tim Plunkett 7ae062d4ef The $form_state key 'complete_form' was changed to include an underscore. 2012-10-21 22:04:06 -04:00
Tim Plunkett 961708cf31 format_username() was renamed to user_format_name(). 2012-10-21 22:04:06 -04:00
Tim Plunkett dc686f04cc The 'site_frontpage' variable default value changed to 'user'. 2012-10-21 22:04:06 -04:00
Tim Plunkett 14f0771950 Use classed entities instead of stdClass. 2012-10-21 22:04:06 -04:00
Tim Plunkett a5e71d0bdf language_default() now returns the object. 2012-10-21 22:04:06 -04:00
Tim Plunkett 3123bd8e6a QueryAlterableInterface was renamed to Drupal\Core\Database\Query\AlterableInterface. 2012-10-21 22:04:06 -04:00
Tim Plunkett 8196130813 LANGUAGE_NONE was renamed to LANGUAGE_NOT_SPECIFIED. 2012-10-21 22:04:06 -04:00
Tim Plunkett e112da072a menu_rebuild() renamed to menu_router_rebuild(). 2012-10-21 22:04:06 -04:00
Tim Plunkett 5844ec54ee Remove all calls to cache_clear_all() that pass arguments. 2012-10-21 22:04:06 -04:00
Tim Plunkett 974f5b6f32 Add use statements for Database usage. 2012-10-21 22:04:05 -04:00
Tim Plunkett 663b4919b0 Remove usage of global $language. 2012-10-21 22:04:05 -04:00
Tim Plunkett 121516b1eb Replace $_GET[q] with current_path(). 2012-10-21 22:04:05 -04:00
Tim Plunkett 32d6378089 Fix calls to cache_get()/cache_set(). 2012-10-21 22:03:46 -04:00
Jennifer Hodgdon 408b1cf05f Issue #1798386 by Lars Toomre: Remove t() from test assert messages in user module 2012-10-19 15:36:52 -07:00
Jennifer Hodgdon cbc23e2fd0 Issue #1798384 by Lars Toomre: Remove t() from test assert messages in update module 2012-10-19 15:32:38 -07:00
Jennifer Hodgdon 7e508a6a89 Issue #1798366 by Lars Toomre, dcam: Remove t() from test assert messages in tracker module 2012-10-19 15:29:58 -07:00
Jennifer Hodgdon e6e44ab3d9 Issue #1797914 by Lars Toomre: remove t() from test assertions in some system tests 2012-10-19 15:27:10 -07:00
Jennifer Hodgdon 8c644bae42 Issue #1797410 by Lars Toomre: Remove t() from lock system tests 2012-10-19 14:46:06 -07:00
Jennifer Hodgdon b707ca4594 Issue #1797296 by Lars Toomre: Remove t() from more tests in File module 2012-10-19 14:41:58 -07:00
webchick f37f9fa774 Issue #1782838 by Wim Leers, Lars Toomre, chx: Added WYSIWYG in core: round one — filter types. 2012-10-19 01:58:34 -07:00
webchick adf0c6978b Issue #1727430 by tedbow, webchick, amontero: Added 'exclusive' flag to install profiles to auto-select them during installation. 2012-10-19 00:49:18 -07:00
webchick efa195acbd Issue #1308564 by amontero, madmatter23, kbasarab, guile2912, Deciphered: Added Basic token support in fields' help texts. 2012-10-19 00:33:17 -07:00
webchick 41814bb38c Revert "Issue #1798732 by Dean Reilly, westie, alexpott, sun: convert install_task() variable to use state system."
This reverts commit d3edf50190.

This caused unexpected errors with installation on sites with existing
settigs.php files. Rolling back until keyvalue store is available during
installation.
2012-10-18 23:15:53 -07:00
webchick fc671ce750 Issue #1816726 by tim.plunkett: Clean up UpgradePathTestBase::setUp(). 2012-10-18 16:59:44 -07:00
Jennifer Hodgdon ae03bb2d4e Issue #1457320 by kbasarab, xjm, jhodgdon: Fix up test assert message/group param docs to say it should not be translated 2012-10-18 16:29:07 -07:00
Jennifer Hodgdon 4dcf811f77 Issue #1797508 by Lars Toomre, dcam: Remove t() from test assertion messages in Search module 2012-10-18 16:22:40 -07:00
Jennifer Hodgdon 5ffd2a640d Issue #1797506 by xjm, Lars Toomre: Remove t() from test assertions in RDF module 2012-10-18 16:19:35 -07:00