Ian
426e5d766b
correct escape in 2k11/admin files
2014-06-19 19:43:52 +02:00
Matthias Mees
ead0f15e46
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-06-18 11:57:53 +02:00
Matthias Mees
f60df79b15
Add button for tag selection to entry editor.
...
Only displayed if freetag plugin is installed.
References #188
2014-06-18 11:04:46 +02:00
Ian
b5148f0fbd
reintegrate plugin hook to WYSIWYG textareas - fixes #185
...
@yellowled
Please have a look to extended area CSS, since the hook button/link in #tools_extended is handled differently to #tools_entry.
Test with emoticonchooser plugin.
2014-06-18 10:42:13 +02:00
Matthias Mees
5aae04915c
Move submit buttons in entry editor
...
References #176
2014-06-02 10:52:13 +02:00
Matthias Mees
a915981b6a
Move category list in entry editor.
...
Also trigger category selector on clicking category list.
References #176
2014-06-02 10:49:56 +02:00
Matthias Mees
b8faaba829
Make category filtering a reusable function for live filtering
...
Can now be used anywhere where a "real-time" filter is desirable.
As a usage example, it's implemented for the list of installable
plugins. Should work anywhere, though – needs an input element,
a list of target elements and an element within those target
elements to contain the search term.
Also made the function for the reset button for this reusable.
References #154
2014-05-18 14:13:27 +02:00
Garvin Hicking
7223456b53
i18n title attributes, document some past changes
2014-05-05 10:00:59 +02:00
Matthias Mees
9ce0033c88
Add HTML button classes to extended entry textarea.
...
Fixes the buttons not emitting the arrow brackets for HTML tags in
the extended entry's plain editor.
References #121
2014-05-04 11:27:08 +02:00
Matthias Mees
52fd0d331b
Marked stray untranslated title attributes
...
References #142
2014-05-02 13:18:12 +02:00
Garvin Hicking
919674e25a
i81n for categoryfilter
2014-04-25 09:30:21 +02:00
Matthias Mees
2ae6bcc5dd
Add reset button for category filter; add some styling.
...
References #123
2014-04-24 17:30:40 +02:00
Garvin Hicking
063b753892
Proof of concept idea for the "filter category" idea
...
http://board.s9y.org/viewtopic.php?f=11&t=19862
2014-04-24 15:21:25 +02:00
Matthias Mees
ed1fb3c8a3
Open/close tags, support for language-based tags in non-WYSIWYG.
...
Some plugins might want to hook into the non-WYSIWYG editor and
create buttons which do use different "tags" for open/close or
not create HTML markup at all. This makes it possible for them
to do so.
References #122
References #114
2014-04-18 16:23:40 +02:00
Matthias Mees
fa500b947c
Use lower-case letters in non-WYSIWYG editor.
...
References #122
2014-04-18 16:15:01 +02:00
onli
931a0f0b3b
nobr button was using the wrong id for tarea
2014-03-31 02:46:39 +02:00
onli
fd113ae212
Use id for textarea identification
...
this prodcues an easier compatiblity with the staticpage-plugin, and is
altogether more developer friendly than the documents.form-selector
2014-03-31 02:29:54 +02:00
Matthias Mees
31eba101f6
Rewrite toggle_extended function to work with wysiwyg editor.
...
References #102
2014-03-18 15:48:16 +01:00
Matthias Mees
e41ef67f99
Add a (JS only) category list to entry editor
...
This will emit (and update) a list of all categories assigned to an
entry based on the selection in the category selection popup.
References #77
2014-03-08 10:47:45 +01:00
Garvin Hicking
94c3a75a96
New language constants, hopefully caught all i18n's. Please check.
2014-03-05 13:22:50 +01:00
Matthias Mees
49319139e0
Refactor toggle buttons in entry editor according to config.
2014-03-01 18:24:49 +01:00
Matthias Mees
dd013f3a70
Use new show hide buttons.
2014-03-01 15:51:44 +01:00
Ian
fd8f4d5a16
short modifier - escape default is html
2014-02-28 10:04:12 +01:00
Matthias Mees
9af2e54f6f
Updated iconfont build; exchanged a few icons.
2014-02-10 19:48:26 +01:00
Garvin Hicking
3d7765f066
upport 1.7.6 security fixes
2014-02-06 09:36:31 +01:00
Matthias Mees
3b23f6b13d
Use the span/legend trick properly. Ooops.
2014-01-25 23:30:13 +01:00
Matthias Mees
4e923e1aeb
Display category selection in a popup/modal window.
2014-01-25 15:58:47 +01:00
Matthias Mees
f932be684f
Completely revamped layout for entry editor.
...
Please note: This is still preliminary. It needs testing (no-js
fallback, IE8) and it still needs a better solution for selecting
(especially multiple) catgeories.
2014-01-25 14:05:36 +01:00
onli
ec864e6b71
markup-buttons of extended editor work now ( #66 )
...
data-tarea was set two times, the first being body
2013-10-09 15:00:13 +02:00
onli
867b92a6ea
save visibility of extended & advanced
2013-10-04 23:19:28 +02:00
Matthias Mees
d0de74737e
Fixes type/href attributes for button elements.
...
– <button> must have an explicit type="buttons" since it falls back
to type="submit", which can have side effects
– <button> must not have a href attribute, always use data-href
2013-10-02 11:05:27 +02:00
Matthias Mees
67eca005d9
Show/hide for advanced entry options.
2013-10-02 10:14:22 +02:00
Matthias Mees
dc98c93c02
A more robust responsive layout for grouped entry status/buttons.
...
Related to ebb1fb41d4e105ae8a4acf5e3e08fe8e35da352d.
2013-10-01 17:33:10 +02:00
onli
ebb1fb41d4
group entry status and buttons
2013-10-01 16:08:27 +02:00
onli
f7520a9195
entryeditor: extended before save
2013-10-01 15:31:39 +02:00
onli
5257b95dbd
entryeditor: hide advanced if empty
2013-10-01 15:29:07 +02:00
Matthias Mees
de99ef67e6
Add msg icon to entryproperties plugin.
...
Also adds a styling hook to admin tpl.
References #54
2013-09-18 15:05:08 +02:00
onli
168cb146ea
Use links instead of buttons ( #41 )
...
A bit unfamiliar, let's give it some time. The user/groups-menu are clearer now
2013-08-18 20:59:53 +02:00
onli
f744ef7464
Use magnific for ML-popup
...
Also for not wysiwyg
2013-07-22 23:30:43 +02:00
Matthias Mees
41c4c7ec37
Adapt non-wysiwyg editor fields to match wyiwyg height.
2013-06-29 13:53:29 +02:00
Matthias Mees
3c3369f64b
Markup maintenance.
2013-06-24 16:08:26 +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
onli
6987468364
remove links to serendipity_define.js.php
2013-06-16 19:49:31 +02:00
onli
06f65b44b3
datetime-local fallback and fix timestamp-button
2013-06-16 15:56:35 +02:00
onli
325d3be574
editor: use date-timelocal, works in chrome
2013-06-16 15:20:50 +02:00
onli
574ab0a834
fix hidden valeus in entryform
2013-06-14 22:45:16 +02:00
onli
38f71856a2
further smartified serendipity_printEntryForm
2013-06-14 19:42:22 +02:00
Matthias Mees
a2021c2704
Remove editor toolbar legacy fallback.
2013-06-14 16:33:20 +02:00
Matthias Mees
a7c7d1426e
External onclick handler for entry preview.
2013-06-14 11:32:41 +02:00