~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/xhtml.py

Added config validation spec: ivle/config/ivle-spec.conf.
ivle.conf.conf: No longer needs to do the cast-to-int hack.
ivle.config: Runs against the validator (with a XXX problem).
setup.util: ivle-spec.conf is installed with a new whitelist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
            ctx['logged_in'] = False
100
100
        ctx['publicmode'] = req.publicmode
101
101
        ctx['apps_in_tabs'] = []
102
 
        if hasattr(self, 'help'):
103
 
            ctx['help_path'] = self.help
104
102
        for urlname in ivle.conf.apps.apps_in_tabs:
105
103
            new_app = {}
106
104
            app = ivle.conf.apps.app_url[urlname]