Skip to content

Commit

Permalink
Doing my best to manually remove nextime's plugin architecture while …
Browse files Browse the repository at this point in the history
…keeping his other changes.
  • Loading branch information
kylejohnson committed Aug 13, 2013
1 parent 266b67d commit 1888bec
Show file tree
Hide file tree
Showing 45 changed files with 10 additions and 26,620 deletions.
2 changes: 0 additions & 2 deletions db/zm_create.sql.in
Expand Up @@ -368,8 +368,6 @@ CREATE TABLE `Monitors` (
`SignalCheckColour` varchar(32) NOT NULL default '#0000BE',
`WebColour` varchar(32) NOT NULL default 'red',
`Sequence` smallint(5) unsigned default NULL,
`UsedPl` varchar(88) NOT NULL default '',
`DoNativeMotDet` tinyint(3) unsigned NOT NULL default '1',
PRIMARY KEY (`Id`)
) ENGINE=@ZM_MYSQL_ENGINE@;

Expand Down
24 changes: 0 additions & 24 deletions db/zm_update-kfir-to-zum.sql

This file was deleted.

23 changes: 0 additions & 23 deletions db/zm_update_1.25.0-to-zum.sql
@@ -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`;

2 changes: 1 addition & 1 deletion description-pak
@@ -1 +1 @@
Zoneminder with kfir performances patches and plugin patches from UnixMedia
Zoneminder with kfir performances patches and fixes from UnixMedia (nextime)
Binary file removed plugins/.sconsign.dblite
Binary file not shown.
60 changes: 0 additions & 60 deletions plugins/libzm_plugin_anpr/Makefile

This file was deleted.

250 changes: 0 additions & 250 deletions plugins/libzm_plugin_anpr/anpr_plugin.cpp

This file was deleted.

0 comments on commit 1888bec

Please sign in to comment.