57 Commits

Author SHA1 Message Date
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
Matthias Mees
bc0549397a External onclick handlers for editor tools. 2013-06-14 11:24:55 +02:00
Matthias Mees
5894a82ced Drop editor toolbar access keys.
The accesskey attribute is rarely used due to a lack of standards
and cross-browser implementation. Most screenreader users find them
confusing.
2013-06-14 09:36:24 +02:00
Matthias Mees
11853c6f5b Remove inline JS to hide editor tools. 2013-06-14 09:26:36 +02:00
Matthias Mees
6cb397247f Replace onclick handler for reset timestamp. 2013-06-13 15:53:49 +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
f5837b5245 Maintenance: cleaned out some TODO notes. 2013-06-10 12:54:19 +02:00
Ian
e1789dcc81 fixed c47bd93 extended hook to respect toggle 2013-06-09 12:26:28 +02:00
Ian
c47bd93bb2 remove backend_entry_toolbar_* hook doublette 2013-06-09 12:09:21 +02:00
onli
2113c1308c removed unused onlick checkInput from editor save 2013-06-08 15:34:35 +02:00
Matthias Mees
0861cbbd80 Removed obsolete comments; improve functions. 2013-06-07 11:40:14 +02:00
Matthias Mees
97dc035bcc Use iconfont button for category selector; add styling. 2013-06-06 15:49:37 +02:00
Matthias Mees
19bebc50de Minor fixes. 2013-06-02 16:13:12 +02:00
Matthias Mees
b4e18b48f3 Found a typo. Ooops. 2013-05-31 21:15:19 +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
9f59ab6081 Use smartified serendipity_editor.js. 2013-05-27 17:23:49 +02:00
Matthias Mees
2e61009a4c Proper headline for creating new or editing existing entry. 2013-02-07 14:16:23 +01:00
Matthias Mees
d9e682babd Grouped publish/draft status with preview/save buttons. 2013-01-28 15:32:03 +01:00
Matthias Mees
95ceae7711 Proper CSS classes for styling markup buttons etc. 2013-01-14 13:23:17 +01:00
Matthias Mees
79353bc30e Removed inline styles. Again. 2013-01-14 12:49:11 +01:00
Ian
e536ec678e fix bad noting end in last note 2013-01-13 17:18:12 +01:00
Ian
f779070199 some notes to former extended body toolbar handling 2013-01-13 16:58:07 +01:00
Ian
2c31840fae removed bad copy&paste class 2013-01-13 16:14:07 +01:00
Ian
2a3ae83eb2 2k11 n.b. admin entry form toolbar document.write replacement
fixed and re-added missing hooks and non-JS mode inline style display:none
2013-01-13 15:46:29 +01:00