Ian
61fe3e2bf9
Fix MediaLibrary objects not pass through into entryproperties CustomFields
...
and replaces some old "|@" Smarty 2 array "type hintings" to "|".
Also fixes the default fallback in default/admin/media_choose.tpl, which also missed the serendipity js namespace.
@yellowled Please trigger a default/admin/serendipity_editor.js run to fetch up with all latterly added changes.
2015-09-15 17:28:04 +02:00
onli
f356c7d287
fix doubled html-section in media choose ( #150 )
...
Also a cleanup of media_choose.tpl
2014-06-24 23:22:51 +02:00
Ian
426e5d766b
correct escape in 2k11/admin files
2014-06-19 19:43:52 +02:00
Matthias Mees
f06da2f6ac
Add new Modernizr build, upgrade Modernizr to 2.8.2.
...
This included feature test for indexedDB and WebSQL.
References #186
2014-06-17 11:13:28 +02:00
Matthias Mees
632831a76e
Remove unset variable for body id attribute in media db.
...
References #150
2014-06-17 11:03:01 +02:00
Ian
62026e5ba3
fixes nasty media insert target bug
...
Fixes #143 and Fixes #145 and References #121
2014-05-24 11:46:58 +02:00
Ian
c61cf9d10a
fix missing s9ymdb ID, fixes part one of #145
2014-05-12 12:50:09 +02:00
Matthias Mees
4daffd0294
Update Modernizr to 2.8.1 (custom build)
2014-05-02 14:58:19 +02:00
Matthias Mees
49ce068117
Include customized Modernizr build; update Modernizr to latest.
...
This build includes only the tests and shivs in Modernizr we do
actually use. If we add tests (in CSS or JS) or find some are
missing, this build needs to be renewed.
References #85
2014-04-20 13:30:28 +02:00
Matthias Mees
6d5c24af2f
Move serendipity_editor.js reference back to <head>
...
The document ready shorthand function needed a little adapting as
well (which is not an issue since we abandoned noConflict mode).
References #91
2014-03-11 10:44:10 +01:00
Matthias Mees
a956c52e6b
Update Modernizr to recent version
...
We still need to include a customized build of this.
2014-03-09 11:49:48 +01:00
Garvin Hicking
a5bd6563dd
re-renamed addLoadEvent
2014-03-06 16:00:20 +01:00
Garvin Hicking
94c3a75a96
New language constants, hopefully caught all i18n's. Please check.
2014-03-05 13:22:50 +01:00
onli
283c9b5922
Fix: files were not selectable
...
in ML editor popup
2014-02-08 15:36:45 +01:00
Matthias Mees
3b23f6b13d
Use the span/legend trick properly. Ooops.
2014-01-25 23:30:13 +01:00
Matthias Mees
c57a1b4da3
Proper scaling in landscape mode.
...
There used to be a bug in older iOS version which is now fixed in
iOS6, so we can use a proper landscape mode without zoom.
2013-08-17 18:28:24 +02:00
Matthias Mees
95dffd86e7
Minor treeview markup cleanup.
2013-07-10 11:55:40 +02:00
Matthias Mees
a8e372ebef
External onlick handler and button style for tree toggle.
2013-07-10 11:43:34 +02:00
Matthias Mees
60136d89b4
Fix toggle tree in media popup.
2013-07-10 11:38:48 +02:00
Matthias Mees
26d4b32987
Remove s9y image editor from 2k11 admin theme.
...
This removes the proof-of-concept image editor from 2k11 – as far
as I can see/do that. @onli should probably have a look at whether
there are other code parts which need/should be removed along with
this.
2013-07-02 12:15:36 +02:00
onli
ce9ac484d9
namespace serendipity_editor.js
2013-06-24 23:17:16 +02:00
Matthias Mees
f7dd8ba630
Externalize onsubmit events.
2013-06-21 14:16:46 +02:00
Matthias Mees
891792b987
Fix media db popup layout.
2013-06-18 13:09:51 +02:00
onli
6987468364
remove links to serendipity_define.js.php
2013-06-16 19:49:31 +02:00
Matthias Mees
7a8b5e755f
Maintenance: type attribute is obsolete for script elements in HTML5.
2013-06-15 19:37:10 +02:00
Matthias Mees
cdeb113846
Replace inline onlick handler for go back.
2013-06-13 16:07:44 +02:00
Matthias Mees
a658e20b27
New iconfont build.
...
This includes only the icons actually used or intended to be used
in the backend. Please note that unfortunately, some class names
have changed. Also some icons have been exchanged.
2013-06-11 12:54:58 +02:00
Matthias Mees
d4e47e9dd6
Also needs modernizr for no-js class to work properly.
2013-06-01 11:15:38 +02:00
Matthias Mees
da69d6cd2e
viewport can't hurt here.
2013-06-01 11:13:11 +02:00
Matthias Mees
00d97e59b3
Use proper doctype and html helper classes.
2013-06-01 11:11:40 +02:00
Matthias Mees
6a9bdd0c6a
Removed stupid HTML5/jQuery progress hints.
2013-06-01 11:09:10 +02:00
Matthias Mees
c2c27470ff
Include header_spawn.js in serendipity_editor.js.tpl.
2013-05-30 18:13:33 +02:00
Matthias Mees
69e8f8e050
Remove redundant serendipity_editor.js references.
...
Since we're now including serendipity_editor.js in the index.tpl,
there's no need to load it in the body in various .tpl files any
longer.
2013-05-30 18:01:44 +02:00
Matthias Mees
3e536dd4a8
Move backend jQuery plugins to dedicated subdirectory.
...
From now on, we'll keep jQuery plugins required by the backend in
/templates/2k11/admin/js/ (as well as other vendor JS like e.g.
Modernizr).
2013-05-30 17:15:54 +02:00
Matthias Mees
9f59ab6081
Use smartified serendipity_editor.js.
2013-05-27 17:23:49 +02:00
Matthias Mees
319231ecf4
Minor markup improvements for media choose popup.
2013-02-19 11:48:28 +01:00
Matthias Mees
3b4dfac6f6
Copy imgedit.js to 2k11 and move it to admin dir.
2013-02-13 19:22:26 +01:00
Ian
d970d06624
added doctype and moved script vars into head
2012-12-22 13:47:16 +01:00
Ian
449367c7aa
js ending delimiter S3 auto literal behaviour is quite bulletproof
...
tests have proofed " } ;" and " };" and even "};" are interpreted correct!
2012-12-07 18:00:52 +01:00
Ian
5193d4a785
one more auto literal whitespace added
2012-12-07 17:12:41 +01:00
Ian
d14085f3c7
recommended use Smarty3 auto literal }; whitespace}whitespace;
2012-12-07 16:36:09 +01:00
Ian
3b90cddfff
some whitespace cleanup to e03e95b
2012-12-07 15:56:39 +01:00
Ian
e03e95b33a
fixed delimiters, tabs to whitespaces and fixed doubled &
2012-12-07 15:44:47 +01:00
Garvin Hicking
ebd361c201
Insert/transfer variable from smarty to JS
2012-12-07 15:02:12 +01:00
Matthias Mees
bce5c7d2e9
More icons for 2k11's tpls.
2012-12-04 01:00:23 +01:00
Matthias Mees
a516480aac
Proper label for media file path; associated with corresponding radio input element.
2012-12-04 00:51:25 +01:00
Matthias Mees
af251553df
Ported media_choose.tpl from default.
2012-12-03 11:10:00 +01:00
Matthias Mees
8397b08b88
Added new backend template files (smartified core tpls and 2k11 admin tpls as well as related assets).
2012-12-03 00:59:42 +01:00