3465 Commits

Author SHA1 Message Date
onli
d1d26af5ee Shorter labels and consistence
Like Delete instead of Delete selected comments on buttons, and Media Library instead of Fine Media as a title in the ML
2013-10-04 15:23:11 +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
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
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
c4ba5f8da8 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-10-02 10:14:52 +02:00
Matthias Mees
67eca005d9 Show/hide for advanced entry options. 2013-10-02 10:14:22 +02:00
Ian
105f96a4d7 Smarty 3.1.15 release - please read change_log.txt 2013-10-02 10:12:48 +02:00
Matthias Mees
5fa25b65f4 Minor layout fixes for s9y links in popup. 2013-10-01 21:13:01 +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
Ian
915c5f6531 Fix possible temporary caching errors failing $eventData[0]['properties'] 2013-10-01 19:03:12 +02:00
Ian
0b1aeddc31 Automatic upgrade removal of old Smarty2 files (2.0-alpha2) 2013-10-01 18:58:56 +02:00
Matthias Mees
609515a4d8 Remove stray styles for s9y links in the footer. 2013-10-01 17:34:52 +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
onli
54f926a946 unset year when not in cal-mode
closes #18
2013-10-01 14:55:20 +02:00
onli
5894ac7f4f back-button for category-menu 2013-10-01 02:39:57 +02:00
onli
419310c4f7 s/find entries/edit entries 2013-10-01 02:30:32 +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
onli
42ca45db68 Fix //-errors in feed
See http://board.s9y.org/viewtopic.php?f=10&t=19485 - needs testing, I only tested that on localhost with / as relative path
2013-10-01 01:15:53 +02:00
Matthias Mees
252970c2e5 Basic support for static blocks (includeentry plugin) in 2k11. 2013-09-28 18:05:07 +02:00
Matthias Mees
87459991a9 Remove stray button nested in a element. 2013-09-26 14:34:42 +02:00
Garvin Hicking
ca84b8b85d backend_footer hook 2013-09-24 13:09: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
Ian
474953daa5 try to fix - draft preview non-object error
Draft previews threw:
Fatal error: Call to a member function assignByRef() on a non-object in /fullpath/include/functions_entries.inc.php on line 1235, which is the $serendipity['smarty']->assignByRef('entries', $dategroup); line.

Please double check if that is gone now.
2013-09-21 14:30:53 +02:00
Matthias Mees
e303d7433d Switch karma plugin options to core config groups.
The karma plugin had its own solution for config option groups in
tabs which didn't work well with the refactored 2.0 backend. We
have a solution for config groups in the core; it now uses this
for better backend consistency.

References #54
2013-09-21 09:13:47 +02:00
Matthias Mees
1c7262b1d8 Introduce secondary netbook breakpoint; move some styles there.
References #58
2013-09-20 13:43:33 +02:00
Matthias Mees
76c554227c Move media library directory filter to filters toolbar.
This is the "replacement" for the tree view directory browser which
was removed to get rid of the Yahoo JS dependency.

References #30
2013-09-20 12:58:32 +02:00
Matthias Mees
4b41477379 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-09-19 16:46:16 +02:00
Matthias Mees
243321d442 Layout for backend statistics.
This should get equal heights at some point, but I'm not sure how
to reference the JS file properly here.

References #54
2013-09-19 16:45:07 +02:00
Ian
28d75a78e5 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-09-19 15:29:15 +02:00
Ian
081fff5e0a ML - exclude frontpage extensions _vti_cnf dir on windows servers 2013-09-19 15:27:43 +02:00
Matthias Mees
5a00738390 Refactor backend markup for extended statistics.
References #54
2013-09-19 15:24:02 +02:00
Matthias Mees
11a5c60ecf Adapt statistics code emitted by karma plugin to recent changes.
References #54
2013-09-19 13:00:49 +02:00
Matthias Mees
7c138b2f77 Refactor backend markup for basic statistics.
References #54
2013-09-19 12:54:29 +02:00
Matthias Mees
e056d9b1a7 Adapt backend sidebar entry for serendipity_event_statistics.
References #54
2013-09-19 11:07:38 +02:00
Matthias Mees
3d53184985 Layout for karma plugin's filters/sort.
References #54
2013-09-18 20:22:50 +02:00
Matthias Mees
1e9319b239 Refactor karma plugin backend filters/sort markup.
References #54
2013-09-18 20:12:10 +02:00
Matthias Mees
8a4fbce55b Adapt karma plugin's messages.
References #54
2013-09-18 19:15:19 +02:00
Matthias Mees
14e6ae0cdf Adapt backend sidebar entry for serendipity_event_karma.
References #54
2013-09-18 19:04:20 +02:00
Matthias Mees
e2102f6e1e Refactor entryproperties media db button.
Hard-coded input without inline JS, external onclick handler, hide
button on no-js.

References #54
2013-09-18 18:42:18 +02:00
Matthias Mees
ca208da2fb Layout for entryproperties.
References #54
2013-09-18 17:57:10 +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
Matthias Mees
d62498a099 Merge pull request #56 from smoeding/stm/fix-css-etag-2.0
Add ETag header to style sheet for better caching.
2013-09-12 09:18:33 -07:00
Stefan Möding
4b17cf9b6f Add ETag header to style sheet for better caching. 2013-09-12 18:07:48 +02:00