Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443488
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
drupal-3443488
Commits
972e6a9a
Commit
972e6a9a
authored
10 years ago
by
David Rothstein
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2130461
by Alan D.: Tracker pager is inconsistent with every other pager in core.
parent
ee60a20f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+2
-0
2 additions, 0 deletions
CHANGELOG.txt
modules/tracker/tracker.pages.inc
+0
-1
0 additions, 1 deletion
modules/tracker/tracker.pages.inc
with
2 additions
and
1 deletion
CHANGELOG.txt
+
2
−
0
View file @
972e6a9a
Drupal 7.28, xxxx-xx-xx (development version)
-----------------------
- Made the pager on the Tracker module listing pages show the same number of
items as other pagers throughout Drupal core (minor UI change).
- Fixed a bug which caused caches not to be properly cleared when a file entity
was saved or deleted.
- Added several missing countries to the default list returned by
...
...
This diff is collapsed.
Click to expand it.
modules/tracker/tracker.pages.inc
+
0
−
1
View file @
972e6a9a
...
...
@@ -120,7 +120,6 @@ function tracker_page($account = NULL, $set_title = FALSE) {
);
$page
[
'pager'
]
=
array
(
'#theme'
=>
'pager'
,
'#quantity'
=>
25
,
'#weight'
=>
10
,
);
$page
[
'#sorted'
]
=
TRUE
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment