60 Commits

Author SHA1 Message Date
Matthias Mees
cabad4a933 Escape entry title in dashboard
References #322
2015-03-12 19:03:42 +01:00
Garvin Hicking
12ddca1070 Upport.
Improved detection for possible javascript errors (i.e. PHP errors, plugins that use invalid PHP 5.4+ syntax, other causes - that people seem to hit a lot)
If the serendipity.spawn function could not be found, we emit a warning (through javascript...)

See thread on forums: http://board.s9y.org/viewtopic.php?f=11&t=20286

Conflicts:
	docs/NEWS
	lang/UTF-8/plugin_lang.php
	lang/UTF-8/serendipity_lang_bg.inc.php
	lang/UTF-8/serendipity_lang_cn.inc.php
	lang/UTF-8/serendipity_lang_cs.inc.php
	lang/UTF-8/serendipity_lang_cz.inc.php
	lang/UTF-8/serendipity_lang_da.inc.php
	lang/UTF-8/serendipity_lang_de.inc.php
	lang/UTF-8/serendipity_lang_en.inc.php
	lang/UTF-8/serendipity_lang_es.inc.php
	lang/UTF-8/serendipity_lang_fa.inc.php
	lang/UTF-8/serendipity_lang_fi.inc.php
	lang/UTF-8/serendipity_lang_fr.inc.php
	lang/UTF-8/serendipity_lang_hu.inc.php
	lang/UTF-8/serendipity_lang_is.inc.php
	lang/UTF-8/serendipity_lang_it.inc.php
	lang/UTF-8/serendipity_lang_ja.inc.php
	lang/UTF-8/serendipity_lang_ko.inc.php
	lang/UTF-8/serendipity_lang_nl.inc.php
	lang/UTF-8/serendipity_lang_no.inc.php
	lang/UTF-8/serendipity_lang_pl.inc.php
	lang/UTF-8/serendipity_lang_pt.inc.php
	lang/UTF-8/serendipity_lang_pt_PT.inc.php
	lang/UTF-8/serendipity_lang_ro.inc.php
	lang/UTF-8/serendipity_lang_ru.inc.php
	lang/UTF-8/serendipity_lang_sa.inc.php
	lang/UTF-8/serendipity_lang_se.inc.php
	lang/UTF-8/serendipity_lang_sk.inc.php
	lang/UTF-8/serendipity_lang_ta.inc.php
	lang/UTF-8/serendipity_lang_tn.inc.php
	lang/UTF-8/serendipity_lang_tr.inc.php
	lang/UTF-8/serendipity_lang_tw.inc.php
	lang/UTF-8/serendipity_lang_zh.inc.php
	lang/addlang.txt
	lang/plugin_lang.php
	lang/serendipity_lang_bg.inc.php
	lang/serendipity_lang_cn.inc.php
	lang/serendipity_lang_cs.inc.php
	lang/serendipity_lang_cz.inc.php
	lang/serendipity_lang_da.inc.php
	lang/serendipity_lang_de.inc.php
	lang/serendipity_lang_en.inc.php
	lang/serendipity_lang_es.inc.php
	lang/serendipity_lang_fa.inc.php
	lang/serendipity_lang_fi.inc.php
	lang/serendipity_lang_fr.inc.php
	lang/serendipity_lang_hu.inc.php
	lang/serendipity_lang_is.inc.php
	lang/serendipity_lang_it.inc.php
	lang/serendipity_lang_ja.inc.php
	lang/serendipity_lang_ko.inc.php
	lang/serendipity_lang_nl.inc.php
	lang/serendipity_lang_no.inc.php
	lang/serendipity_lang_pl.inc.php
	lang/serendipity_lang_pt.inc.php
	lang/serendipity_lang_pt_PT.inc.php
	lang/serendipity_lang_ro.inc.php
	lang/serendipity_lang_ru.inc.php
	lang/serendipity_lang_sa.inc.php
	lang/serendipity_lang_se.inc.php
	lang/serendipity_lang_sk.inc.php
	lang/serendipity_lang_ta.inc.php
	lang/serendipity_lang_tn.inc.php
	lang/serendipity_lang_tr.inc.php
	lang/serendipity_lang_tw.inc.php
	lang/serendipity_lang_zh.inc.php
