zoneminder/web/includes/actions
Isaac Connor 6eb4d7ae27
Filter improvements (#2438)
* Put back code to close the popup when view is none

* clean up and reduce depth of some logic

* Increase width of user popup

* fix code style

* Make execute_filter work on a filter Id instead of name

* rework logic to reduce code depth. Change view to events to display the results of execute.

* Change the redirect to stay on the new view.  When redirecting from executing a filter, it was redirecting to filter.

* Set a form action for correctness. Change execute button to a button instead of a submit. Stay on the filter view when executing
2019-01-23 11:30:51 -05:00
..
bandwidth.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
console.php Fix include path to Monitors.php 2019-01-05 18:32:53 -05:00
control.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
controlcap.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
controlcaps.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
device.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
devices.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
donate.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
event.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
eventdetail.php We always use markEids[] now 2019-01-04 16:29:16 -05:00
events.php fix eventdetail actions being in events 2019-01-04 15:43:31 -05:00
filter.php Filter improvements (#2438) 2019-01-23 11:30:51 -05:00
function.php rework logic of functions to be more verbose about errors. Implement javascript Nonce support when view=none 2019-01-17 08:50:33 -05:00
group.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
groups.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
login.php After login go to postlogin, not console. the login view is in a popup so we want to close 2019-01-21 11:15:36 -05:00
logout.php Set closePopup=true so that we don't need code in the none view to close the popup. The common code in skin.js will take care of it. 2019-01-22 09:14:33 -05:00
monitor.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
montage.php fix path to MontageLayout 2019-01-04 09:34:18 -05:00
options.php Upgrade config saving 2019-01-04 09:43:36 -05:00
privacy.php fix missing } 2019-01-05 11:12:26 -05:00
server.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
settings.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
state.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
storage.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
user.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
version.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
zone.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00
zones.php Split actions.php into individual files per view 2019-01-04 09:26:34 -05:00