#220: Upgrade Bootstrap to 2.3
------------------------+-----------------------
Reporter: jdreimann | Owner: nobody
Type: task | Status: new
Priority: major | Milestone: Release 5
Component: ui design | Version:
Resolution: | Keywords:
------------------------+-----------------------
Comment (by rjollos):
(In [1448772])
Refs #220:
* Upgraded Bootstrap from v2.1.0 to v2.3.0
* Replaced multiple `bootstrap-*.js` files with `bootstrap.js`, which is
now included on every page.
After this change we have:
{{{
(bloodhound)user@debian-wheezy:~/Workspace/bh220$ grep -R --exclude-
dir=.svn --exclude-dir=htdocs --exclude=*.pyc --exclude-dir=*.egg-info
bootstrap.*.js bloodhound_*
bloodhound_theme/bhtheme/templates/bloodhound_theme.html: <script
src="${href.chrome('dashboard/js/bootstrap.js')}"
}}}
`bootstrap.js` is included in the `bloodhound_theme` template, which
causes it to be included in every page. I didn't touch any of the files
under `doc`, since they have their own copy of Bootstrap.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/220#comment:8>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker