Feature #326
Rehashing from web should show please wait dialog
| Status: | Resolved | Start: | 09/16/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Jannik Hartung | % Done: | 100% |
|
| Category: | Web Panel | |||
| Target version: | 1.3.1 | Estimated time: | 2.00 hours | |
Description
When adding / modifying / deleting an admin or group, if a rehash(es) are triggered, a dialog should be shown while the command(s) are running to let the admin know that something is happening (e.g. Please Wait... Rolling changes to all effected servers...). No OK button should be available until the command(s) have completed.
Related issues
| related to SourceBans - Feature #422 | Admins on server are refreshed if admin detail is changed or admin is added | Resolved | 10/23/2008 |
Associated revisions
- Added Steam Community Group banning. Ban whole groups through SourceBans - yarrrr! Needs BCMath extension and PHP Safe Mode off! Enable it on settings features page! Show player's groups with link on banlist;)
- Added
#326and#422- Admin rehashing on all related servers after any admin or group change (with status window [ugly?]) - Added
#415- Masquerade mailaddress when replying to protest or submission. now sent under address "noreply@..." - Improved errorhandling of rcon console
- Added demo link to submission email
- Fixed filepaths in amx bans converter
- Fixed footer position on settings page
- Fixed wrong playername escaping on blocked player list on dashboard
- BulkEdit options are just shown if the admin is allowed to use them
History
Updated by Olly Ginger 111 days ago
It is not possible to know when an RCON command has finished executing, and is also impossible to get any log data back from RCON commands through a webserver.
Updated by Erik Minekus 111 days ago
Well, Peace-Maker is already doing this with Kick-It, retrieving the output of the status command. But sm_rehash doesn't output anything if I remember correctly, so it wouldn't work for that command.
Updated by Jannik Hartung 111 days ago
- Target version set to 1.3.1
the problem with this is, that the rehash is made with script run and without ajax. so its a normal systemfunction RehashAdmins();... and its not possible to call ajax functions in another ajax function?!
so s.b. have to find a solution;)
Updated by Jannik Hartung 99 days ago
- Assigned to set to Jannik Hartung
- Estimated time changed from 0.40 to 2.00
Updated by Jannik Hartung 73 days ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
added in r175