[cvs] [Wiki] changed: Doc/Dev
Ben Klang
ben at alkaloid.net
Wed Jun 24 01:04:47 UTC 2009
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>
More information about the cvs
mailing list