The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Web::CommandQueue - command ihandling module

SYNOPSIS

This module allows to view the commandqueue. It also allows admins to schedule various PostgreSQL admin commands to the backend worker.

DESCRIPTION

This module gives you complete control over the command queue. It allows to schedule various admin commands as well as delete commands from the queue. The module automatically checks if the user is an admin and gives an extended view.

Configuration

        <module>
                <modname>command</modname>
                <pm>CommandQueue</pm>
                <options>
                        <linktitle>Commands</linktitle>
                        <admin>
                            <webpath>/admin/command</webpath>
                            <pagetitle>Commands</pagetitle>
                        </admin>
                        <user>
                            <webpath>/rbs/command</webpath>
                            <pagetitle>Commands</pagetitle>
                        </user>
                        <db>maindb</db>
                        <memcache>memcache</memcache>
                </options>
        </module>

get_user

The CommandQueue form (user mode)

get_admin

The CommandQueue form (admin mode)

Dependencies

This module depends on the following modules beeing configured (the 'as "somename"' means the key name in this modules configuration):

Maplat::Web::PostgresDB as "db" Maplat::Web::Memcache as "memcache"

SEE ALSO

Maplat::Web

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.