Commit Graph

16858 Commits (24e23ed2dbc2d9baf645e81c81e316d0b02f370c)

Author SHA1 Message Date
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
Larry Garfield 2dec350acd Add a listener to handle path resolution. For now we hack ['q'] still so that legacy code still works, but that will go away soon. 2012-02-26 15:24:46 -06:00
Larry Garfield 2924b656d1 Remove old code. 2012-02-26 15:23:56 -06:00
Larry Garfield 7b8da00cda Switch to Symfony-style rewrite rules for unclean URLs. 2012-02-26 14:28:23 -06:00
Larry Garfield 0476d5d3c8 Remove customized RewriteBase. 2012-02-26 14:28:05 -06:00
Larry Garfield aa62145650 More useful generic exception message. 2012-02-26 13:41:54 -06:00
Larry Garfield 7492474b2d Convert clean URL handling to the format used by the Request object. 2012-02-26 13:41:29 -06:00
Larry Garfield 1c91c1fe0c Add an access listener that should throw a 403 exception if the menu router's access check failed. This is totally not the right way to do this long term, but it works for our current codebase. 2012-02-24 00:20:58 -06:00
Larry Garfield 3a79e7535a Proper type hint. 2012-02-23 23:57:18 -06:00
Larry Garfield 2bc27d0fb0 Move namespace imports to the same place. 2012-02-23 23:01:18 -06:00
Larry Garfield 251d38bd84 Lots of documentation and cleanup. 2012-02-23 23:00:05 -06:00
Larry Garfield de96603ccb Add an HTML listener for 403 errors. 2012-02-23 22:48:31 -06:00
Larry Garfield 298240393a Convert the matcher into a RouterListener, which in turn handles the error handling to return the right kind of exception at the right time on a 404. 2012-02-23 22:33:05 -06: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
Larry Garfield 16dbf2ec4b Refactor DrupalApp into a series of building methods rather than one long method. 2012-02-23 01:06:03 -06:00
Larry Garfield fd02c84604 Move the HTML request type handling to a subscriber class so that it's nicely encapsulated. 2012-02-23 00:58:41 -06:00
Larry Garfield 501f6d5af6 Clean up debug code. 2012-02-23 00:34:08 -06:00
Larry Garfield fdbc8a2404 Convert DrupalKernel into simply a DrupalApp class, since all of the kernel-y stuff is happening in HttpKernel anyway. 2012-02-23 00:33:14 -06:00
Larry Garfield 87e5aede35 Convert all exception handling to be part of the event dispatcher, for consistency. 2012-02-23 00:28:54 -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
Larry Garfield f9fe640f78 Move the new routing logic into a DrupalKernel object. 2012-02-22 22:53:15 -06:00
Larry Garfield de77407800 Fix namespace usage to Drupal standards. 2012-02-22 22:37:37 -06: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