onli
b2bcd08c99
rework spamblock action buttons
...
anchor workaround and restored event order, should fix #24
2013-07-21 01:00:15 +02:00
onli
379b9255b2
Comment reply in backend as modal
...
Removes the alert dialogue also from the normal popup
2013-07-20 22:47:54 +02:00
Matthias Mees
14c519fa1c
Namespace AddKeyword call.
...
References #29
2013-07-20 20:08:44 +02:00
Matthias Mees
5149eaab2a
Add active state indicators for show/hide buttons.
...
References #25
2013-07-20 19:49:32 +02:00
Matthias Mees
a8e372ebef
External onlick handler and button style for tree toggle.
2013-07-10 11:43:34 +02:00
Matthias Mees
8bb91a070e
Fix broken timestamp replacement.
2013-07-08 16:32:45 +02:00
Matthias Mees
3dd430026b
JS maintenance: save some variables.
2013-07-08 15:39:52 +02:00
Matthias Mees
efcb30ed69
Add alt text to non-wysiwyg img button.
2013-07-08 14:13:29 +02:00
Matthias Mees
96b68f0dba
Use namespaced insertText to fix non-wysiwyg img button.
2013-07-08 14:10:33 +02:00
onli
fb100aaa79
use magnific popup
2013-07-07 22:43:11 +02:00
Matthias Mees
078bf9a18a
Replace responsive nav plugin with a simpler solution.
...
responsive-nav.js is nice, but it imposes a performance issue and
we already have code for that behaviour. This is much simpler, but
still lacks some accessibility feature (aria-hidden). I'll add
those later after some proper accessibility testing.
2013-07-07 18:07:34 +02:00
Matthias Mees
cf284194f2
Make further links collapsible.
2013-07-07 17:25:48 +02:00
Matthias Mees
b92cf09eb2
Onclick handler for dashboard bookmarklet hint.
2013-07-06 13:38:44 +02:00
Matthias Mees
175e73202a
Only fire smallscreen nav script if there is a nav.
2013-07-06 13:32:45 +02:00
Matthias Mees
7811150fe5
Use custom toggle for smallscreen nav.
2013-07-06 09:54:12 +02:00
Matthias Mees
ce2a679a3c
Move JS plugins out of domready area.
2013-07-05 14:39:08 +02:00
Matthias Mees
2ab6c09339
Added smallscreen navigation.
2013-07-05 13:59:40 +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
Matthias Mees
8091a4fc34
Replace href-less insert_image with button.
2013-06-28 14:29:43 +02:00
Matthias Mees
47ca296b66
Replace status timestamp with a simple info tooltip.
2013-06-28 14:21:37 +02:00
Matthias Mees
a245a28c4b
Fix insert (category) image JS.
2013-06-28 12:24:24 +02:00
Matthias Mees
2f5daac8b2
Use namespaced call to toggle_categoryselector.
2013-06-28 12:05:54 +02:00
Matthias Mees
adcb2f3e87
Skip toggle_extended if wysiwyg editor is used.
...
With a wysiwyg editor, collapsing the extended entry editor does
not work, so we'll just skip it in that case.
2013-06-27 12:39:23 +02:00
onli
f2cf17804b
fix toggle_extended (missing namespace)
2013-06-25 01:12:28 +02:00
onli
4c95630c4c
Replace xinha with ckeditor
...
Removes also a lot of the code needed by the wysiwyg-plugins, but the whole spawn()-logic has to get checked anyway
2013-06-25 01:05:19 +02:00
onli
ce9ac484d9
namespace serendipity_editor.js
2013-06-24 23:17:16 +02:00
onli
edaf7e9d6f
serendipity_editor.js.tpl: escapeBrackets(str)
2013-06-24 21:56:54 +02:00
Matthias Mees
49181fb06d
A better solution for show/hide additional form info text.
...
This is based on the show/hide functionality already used in the
backend in various places with a nice no-js fallback.o
2013-06-24 20:59:03 +02:00
Matthias Mees
17e0f159b0
Revert jQuery tooltips.
2013-06-24 11:04:56 +02:00
Matthias Mees
3bd03b0129
Add jQuery tooltips.
...
There are responsive and touch-friendly, including a tweakable
timeout so they don't get too annoying when used on a collection
of icon buttons. Demoed on reset timestamp button in entry editor.
2013-06-23 18:25:37 +02:00
Matthias Mees
5bec2323ac
Switch show_config_all plus/minus icon.
2013-06-22 14:11:59 +02:00
Matthias Mees
95b5764edf
Zebra striping for configuration groups.
2013-06-22 13:57:08 +02:00
Matthias Mees
f0b7d6631b
Spped up configuration display.
...
Since we now hide controls on no-js, we can skip some JS which
affected rendering performance.
2013-06-22 11:14:18 +02:00
Matthias Mees
01b390fcb7
Clean up comments reply click handler.
2013-06-21 23:06:50 +02:00
Matthias Mees
e9f55cc418
JS cleanup.
2013-06-21 22:24:01 +02:00
Matthias Mees
f572ff84ea
Media upload form rewrite.
...
This version no longer requires a hidden form template in the DOM,
which makes the logic for cloning the upload form a bit easier to
understand and avoids an initial clone to put the initial upload
for into the DOM.
2013-06-21 18:23:19 +02:00
Matthias Mees
01a93d5488
Adapt fillInput() to media upload; fix addUploadField().
2013-06-21 17:58:03 +02:00
Matthias Mees
fd2f4ea5bf
Drop foreign upload from add media form.
2013-06-21 14:30:40 +02:00
Matthias Mees
f7dd8ba630
Externalize onsubmit events.
2013-06-21 14:16:46 +02:00
Matthias Mees
748cf0b8b1
Insert .media_choose preview dynamically; hide stuff on no-js.
2013-06-21 13:49:26 +02:00
Matthias Mees
5798ca100f
Minor UI consistency fixes.
2013-06-21 11:19:39 +02:00
Matthias Mees
8a58c5eb1a
Some minor UI consistency fixes.
2013-06-19 15:36:01 +02:00
Matthias Mees
e1aac9cc13
Simplified media upload submit; added icon button.
2013-06-19 10:26:12 +02:00
Matthias Mees
dbaf23ed69
Media file metadata rewrite.
...
Also fixes media upload form not being submitted.
2013-06-19 09:58:41 +02:00
Matthias Mees
45986fb2da
External event handlers for theme options choose media.
2013-06-19 08:18:31 +02:00
onli
637a75f0fc
propagate token_url for js-initiated form-actions like ML-rename
2013-06-18 22:21:22 +02:00
onli
a52e05598b
fix ML-Image insert in template options
2013-06-18 22:05:36 +02:00
Matthias Mees
6906e2cac4
External onclick handler for checking inputs on submit.
2013-06-18 16:49:59 +02:00
Matthias Mees
7818fb1c96
External onclick handler for adding keywords.
2013-06-18 16:45:48 +02:00
Matthias Mees
8ce7457f3f
External onclick handler for media cropping.
2013-06-18 16:07:21 +02:00