Commit Graph

12021 Commits (a2f90c7d969dca8cdb1f3590565568e28f69edcf)

Author SHA1 Message Date
Dries Buytaert 516d24d1cd - Patch #558666 by sun, dropcube: revamp text format/filter configuration for better usability. 2009-12-14 13:32:53 +00:00
Dries Buytaert 5db74af793 - Patch #601150 by seutje: fixed behavior with contextual link drop-down. 2009-12-14 10:38:19 +00:00
Dries Buytaert a3b107b062 - Patch #371458 by catch: make the upgrade path work a bit better. 2009-12-14 10:36:26 +00:00
Angie Byron 85e9dbd20b #552436 follow-up by yched: Fix test regression. 2009-12-14 01:24:03 +00:00
Dries Buytaert 4856561c98 - Patch #601150 by Frando: tweaked the CSS of the contextual links to add some padding. 2009-12-13 20:08:30 +00:00
Dries Buytaert d7dbb49ae2 - Patch #658692 by Arancaytar: fixed documentation of hook_filter_info(). 2009-12-13 20:03:11 +00:00
Dries Buytaert 5bda765a75 - Patch #644208 by mrfelton: added more space between the operation links in content page. 2009-12-13 19:48:53 +00:00
Angie Byron 8cbdf98f41 #556390 follow-up by David_Rothstein: String clean-up on block visibility settings. 2009-12-13 18:19:01 +00:00
Angie Byron 82c20e6615 #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE queries. 2009-12-13 18:10:43 +00:00
Angie Byron e5356ea62d #653926 follow-up by Crell: Document SQL range limits. 2009-12-13 18:06:48 +00:00
Angie Byron 634d308b4f #658032 by Arancaytar: Fixed theme_tableselect() does not pass on #attributes key. 2009-12-13 14:18:31 +00:00
Dries Buytaert a1e08d9353 - Patch #656266 by fgm: fixed the hook and added documentation. 2009-12-13 13:06:45 +00:00
Dries Buytaert ab6f592cd7 - Patch #601150 by bleen18, eojthebrave, seutje, bganicky, sun, yoroy, JacobSingh, ivansf, drifter: improved UI for contextual links. 2009-12-13 13:00:32 +00:00
Dries Buytaert 601150c262 - Patch #658302 by yched: re-purpose hook_field_sanitize() into hook_field_prepare_view(). 2009-12-13 12:42:28 +00:00
Dries Buytaert 8b4406ef5d - Patch #552436 by yched: validation of the number of values in field_default_validate(). 2009-12-13 12:41:08 +00:00
Angie Byron d6305a6616 #653940 follow-up by carlos8f and sun: Fix fatal errors in tests and revert changes to error reporting in previous patch. 2009-12-13 09:14:21 +00:00
Angie Byron a542d8b716 #658358 by yched: Fix capitalization. 2009-12-13 09:04:55 +00:00
Angie Byron 3dd7a193ae #645776 by jhodgdon, arianek, tobiasb, and matason: Update Field modules to new help standard. 2009-12-13 02:04:14 +00:00
Angie Byron 5a0ea2d5c3 #510094 by mgifford and pp: Add description to the link items of Toolbar module. 2009-12-12 23:42:59 +00:00
Angie Byron 1b1fb73c83 #623320 by rfay: Implement AJAX 'css' command in misc/ajax.js (with tests). 2009-12-12 23:36:28 +00:00
Angie Byron 89f1212643 #645802 by jhodgdon and arianek: Convert File module to new help standard. 2009-12-12 23:04:57 +00:00
Dries Buytaert ffbdf59cd8 - Patch #645796 by arianek, jhodgdon, lisarex: fixed help texts. 2009-12-12 21:05:20 +00:00
Dries Buytaert 00f122cd7b - Patch #655212 by chx: remove unused and broken drupal_session_count(). 2009-12-12 20:55:18 +00:00
Dries Buytaert e096263f3c - Patch #115540 by Wesley Tanaka, douggreen, WorldFallz, dww: 'no results' page was not themeable, and generated invalid HTML. 2009-12-12 20:49:34 +00:00
Dries Buytaert 6a13eb22fc - Patch #657828 by yched: make hook_field_formatter() act on all field values. 2009-12-12 20:16:03 +00:00
Dries Buytaert d0355f72ca - Patch #656266 by fgm: added missing a matching hook_xml_rpc_alter(). 2009-12-12 19:20:52 +00:00
Dries Buytaert 7697d26690 - Patch #655600 by David_Rothstein, nenne: small code cleanups. 2009-12-12 19:19:09 +00:00
Dries Buytaert bce59ec4e5 - Patch #314349 by Damien Tournoud, Dave Reid, CorniI, nedjo, catch: fixed PDO Exception when having too much comments. 2009-12-11 17:09:00 +00:00
Dries Buytaert 3bd4c9fbd3 - Patch #653004 by jhodgdon, arianek: create help page for Contextual module following new standard. 2009-12-11 17:08:27 +00:00
Dries Buytaert 169656a79b - Patch #653000 by jhodgdon, arianek: create help page for Overlay module following new standard. 2009-12-11 16:57:24 +00:00
Dries Buytaert d10a1f7006 - Patch #651902 by chx, Damien Tournoud, scor: allow ESI tie in. 2009-12-11 16:56:10 +00:00
Dries Buytaert 3b8013e20d - Patch #523214 by David_Rothstein, Bojhan: UI cleanup of the text on 'Site Information'. 2009-12-11 16:52:01 +00:00
Dries Buytaert ef2c240086 - Patch #652834 by yched, effulgentsia: changed Field formatters as render arrays to increase performance (and to clean-up the code). 2009-12-11 16:49:40 +00:00
Angie Byron 47182dfb1f #421062 follow-up by JohnAlbin: Respect maintenance theme overrides in settings.php. 2009-12-10 17:31:42 +00:00
Angie Byron ba72e2f9a4 #654964 by sun: Fixed Remove babysitting code for cross-js library convention. 2009-12-10 17:29:29 +00:00
Angie Byron 8bc1fea750 #655614 by David_Rothstein and ksenzee: Remove code that causes changes made by submitting a form in the overlay to not be reflected when the window automatically closes. 2009-12-10 17:26:04 +00:00
Angie Byron fc56c024d3 #656300 by JoshuaRogers: Fixed Typo in system.test prevents D7 from passing tests. 2009-12-10 17:22:35 +00:00
Dries Buytaert 318436d199 - Patch #619904 by nenne: fixed forum.module doesn't uninstall cleanly. 2009-12-10 15:52:56 +00:00
Dries Buytaert c2f26d3368 - Patch #653940 by sun: tests weren't reporting all errors. 2009-12-10 15:39:43 +00:00
Dries Buytaert 3016bcbd23 - Patch #652420 by sun: fixed some errors. 2009-12-09 19:22:04 +00:00
Dries Buytaert 11cbc6ab2c - Patch #c960657: rollback of double commit. It blame the network at Do It With Drupal. ;-) 2009-12-09 19:01:14 +00:00
Dries Buytaert 9b74fbaa70 - Patch #645968 by yoroy, Bojhan, seutje, Dave Reid, Damien Tournoud: added workflow category. 2009-12-09 18:52:31 +00:00
Dries Buytaert e3c0e5094f - Patch #655046 by thegreat: fixed typo in documentation. 2009-12-09 17:44:44 +00:00
Dries Buytaert 253a2e6df9 - Patch #654558 by ksenzee: toolbar drawer toggle is broken. 2009-12-09 17:43:01 +00:00
Dries Buytaert 8de2de0206 - Patch #653926 by Damien Tournoud: fixed range of sub-queries not being honored. 2009-12-09 17:23:50 +00:00
Dries Buytaert 620a306ea4 - Patch #654560 by yched: fixed taxonomy upgrade path. 2009-12-09 15:52:25 +00:00
Dries Buytaert 65e5296401 - Patch #639638 by c960657: missing check_plain() on actions admin page. 2009-12-09 15:40:06 +00:00
Dries Buytaert 5269d3e99b - Patch #384794 by mvc, alduya, intuited: trim white space when inserting data in locales_source(). 2009-12-09 15:35:48 +00:00
Dries Buytaert 13dba19e6a - Patch #652420 by sun: fixed some problems in the tests. 2009-12-09 15:30:48 +00:00
Angie Byron 3254e88fde #651712 by carlos8f: Fixed bug where rendered menu tree links do not include proper attributes (with tests). 2009-12-08 07:09:43 +00:00