Commit Graph

16138 Commits (d4442020ddd03a29dc78316a65e10d711acd11e3)

Author SHA1 Message Date
catch 9bd7daa821 Issue #1272840 by attiks, pp: Add upgrade path for language domains and validation. 2012-02-28 14:31:50 +09:00
catch df643e1345 Issue #218004 by Dave Reid, heyrocker, pcambra, neclimdul et al: Fixed Allow aggregator feed URLs longer than 255 characters. 2012-02-28 13:00:56 +09:00
Greg Dunlap 7795cfa3f0 Merge remote-tracking branch 'core/8.x' into 8.x 2012-02-27 14:53:10 -08:00
webchick 5fbf866181 Issue #1456480 by amateescu: Add amateescu as a Poll maintainer. 2012-02-27 09:32:26 -08:00
Jennifer Hodgdon dfc41f4e1e Issue #1441126 by Devin Carlson, Haza: Fix @see entries in two function doc headers 2012-02-27 08:01:11 -08:00
Nathaniel 97058d458f Issue #1245332 by Dave Reid, rfay: Fixed Warning when all bundles removed from an entity. 2012-02-27 12:45:36 +09:00
Nathaniel 71899b0b65 Issue #218470 by redndahead, casey: Fixed Floating tableheader: 'Select all' checkbox not updated. 2012-02-27 12:43:52 +09:00
Nathaniel dc685b078c Issue #1430300 by mradcliffe, effulgentsia: Fixed Preprocess functions in an include file fail to get called when the theme implements a suggestion override. 2012-02-27 12:27:35 +09:00
Nathaniel 8c806a8fe7 Issue #1431076 by nod_: Fixed Overlay does not work with prefixed URL paths . 2012-02-27 12:21:12 +09:00
Nathaniel f3da649b7c Issue #967166 by effulgentsia, Cottser: Fixed Content rendered via AJAX does not respect stylesheets removed in .info files. 2012-02-27 12:01:22 +09:00
Nathaniel ef7f375d91 Issue #1065626 by Heine, droplet, xjm: Fixed Machine name not editable if every character is replaced. 2012-02-24 13:01:17 +09:00
Nathaniel 0913d9fd1d Issue #687180 by Island Usurper, catch, Berdir, Damien Tournoud, xjm: Fixed Deleting a taxonomy vocabulary leaves term reference fields still pointing to it, and a PDO Exception when creating content. 2012-02-24 12:59:04 +09:00
Dries 87e5ffc3b5 - Patch #1343160 by msonnabaum: update Symfony2 components to latest release. 2012-02-23 09:24:11 -05:00
Dries b956b400dd - Patch #1439686 by tstoeckler: rename language property to langcode. 2012-02-23 09:22:18 -05:00
xjm 01dbc00f73 More trailing whitespace and the addition of an article. 2012-02-23 07:05:29 -06:00
xjm 24aa914398 Fix some trailing whitespace. 2012-02-23 07:01:41 -06:00
Greg Dunlap 260ae131db Merge branch '8.x-file-config' of git.drupal.org:sandbox/heyrocker/1145636 into 8.x-file-config 2012-02-22 21:28:51 -08:00
Greg Dunlap a9cabde4e3 Cleaning up some todos 2012-02-22 21:28:37 -08:00
Greg Dunlap a3a48d8986 Removed unnecessary todo 2012-02-22 21:17:06 -08:00
Greg Dunlap ca422ecba2 Fixed up some comments 2012-02-22 21:16:54 -08:00
Greg Dunlap 3de10c2a2c Added some additional comments around config_decode() 2012-02-22 21:09:24 -08:00
Greg Dunlap 0242e3e8b5 Removed config_get_names_with_prefix() which made no sense 2012-02-22 21:00:03 -08:00
Greg Dunlap bdd013ea2a Merge remote-tracking branches 'origin/8.x' and 'origin/8.x-file-config' into 8.x-file-config 2012-02-22 14:29:38 -08:00
Greg Dunlap 1cbbf74706 Merge remote-tracking branches 'core/8.x' and 'origin/8.x' into 8.x 2012-02-22 14:29:02 -08:00
Greg Dunlap 5b097294ca Added tests for chaining set()->save() 2012-02-22 14:27:43 -08:00
Greg Dunlap 206971754d Added test for casting of nested values 2012-02-22 14:23:29 -08:00
Greg Dunlap dfee7a8c4f Removed debugs 2012-02-22 14:14:02 -08:00
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
Greg Dunlap 86b6fe2f20 Fixed incorrect comment in config_get_signed_file_storage_names_with_prefix() 2012-02-22 13:48:47 -08:00
Greg Dunlap 13db511a47 Stramlined read code slightly 2012-02-22 12:02:03 -08:00
Greg Dunlap e666688a1f Exceptions now successfully being caught when db is missing 2012-02-22 12:01:25 -08:00
Greg Dunlap cc3d5edc53 Removed throw_exception because apparently that's not the problem after all 2012-02-22 10:55:30 -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
Greg Dunlap 612c29cff6 Added an exception handler to config->get() which handles situations where the db is not in place, allowing us to remove a call to db_table_exists() which should improve cached performance a bit 2012-02-22 01:07:21 -08:00
Greg Dunlap 47cdc75465 Reinstated updates to common.inc that had apparently gotten clobbered during a previous merge 2012-02-22 00:06:14 -08: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 f55ff74d96 Issue #1446988 by Dave Reid: Reassign maintainer of statistics module to Tim Millwood. 2012-02-21 02:27:14 -08:00
webchick 8cdaf25b4f Issue #1447040 by nod_: Application for being javascript maintainer. 2012-02-21 01:56:33 -08: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 b059099e56 Issue #652288 by Niklas Fiekas: Rewording the 'proceed with the installation' text on the installer's requirements page. 2012-02-20 16:29:13 +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