-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restored frontend credits without backlink Rearranged items in category view (responsive table) Added possibility to hide the link on document title in category view Added frontend stylesheet Removed description in category view Fixed MD5 show/hide selector
- Loading branch information
Showing
19 changed files
with
341 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,72 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<extension type="component" version="3.8.5" method="upgrade"> | ||
<name>COM_FIREDRIVE</name> | ||
<author>Giovanni Mansillo</author> | ||
<creationDate>Feb 2018</creationDate> | ||
<copyright>(C) 2014 Giovanni Mansillo. All rights reserved.</copyright> | ||
<license>GNU General Public License version 3 or later</license> | ||
<authorUrl>http://www.firedrive.eu</authorUrl> | ||
<version>5.2.1</version> | ||
<description><![CDATA[]]></description> | ||
<scriptfile>script.php</scriptfile> | ||
<install> | ||
<sql> | ||
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file> | ||
</sql> | ||
</install> | ||
<uninstall> | ||
<sql> | ||
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file> | ||
</sql> | ||
</uninstall> | ||
<update> | ||
<schemas> | ||
<schemapath type="mysql">sql/updates/mysql</schemapath> | ||
</schemas> | ||
</update> | ||
<files folder="site"> | ||
<filename>index.html</filename> | ||
<folder>controllers</folder> | ||
<folder>helpers</folder> | ||
<folder>language</folder> | ||
<folder>models</folder> | ||
<folder>views</folder> | ||
<filename>controller.php</filename> | ||
<filename>firedrive.php</filename> | ||
</files> | ||
<media destination="com_firedrive" folder="media"> | ||
<filename>index.html</filename> | ||
<folder>images</folder> | ||
<folder>smartIcons</folder> | ||
</media> | ||
<administration> | ||
<menu>COM_FIREDRIVE_MENU</menu> | ||
<submenu> | ||
<menu link="option=com_firedrive" view="firedrives"> | ||
COM_FIREDRIVE_MENU_DOCUMENTS | ||
</menu> | ||
<menu link="option=com_categories&extension=com_firedrive" view="categories"> | ||
COM_FIREDRIVE_MENU_CATEGORIES | ||
</menu> | ||
</submenu> | ||
<files folder="admin"> | ||
<filename>index.html</filename> | ||
<filename>access.xml</filename> | ||
<filename>config.xml</filename> | ||
<filename>firedrive.php</filename> | ||
<filename>controller.php</filename> | ||
<folder>sql</folder> | ||
<folder>uploads</folder> | ||
<folder>language</folder> | ||
<folder>views</folder> | ||
<folder>tables</folder> | ||
<folder>models</folder> | ||
<folder>helpers</folder> | ||
<folder>controllers</folder> | ||
</files> | ||
</administration> | ||
<updateservers> | ||
<server type="extension" priority="1" name="Simple Update Server"> | ||
http://get.firedrive.eu/update.php | ||
</server> | ||
</updateservers> | ||
</extension> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<extension type="component" version="3.8.5" method="upgrade"> | ||
<name>COM_FIREDRIVE</name> | ||
<author>Giovanni Mansillo</author> | ||
<creationDate>Feb 2018</creationDate> | ||
<copyright>(C) 2014 Giovanni Mansillo. All rights reserved.</copyright> | ||
<license>GNU General Public License version 3 or later</license> | ||
<authorUrl>http://www.firedrive.eu</authorUrl> | ||
<version>5.2.2</version> | ||
<description><![CDATA[]]></description> | ||
<scriptfile>script.php</scriptfile> | ||
<install> | ||
<sql> | ||
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file> | ||
</sql> | ||
</install> | ||
<uninstall> | ||
<sql> | ||
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file> | ||
</sql> | ||
</uninstall> | ||
<update> | ||
<schemas> | ||
<schemapath type="mysql">sql/updates/mysql</schemapath> | ||
</schemas> | ||
</update> | ||
<files folder="site"> | ||
<filename>index.html</filename> | ||
<folder>controllers</folder> | ||
<folder>helpers</folder> | ||
<folder>language</folder> | ||
<folder>models</folder> | ||
<folder>views</folder> | ||
<filename>controller.php</filename> | ||
<filename>firedrive.php</filename> | ||
</files> | ||
<media destination="com_firedrive" folder="media"> | ||
<filename>index.html</filename> | ||
<folder>css</folder> | ||
<folder>images</folder> | ||
<folder>smartIcons</folder> | ||
</media> | ||
<administration> | ||
<menu>COM_FIREDRIVE_MENU</menu> | ||
<submenu> | ||
<menu link="option=com_firedrive" view="firedrives"> | ||
COM_FIREDRIVE_MENU_DOCUMENTS | ||
</menu> | ||
<menu link="option=com_categories&extension=com_firedrive" view="categories"> | ||
COM_FIREDRIVE_MENU_CATEGORIES | ||
</menu> | ||
</submenu> | ||
<files folder="admin"> | ||
<filename>index.html</filename> | ||
<filename>access.xml</filename> | ||
<filename>config.xml</filename> | ||
<filename>firedrive.php</filename> | ||
<filename>controller.php</filename> | ||
<folder>sql</folder> | ||
<folder>uploads</folder> | ||
<folder>language</folder> | ||
<folder>views</folder> | ||
<folder>tables</folder> | ||
<folder>models</folder> | ||
<folder>helpers</folder> | ||
<folder>controllers</folder> | ||
</files> | ||
</administration> | ||
<updateservers> | ||
<server type="extension" priority="1" name="Simple Update Server">http://get.firedrive.eu/update/</server> | ||
</updateservers> | ||
</extension> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
#firedrive-category-table { | ||
display: table; | ||
width: 100%; | ||
margin-bottom: 18px; | ||
max-width: 100%; | ||
background-color: transparent; | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} | ||
|
||
#firedrive-category-table tbody, #firedrive-category-table thead { | ||
display: table-row-group; | ||
vertical-align: middle; | ||
border-color: inherit; | ||
} | ||
|
||
#firedrive-category-table tr { | ||
display: table-row; | ||
vertical-align: middle; | ||
border-color: inherit; | ||
} | ||
|
||
#firedrive-category-table th, #firedrive-category-table td { | ||
text-align: left; | ||
display: table-cell; | ||
vertical-align: middle; | ||
padding: 8px; | ||
line-height: 18px; | ||
border-top: 1px solid #ddd; | ||
} | ||
|
||
#firedrive-category-table th { | ||
font-weight: normal; | ||
padding: 14px 8px; | ||
} | ||
|
||
#firedrive-category-table .col-icon { | ||
width: 1%; | ||
} | ||
|
||
#firedrive-category-table .col-icon img { | ||
max-width: inherit; | ||
min-width: 30px; | ||
} | ||
|
||
#firedrive-category-table .col-title h3 { | ||
font-weight: bold; | ||
font-size: 1.1em; | ||
} | ||
|
||
#firedrive-category-table .col-actions { | ||
text-align: right; | ||
} | ||
|
||
/* | ||
Max width before this PARTICULAR table gets nasty | ||
This query will take effect for any screen smaller than 760px | ||
and also iPads specifically. | ||
*/ | ||
@media only screen and (max-width: 760px), | ||
(min-device-width: 768px) and (max-device-width: 1024px) { | ||
|
||
/* Force table to not be like tables anymore */ | ||
#firedrive-category-table, | ||
#firedrive-category-table thead, | ||
#firedrive-category-table tbody, | ||
#firedrive-category-table th, | ||
#firedrive-category-table td, | ||
#firedrive-category-table tr { | ||
display: block; | ||
} | ||
|
||
#firedrive-category-table thead tr { | ||
position: absolute; | ||
top: -9999px; | ||
left: -9999px; | ||
} | ||
|
||
#firedrive-category-table tr { | ||
border: 1px solid #ccc; | ||
margin-bottom: 3px; | ||
} | ||
|
||
#firedrive-category-table td { | ||
/* Behave like a "row" */ | ||
border: none; | ||
border-bottom: 1px solid #eee; | ||
position: relative; | ||
padding-left: 50%; | ||
vertical-align: top; | ||
} | ||
|
||
#firedrive-category-table td:before { | ||
/* Now like a table header */ | ||
position: absolute; | ||
/* Top/left values mimic padding */ | ||
top: 6px; | ||
left: 6px; | ||
width: 45%; | ||
padding-right: 10px; | ||
white-space: nowrap; | ||
} | ||
|
||
#firedrive-category-table .col-title h3 { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
size: 1em; | ||
} | ||
|
||
#firedrive-category-table .col-icon { | ||
display: none; | ||
} | ||
|
||
#firedrive-category-table .col-actions { | ||
text-align: left; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.