forked from ZoneMinder/zoneminder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doing my best to manually remove nextime's plugin architecture while …
…keeping his other changes.
- Loading branch information
1 parent
266b67d
commit 1888bec
Showing
45 changed files
with
10 additions
and
26,620 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 was deleted.
Oops, something went wrong.
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,26 +1,3 @@ | ||
-- | ||
-- Table structure for table `PluginsConfig` | ||
-- | ||
|
||
CREATE TABLE IF NOT EXISTS `PluginsConfig` ( | ||
`Id` int(10) unsigned NOT NULL AUTO_INCREMENT, | ||
`Name` varchar(32) NOT NULL DEFAULT '', | ||
`Value` text NOT NULL, | ||
`Type` tinytext NOT NULL, | ||
`Choices` text NOT NULL, | ||
`MonitorId` int(10) unsigned NOT NULL, | ||
`ZoneId` int(10) unsigned NOT NULL, | ||
`pluginName` tinytext NOT NULL, | ||
PRIMARY KEY (`Id`), | ||
KEY `ZoneId` (`ZoneId`), | ||
KEY `MonitorId` (`MonitorId`), | ||
KEY `Name` (`Name`), | ||
FULLTEXT KEY `pluginName` (`pluginName`) | ||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; | ||
|
||
|
||
ALTER TABLE `Monitors` ADD `UsedPl` varchar(88) NOT NULL default '' AFTER `Sequence`; | ||
ALTER TABLE `Monitors` ADD `DoNativeMotDet` varchar(5) NOT NULL default 'yes' AFTER `UsedPl`; | ||
ALTER TABLE `Monitors` ADD `Colours` TINYINT UNSIGNED NOT NULL DEFAULT '1' AFTER `Height`; | ||
ALTER TABLE `Monitors` ADD `Deinterlacing` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `Orientation`; | ||
|
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 +1 @@ | ||
Zoneminder with kfir performances patches and plugin patches from UnixMedia | ||
Zoneminder with kfir performances patches and fixes from UnixMedia (nextime) |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.