1400 Commits

Author SHA1 Message Date
Matthias Mees
2cd54fc583 Move/rename 2k15 to next
The name has been changed to protect the innocent. (Meaning the
users. From confusion.)
2015-02-11 14:33:53 +01:00
Garvin Hicking
b066b233bf Fix Issue #299 2015-02-11 14:27:39 +01:00
Matthias Mees
d74374e6cf Remove template no longer needed with Smarty 3 from 2k15 2015-02-10 14:40:07 +01:00
Matthias Mees
4233b096f8 Add spacing for custom items in configuration groups
Most notably, this will affect custom theme config options.
2015-02-10 12:47:25 +01:00
Matthias Mees
2d90abe4d3 Add new frontend theme 2k15
2k15 is basically 2k11, but up to date. Changes include:

- mobile-first CSS
- toggle-style smallscreen nav instead of select menu
- different choice of webfonts
- updated JS assets
- removed some JS cruft (plugins that are no longer necessary)
- reduced visual style (no, it's NOT 'flat design'!)
- simplified layout (number of columns depends on resolution)
- reduced theme options

Note: 2k15 is NOT compatible with the 2k11 user.css generator.
Currently, there is no 2k15 user.css generator. I don't intend
on building one at the moment.

Also note that I do NOT suggest 2k15 should replace 2k11 as the
default or standard theme in s9y.
2015-02-10 12:28:08 +01:00
Matthias Mees
753b6a5863 Only expand non-overlayed cats/tags if necessary
References #290
2015-02-08 20:01:43 +01:00
Matthias Mees
a2ce183185 Hide cat view toggle button in non-overlayed cat view
References #290
2015-02-08 16:59:40 +01:00
Matthias Mees
2944944d34 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:16:19 +01:00
Matthias Mees
a41aedc97d Make sure form element do not overflow their containers
References #296
2015-02-06 20:39:27 +01:00
Ian
45233a2948 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:04:57 +01:00
Matthias Mees
12732f15b5 Adapt layout in theme options media preview
References #288
2015-02-04 17:46:43 +01:00
Ian
9d9f3160dd Use strict frontend template fallback
in case it is used as a copy template, see http://board.s9y.org/viewtopic.php?f=11&p=10441860#p10441860

Extra Note by Garvin :)
If you create a custom theme to be used with Serendipity 2.0+, use serendipity_getTemplateFile(..., 'serendipityHTTPPath', true) whenever you reference files that are relevant to the frontend output inside your config.inc.php file. The distinction of Backend and Frontend themes in Serendipity 2.0 will otherwise try to search for a file in the backend-directory of a theme, because the theme configuration screen is displayed within the backend, not the frontend
2015-02-04 16:50:07 +01:00
Matthias Mees
bc1f0fd306 Rework messages emitted by upload/delete in media db
Due to a regression in how these messages are emitted, these now
need to emit their msg markup in include/admin/images.inc.php or
include/functions_images.inc.php to avoid nested msg containers.

References #287
2015-02-03 18:55:22 +01:00
Matthias Mees
74776bd76c Do not hide <br> elements in .msg_*
As much as I hate these, but this was not a good idea in hindsight.

References #287
2015-02-03 17:11:00 +01:00
Matthias Mees
b6380f8a69 Better fix for obsolete msg wrapper for deleting media db dirs
Courtesy of @ophian

