Commit Graph

15615 Commits (fd02c84604e5c3b7c945b51bc7752d0efef0a5eb)

Author SHA1 Message Date
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
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
Larry Garfield 5ee04f81cb Handle page callback files that need to be lazy-loaded. 2012-02-21 08:44:56 -06:00
Larry Garfield 3b8be7dfa9 Fix typo. 2012-02-21 08:44:36 -06:00
Larry Garfield 56654ae8db Fix front page handling. 2012-02-21 08:44:22 -06:00
James Gilliland abcefd7710 Demonstrate providing controller arguments
A hacky way of hardcoding controller arguments. Because page arguments are
translated onto the attributes variable and the attributes are used for
arguements via reflection, this lets you push arguments onto the controller
that aren't on the path. This is hacky but so was the original version and
it shouldn't cause a problem as long as path arguments don't share a name
which would have caused problems anyways.
2012-02-13 16:04:01 -05:00
James Gilliland 55a8203bdb Use a HttpKernel event to translate to a request
We return render arrays from requests ATM and until we transition to actual
request objects, we need to translate so Symfony can function.
2012-02-13 16:02:34 -05:00
James Gilliland cf096e698a Stash the Drupal menu item
This will bubble down to the request and since that will be passed around, make
a lot of integration with Symfony and transitioning easier.
2012-02-13 11:05:42 -05:00
James Gilliland 86554c8ec6 More clear documentation and routing function name 2012-02-13 10:08:24 -05:00
James Gilliland 3ef99f9000 Convert to our own UrlMatcher
This is a transitional implementation but by using the UrlMatcherInterface
we can embed our matching logic directly into Symfony's routing logic.
2012-02-13 10:00:50 -05:00
James Gilliland 5ae2b93226 Updated Symfony router with HttpKernel request routing 2012-02-13 10:00:36 -05:00
James Gilliland e7e6eb55f2 WIP 2012-02-13 09:57:30 -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 49dbb6d4fb Issue #1411114 by sun: Fixed drupal_valid_test_ua() is not statically cached on non-positive match. 2012-02-11 14:24:47 +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 6e2a903141 Issue #666854 by TR, JacobSingh: Whitespace follow-up for E_NOTICE warnings in run_tests().sh . 2012-02-08 20:14:58 +09: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 1ab8af6d81 Issue #1320028 by isay: Fixed bartik style-rtl.css have not overide text align to rigth for tr td, tr th tags. 2012-02-08 20:10:03 +09:00
catch 142b98a5c0 Issue #1334344 by jessebeach, mikestefff: Fixed During update, Bartik throws an error that () is not defined. 2012-02-08 20:05:27 +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 45278f5108 - Patch #1428538 by nod_: Use jQuery toggle. 2012-02-06 17:15:29 -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 91263e5851 - Patch #1426954 by Gábor Hojtsy: remove locale backward compatibility layer in installer. 2012-02-05 08:23:53 -05:00
Dries 36b7afcc0e - Patch #1221772 by pounard, jcisio: transaction database settings is misleading in settings.php . 2012-02-04 22:15:32 -05:00
Dries 5c35e09380 - Patch #1420056 by nod_, droplet: Fixed moving shortcut local var. 2012-02-04 21:02:07 -05:00
Dries 5b97567262 - Patch #1414824 by nod_: Fixed Leaking vars in tabledrag.js. 2012-02-03 16:18:21 -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
Dries 7500befb81 - Patch #1319420 by nod_: multiple execution of tableselect.js with nested tables. 2012-02-02 13:13:06 -05: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