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
e2c30c933bae065797947e885dabba494cc4bafc
Select Git revision
20 results
drupal
Author
Search by author
Any Author
authors
0 authors
Oct 01, 2012
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
Remove extraneous t() calls from assertion messages.
· 41586439
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
41586439
Add a basic ChainMatcher, modeled on Symfony CMF's ChainRouter.
· 66a24093
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
66a24093
Add start of a router_test module for hooking in the new routing system.
· 5c6979bb
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
5c6979bb
Add tests for the path matcher, both outline-based paths and not-found paths.
· e31cf827
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
e31cf827
Don't serialize the compiled route object along with the route.
· 8ae0b323
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
8ae0b323
Split PartialMatcher tests out into their own test class.
· 5701e622
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
5701e622
Make the mock FinalMatcher a real matcher, since it's useful on its own.
· f0c3b571
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
f0c3b571
Make the HttpMatcher throw a MethodNotAllowedException if it filters out all possible routes.
· 7a8d3df9
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
7a8d3df9
Add a base class for partial matchers.
· 0e4b90e0
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
0e4b90e0
Document that PartialMatcherInterface::setCollection() is chainable.
· 329fde3f
Larry Garfield
authored
12 years ago
and
Alex Bronstein
committed
12 years ago
329fde3f
Loading