Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
funding
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
funding
Commits
3b96a1a2
Commit
3b96a1a2
authored
1 year ago
by
Jonathan Daggerhart
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3356322
: Remove Otechie.com support
parent
01616a48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Issue #3356322: Remove Otechie.com support
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/css/funding-link.css
+0
-8
0 additions, 8 deletions
assets/css/funding-link.css
src/Plugin/Funding/Provider/Hirepage.php
+1
-1
1 addition, 1 deletion
src/Plugin/Funding/Provider/Hirepage.php
src/Plugin/Funding/Provider/Otechie.php
+0
-14
0 additions, 14 deletions
src/Plugin/Funding/Provider/Otechie.php
with
1 addition
and
23 deletions
assets/css/funding-link.css
+
0
−
8
View file @
3b96a1a2
...
...
@@ -103,14 +103,6 @@
background-image
:
url('../images/open_collective.png')
;
}
.funding-link--otechie
{
background
:
linear-gradient
(
90deg
,
gainsboro
0%
,
gainsboro
25px
,
whitesmoke
25px
,
whitesmoke
100%
);
}
.funding-link--otechie
:before
{
background-image
:
url('../images/custom.png')
;
background-size
:
20px
20px
;
}
.funding-link--patreon
{
background
:
linear-gradient
(
90deg
,
#f1465a
0%
,
#f1465a
25px
,
whitesmoke
25px
,
whitesmoke
100%
);
color
:
#f1465a
;
...
...
This diff is collapsed.
Click to expand it.
src/Plugin/Funding/Provider/Hirepage.php
+
1
−
1
View file @
3b96a1a2
...
...
@@ -9,7 +9,7 @@ use Drupal\funding\Plugin\Funding\FundingProviderBase;
*
* @FundingProvider(
* id = "hirepage",
* label = @Translation("Hirepage
(formerly Otechie)
"),
* label = @Translation("Hirepage"),
* description = @Translation("Handles processing for the hirepage funding namespace.")
* )
*/
...
...
This diff is collapsed.
Click to expand it.
src/Plugin/Funding/Provider/Otechie.php
deleted
100644 → 0
+
0
−
14
View file @
01616a48
<?php
namespace
Drupal\funding\Plugin\Funding\Provider
;
/**
* Plugin implementation of the funding_provider.
*
* @FundingProvider(
* id = "otechie",
* label = @Translation("Otechie (deprecated)"),
* description = @Translation("Deprecated processing for the otechie funding namespace. Use Hirepage instead.")
* )
*/
class
Otechie
extends
Hirepage
{}
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