2015-03-02 11:16:55 +01:00
Garvin Hicking
3605937049 Fix Issue #299 2015-02-11 14:28:14 +01:00
Matthias Mees
6249a6af5e Add generic odd/even for dashboard widgets
- Use CSS for odd/even spacing + clearing in browsers that support
  it using :nth-child and the new class .dashboard_widget (to
  seperate positioning styles from visual styles)
- 'Polyfill' said behaviour for IE 8 using JS
- Adapt hardcoded dashboard sections accordingly
- Add fix for IE 8 where mq_small is not set properly
- New build of oldie.css

References #297
2015-02-08 16:15:06 +01:00
Ian
d584a7febb move backend_dashboard hook
may certainly as well be, to move the s9y_links block on top of all since not getting boxed, see http://board.s9y.org/viewtopic.php?f=4&t=20247
May need follow-up, if we we have a more general dashboard even/odd cycler function to avoid making each hooked-in plugin to reinvent the wheel...!
2015-02-04 18:02:35 +01:00
Matthias Mees
b0a7d0a0d2 Add new lang constant for entries in dashboard
References #274
2015-01-24 14:39:38 +01:00
Matthias Mees
ba8eb7eea8 New iconfont build with new 'Publish now' icon
References #262
2015-01-17 16:42:26 +01:00
Matthias Mees
d626281228 Introduce new lang constant for 'Publish now' button
Add this as title attribute and (hidden) button text for said
button

References #262
2015-01-17 16:25:24 +01:00
Matthias Mees
b295e617df Change 'Publish now' button to be a 'normal' icon button
- grey, not green
- new icon, button text hidden
- includes new icon build

References #262
2015-01-17 16:21:42 +01:00
Ian
9ab0e57389 fix not displaying is_sticky flagged entry in dashboard
References #260 and #261
2015-01-15 11:53:44 +01:00
Matthias Mees
4a730bfcf0 Scheduled entries display publish date in dashboard
Since space if scare in the dashboard, scheduled entries will now
display their publish date instead of the 'Scheduled' badge. The
info that this is a scheduled entry will be available in a tooltip
of the pulish date. This seems like the best compromise on all
devices/resolutions.