References #287
2015-02-03 14:10:16 +01:00
Ian
ccbce5bebf Revert "fix label $entry ep_is_sticky check missing properties sub array"
This reverts commit e32a9fd66c2e4b00e78a7055c6f67f02bac44aa4.
2015-02-02 18:45:49 +01:00
Ian
e32a9fd66c fix label $entry ep_is_sticky check missing properties sub array 2015-02-02 18:37:29 +01:00
Matthias Mees
cb1b0632e4 Fix long plugin names aligning below their toggler
References #284
2015-02-02 10:19:43 +01:00
Matthias Mees
14fe9bdbf6 Change serendipity_customfields from id to class
This is to avoid duplicate ids in the backend.
2015-01-31 12:59:12 +01:00
Matthias Mees
1dbd0be6f1 Backport new dashboard lang constant
References #274
2015-01-24 14:41:15 +01:00
Matthias Mees
c8018f909e Backport cats/tags quick view fix
References #275
2015-01-24 14:35:14 +01:00
Matthias Mees
b3e0c1f6c6 Backport 941c920ff67fbaa9f318826b547bb21661c91dc4
References #276
2015-01-24 14:07:23 +01:00
Matthias Mees
2606595416 Backport f223db6
References #276
2015-01-24 12:38:50 +01:00
Matthias Mees
0a7c38a685 Backport 9117b48176be9571f7e4b77d870f6ff0e3b9d9ac 2015-01-23 13:59:26 +01:00
Garvin Hicking
143df857f5 upport 2015-01-23 12:21:34 +01:00
Ian
b0e168816d fix failing error if no freetags installed 2015-01-23 11:10:35 +01:00
Matthias Mees
dad7daf429 Slight tweak for the cats/tags elements
References #239
2015-01-19 12:24:20 +01:00
Matthias Mees
ed880162cb Tweak taxononmy quick view baseline
References #239
2015-01-19 12:11:04 +01:00
Matthias Mees
24bdb147e0 Move taxonomy quick view back
References #239
2015-01-19 11:51:30 +01:00
Matthias Mees
d375a00046 Move cats/tags quick view below Entry Body
References #239
2015-01-19 11:23:50 +01:00
Matthias Mees
3d2b77e1b5 Revise cats/tags quick view styles
(Apparently, I totally misread the comment by @garvinhicking.
Oops.)

References #239
2015-01-19 11:18:39 +01:00
Matthias Mees
5b640b575c Add styles to seperate taxonomy sections in entry editor
References #239
2015-01-19 10:23:47 +01:00
Matthias Mees
1a0e039f6f Add proper lang constants for tags quick view
– Also translated the new constants to German
- Also removed duplicate tagsList function (remnant of the merge
  conflict)

References #239
2015-01-19 09:38:51 +01:00
onli
4b83f8dcce JS-uploader can't download, don't try 2015-01-18 21:00:11 +01:00
onli
dcb044fb28 Set image-owner to all authers with js-upload (#264) 2015-01-18 20:33:41 +01:00
Ian
1025ec5748 fix default open ML if in image properties form - give option to jump to ML w/o submittng form
References #264 (was not really mentioned there, bur related)
2015-01-18 16:38:03 +01:00
Ian
3902c88916 fix Resize before Upload not respecting target_filename
References #264 (was not really mentioned there)
2015-01-18 14:17:11 +01:00
Ian
f6438592c4 one more respect highlighter 2015-01-18 12:51:29 +01:00
Ian
7fe1264f00 respect githubs highlighter 2015-01-18 12:47:18 +01:00
Matthias Mees
1448313fb8 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
Conflicts:
	templates/2k11/admin/entries.tpl
	templates/2k11/admin/serendipity_editor.js.tpl
	templates/2k11/admin/style.css
2015-01-17 18:12:15 +01:00
Ian
1480e0a88b ups how come? 2015-01-17 18:11:42 +01:00
Matthias Mees
4ecc125adb Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
Conflicts:
	templates/2k11/admin/entries.tpl
	templates/2k11/admin/serendipity_editor.js.tpl
	templates/2k11/admin/style.css
2015-01-17 18:10:41 +01:00
Matthias Mees
0dc96ec9b8 Fix showing cats/tags list overlay on clicking cats/tags list
This was broken due to my recent markup changes. Also added lang
constants for the tags list, but since we could label it better,
introduced new lang constants for it.

References #239
2015-01-17 18:05:20 +01:00
Matthias Mees
7c4f1f1052 Add a 'quick view' for assigned tags to the entry editor
Basically replicates the same functionality as for categories. JS
only. Also revised the markup and JS of that for consistency. Too
lazy to make a generic function for it, we can do that later.

References #239
2015-01-17 17:41:35 +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
6287ce8f7e Remove text-shadow for 'Publish now' button
References #262
2015-01-17 16:35:58 +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
Matthias Mees
4c97a041cc Add overlay min-width for very small images in media db
References #265
2015-01-17 13:46:25 +01:00
Matthias Mees
6dac0b5798 An 'auto'. Just for @ophian. 2015-01-17 13:05:09 +01:00