Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PluginMarket
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stud.IP
Plugins
PluginMarket
Merge requests
!53
Show latest plugins in overview
#51
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Show latest plugins in overview
#51
github/fork/derfl0/master
into
master
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Moritz Strohm
requested to merge
github/fork/derfl0/master
into
master
10 years ago
Overview
1
Commits
1
Pipelines
0
Changes
2
Created by: derfl0
#51 (closed)
show latest plugins in overview
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
94f34414
1 commit,
1 year ago
2 files
+
10
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
controllers/presenting.php
+
2
−
0
View file @ 94f34414
Edit in single-file editor
Open in Web IDE
Show full file
@@ -89,6 +89,8 @@ class PresentingController extends MarketController
}
$this
->
plugins
=
MarketPlugin
::
findBySQL
(
"publiclyvisible = 1 AND approved = 1 ORDER BY RAND() LIMIT 3"
);
$this
->
latest_plugins
=
MarketPlugin
::
findBySQL
(
"publiclyvisible = 1 AND approved = 1 ORDER BY mkdate DESC LIMIT 5"
);
$this
->
best_plugins
=
MarketPlugin
::
findBySQL
(
"publiclyvisible = 1 AND approved = 1 ORDER BY rating DESC LIMIT 6"
);
Loading