Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
0ea8230787338b89abaeb6f01f2e8fe717da96dc
Select Git revision
20 results
drupal
Author
Search by author
Any Author
authors
0 authors
Oct 02, 2012
Split handling of old and new style subrequests to avoid empty or inceptioned pages.
· 0ea82307
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
0ea82307
Remove no-longer-needed RouterListener subclass. We can use the Symfony one directly now.
· 126bb190
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
126bb190
Remove unnecessary files.
· 5ae1aca2
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
5ae1aca2
Various documentation and whitespace fixes.
· 0703718b
Lee Rowlands
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
0703718b
Ensure router.builder and other services are available during upgrade.
· 7019a0c1
Alex Bronstein
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
7019a0c1
Fix redirect user_page to include current language.
· 6779c079
Alex Bronstein
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
6779c079
Fixed old style subrequests by running through drupal_render_page.
· fdcd2d2a
Lin Clark
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
fdcd2d2a
Fixed RouterTest fail that results from /user redirect.
· ea8d2911
Lin Clark
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
ea8d2911
Oct 01, 2012
Switch to RedirectResponse for the /user page.
· acd7dd9c
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
acd7dd9c
Switch user_page to redirect to prevent router test failures.
· 26b46f8d
Lin Clark
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
26b46f8d
Adjust ViewSubscriber's subrequest handling again for render API.
· e2c30c93
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
e2c30c93
Don't render subrequest as a full page, just pass them through normal drupal_render().
· 67fdbebd
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
67fdbebd
Allow a trailing / to still match as if it weren't there.
· 8504d429
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
8504d429
Documentation fixes.
· fa58bbef
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
fa58bbef
Fix handling of default values for placeholders.
· ce548387
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
ce548387
Make use of the compiled regex when filtering routes by path, to account for...
· fac9b6ed
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
fac9b6ed
Non-working tests to demonstrate that default values don't work yet.
· 8306c5a3
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
8306c5a3
Properly render legacy subrequests.
· a3deb034
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
a3deb034
Remove long-dead code.
· 80bc8856
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
80bc8856
Add unit tests for FirstEntryFinalMatcher.
· 1d803631
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
1d803631
Port the regex path matching from Symfony to our CompiledRoute class so that...
· 02fd4b23
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
02fd4b23
Documentation fixes.
· 820a633c
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
820a633c
Pass the _content callback as a proper controller through HttpKernel::forward().
· 867e7707
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
867e7707
Move router rebuilding into an object so we can break it up more easily.
· f6bf9630
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
f6bf9630
Make the new HtmlPageController Container-aware.
· 404e74e1
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
404e74e1
Introduce a default controller for pages with a _content request attribute.
· b9d56899
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
b9d56899
Minor fixups in router_rebuild().
· 0bd8eed2
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
0bd8eed2
Fixing the update number in system.install
· 89e4c42b
Katherine Bailey
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
89e4c42b
Updating some docblocks
· c17d7dce
Katherine Bailey
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
c17d7dce
The database service has been added to the DIC in core so ended up being duplicated here
· f368409f
Katherine Bailey
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
f368409f
Only try to rebuild the router table if the dumper is actually available.
· dca406aa
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
dca406aa
Add a functional test for the new router.
· 684f00dc
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
684f00dc
Add a new-router rebuild step to the global flush operation.
· 7139f025
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
7139f025
Flush the dumper after each use, so that we don't end up re-saving old routes.
· c2e1a308
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
c2e1a308
Register the MatcherDumper with the DIC.
· b1fd850d
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
b1fd850d
Don't count the leading / as a part when counting the elements in the path.
· d4641c4a
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
d4641c4a
Wire the new PartialMatcher and PathMatcher into the routing configuration.
· 2bf5b4d1
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
2bf5b4d1
Wire the new PartialMatcher and PathMatcher into the routing configuration.
· ac10076c
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
ac10076c
Run LegacyUrlMatcher through ChainMatcher. That necessitates making...
· a6d59f6d
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
a6d59f6d
Convert LegacyUrlMatcher to use RequestMatcherInterface rather than UrlMatcherInterface.
· 1bf98066
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
1bf98066
Loading