Search found 4 matches

by yanychar
Wed Dec 09, 2009 4:49 pm
Forum: User Contributions
Topic: Fix for montage view camera freezes
Replies: 7
Views: 9190

I did get it fast enough. The patch was not complete. Corrected version follows. diff --git a/web/skins/classic/views/js/montage.js b/web/skins/classic/views/js/montage.js index 9852f6d..fd7b522 100644 --- a/web/skins/classic/views/js/montage.js +++ b/web/skins/classic/views/js/montage.js @@ -114,14 ...
by yanychar
Fri Sep 11, 2009 10:08 am
Forum: User Contributions
Topic: Fix for montage view camera freezes
Replies: 7
Views: 9190

What are you trying to say?
sef1976 wrote:but you list not full source
I filed a patch, not full source.
by yanychar
Wed Sep 09, 2009 11:39 am
Forum: User Contributions
Topic: Fix for montage view camera freezes
Replies: 7
Views: 9190

Fix for montage view camera freezes

When a stream socket is closed on the server, the picture freezes. The patch installs an onLoad listener for each camera in montage view and launches a checker. The latter examines the latest load time for each picture and re-queries the stream, if necessary. diff --git a/web/skins/classic/views/js ...
by yanychar
Sun Jul 05, 2009 8:47 pm
Forum: User Contributions
Topic: Fix 'remote' AUTH_TYPE
Replies: 2
Views: 3026

Fix 'remote' AUTH_TYPE

index.php was including skin.php after actions.php, so the latter had no effect and authentication was broken diff --git a/web/index.php b/web/index.php index 0808a8f..b288c6d 100644 --- a/web/index.php +++ b/web/index.php @@ -101,11 +101,11 @@ if ( isset($_REQUEST['view']) ) if ( isset($_REQUEST ...