Commit Graph

295 Commits

Author SHA1 Message Date
j 82615cfb18 update padma documentKeys 2024-04-02 21:56:39 +02:00
j 1c8ea51d9b tag more translations 2023-12-02 17:49:54 +01:00
j 32a73f402b load pdf.js with version 2023-10-27 15:53:44 +02:00
j e3e5e3b9e5 also load localInit in embed view 2022-01-21 17:39:08 +00:00
j 950bec609d fulltext search in pages 2021-11-15 15:27:12 +00:00
j 1cc18c52c3 fix embed options 2020-05-30 14:33:04 +02:00
j 5168ed4a33 define sections in one location 2019-12-09 13:12:44 +00:00
j 0076aae896 import drag and drop files 2019-07-19 19:04:12 +02:00
j a833e95a8b enable filters for documents 2019-06-07 16:30:09 +01:00
j 191500f76a fix pandora.localInit 2018-09-12 19:23:38 +02:00
j e61ac87a64 add ; 2018-08-09 18:54:24 +00:00
j 22cd1d358d add optional hook for local overwrites 2018-08-08 10:11:53 +01:00
j dbf740e55e use .editorconfig 2018-06-19 08:33:26 +02:00
j 2bc8f66dd4 allow outer frames to set options 2018-03-06 18:27:10 +05:30
j 7ab94267db common header, custom background color for loading screen 2017-11-06 19:20:37 +02:00
j bf88243423 set key later 2017-10-26 12:49:57 +02:00
j 4d7c675d29 don't pass google api key, use Ox.Map.GoogleApiKey 2017-10-26 12:42:47 +02:00
j ee3b7a1a9a remove text section from sectionFolders, fixes #3047 2017-07-26 15:28:12 +02:00
j 58999918f7 use Ox.$(document|body) instead of pandora.$ui.(document|body) 2017-01-26 17:42:03 +01:00
j e1f35b1ec8 new documents section 2016-10-30 18:23:16 +01:00
Will Thompson 340277db1a Raise Error.stackTraceLimit, if it exists (fixes #2894) 2016-03-03 18:15:37 +05:30
Will Thompson 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
Will Thompson 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