Commit Graph

442 Commits (33b001aa2c006a5cebe62aff264053609611b596)

Author SHA1 Message Date
IgorA100 38abcfa7a4
Fix: Allow Chosen leave empty value in Select 2024-04-07 00:01:29 +03:00
IgorA100 78d68bed0d
Chore: add space 2024-04-04 20:45:50 +03:00
IgorA100 c02310e6a6
Changing the algorithm for collapsing/expanding a block
Add class 'hidden-shift' to prevent jerking when running the "Chosen" script, it is necessary to make the block visible to JS, but invisible to humans!

Added processing of the "data-flip-control-run-after-complete-func" attribute to launch the function AFTER COMPLETING the work "slideToggle"

Disabled (with subsequent probable deletion)
$j("#mfbflip").click(function()

Minor fixes
2024-04-04 19:36:29 +03:00
IgorA100 cf23f3aa37
Added a check for the presence of the changeScale() function. 2024-04-03 20:11:30 +03:00
IgorA100 6415a4c911
Fix: Lost semicolon 2024-04-01 19:35:43 +03:00
IgorA100 649632dd4c
Chore: eslint format 2024-04-01 19:31:53 +03:00
IgorA100 5372129b28
Feat: Added the ability to execute a function BEFORE or AFTER the hide/show event of a DOM element block
DOM element block hiding/showing events
In addition to the implementation in PR #3860
2024-04-01 18:54:55 +03:00
IgorA100 275e3a8e15
Feat: Allow "chosen" to use full text search 2024-03-29 15:36:25 +03:00
IgorA100 200815e2c3
Moved applyChosen() function from \skins\classic\includes\functions.php
Also moved the call to applyChosen() after loading the document
2024-03-28 17:50:02 +03:00
Isaac Connor 915c3db91d Place an arbitrary lower limit on scale value. Have seen scale=1 so I think 10 might be a reasonable value to limit to. Need to figure out how we got to a value of 1. 2024-03-25 19:03:01 -04:00
Simpler1 94a3632e1b fix(events): Expand/Collapse for navbar-two works when narrow 2024-03-23 11:14:41 -04:00
IgorA100 c05ca0aef8
Fix space for Eslint 2024-03-21 23:41:17 +03:00
IgorA100 72dd7df15a
Space for Eslint 2024-03-21 23:30:39 +03:00
IgorA100 bf3555fdcb
Update skin.js 2024-03-21 23:26:38 +03:00
IgorA100 d4aaa3b30b
Update skin.js 2024-03-21 23:01:30 +03:00
IgorA100 165bd012ac
Update skin.js 2024-03-21 22:13:54 +03:00
IgorA100 4906bb17a2
add space 2024-03-15 11:28:43 +03:00
IgorA100 2f7287e5ba
Changed "let" to "const", adding spaces & add "const" 2024-03-15 11:25:13 +03:00
IgorA100 f61ea18f77
Removed unused function 2024-03-15 01:13:27 +03:00
IgorA100 b70ff30b29
Merge branch 'ZoneMinder:master' into patch-16 2024-03-15 00:56:24 +03:00
Isaac Connor be202719c3 Appease eslint 2024-03-12 21:22:50 -04:00
IgorA100 65c2331394
Feat: added functions for controlling the visibility of blocks when clicking on the control button 2024-03-10 23:19:19 +03:00
Isaac Connor 20e1ae2090 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-03-10 11:04:10 -04:00
Isaac Connor 3939bcec22 Fix eslint 2024-03-10 11:02:28 -04:00
IgorA100 e90340dd2b
Fix: More correct scaling (with padding) during live viewing 2024-03-07 13:30:39 +03:00
Isaac Connor 89de8b7765
Merge pull request #3845 from IgorA100/patch-8
Added a link to live viewing from monitor event viewer
2024-03-03 14:29:57 -05:00
IgorA100 0d5d495bbf
FixL Recalculation of height and width if "padding" is specified for "wrapperEventVideo" 2024-03-03 16:56:50 +03:00
Isaac Connor 8a42594009 Upgrade bootstrap-table to 1.22.3 2024-03-01 11:44:06 -05:00
Isaac Connor ec20772f98 Use const on bottomLoc 2024-02-08 12:34:33 -05:00
Isaac Connor f795fb3c19 fix unexpected this, although according to jquery docs it is totally valid 2024-02-08 12:33:32 -05:00
Isaac Connor e6eff5903f Add container to params for scaleToFit. The container we want to fit width into might not be #content. 2024-02-07 10:37:08 -05:00
Isaac Connor 0fb71e35f2 Add luxor.js and use it to format datetimes 2024-01-24 16:10:20 -05:00
Isaac Connor 580aefdfee Handle the deleteBtn having an id instead of name == deleteBtn 2024-01-21 11:30:49 -05:00
Isaac Connor adc784e767 Move maxfit2 to montage_common.js. Clean it up and apply strict 2024-01-17 17:04:49 -05:00
Isaac Connor 1df3dc4c8c Return the added modal 2023-11-20 14:23:24 -05:00
Isaac Connor d3cb7774b0 Add ZM_WEB_VIEWING_TIMEOUT, and remove quotes around config integer values so that they are integers instead of strings. 2023-11-20 13:38:22 -05:00
Isaac Connor f650d300d4 BUmp jquery to 3.7.1 2023-10-20 10:53:24 -04:00
Simpler1 18d74ed7ac (feat): Tags
fix(tag): Create tags on mobile

chore(tags): Change TagName to Name

chore(tags): eslint

chore(tags): dbFetchAll to dbQuery for removetag

chore(events): eslint (attempt 2)

feat(tags): Better handling of keyboard

fix(tags): Enter key for creating new tag

fix(tags): Don't allow space as a tag name

feat(tags): Delete tag if last assignment removed

fix(tags): Increase height of dropdown

in progress

fix(Tags): Use T.Id on the events page dropdown

fix(Tags): Remove $availableTags from events.php

chore(sql): Formatting sql statements

feat(Tags): Working OR on filters and events pages

fix(filter): Populate availableTags

chore(Tags): code formatting

fix(tag): Add tag on create tag

Fix(tags): Remove tag from available if last

feat(tags): Add zm_update.sql

fix(chosen): Undo css width

fix(chosen): tags dropdown width

fix(tags): dropdown over timeline

fix(tags): Full width input

fix(events): Refresh table on page show

chore(filter): Clean up availableTags

chore(event): Clean up available & selected Tags

fix(event): Update available tags on remove

fix(event): Remove hack for selected tags

feat(tags): Blur input after adding tag

doc(tags): Initial tags documentation

fix(tags): Dark theme dropdown

fix(tags): Dark theme for tags on input

fix(tags): Dark theme for highlight in dropdown

fix(tags): Populate filter tags droplist

chore(): Bump zm_update to 1.37.42

chore(tags): Move mobile check to skin.js

chore(tags): Comment debug statements

fix(tags): Enter key to create tag on mobile Chome

chore(tags): Space in 'All Tags' for translation

Temporary commit to handle cookie expiration times

chore(tags): Remove unnecessary Tag(s) from en_gb

chore(): Cleanup unnecessary Error and Debug

chore(): Resolve merge conflicts

chore(): Address merge conflicts with master
2023-08-31 15:50:08 -04:00
Isaac Connor 1e423c151d Stop infinite recursion when fail to load logout modal. 2023-08-22 12:20:11 -04:00
Alejandro Criado-Pérez a93b67c9d8
Fixed eslint checks 2023-08-13 16:47:04 +02:00
Isaac Connor b8982dce53 When hiding/unhiding the monitor filter bar, when done call changeScale to readjust the size of teh video 2023-08-09 19:28:59 -04:00
Simpler1 10f7e4320f fix(cookies): Use max-age instead of expires 2023-07-21 13:27:44 -04:00
Simpler1 ef68943b7c chore(): Set default cookie time to Jan 2038 2023-07-21 11:07:11 -04:00
Isaac Connor f96ac69033 Set thumbnail image source to stream immediately, then change the class for zoom. Increate timeout to 250 2023-07-09 12:05:18 -04:00
Isaac Connor b8ec6e3081 Speed up thumbnail onmouseover event. Don't clear src so that we can still see the low res image while we wait for the high res to load 2023-04-24 10:44:11 -04:00
Isaac Connor 035b616252 Change setCookie to take seconds as it's third argument, since that is how it has been used all through ZM's code. Also so that we can specify expirations under 1 day 2023-04-24 10:08:10 -04:00
Isaac Connor 969baa3891 Convert user from an array to a User object 2023-04-23 12:57:29 -04:00
Isaac Connor 9102389394 Remove debugging from font loading 2023-04-21 17:33:14 -04:00
Isaac Connor cd167d8aec Fix eslint 2023-03-21 10:02:53 -04:00
Isaac Connor ed9f02d4b0 show icons even if loading times out 2023-03-05 12:54:08 -05:00