References #260
2015-01-14 16:50:44 +01:00
garvinhicking
36cde3030a * Fixes escaping of comments in the new backend pane to prevent
XSS. Thanks to Steffen Röemann for reporting!
2014-12-23 11:10:53 +01:00
onli
8894f82477 Basic suupport for autoupdate-plugin (#98) 2014-07-13 13:07:17 +02:00
Garvin Hicking
33193806ed References #189
Combine additional jquery/plugin files into one
Remove single file references
Moved dragdrop.js to serendipity_Editor.js.

Please test. Might make trouble in the installer/upgrader?
2014-06-25 12:28:59 +02:00
Garvin Hicking
1100364efd Added {serendipity_hookPlugin hook="backend_dashboard" hookAll="true"} hook. 2014-05-14 13:21:50 +02:00
Matthias Mees
2307e892a9 Add comment status to dashboard comments list. 2014-04-30 12:52:01 +02:00
Garvin Hicking
5e0c4c074e include upgrader timestamp
document recent changes
i18n for upgrader
2014-04-25 09:55:41 +02:00
onli
631bc150ac improve update notice: timeout, config
The updater in the dashboard needed a timeout to not kill the backend if github is not reachable
Also, this makes the check configurable
2014-04-24 18:25:56 +02:00
Matthias Mees
b1fc0bf6bf Ironed out some minor layout quirks 2014-03-08 13:15:39 +01:00
Matthias Mees
aa014cbe91 Removed i18n markers which have become obsolete
References #50
2014-03-07 12:33:16 +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
6e6a5fc4e4 Fix disappearing comment headline in dashboard. 2014-03-01 19:57:40 +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
onli
1f63b68908 Publish entries in the dashboard 2014-02-08 16:48:48 +01:00
Matthias Mees
03a25aab88 Also show comment author in dashboard. 2014-01-25 21:00:06 +01:00
Matthias Mees
756c47980d Additional entry status "Published" added.
Also changed the overlong label text for scheduled entries. Both
need new or changed lang constants.
2014-01-25 20:49:33 +01:00
onli
2d2d3822d7 enable moderate in dashboard
The token was missing, as the variable was renamed for the preview-url, where it was missing before
2014-01-18 23:27:42 +01:00
Matthias Mees
d1f3612825 Provide a fallback if the dashboard has nothing to show.
For entries and comments. Should only happen on new installations
anyway.
2013-12-03 14:48:32 +01:00
Matthias Mees
82b2f2f8fe Add missing i18n markers. 2013-10-05 08:56:54 +02:00
Matthias Mees
205bc5f65c Move extend comment button to the end of the list.
If it is 'inserted' in the middle, it breaks the consistency since
not all comments have the button, which irritates the eye.
2013-10-05 08:34:24 +02:00
onli
5ddfdf7dc3 remove dashboard view button for comments 2013-10-04 15:01:30 +02:00
Matthias Mees
db8a289ff8 Different icon for further links toggler. 2013-10-02 13:06:42 +02:00
Matthias Mees
5f2c8eb9dd Add sticky post status to entries overview. 2013-10-02 10:36:25 +02:00
Matthias Mees
9e14904eb2 Use existing lang constant. 2013-10-02 10:34:39 +02:00
Matthias Mees
1b11b31a18 Dashboard: open further links in a modal popup.
(Or just show/hide them for use-popups.)

For some weird reason, this seems to fire only on the second click
on the toggler, not on the first. Need input from @onli on this.

Also, this needs a better icon. I did not want to go through a new
iconfont build just for this one icon now.
2013-10-01 21:03:39 +02:00
Matthias Mees
3146238b35 Link dashboard headers to edit comments/edit entries. 2013-10-01 20:16:07 +02:00
onli
eadc5bc027 Add expand to dashboard-comment
temporary, to be replaced with a nice solution, same like for the normal comment view
2013-10-01 01:57:42 +02:00
onli
1e8d3a58e4 dashboard link comments entry
And show the title of the entry as a tooltip
2013-10-01 01:39:28 +02:00
Matthias Mees
87459991a9 Remove stray button nested in a element. 2013-09-26 14:34:42 +02:00
Matthias Mees
1fb8c54efb Back to button style.
Partial manual revert of 168cb146eaec3c568527bbc5dcf06b4cb6e9bda8.
Please note that this does *not* contain any changes to the UI as
discussed; those will follow later.

References #41
2013-09-23 11:19:31 +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
Matthias Mees
398fefa919 New iconfont build.
Removes obsolete wrench icon; replaces icon-off with icon-logout
and icon-eye with icon-globe or icon-zoom-in; adds icon-cancel as
state indicator for smallscreen navigation.
2013-08-01 17:15:41 +02:00
Matthias Mees
b5fafaada2 Dashboard needs to include magnific popup for comment reply overlay.
References #31
2013-07-20 22:58:53 +02:00
Matthias Mees
fcee7086eb More verbose update notification message. 2013-07-08 13:58:11 +02:00
Matthias Mees
13253957ec Give dashboard items content some room. 2013-07-08 13:54:01 +02:00
Matthias Mees
bc17eec490 Add 'upcoming' status msg to dashboard entries list.
Also added some general layout styles.
2013-07-08 13:49:22 +02:00
onli
a4ec72dbd4 Dashboard: Also show drafts 2013-07-07 20:42:20 +02:00
Matthias Mees
cf284194f2 Make further links collapsible. 2013-07-07 17:25:48 +02:00