Empty commit

This commit is contained in:
Git 2014-04-01 08:01:19 +00:00
parent e5b57d8c27
commit e624e2824b
4 changed files with 1311 additions and 0 deletions

View File

@ -1,5 +1,8 @@
CHANGE LOG
2014-03-31 by Ajax
Pushbullet support for push notifications
2014-03-25 by alderaan
Remove class="wide_input_text" from the "extra log message" and "extra staff notes" text boxes on the Reports v2 and torrent deletion forms

View File

@ -1041,6 +1041,12 @@ CREATE TABLE `staff_pm_responses` (
PRIMARY KEY (`ID`)
) ENGINE=InnoDB CHARSET utf8;
CREATE TABLE `styles_backup` (
`UserID` int(10) DEFAULT NULL,
`StyleID` int(10) DEFAULT NULL,
`StyleURL` varchar(255) DEFAULT NULL
) ENGINE=InnoDB CHARSET utf8;
CREATE TABLE `stylesheets` (
`ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`Name` varchar(255) NOT NULL,

View File

@ -0,0 +1,8 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
<filter id="greyscale">
<feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0
0.3333 0.3333 0.3333 0 0
0.3333 0.3333 0.3333 0 0
0 0 0 1 0" />
</filter>
</svg>

After

Width:  |  Height:  |  Size: 221 B

File diff suppressed because it is too large Load Diff