Min RK
363d73d145
bootstrap 3.4
...
and switch from components/ to canonical bootstrap repo, which puts bootstrap.min.js into a `dist` subdir.
components hasn't received the 3.4 update
7 years ago
Félix-Antoine Fortin
c9bd0fa87a
Update jquery-ui.min path in page.html template
8 years ago
Ashley Teoh
6b7983866b
correctly set language dynamically
8 years ago
Ashley Teoh
aafd8dbf41
dynamically set language in meta tags
8 years ago
Ashley Teoh
80e83f56da
add language attribute to describe language of document
8 years ago
Alex Rothberg
538a89fee0
update paths
8 years ago
Thomas Kluyver
e7f69cc2d7
Work on loading UI translations ( #2969 )
...
* Load translations for Javascript in page template
* Normalise language codes to gettext format with underscores
* .mo files need to be under LC_MESSAGES as well
* remove unused JS code
* Normalise result in test
* Fix for opening files on Py 2
* Fix location of I18N directory
* Add translation files to package_data
9 years ago
Josh Barnes
97d6ead5de
fix notebook require config to match tools/build-main
...
as otherwise, any template based on page will fail to load unless
it already has its own minified js including the dependencies
9 years ago
Grant Nestor
135358e943
Fix terminal header flex box layout
9 years ago
Thomas Kluyver
208e7c74a6
Only provide token link if token is set and user logged in
9 years ago
Thomas Kluyver
ea2bfeda8f
Expose URL with auth token in notebook UI
...
This provides a crude way to copy the link from one browser (right click
the Jupyter logo) to get authenticated in another browser.
Closes gh-2094
9 years ago
John Emmons
f81fb46ff6
Preliminary i18n implementation as outlined in JEP 16 ( #2140 )
...
setting up internationalization for log and UI messages
See i18n README for details
Squashed to resolve CRLF, tab-indent issues.
9 years ago
Thomas Kluyver
36b6c9e5d3
Add id=favicon in templates
...
The new dynamic favicon-changing code looks for an existing favicon in
the DOM with id 'favicon'. This uses that id in the templates, so we
don't end up with two favicon links in the page.
I was hoping that this would fix some issues I'm having with the favicon
getting stuck, but it doesn't seem to. :-(
9 years ago
Grant Nestor
945a973da5
Clean up layout in #header-container
9 years ago
Grant Nestor
b69509fcab
Move preact, preact-compat, and proptypes to bower
9 years ago
Min RK
3dc91c993e
remove unused variable in token removal
9 years ago
Min RK
9cf239f5e5
Merge pull request #2132 from Carreau/fix-find-replace-css
...
Remove double border in Find and replace UI.
9 years ago
Matthias Bussonnier
6d0b45b536
Remove double border in Find and replace UI.
...
There is a less-than optimal double border between the last button and
the input field.
Remove it by making the left border of the input field None, (or the
right one in RLT layout). We don't change the border of the buton or it
looks ugly when pressed.
9 years ago
Min RK
5de77314bd
remove token query parameter from pages on load
...
Once the page has been loaded, the token has done its job and can be discarded.
Its presence can lead to confusion, especially copying/pasting URLs with one-time tokens present.
9 years ago
Min RK
cbd6eef04a
get preact from script tag
...
doesn't seem to like loading with require
9 years ago
Min RK
47d4451958
remove webpack shims
...
restore explicit imports of jquery, etc.
9 years ago
Grant Nestor
e832689923
Change favicon when busy
10 years ago
Grant Nestor
bdbfd37b24
Remove `moment` script tags
10 years ago
Steven Silvester
d223e96fe1
Switch to xterm for the terminal emulator
10 years ago
Steven Silvester
6205ba9a21
Unify handling of CodeMirror
...
Load codemirror as a script tag
Load codemirror synchronously
More cleanup of codemirror handling
Make the config more succinct
Reinstate mode/meta
10 years ago
robnagler
129c7179fc
typeahead.min.js (not typeahead.js
10 years ago
Sylvain Corlay
f6b7656499
Enable widgets 4.1
10 years ago
Jonathan Frederic
9f9bc69e9b
Remove deprecatedwidgets handler, because it's backwards compat support for ipywidgets 3.0
10 years ago
Min RK
5e9c88b2fe
fix a few remaining IPython Notebook references
...
in HTML templates
10 years ago
Jonathan Frederic
4b0aa51ce7
Don't load main files - they should never be referenced anyways,
...
they break things by resetting global page state.
Also put URL in string
10 years ago
Jonathan Frederic
e64f1f9dc2
Dynamically set base url
10 years ago
Jonathan Frederic
18edcd3fb4
Allow old style imports, but deprecate them
10 years ago
Jonathan Frederic
acb2b51051
Allow jquery-ish imports, but log a deprecation warning to the user console.
10 years ago
Jonathan Frederic
f75f648f5e
Remove require logging statements
10 years ago
Jonathan Frederic
c4c16a76b8
Disallow dynamic loading of jquery and friends
...
Because it is a very bad idea. Don't do it. Seriously!
10 years ago
Jonathan Frederic
20b95f9297
Re-add moment
10 years ago
Jonathan Frederic
3750a6a803
Log requirejs usage
10 years ago
Jonathan Frederic
e5e8db3670
Load contents dynamically and load jquery-typeahead globally
10 years ago
Jonathan Frederic
a83f18255b
Use npm to install moment
10 years ago
Jonathan Frederic
1ae63ce185
Load jquery and friends globally
10 years ago
Jonathan Frederic
508804153a
Remove ignore minified
10 years ago
Matthias Bussonnier
34d67327ae
Acknowledge `ignotre_minified_js` on auth, and tab-> space
10 years ago
Sylvain Corlay
f32651e202
Use jquery-ui instead of jqueryui
11 years ago
Min RK
70e9186914
bump requirejs waitSeconds to 30
...
default is 7, and can timeout inappropriately on slow connections
11 years ago
Matthias Bussonnier
2d5d548d79
Revert "Use NPM, node ES5, and browserify."
11 years ago
Jonathan Frederic
7df0a118c7
Make caja point to the same file
11 years ago
Jonathan Frederic
6258f542dd
Almost working 100%
11 years ago
jdfreder
64690654b4
Re-add require.js for backwards compat.
11 years ago
jdfreder
b88fa0163a
Use npm for js and less builds
11 years ago
Matthias Bussonnier
b873e8337d
try to create better html structure.
11 years ago