Skip to content

Commit

Permalink
Replace brading
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormattos committed Feb 26, 2021
1 parent 099b238 commit 8bb4122
Show file tree
Hide file tree
Showing 31 changed files with 60 additions and 63 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/*.zip
/locales/*.mo
/vendor
/themes/*/login.css
7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

10 changes: 0 additions & 10 deletions .vscode/settings.json

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Trademark for GLPI >= 9.5

![Lint](https://github.com/lyseontech/trademark/workflows/Lint/badge.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/lyseontech/trademark/badge)](https://www.codefactor.io/repository/github/lyseontech/trademark)
[![Total Downloads](https://img.shields.io/github/downloads/lyseontech/trademark/total.svg)](https://github.com/lyseontech/trademark/releases)
[![Current Release](https://img.shields.io/github/release/lyseontech/trademark.svg)](https://github.com/lyseontech/trademark/releases/latest)

Allow customization of logos, background and custom CSSs

# Installation
Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class RoboFile extends \Robo\Tasks {

protected $name = "trademark";
protected $issues = "https://github.com/edgardmessias/glpi-trademark/issues";
protected $issues = "https://github.com/librecode/trademark/issues";
protected $locale_keywords = "t_trademark";

protected function getLocaleFiles() {
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "edgardmessias/glpi-trademark",
"description": "Fix Mail Collector for GLPI",
"license": "GPL v2+",
"name": "librecode/trademark",
"description": "Allow customization of logos, background and custom CSSs",
"license": "AGPL",
"require": {
"scssphp/scssphp": "^1.4"
},
Expand Down
60 changes: 34 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion locales/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: trademark 1.2.3\n"
"Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-trademark/"
"Report-Msgid-Bugs-To: https://github.com/librecode/trademark/"
"issues\n"
"POT-Creation-Date: 2021-02-17 13:42-0300\n"
"PO-Revision-Date: 2021-02-17 13:42-0300\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: trademark 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-trademark/"
"Report-Msgid-Bugs-To: https://github.com/librecode/trademark/"
"issues\n"
"POT-Creation-Date: 2021-02-17 13:42-0300\n"
"PO-Revision-Date: 2021-01-30 16:27-0300\n"
Expand Down
2 changes: 1 addition & 1 deletion locales/trademark.pot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: trademark 1.2.3\n"
"Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-trademark/"
"Report-Msgid-Bugs-To: https://github.com/librecode/trademark/"
"issues\n"
"POT-Creation-Date: 2021-02-17 13:42-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
Binary file modified pics/login.preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Trademark for GLPI</name>
<key>trademark</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/phamorais/trademark/master/plugin.png</logo>
<logo>https://raw.githubusercontent.com/lyseontech/trademark/master/plugin.png</logo>
<description>
<short>
<en><![CDATA[Trademark for GLPI]]></en>
Expand All @@ -12,10 +12,10 @@
<en><![CDATA[
# Trademark for GLPI >= 9.5
![Lint](https://github.com/phamorais/trademark/workflows/Lint/badge.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/phamorais/trademark/badge)](https://www.codefactor.io/repository/github/phamorais/trademark)
[![Total Downloads](https://img.shields.io/github/downloads/phamorais/trademark/total.svg)](https://github.com/phamorais/trademark/releases)
[![Current Release](https://img.shields.io/github/release/phamorais/trademark.svg)](https://github.com/phamorais/trademark/releases/latest)
![Lint](https://github.com/lyseontech/trademark/workflows/Lint/badge.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/lyseontech/trademark/badge)](https://www.codefactor.io/repository/github/lyseontech/trademark)
[![Total Downloads](https://img.shields.io/github/downloads/lyseontech/trademark/total.svg)](https://github.com/lyseontech/trademark/releases)
[![Current Release](https://img.shields.io/github/release/lyseontech/trademark.svg)](https://github.com/lyseontech/trademark/releases/latest)
Allow customization of logos, background and custom CSSs
Expand All @@ -26,10 +26,10 @@
]]></en>
</long>
</description>
<homepage>https://github.com/phamorais/trademark</homepage>
<download>https://github.com/phamorais/trademark/releases</download>
<issues>https://github.com/phamorais/trademark/issues</issues>
<readme>https://github.com/phamorais/trademark/wiki</readme>
<homepage>https://github.com/lyseontech/trademark</homepage>
<download>https://github.com/lyseontech/trademark/releases</download>
<issues>https://github.com/lyseontech/trademark/issues</issues>
<readme>https://github.com/lyseontech/trademark/wiki</readme>
<authors>
<author>Edgard Lorraine Messias</author>
</authors>
Expand All @@ -53,7 +53,7 @@
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/phamorais/trademark/master/screenshots/image_1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/phamorais/trademark/master/screenshots/image_2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/lyseontech/trademark/master/screenshots/image_1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/lyseontech/trademark/master/screenshots/image_2.png</screenshot>
</screenshots>
</root>
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function plugin_version_trademark() {
return [
'name' => t_trademark('Trademark'),
'version' => PLUGIN_TRADEMARK_VERSION,
'author' => '<a href="https://nextflow.com.br/">Nextflow</a>, <a href="https://github.com/edgardmessias">Edgard</a>',
'homepage' => 'https://nextflow.com.br/plugin-glpi/trademark',
'author' => '<a href="https://librecode.coop/">LibreCode</a>, <a href="https://github.com/edgardmessias">Edgard</a>',
'homepage' => 'https://github.com/lyseontech/trademark',
'license' => 'GPL v2+',
'minGlpiVersion' => PLUGIN_TRADEMARK_MIN_GLPI_VERSION,
'requirements' => [
Expand Down
Binary file modified themes/aurora-boreal/login.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/aurora-boreal/login.preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/baloons/login.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/baloons/login.preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/cloud/login.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/cloud/login.preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/desktop/login.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/desktop/login.preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/light/login.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/light/login.preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/neon/login.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/neon/login.preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/night/login.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/night/login.preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/power-red/login.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/power-red/login.preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/prompt-developer/login.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/prompt-developer/login.preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8bb4122

Please sign in to comment.