aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Traeger <git@m.traeger-mail.de>2016-07-07 21:13:36 +0200
committerMichael Traeger <git@m.traeger-mail.de>2016-07-07 21:13:36 +0200
commit7949c50bd0a29cccc6dbcf8eba3e21b04441876c (patch)
treeb5903c97675b51b66693a92f09fb813810f51cc0
parentefb2c64e742c807d373ff428c39539ba28829f30 (diff)
meta info, collor note
-rw-r--r--README.md11
-rw-r--r--appinfo/app.php6
-rw-r--r--appinfo/info.xml17
-rw-r--r--changelog.md4
-rw-r--r--css/old_menu.css2
-rw-r--r--notUsedCss.css6
6 files changed, 23 insertions, 23 deletions
diff --git a/README.md b/README.md
index e0a64df..8262550 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
Old Menu
===========
-Forked by Michael Träger. This is without the tiny Icons and with a fix max-width of 100px for the Menu.
+Fixed Version
+
+Forked by Michael Träger from https://github.com/SansPseudoFix/Old_menu. This is without the tiny Icons and with a fix max-width of 100px for the Menu.
-Forked from https://github.com/SansPseudoFix/Old_menu
Menu on the left side for [owncloud](http://owncloud.org/).
@@ -19,5 +20,9 @@ to the top.
* activate Old Menu
Alternative
-* git clone this repo to /apps direcotry with `git clone https://github.com/mtraeger/Old_menu.git old_menu`
+* git clone this repo to /apps direcotry with `git clone https://github.com/mtraeger/old_menu_fixed.git`
* activate in app menu
+
+## Complications
+
+Problems could arise when using this app with the original old_menu app.
diff --git a/appinfo/app.php b/appinfo/app.php
index 51a9dff..ae908ad 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -1,8 +1,8 @@
<?php
/**
-* @package old_menu an ownCloud app
+* @package old_menu_fixed an ownCloud app
* @category base
-* @author SpF <spf@sanspseudofix.fr>
+* @author SpF <spf@sanspseudofix.fr>, Michael Traeger
*
* @license GNU Affero General Public license (AGPL)
*
@@ -25,7 +25,7 @@
/**
* @file appinfo/app.php
- * @author SpF
+ * @author SpF, Michael Traeger
*/
OCP\Util::addStyle ( 'old_menu', 'old_menu' );
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4115d9d..c28dda1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,13 +1,14 @@
<?xml version="1.0"?>
<info>
- <id>old_menu</id>
- <name>Old Menu</name>
- <description>Back to the old menu FORK. Now with 100px fix width. Old version with Big Icons.</description>
- <version>2.1.0</version>
+ <id>old_menu_fixed</id>
+ <name>Old Menu FixedWith</name>
+ <description>Old Menu of Owncloud / Nextcloud. Forked version with fixed width.</description>
+ <version>2.0.0</version>
<licence>AGPL</licence>
- <author>SpF and Michael Traeger</author>
- <require>7</require>
-
-
+ <author>Michael Traeger, forked from SpF</author>
+ <require>8</require>
+ <bugs>https://github.com/mtraeger/old_menu_fixed/issues</bugs>
+ <repository type="git">https://github.com/mtraeger/old_menu_fixed.git</repository>
+ <ocsid></ocsid>
</info>
diff --git a/changelog.md b/changelog.md
index c3c9e29..7c383b0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
-### 2016, 7 July
+### 2016, 7 July (V 2.0.0)
-Fixes for use with nextcloud
+* Fixes for use with nextcloud
* Bring back original color of upper right menu: remove #expanddiv {background-color: #1d2d44;}
* removed width: 91% !important; from #controls{width: 91% !important;margin-left: 100px !important;} - now showing gallery view button
* icons right fixed in controls (e.g. gallery)
diff --git a/css/old_menu.css b/css/old_menu.css
index f9b652e..a99ba6d 100644
--- a/css/old_menu.css
+++ b/css/old_menu.css
@@ -6,7 +6,7 @@
#content {margin-top: 0px;}
#content-wrapper {padding-left: 100px !important;width: 100% !important;}
#navigation{
- background-color: #1d2d44;
+ background-color: #1d2d44; /*remove this line for standard dark or set #0082c9 for nextcloud blue*/
visibility:visible;
display: block !important;
position:fixed !important;
diff --git a/notUsedCss.css b/notUsedCss.css
deleted file mode 100644
index 0aff571..0000000
--- a/notUsedCss.css
+++ /dev/null
@@ -1,6 +0,0 @@
-/*not used css since commit 35353dc53824f90e9de18efb905d5b26c556f8f4 from upstream */
-
-/*has no effect for me in little testing*/
-table.multiselect thead{width: 76% !important; left: 24.3% !important; margin: 0px !important; }
-
-