1cc18c52c3
fix embed options
2020-05-30 14:33:04 +02:00
5168ed4a33
define sections in one location
2019-12-09 13:12:44 +00:00
0076aae896
import drag and drop files
2019-07-19 19:04:12 +02:00
a833e95a8b
enable filters for documents
2019-06-07 16:30:09 +01:00
191500f76a
fix pandora.localInit
2018-09-12 19:23:38 +02:00
e61ac87a64
add ;
2018-08-09 18:54:24 +00:00
22cd1d358d
add optional hook for local overwrites
2018-08-08 10:11:53 +01:00
dbf740e55e
use .editorconfig
2018-06-19 08:33:26 +02:00
2bc8f66dd4
allow outer frames to set options
2018-03-06 18:27:10 +05:30
7ab94267db
common header, custom background color for loading screen
2017-11-06 19:20:37 +02:00
bf88243423
set key later
2017-10-26 12:49:57 +02:00
4d7c675d29
don't pass google api key, use Ox.Map.GoogleApiKey
2017-10-26 12:42:47 +02:00
ee3b7a1a9a
remove text section from sectionFolders, fixes #3047
2017-07-26 15:28:12 +02:00
58999918f7
use Ox.$(document|body) instead of pandora.$ui.(document|body)
2017-01-26 17:42:03 +01:00
e1f35b1ec8
new documents section
2016-10-30 18:23:16 +01:00
340277db1a
Raise Error.stackTraceLimit, if it exists ( fixes #2894 )
2016-03-03 18:15:37 +05:30
7d99950942
Only setInterval once to animate the loading icon ( fixes #2888 )
...
(On Chrome, at least,) window.onload() is called once by hand, and once
by the browser. This ends up calling setInterval() twice. When
stopAnimation() is called later, only the second interval is cleared; so
the first one keeps firing forever. Mostly harmless but unnecessary.
Only the first hunk of this patch is really needed, but making
startAnimation() / stopAnimation() idempotent can't hurt.
2016-03-03 18:08:46 +05:30
0e4c49729b
window.onerror: log stack to server if available
...
Firefox >= 31 and Chrome >= ~August 2013 pass the Error object as the
5th parameter to window.onerror.
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
https://code.google.com/p/chromium/issues/detail?id=147127
2015-05-20 12:44:31 +02:00
rolux
bafad0a5c7
cleanup
2015-04-29 13:41:17 +02:00
rolux
02552f3f83
cleanup; wording
2015-04-19 11:09:12 +02:00
rolux
baaae8ac5c
add license infrastructure
2015-04-17 16:42:52 +01:00
j
0e187aa24c
add loaded event for site scripts
2015-03-19 14:09:47 +00:00
rolux
b00a3a0d19
add guards in case add/removeEventListener do not exist
2015-02-21 16:05:07 +05:30
rolux
fa376dd188
allow for aborting user script by pressing escape on page load
2015-02-21 16:01:52 +05:30
rolux
df7c6c6de3
fix formatting
2015-02-21 15:51:13 +05:30
rolux
8f9d8e2ce2
fix formatting
2015-02-21 15:50:15 +05:30
j
8c39aa37d0
ignore TypeError: Attempted to assign to readonly property.
2015-02-06 11:02:19 +05:30
j
44ae4db25a
rename error log api, fixes #2591
2014-12-16 13:44:42 +00:00
j
69b38b3c53
update UI path
2014-09-29 15:23:13 +02:00
j
2963e90819
oxjs renamed build/ to min/
2014-09-27 17:06:01 +02:00
rolux
714f495a3d
build/ -> min/, Ox.UI/ -> UI/
2014-09-26 16:54:20 +02:00
j
a266c518b7
use parent.bindMessage
2014-09-23 23:48:59 +02:00
j
614e7f0d09
store on-load script on server (ui.onload), fixes #1850
2014-04-09 15:44:28 +00:00
rolux
abd11dc33f
fix #2292 (Loading screen images shouldn't be user-selectable)
2014-02-12 17:56:41 +00:00
j
a7e87647e0
dont set empty document.location.hash, causes # to show up in Firefox, fixes #1870
2014-01-22 12:25:17 +00:00
j
4df2882ef2
load pandora debug with ?version
2014-01-22 10:16:03 +00:00
j
3b661fe05b
use Ox.getScript, Ox.getFile fails on .js?123
2014-01-02 13:44:41 +00:00
j
345ab88cae
load pandora.min.js with pandora version
2014-01-02 13:37:49 +00:00
rolux
886794e4a3
cosmetic changes
2013-12-29 17:33:42 +05:30
j
5cf198a8ad
fix loading pandora with strange extensions installed
2013-12-11 20:04:36 +00:00
j
0ef598195c
text names
2013-11-08 18:57:24 +00:00
j
ea4f3a831e
update url leaving fullscreen, fixes #1910
2013-10-25 13:49:45 +00:00
j
b46aa6625f
include path in url not error
2013-10-22 18:40:02 +00:00
rolux
3163faa5e3
on load, make sure user.ui.itemSort and user.ui.itemView are valid (itemKey or itemView may have been removed) - fixes #1874
2013-10-22 16:27:46 +02:00
j
967125cca7
log current url too
2013-10-22 14:15:06 +00:00
j
90856174dd
dont log errors in firefox extensions
2013-10-22 13:59:27 +00:00
j
7a529bfd12
get rid of filters in config, only use itemKeys filter: true
2013-09-30 18:34:44 +00:00
rolux
4754f86909
remove logging
2013-08-14 16:43:32 +00:00
rolux
b05d4c81da
fix #1812 (Loading screen reflection assumes a specific site logo ratio)
2013-08-14 16:18:58 +00:00
rolux
4f11636623
fix legacy embed/print url regexp
2013-08-10 08:34:24 +00:00