[Wiki] changed: Doc/Dev
Ben Klang <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
bklang Tue, 23 Jun 2009 21:04:47 -0400 Modified page: http://wiki.horde.org/Doc/Dev New Revision: 1.55 Change log: Info about javascript source files and broken links @@ -102,4 +102,13 @@ horde-fw-symlinks.php --src ../horde-hatchery/framework </code> Then continue with the installation steps in docs/INSTALL. + +**Q:** Why does the sidebar not collapse/Why can't I switch tabs on the config screen/Why do certain links not work? +**A:** To minimize commits and SCM growth we are no longer providing minimized !JavaScript files in the js/ directory. Instead you will need to use the source !JavaScript files directly. To do this you will need to add a line for each installed application that provides a !JavaScript file. Start with the following lines and expand as necessary, added to the bottom of config/registry.php: +<code> +$this->applications['horde']['jsuri'] = $this->applications['horde']['webroot'] . '/js/src'; +$this->applications['imp']['jsuri'] = $this->applications['horde']['webroot'] . '/js/src'; +$this->applications['kronolith']['jsuri'] = $this->applications['horde']['webroot'] . '/js/src'; +$this->applications['chora']['jsuri'] = $this->applications['horde']['webroot'] . '/js/src'; +</code> -- To unsubscribe, mail: [email protected]