Commit Graph

13811 Commits (9eef40557238574c68a3fb4de1a69baabc31e9ea)

Author SHA1 Message Date
Dries Buytaert 9eef405572 - Patch #922008 by davehimself, litwol: drupal_get_filename() does not respect DRUPAL_ROOT. 2010-09-27 01:14:10 +00:00
Dries Buytaert 477d1f7b39 - Patch #162047 by sun, Gurpartap Singh: .container-inline class overridden by system.theme.css; also not working with .form-actions. 2010-09-27 01:12:45 +00:00
Dries Buytaert e29eb4dd12 - Patch #922634 by sun: odd form actions in confirm_form(). 2010-09-27 01:11:17 +00:00
Dries Buytaert f40a5c18ae - Patch #923004 by marvil07: typo on hook_search_execute() docblock. 2010-09-27 01:08:40 +00:00
Dries Buytaert 679415abcd - Patch #922590 by David_Rothstein: submitting the dashboard configuration form prints 'The block settings have been updated' twice. 2010-09-27 00:56:54 +00:00
Dries Buytaert 9eaa04648a - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions. 2010-09-27 00:53:56 +00:00
Dries Buytaert 3780b17654 - Patch #921606 by munzirtaha, bleen18: various code uses is_null(). 2010-09-26 23:31:36 +00:00
Dries Buytaert 88bc80a597 - Patch #923274 by bleen18: empty vocab message has an incorrect colspan. 2010-09-26 23:24:53 +00:00
Angie Byron 0a2faaa01b #896828 follow-up: Adding background image for vertical tabs. 2010-09-25 21:44:23 +00:00
Dries Buytaert b502f4c88a - Patch #909272 by chx: remove stub update functions and renumber the remaining ones. 2010-09-25 18:10:53 +00:00
Dries Buytaert 68c438f805 - Patch #909256 by drunken monkey: improved documentation of file_save(). 2010-09-25 18:02:39 +00:00
Dries Buytaert 410a814fcb - Patch #922412 by moshe weitzman: remove node_access_example_disabling() from docs. 2010-09-25 18:01:28 +00:00
Dries Buytaert fadf5dad8b - Patch #921386 by Jacine, mverbaar: remove stale CSS from System module. 2010-09-25 02:28:14 +00:00
Dries Buytaert e1e6091583 - Patch #824326 by deekayen: reduced filesize of image by 61 bytes. 2010-09-25 02:09:00 +00:00
Dries Buytaert 7531187c87 - Patch #921792 by Jeff Burnz: remove Bartiks comments-wrapper div, it does nothing. 2010-09-25 02:05:51 +00:00
Dries Buytaert 7494238062 - Patch #910156 by sun: remove 'description' keys from schema cache. 2010-09-25 02:00:06 +00:00
Dries Buytaert a74c3c0a46 - Patch #922062 by solotandem: test directory not created with DrupalUnitTestCase. 2010-09-25 01:50:07 +00:00
Dries Buytaert 07886a8482 - Patch #921582 by munzirtaha: is_null() should be replaced by !isset because it's faster. 2010-09-25 01:41:26 +00:00
Dries Buytaert e22b2153a2 - Patch #140783 by sun: a select list without #default_value() always passes form validation. 2010-09-24 21:36:22 +00:00
Angie Byron 01f5742f19 #704182 follow-up by deekayen: Smush background.png in Overlay module to reduce filesize. 2010-09-24 21:28:07 +00:00
Angie Byron 7b14675e08 #890994 by Berdir: Entity query tests fail on PostgreSQL. 2010-09-24 21:24:14 +00:00
Angie Byron b6d73970ae #898584 by Damien Tournoud, ksenzee, chx: Clean-up the upgrade path: system. 2010-09-24 21:20:31 +00:00
Dries Buytaert 061ee9d444 - Patch #921802 by solotandem: eliminate PHP Notice: Undefined variable: output in theme(). 2010-09-24 21:20:08 +00:00
Dries Buytaert 0274491dea - Patch #921098 by munzirtaha: !is_null() should be replaced by isset because it's faster. 2010-09-24 02:48:35 +00:00
Dries Buytaert 45acc5a46f - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() because it's faster. 2010-09-24 02:10:06 +00:00
Dries Buytaert e0032eeee6 - Patch #844186 by chx: clarify merge queries. 2010-09-24 02:05:55 +00:00
Dries Buytaert 5e1f9113e9 - Patch #735692 by JohnAlbin: unclear which themes blocks are edited - shown as secondary tabs without primary parents. 2010-09-24 02:01:56 +00:00
Angie Byron 63a08b7a55 #819214 follow-up by reglogge: Fix permalink styling in Bartik. 2010-09-24 01:36:30 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Angie Byron 4bd74a0066 #882164 follow-up by Gábor Hojtsy, reglogge: Further clarifications to localization install instructions. 2010-09-23 23:59:28 +00:00
Dries Buytaert cd9a37e50d - Patch #819214 by bleen18: the '#' marking comment permalinks is just weird and untranslatable. 2010-09-23 19:47:31 +00:00
Dries Buytaert 7bf8499835 - Patch #920154 by munzirtaha: fixed simpletest coding standard violation. 2010-09-23 17:59:24 +00:00
Dries Buytaert 7da4b1bf3e - Patch #919718 by reglogge: some tags are rendered too big by IE in Seven theme. 2010-09-23 17:54:20 +00:00
Dries Buytaert be705b9190 - Patch #915322 by munzirtaha: coding standard violation. 2010-09-23 17:53:09 +00:00
Dries Buytaert b88cb830c8 - Patch #896828 by Jeff Burnz, Manuel Garcia, yoroy: vertical tabs - no visual connection between the active tab and its content. 2010-09-23 02:11:19 +00:00
Dries Buytaert a7e05b4cd2 - Patch #704182 by Jeff Burnz, JohnAlbin: better PNG for overlay. 2010-09-22 21:04:06 +00:00
Dries Buytaert f7af8511c4 - Patch #850612 by Meriial, merlinofchaos, adrian: setting class 'use-ajax-submit' for form submission causes js error(s). 2010-09-22 21:01:39 +00:00
Angie Byron 0317fc9411 #918482 by sun: Add 'cache system' as Drupal core project component and appoint Damien Tournoud as maintainer. 2010-09-22 18:57:30 +00:00
Angie Byron df6d862d30 #418302 follow-up by David_Rothstein, reglogge, dww: Deal with obscure edge case when attempting to create settings.php during installation. 2010-09-22 07:05:22 +00:00
Dries Buytaert 7330a22096 - Patch #168722 by sun, bleen18: hidden input elements contain invalid characters in ID attributes. 2010-09-22 03:34:57 +00:00
Dries Buytaert 63b9e4770b - Patch #908282 by jbrown: theme_image() performs I/O. 2010-09-22 03:24:09 +00:00
Dries Buytaert cdf28e6fd6 - Patch #910388 by mikl: installation fails on PostgreSQL 8.4: Invalid escape sequence. 2010-09-22 03:22:20 +00:00
Angie Byron 18a68728d0 #882164 by aschiwi, Gábor Hojtsy, David_Rothstein, reglogge, et al: Fix the 'install from another language' instructions so that they actually work. 2010-09-22 01:49:17 +00:00
Angie Byron 936344ea55 #897638 by casey, sun, mgifford, et al: Allow .element-invisible to work with focusable elements like links. 2010-09-21 21:45:40 +00:00
Angie Byron a8a7a023b5 #896162 follow-up by effulgentsia: Fix for fatal error in Field UI settings form. 2010-09-21 21:38:08 +00:00
Dries Buytaert 37607d88dd - Patch #696150 by mfb, pwolanin: image_gd_save() does not support remote stream wrappers. 2010-09-21 15:28:11 +00:00
Dries Buytaert 05ff451222 - Patch #912686 by markabur: incorrect css shorthand for font in Seven. 2010-09-20 02:48:53 +00:00
Dries Buytaert 837d4e65a7 - Patch #906400 by Jeff Burnz: contextual link outline extends too far on search block in Bartik. 2010-09-20 02:46:52 +00:00
Dries Buytaert 2cbb296cad - Patch #916488 by David_Rothstein: unused variable in toolbar_view(). 2010-09-20 02:43:18 +00:00
Dries Buytaert c84ec0fa0e - Patch #909460 by tobiasb: remove debug() from test files. 2010-09-19 18:45:51 +00:00