Commit Graph

545 Commits (0549db82c66c4663e554b8415c2476df252acd95)

Author SHA1 Message Date
Greg Dunlap 25d74b5c51 Made array tests also verify that casting works properly 2012-02-22 14:13:25 -08:00
Greg Dunlap d0579d92f5 Added tests for file listing 2012-02-22 14:02:19 -08:00
Dries 18c1d673d9 - Patch #673020 by Zoltán Balogh, Gábor Hojtsy, good_man, kalman.hosszu: tests for adding the Content-Language HTTP header to the generated page. 2012-02-22 09:04:12 -05:00
Dries a58940f111 - Patch #1222194 by Gábor Hojtsy, plach: rename global to (). 2012-02-22 08:37:04 -05:00
Dries edabf1fc3a - Patch #1300298 by askibinski: empty tokens don't get replaced in welcome emails. 2012-02-21 14:02:50 -05:00
Dries 5e6cc3c85a - Patch #1410096 by fastangel, Gábor Hojtsy, kalman.hosszu: convert comment language code schema to langcode. 2012-02-21 10:55:52 -05:00
Dries cc9cd9947f Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-02-21 10:44:21 -05:00
Dries fa0562fac4 - Patch #1416392 by Gábor Hojtsy, plach, rvilar: clean up language (types) bootstrap function naming and documentation. 2012-02-21 10:44:11 -05:00
webchick 0c495e928d Issue #655048 by Gábor Hojtsy, intuited: Fixed Plural formula information blanked when importing a poorly-formed .po file. 2012-02-21 01:38:03 -08:00
catch ef5d9d89b3 Issue #1313300 by jwilson3, rjgoldsborough, MrHaroldA: Fixed Wrong uri in 'Add new comment' teaser link if set to COMMENT_FORM_BELOW. 2012-02-20 16:30:57 +09:00
catch ec45fe5b47 Issue #1401496 by bleen18: Fixed forum_taxonomy_term_delete() completely broken (takes instead of entity). 2012-02-20 16:16:37 +09:00
catch 3fa7d32a43 Issue #1267918 by Niklas Fiekas, darrellulm: Fixed User signature does not appear in comment preview. 2012-02-20 16:13:05 +09:00
catch 5820eb7b96 Issue #1436936 by Snugug: Add Clearfix Class to <header> in page.tpl.php. 2012-02-20 14:43:39 +09:00
catch 859fdb931e Issue #1373312 by sun: Assign system_main() block to 'content' region and help block to 'help' region by default. 2012-02-20 14:41:29 +09:00
Dries 8be72b70dc - Patch #1444160 by Niklas Fiekas: Drupal.behaviors.dateTime needs a clean-up. 2012-02-18 22:31:32 -05:00
Dries f3aa73aefb - Patch #1444160 by Niklas Fiekas: Drupal.behaviors.dateTime needs a clean-up. 2012-02-18 22:26:01 -05:00
Dries c6d3a24e65 - Patch #1427098 by chris.leversuch: EntityFieldQuery::execute documentation - return value example doesn't work if query result is empty. 2012-02-18 22:19:27 -05:00
Greg Dunlap f4c3b094a7 Added tests for clear() 2012-02-17 14:16:42 -08:00
Greg Dunlap eb6ea697b8 Renamed unset back to clear because unset is a reserved word which is the whole reason I didn't name it unset in the first place 2012-02-17 14:15:16 -08:00
Greg Dunlap c256f64104 Renamed clear() to unset() 2012-02-17 14:09:59 -08:00
Greg Dunlap 1a04e9709b Added a full range of tests for reading/writing config 2012-02-17 13:57:34 -08:00
catch 78d1b495c7 Issue #1376166 by sun: Fixed Custom logo and favicon functionality inanely tries to support absolute local file paths. 2012-02-17 12:38:33 +09:00
Dries d01ee4aa6a - Patch #1250800 by attiks, Jelle_S, dereine, xjm: language domain should work regardless of ports or protocols. 2012-02-16 22:24:46 -05:00
effulgentsia e607acf4a2 Fixed ImageAdminStylesUnitTest. 2012-02-16 18:17:13 -08:00
sun 208af9fec5 Chainable config()->set(). 2012-02-16 14:28:51 -08:00
Greg Dunlap eb9954acfa Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-16 14:22:20 -08:00
Greg Dunlap d60c422ce8 Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-16 13:29:14 -08:00
Greg Dunlap ce71b26761 Blank space 2012-02-16 13:20:35 -08:00
Greg Dunlap 112afc273a Removing extra blank lines 2012-02-16 13:17:07 -08:00
Greg Dunlap dafa899ab5 More whitespace cleanup 2012-02-16 13:12:02 -08:00
Greg Dunlap 3f9c931860 Cleaning up whitespace 2012-02-16 13:08:44 -08:00
Greg Dunlap 803af70955 Fixed problem with ieid getting erased on image style update 2012-02-16 12:36:07 -08:00
Dries 6e431c53b3 - Patch #540294 by Gábor Hojtsy, clemens.tolboom, Xano: node language settings from Locale to Node module. 2012-02-16 10:52:30 -05:00
catch ddf4b81fc7 Issue #1221276 by fietserwin, Gábor Hojtsy, sun, gumanist: Fixed locale_get_plural() only works for a single language within a request and does not work for English. 2012-02-16 22:42:26 +09:00
catch 004df89186 Issue #1050746 by grendzy: Fixed HTTPS sessions not working in all cases. 2012-02-16 22:35:24 +09:00
catch f881a68a01 Issue #771036 by ojohansson, Gábor Hojtsy: Fixed Overlay overwrites existing target attribute. 2012-02-16 13:27:56 +09:00
sun 2b316b6a51 Fixed ImageDimensionsUnitTest does not apply weights to image effects, so effects are not saved in expected order. 2012-02-14 12:26:29 -08:00
sun 7f7d3555ac Removed wonky code in image_effect_save() that seemingly and bogusly tries to retain previously existing properties of an image effect. 2012-02-14 12:26:01 -08:00
sun 40cc21c89d Fixed Image module tests. Added many critical todos:
- Config values are not casted to strings (despite promised).
- Config keys are not casted to strings (although promised, too).
- XML can be invalid and not parse-able for many reasons.
- Config keys are not validated/sanitized.
- config()->clear() should really be ->unset().
- Configuration must not be additionally cached by a module in any way (static cache / database cache).
- Some modules invoke drupal_alter() on configuration (e.g., image styles).
- Need a way to list config object names/suffixes _after_ a specified prefix.
- Need a way to determine whether a config object exists.
- Some modules might have a valid use-case for retrieving/listing config objects using a wildcard within the name (instead of only searching by prefix).
- The key of a retrieved value is unknown; since you only get the value.  Configuration values (or sub-values) may be passed forward to another function/callback, and thus, that function no longer knows about the key of the value. (unless the key is contained in the value, which is a very very wonky duplication)
- Config keys must not contain periods (within a specific key).
2012-02-14 12:25:39 -08:00
sun d74f856cd3 Fixed Config module .info definition. 2012-02-14 12:20:21 -08:00
sun 51cd608b95 Added todo for basic CRUD tests. 2012-02-14 12:19:05 -08:00
sun 588cfd8be5 Fixed ImageDimensionsUnitTest. 2012-02-14 12:18:56 -08:00
sun 174cb4df17 Removed superfluous $nonexisting variable. 2012-02-14 12:18:28 -08:00
sun f9b1397675 Fixed test exception. 2012-02-14 12:18:00 -08:00
sun 4527fc3f80 Added first CRUD tests. 2012-02-14 12:16:51 -08:00
sun fbc0928dc4 Cleaned up and fixed test case class names and info. 2012-02-14 12:15:56 -08:00
sun d29f946331 Fixed tests for PSR-0, registry, and performance. 2012-02-14 12:15:04 -08:00
catch 5f1381efbb Issue #1294264 by budda, davidwhthomas: FieldUpdateForbiddenException: Cannot update a list field - better debug info. 2012-02-14 22:40:31 +09:00
catch 9235ea177c Issue #283045 by mlncn, Jody Lynn, pwolanin, gpk: Fixed Allow top-level pages to be removed from books. 2012-02-14 22:38:27 +09:00
catch ec5ca21e94 Issue #1430986 by Gábor Hojtsy, plach: Clean up naming for language negotiation configuration functions/paths. 2012-02-14 21:50:30 +09:00
Nathaniel 69d530a0bc Issue #1006042 by ksenzee, grendzy: Fixed Links outside the overlay with existing fragments are broken. 2012-02-14 12:49:58 +09:00
Nathaniel 8e7a80bb0f Issue #334948 by David_Rothstein, Albert Volkman: Fixed The 'default' folder is sometimes required to be writable even when installing Drupal in sites/example.com. 2012-02-14 12:39:35 +09:00
Greg Dunlap 251697b6a3 Fixed broken function signature in image_effect_delete() 2012-02-13 16:48:42 -08:00
Greg Dunlap fbd6af0b1a Adding in changes to theme_image_style() that had somehow not gotten merged in from core previously 2012-02-13 16:45:19 -08:00
Greg Dunlap 85306e2ff1 Just removed the default style tests altogether. Default styles are no longer any different than custom styles 2012-02-13 19:31:39 -05:00
Greg Dunlap b92e4eac3d Removed tests that made sure we couldnt edit default styles without overriding (no longer applicable) 2012-02-13 19:29:51 -05:00
Greg Dunlap 495aef8fb1 Removed test that made sure we couldn't delete default image styles since that no longer applies 2012-02-13 19:28:29 -05:00
Greg Dunlap 6f1946a393 Cleaning up some notices and incorrect function signatures for tests 2012-02-13 19:18:14 -05:00
Dries 07d4c5569f - Patch #1431452 by larowlan: 'status' in where clause is ambiguous. 2012-02-13 13:57:23 -05:00
Dries d37c49df4e - Patch #1431918 by Liam Morland: user_multiple_role_edit() doc needs more detail. 2012-02-13 13:44:59 -05:00
justinrandell aedb6b6921 make the test config directory prefixes match up 2012-02-12 02:26:06 -05:00
sun f71138695f Fixed configuration file directory not setup for tests. 2012-02-13 18:53:07 +01:00
Greg Dunlap a8313cf422 Merge remote-tracking branch 'core/8.x' into 8.x-file-config 2012-02-12 11:24:16 -05:00
catch d790839ecf Issue #872488 by acouch, mfb, musicnode: Regression: no way to get taxonomy tags into RSS feeds. 2012-02-11 14:31:48 +09:00
catch 25c7704131 Issue #41595 by pillarsdotnet, m3avrck, sun et al: Fixed All pager links have an 'active' CSS class. 2012-02-11 14:22:04 +09:00
catch 055900b338 Issue #1250800 by attiks, Jelle_S, dereine: Fixed Language domain should work regardless of ports or protocols. 2012-02-11 14:17:56 +09:00
catch 57019c74c7 Issue #1068016 by franz: Followup to fix code style issue. 2012-02-09 11:16:27 +09:00
Dries 72a6343890 - Added missing files 2012-02-08 13:50:19 -05:00
Dries 03a8bdc361 - Patch #1431040 by Gábor Hojtsy: rename LOCALE_LANGUAGE_NEGOTIATION_* constants to LANGUAGE_NEGOTIATION_*. 2012-02-08 09:51:31 -05:00
Dries 51867cdc07 - Patch #1221718 by aspilicious, sun, skottler: refactor block-admin-display-form.tpl.php. 2012-02-08 09:49:23 -05:00
catch ed9a5d96f6 Issue #814804 by JacobSingh, ksenzee, draenen, et al: Fixed taxonomy_autocomplete() produces SQL error for nonexistent field. 2012-02-08 20:13:10 +09:00
catch b62f85ca97 Issue #998256 by justafish, Dave Reid: Please let modules know about the original URL alias in hook_path_update(). 2012-02-08 20:03:32 +09:00
Dries d68fe9071d - Patch #1068016 by franz, karschsp, BartVB, Niklas Fiekas: fixed number field validation fails to block some invalid input causing later SQL fatal error. 2012-02-07 14:55:09 -05:00
Dries fdca0419a5 - Patch #1357918 by Gábor Hojtsy, swentel, sun, no_commit_credit: missing update for language_default() in language langcode update. 2012-02-07 14:34:52 -05:00
Dries c94f4a0592 - Patch #1428498 by linclark: Docblock syntax error for taxonomy_select_nodes(). 2012-02-06 21:59:07 -05:00
Dries 36e9422aef - Patch #1425280 by Niklas Fiekas, swentel: no contextual links in node lists after a node without contextual links. 2012-02-06 17:25:12 -05:00
Dries cb043599e0 - Patch #1425280 by Niklas Fiekas, swentel: no contextual links in node lists after a node without contextual links. 2012-02-06 17:25:01 -05:00
Dries 26bf1f5b64 - Patch #1159258 by Deciphered: fixed image_file_move() flushes new URI not source URI. 2012-02-05 08:59:33 -05:00
Dries 3aed4afd5a - Patch #404116 by c31ck, amateescu, neclimdul: provide default choices on poll translations. 2012-02-05 08:38:25 -05:00
Dries 5c35e09380 - Patch #1420056 by nod_, droplet: Fixed moving shortcut local var. 2012-02-04 21:02:07 -05:00
Dries 87518a97db Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-02-03 16:16:15 -05:00
Dries 4f6c4013de - Patch #1426698 by droplet: Fixed book.js: fix vertical tabs summary & clean up. 2012-02-03 16:15:50 -05:00
catch fc690da10d Issue #761608: add the new test themes. 2012-02-04 00:42:50 +09:00
catch a8edf85f0f Issue #911354 by adrian, boombatower, jhedstrom, sun, yhahn, dixon_, et al: Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests. 2012-02-03 23:37:28 +09:00
catch 869b5e1a7e Issue #761608 by JohnAlbin: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-02-03 23:16:11 +09:00
catch da5aa80e09 Issue #1331370 by beejeebus, plach: Fixed [Upgrade path broken] Stored include paths need to be updated to /core before running the upgrade path. 2012-02-03 22:52:24 +09:00
Larry Garfield 1bc5b98e6c Merge remote-tracking branch 'dries/8.x' into dbtngtng 2012-02-02 23:50:39 -06:00
Dries f7daf3453b - Patch #598414 by Tor Arne Thune, Dave Reid: Fixed Links in the update results page lead to 403s. 2012-02-02 13:09:46 -05:00
Dries 31544e56ff - Patch #1417754 by mkadin: hook_menu() docs need to explain that options don't work for tabs. 2012-02-02 11:38:57 -05:00
Dries 82cb7cf5e8 - Patch #1414314 by Gábor Hojtsy, tstoeckler: make node and path depend on language module only for language support, get rid of locale_language_name(). 2012-02-02 11:08:57 -05:00
Dries 823ff6a19b - Patch #1290506 by droplet, mike stewart, bvirtual: remove webkit-specific border radius from CSS. 2012-02-02 10:49:10 -05:00
Greg Dunlap a7c6328d17 Merge remote-tracking branch 'core/8.x' into 8.x-file-config 2012-02-01 14:02:58 +01:00
catch e31452775e Issue #1229442 by bleen18, amateescu, chrispomeroy: Change notification for: Convert poll tpls and markup to HTML5. 2012-02-01 12:02:15 +09:00
catch 7174061c6b Issue #1217036 by jyve, franz: Clean up the CSS for Search module. 2012-02-01 11:58:37 +09:00
webchick 66a3371415 Issue #569076 by rocket_nova, wamilton, alonpeer: Test that taxonomy term page contains a link to parent terms in the breadcrumbs. 2012-01-31 00:23:18 -08:00
webchick 535223a9ed Issue #1415794 by Zen Master: Fixed node_access_test_form_node_form_alter() has wrong documentation header. 2012-01-31 00:18:53 -08:00
webchick 67d180bafa Issue #1409052 by mkadin: Fixed hook_menu() should state that auto-loaders should return FALSE to indicate nothing found and trigger a 404. 2012-01-31 00:16:04 -08:00
webchick 3e17654cf1 Issue #1372280 by sven.lauer: Document that field_info_field_by_id() may also be used for deleted fields. 2012-01-31 00:12:57 -08:00
webchick 911bc7247b Issue #1416212 by pontus_nilsson: Fixed _user_mail_notify() -- options for need to be a list. 2012-01-31 00:12:04 -08:00
webchick 8e4638721b Issue #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() region is hidden from the blocks UI. 2012-01-30 23:53:00 -08:00
webchick 0b82d911da Issue #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function. 2012-01-30 23:50:49 -08:00
webchick 853ae41231 Issue #1405260 by skottler: Clarify the language around non-reliable queue examples. 2012-01-30 23:48:51 -08:00
Nathaniel 1146ec3b47 Issue #1183250 by jessebeach, linclark, aspilicious, sun, Everett Zufelt, scor: Add a theme_datetime() function to consistently theme dates and datetimes. 2012-01-31 14:17:24 +09:00
webchick d5984e1e81 Issue #1110650 follow-up by grendzy, oriol_e9g, sun: Fixed comment-by-anonymous class never appears. 2012-01-30 21:00:17 -08:00
Dries 7343447096 - Patch #1420048 by nod_, droplet: fixed menu* JS indention. 2012-01-29 16:13:55 -05:00
Dries 1c09cbb5c4 - Patch #1346914 by droplet: use .length instead of jQuery.size(). 2012-01-29 08:54:40 -05:00
Dries ae93ca687d - Patch #1399496 by droplet: JS semicolon to following code standard . 2012-01-29 08:25:06 -05:00
Larry Garfield e9453d8b04 Merge branch '1400748-namespaces' into dbtngtng 2012-01-28 17:51:18 -06:00
Dries ebb763b533 - Patch #1354852 by marvil07, 30equals: hook_node_type_insert() has no sample function body. 2012-01-27 12:10:57 -05:00
Dries 52f5529536 - Patch #1394790 by joachim: explain system_admin_compact_mode(). 2012-01-27 10:37:10 -05:00
Dries 99ac453714 - Patch #1377544 by kotnik: hook_update_N documentation uses dead links. 2012-01-27 10:25:49 -05:00
Dries dd13c22eed - Patch #1190210 by aspilicious, richthegeek, jessebeach: convert toolbar.tpl.php to HTML5. 2012-01-27 10:17:34 -05:00
Larry Garfield b5e33f620e Merge branch '8.x' into dbtngtng 2012-01-26 23:47:34 -06:00
Dries b989d0cc16 - Patch #1415764 by Gábor Hojtsy: Untangle comment module and locale module. 2012-01-26 11:21:48 -05:00
Dries afacb52295 - Patch #852524 by plach, oriol_e9g: include language provider files only when they are needed. 2012-01-26 11:09:59 -05:00
Greg Dunlap b6d57235b6 Merge remote-tracking branch 'core/8.x' into 8.x-file-config 2012-01-26 08:54:22 +01:00
Dries a08405829e - Patch #61456 by jeffschuler, edmund.kwok, jdefay, David_Rothstein, csevb10, alex_b, xjm, Steve Dondley: Aggregator titles display quotes and other characters with HTML entity equivalents badly (write tests). 2012-01-25 15:54:58 -05:00
Dries a775f0580c - Patch #61456 by jeffschuler, edmund.kwok, jdefay, David_Rothstein, csevb10, alex_b, xjm, Steve Dondley: Aggregator titles display quotes and other characters with HTML entity equivalents badly (write tests). 2012-01-25 15:53:29 -05:00
Greg Dunlap 19b21a1fa6 Merge conflict from aspilicious' fixes 2012-01-25 21:22:08 +01:00
Bram Goffings 0734324871 fixed statistics logging test, partialy fixed page caching and session tests 2012-01-25 21:18:01 +01:00
Bram Goffings 4a8adb2ad9 removed tab in block cache config 2012-01-25 21:17:32 +01:00
Bram Goffings ff8e2f2e79 fixed poll.test 2012-01-25 21:17:17 +01:00
Bram Goffings 755d8f92f6 Removed tabs from system.performance config file 2012-01-25 21:16:44 +01:00
Greg Dunlap a5b4c2500a Merge from core for PSR-0 2012-01-25 21:01:35 +01:00
Dries d78f6a63d4 - Patch #61456 by jeffschuler, edmund.kwok, jdefay, David_Rothstein, csevb10, alex_b, xjm, Steve Dondley: Aggregator titles display quotes and other characters with HTML entity equivalents badly (write tests). 2012-01-24 21:27:42 -05:00
Dries 0b1ec3bfeb - Patch #490182 by amateescu: present all CRUD operations on Taxonomy List terms page. 2012-01-24 21:07:07 -05:00
Dries 39b65b363e - Patch #1269586 by Everett Zufelt, ericduran: Use .js instead of html.js in CSS. 2012-01-24 21:00:59 -05:00
Dries 22078d279d - Patch #1413888 by anrikun, sun: Move function assertNoOption() from menu.test to simpletest drupal_web_test_case().php. 2012-01-24 20:26:51 -05:00
Dries b55fc01277 - Patch #1346166 by Dave Reid: Improve performance of token_replace() if there are no tokens to replace. 2012-01-24 20:18:24 -05:00
Dries 68fc0fad1a - Patch #1316866 by nicl: User_forms() is now redundant. 2012-01-24 17:53:40 -05:00
Dries fc5b03dacf - Patch #1352272 by sven.lauer, LSU_JBob: Remove obsolete system_settings_overview(). 2012-01-24 17:51:41 -05:00
Dries b4e0f11fa5 - Patch #1000074 by naxoc: node_permission() uses check_plain() without a purpose. 2012-01-24 17:21:33 -05:00
Dries fc7c985be0 - Patch #1264728 by yched: Refresh field 'active' state in module_enable() / _disable(). 2012-01-24 16:55:50 -05:00
Dries e341d8ec6e - Patch #1408636 by swentel, c31ck: fixed fatal error when viewing unpublished nodes with the translator module enabled. 2012-01-24 16:42:56 -05:00
Dries 6302cec677 - Patch #1347836 by LSU_JBob, linclark: Comment cleanup in common.test. 2012-01-24 14:14:33 -05:00
Dries 6165e9e18c - Patch #1337198 by bleen18: remove useless form_alter() implementation. 2012-01-24 14:10:53 -05:00
Dries 4137508aa4 - Patch #984874 by LSU_JBob, dalin: Improve test performance (and hence PIFR performance) by extending DrupalUnitTestCase where possible. 2012-01-24 14:03:20 -05:00
Dries 17dcddc3a4 - Patch #1386514 by pflame, nod_, David_Rothstein: Fixed Dragging and dropping a shortcut from disabled to enabled doesn't switch the status if the dragging happens fast. 2012-01-24 14:01:37 -05:00
Dries f5563bf877 - Patch #1400310 by nod_: Fixed Use of .parents() is really .closest(). 2012-01-24 13:54:39 -05:00
Larry Garfield 0ee2386bc0 Merge branch '1400748-namespaces' into dbtngtng 2012-01-23 19:32:58 -06:00
Dries 4b92841794 - Patch #1387608 by Gábor Hojtsy, tstoeckler: Unify language_list() and locale_language_list(). 2012-01-23 10:46:29 -05:00
Dries adbebba6ad - Patch #1330554 by oriol_e9g, fiftyz, richthegeek: Fixed taxonomy_get_tree() incorrect depth on multiple parents. 2012-01-23 09:01:17 -05:00
Dries 7630e47db9 - Patch #1332658 by sven.lauer, David_Rothstein, xjm: Clean up API docs for dashboard module. 2012-01-23 08:51:39 -05:00
Larry Garfield 92286713d5 Move database files to the new lib directory and update code accordingly. 2012-01-22 23:56:07 -06:00
Larry Garfield adbd7c9aad Merge branch '8.x' into dbtngtng 2012-01-22 21:34:59 -06:00
Dries 615bbeaad0 - Patch #1405604 by aspilicious: Fixed RTL stylesheets don't get triggered when locale isn't enabled. 2012-01-22 21:18:20 -05:00
Dries 1b6ba5243c - Patch #1357912 by Gábor Hojtsy, sun: convert path language code schema to langcode. 2012-01-22 21:14:12 -05:00
Dries 7ef099f552 - Patch #1189834 by aspilicious, chrispomeroy: convert book-export-html.tpl.php to HTML5. 2012-01-22 19:49:01 -05:00
Dries 09e2fb03bf - Patch #1280538 by fastangel, Gábor Hojtsy, plach: Language negotiation UX: default the path prefix setting on installation so that it actually works right away. 2012-01-22 19:46:31 -05:00
Dries 89d83c6f15 - Patch #1217788 by droplet: drop IE7 support from Drupal 8.x. 2012-01-22 17:42:49 -05:00