Commit Graph

13347 Commits (856b6e1f408a0c5d8f8865f6b80a629e2f99948c)

Author SHA1 Message Date
Dries Buytaert 856b6e1f40 - Patch #844892 by andypost: minor code style fixes. 2010-07-10 01:44:28 +00:00
Dries Buytaert b7be0bd184 - Patch #818686 by CrookedNumber: hyphens in style names cause paths that point to non-existent derivative images. 2010-07-10 01:43:06 +00:00
Angie Byron 0c993fd704 #776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical bug: Complex widgets are not respecting '#disabled' state. 2010-07-10 00:03:37 +00:00
Angie Byron 28219f5999 Back to 7.0-dev 2010-07-09 00:15:34 +00:00
Angie Byron 9bf09eea76 Drupal 7.0-alpha6 2010-07-09 00:14:02 +00:00
Dries Buytaert 47db34f2d1 - Patch #842966 by boombatower: link handling functionality should use XPath normalize-space(). 2010-07-08 12:22:59 +00:00
Dries Buytaert 5ef8911af9 - Patch #655722 by ksenzee, casey, Gábor Hojtsy, bleen18, David_Rothstein: changes made in an overlay session are not reflected when the user closes the overlay. 2010-07-08 12:20:23 +00:00
Angie Byron 8f5c296cc0 #845742 by Damien Tournoud: Make Bartik the default core theme. 2010-07-08 03:41:27 +00:00
Angie Byron 893fba439b Roll-back of #749748. This broke JavaScript on node add forms, and probably elsewhere. 2010-07-07 17:56:42 +00:00
Angie Byron d38b5b804c #554106 follow-up by pwolanin: Restore timeboxing for SimpleTest runs, for security. 2010-07-07 17:53:28 +00:00
Angie Byron 9e6313e84f #715142 by effulgentsia, msmithgu, mr.baileys, Damien Tournoud, sun: Fixed Various URLs escaped twice, since check_url() resp. filter_xss_bad_protocol() calls check_plain(). 2010-07-07 17:00:43 +00:00
Dries Buytaert 5a904b80c1 - Patch #846330 by JacobSingh, Gábor Hojtsy: impossible to log in with default PHP settings due to cookie lifetime. 2010-07-07 13:52:00 +00:00
Dries Buytaert 328f1723d5 - Patch #717576 by mr.baileys: incorrect param name in text_field_widget_form(). 2010-07-07 13:30:06 +00:00
Dries Buytaert 803e63de6d - Patch #847152 by fago: fix EntityFieldQuery::execute doxygen. 2010-07-07 13:13:44 +00:00
Angie Byron ea4f6bcef2 #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users. 2010-07-07 08:05:01 +00:00
Angie Byron a8812bb727 #685892 follow-up by Stevel: Fix missing t() in update function. 2010-07-07 05:59:14 +00:00
Angie Byron 449f1f7cbd #845746 by Berdir: Fixed update process broken on multi-language sites using i18n module. 2010-07-07 05:44:03 +00:00
Dries Buytaert 47b8bec8e2 - Patch #749748 by mavimo, Dave Reid: contact and comment modules do not prefill with user info from cookie. 2010-07-07 01:14:18 +00:00
Dries Buytaert 7bf7c1f50b - Patch #844392 by aspilicious: add extra newlines in file.inc. 2010-07-07 01:10:35 +00:00
Dries Buytaert 63312b2950 - Patch #825330 by rfay, katbailey: make book module use standard D7 AJAX forms techniques. 2010-07-07 01:07:33 +00:00
Dries Buytaert 16eb932fcd - Patch #846254 by kiamlaluno: example for hook_update_N() contains wrong code. 2010-07-07 00:57:44 +00:00
Dries Buytaert c0fcf85b39 - Patch #791168 by Berdir: does form_state() cache never get cleaned? 2010-07-07 00:56:45 +00:00
Angie Byron 99c7b5de09 #685892 by Stevel, scor, Island Usurper, yched, quicksketch, et al: Fixed Upload -> File module upgrade path is broken. 2010-07-06 07:38:48 +00:00
Angie Byron 3ccf4ddf88 #843278 by David_Rothstein: Fixed Menu system static caches are no longer completely cleared (causes shortcuts to not be added correctly in the overlay). 2010-07-06 07:27:07 +00:00
Angie Byron 790da7b3cc #683026 by jensimmons, JohnAlbin, Jeff Burnz, Jacine, stephthegeek, bleen18, smerrill, et al: New core theme: Bartik, a flexible, re-colorable theme with many regions that shows off what Drupal can do. Truly a team effort. :) 2010-07-06 05:25:51 +00:00
Angie Byron a5e2404e0b #711108 follow-up by chx: Fixed SQLite implementation of richer exception reporting for watchdog(). 2010-07-04 02:26:10 +00:00
Angie Byron 94247bfd7d #715108 follow-up by Damien Tournoud, justinrandell: Fixed SQLite Merge queries. 2010-07-03 20:45:45 +00:00
Dries Buytaert 3b2968da7a - Patch #843656 by Pasqualle: duplicated code line. Easiest patch of the day. 2010-07-02 15:32:10 +00:00
Dries Buytaert c0ca1e4563 - Patch #805702 by Berdir: cron should use locking framework. 2010-07-02 15:31:10 +00:00
Angie Byron 27519ac981 #716302 follow-up by David_Rothstein: Tests for Dashboard module. 2010-07-02 15:24:31 +00:00
Dries Buytaert f3304854d0 - Patch #736298 by effulgentsia, eojthebrave, andypost, robeano: fixed Refactor file.module to use proper button click detection, enabling FAPI to improve button click detection security. 2010-07-02 12:37:57 +00:00
Dries Buytaert 5b55646e2a - Patch #620618 by sun, Damien Tournoud, JohnAlbin, makara: optimize menu tree building and use it for toolbar. 2010-07-02 02:22:26 +00:00
Dries Buytaert e4be0eb7e8 - Patch #327331 by mr.baileys, wrwrwr: fix filter_xss() to not allow empty style/on* attributes at end of opening tag. 2010-07-01 19:41:18 +00:00
Dries Buytaert a1277471c8 - Patch #740036 by c960657, Damien Tournoud: Fixed OpenID AX: Request nickname + support alternative namespaces. 2010-07-01 19:06:57 +00:00
Angie Byron 18b73f13b7 #842394 by Stevel: Add dependency to filter_update_7005 so that it runs after the addition of role weight column. 2010-07-01 15:14:27 +00:00
Angie Byron d4570f032a #817216 follow-up by Stevel: Fixed database prefixes in poll_update_7001(). 2010-07-01 15:09:11 +00:00
Dries Buytaert 435e4e0310 - Patch #effulgentsia: remove left-overs. 2010-07-01 00:46:57 +00:00
Dries Buytaert 6f49c59815 - Patch #786322 by trevjs: documentation for file_load_multiple() still mentions {files} table, and is not conformant to standards. 2010-07-01 00:44:04 +00:00
Dries Buytaert 17482ee1cb - Patch #831914 by Dave Reid: removed redundant [node:uid], [comment:uid], and [file:uid] tokens. 2010-07-01 00:42:34 +00:00
Angie Byron 0ed7c5051f #841242 by justinrandell, Stevel: Fixed HEAD BROKEN: some file/image tests are failing. 2010-06-30 22:37:49 +00:00
Angie Byron 9085e3ab22 #840182 by chx, Berdir: Fixed Testing is broken due to wrong prefix being used. 2010-06-30 16:55:49 +00:00
Dries Buytaert 9e0af44f62 - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP blocking. 2010-06-30 15:51:51 +00:00
Dries Buytaert f363c9209d - Patch #838014 by comrade.salazar, dereine: search results will always have empty h2 tag. 2010-06-30 15:47:50 +00:00
Dries Buytaert 113b00e7f0 - Patch #800366 by sivaji, David_Rothstein: prevent creating shortcut set with empty or duplicate label. 2010-06-30 15:12:59 +00:00
Dries Buytaert 95a59821e3 - Patch #134321 by dvessel, dboulet: if default color profile base and original style.css background color are the same, output is invalid CSS background. 2010-06-30 15:03:06 +00:00
Dries Buytaert 507ce04257 - Patch #691468 by aaronbauman, gpk: improve PHPdoc of bootstrap_invoke_all(). 2010-06-29 18:50:36 +00:00
Dries Buytaert 0df5b37ab7 - Patch #729186 by catch: _field_info_collate_fields() resource usage. 2010-06-29 18:46:12 +00:00
Dries Buytaert ef1fd4887a - Patch #721086 by rfay, aspilicious, andypost: create tests for system actions, clean up token replacement, clean up triggers. 2010-06-29 18:24:10 +00:00
Dries Buytaert 7640e03624 - Patch #690746 by Damien Tournoud, Stevel: avoid table descriptions from disappearing. 2010-06-29 16:52:11 +00:00
Dries Buytaert 73a961e2de - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00