Matthias Mees
02a07a59d9
Improved header layout on small screens.
2013-07-07 18:24:43 +02:00
Matthias Mees
078bf9a18a
Replace responsive nav plugin with a simpler solution.
...
responsive-nav.js is nice, but it imposes a performance issue and
we already have code for that behaviour. This is much simpler, but
still lacks some accessibility feature (aria-hidden). I'll add
those later after some proper accessibility testing.
2013-07-07 18:07:34 +02:00
Matthias Mees
cf284194f2
Make further links collapsible.
2013-07-07 17:25:48 +02:00
Matthias Mees
cba3d9acdb
Restyle the login form.
2013-07-07 16:56:40 +02:00
Matthias Mees
7cfac8b59c
Lighter footer style.
2013-07-07 15:25:26 +02:00
Matthias Mees
65df50346a
Minor fix for installer styles.
2013-07-07 12:41:03 +02:00
Matthias Mees
b92cf09eb2
Onclick handler for dashboard bookmarklet hint.
2013-07-06 13:38:44 +02:00
Matthias Mees
175e73202a
Only fire smallscreen nav script if there is a nav.
2013-07-06 13:32:45 +02:00
Matthias Mees
43a2225778
Minor markup maintenance.
2013-07-06 13:20:27 +02:00
Matthias Mees
7811150fe5
Use custom toggle for smallscreen nav.
2013-07-06 09:54:12 +02:00
Matthias Mees
7a94df491a
Styling the captchabox.
2013-07-06 00:53:35 +02:00
Matthias Mees
f6ba7f0e0e
Some subtle UI refinements for polish.
2013-07-06 00:25:32 +02:00
Matthias Mees
b4347bd901
A little 'bling' for the color scheme.
2013-07-06 00:01:43 +02:00
Matthias Mees
697aef6be6
Move comment author to details content.
...
Turns out it wasn't a good idea to have the comment author as the
summary element's content since it prevents clicking the comment
author action (because expanding the details element is the click
action).
2013-07-05 22:02:11 +02:00
Matthias Mees
58e8752e45
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-07-05 21:32:51 +02:00
Matthias Mees
096e4e917b
Make sure comment summaries are not hidden in dashboard.
2013-07-05 21:32:35 +02:00
Matthias Mees
aa08d8c7ae
Tiny fix to improve rendering of navigation.
2013-07-05 21:30:20 +02:00
onli
d80a8334c8
Use return instead of echo in the remaining core
...
Debug-messages still may use echo, and some functions in functions_image and trackback still use it to generate progress messages, which should get cleaned up as well but is not that urgent
2013-07-05 19:16:11 +02:00
onli
0614fcdf51
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-07-05 14:47:33 +02:00
Matthias Mees
ce2a679a3c
Move JS plugins out of domready area.
2013-07-05 14:39:08 +02:00
Matthias Mees
0765354589
(Basic) styling for nav on larger screens.
2013-07-05 14:34:32 +02:00
onli
9d3d04a00c
upport (from falks 1.7-2.0-merge)
2013-07-05 14:08:24 +02:00
Matthias Mees
2ab6c09339
Added smallscreen navigation.
2013-07-05 13:59:40 +02:00
Matthias Mees
532a126289
Introducing new header color scheme.
2013-07-04 23:54:31 +02:00
Matthias Mees
be5c39e50a
Layout changes to make styling the nav easier.
2013-07-04 23:27:08 +02:00
Matthias Mees
b2b11a6ffd
Reorganize core menu items.
2013-07-04 22:24:59 +02:00
Matthias Mees
b66618093a
Oops. Testing code relicts.
2013-07-04 21:12:28 +02:00
Matthias Mees
3d5059e882
Restyles core dashboard.
2013-07-04 21:08:42 +02:00
onli
145ced3ea9
remove image editor from core
2013-07-04 20:25:21 +02:00
Matthias Mees
ce83b03fc7
Safari needs this to make info toggler clickable.
2013-07-02 22:09:31 +02:00
Matthias Mees
26d4b32987
Remove s9y image editor from 2k11 admin theme.
...
This removes the proof-of-concept image editor from 2k11 – as far
as I can see/do that. @onli should probably have a look at whether
there are other code parts which need/should be removed along with
this.
2013-07-02 12:15:36 +02:00
Ian
eaa8a29d2d
upport e7c93ad835
2013-07-01 18:47:45 +02:00
Matthias Mees
67de70303e
Position field info left.
2013-06-30 16:23:27 +02:00
Matthias Mees
8bc65c5320
A more compact view for comments.
2013-06-29 16:06:13 +02:00
Matthias Mees
2f079c3ca4
Even further simplied header styles.
2013-06-29 15:31:49 +02:00
Matthias Mees
2f566a3c25
CSS-only zebra-striping for media upload.
...
This will only work in modern browsers, but it's the only way to
get zebra-striping for this because new elements will be inserted
in the DOM using jQuery.
2013-06-29 14:11:45 +02:00
Matthias Mees
41c4c7ec37
Adapt non-wysiwyg editor fields to match wyiwyg height.
2013-06-29 13:53:29 +02:00
Matthias Mees
32f77551ae
A simpler header layout.
2013-06-29 13:43:49 +02:00
Matthias Mees
c261027930
A simpler header layout.
2013-06-29 13:35:55 +02:00
onli
f87121f42d
fix ckeditor not inserting media in the right textarea
2013-06-28 19:05:39 +02:00
Ian
070fdb7275
upgrade Smarty to 3.1.14 - see changelog
2013-06-28 16:56:23 +02:00
onli
cecf41cb20
Document (BC-)relevant 2.0 changes
2013-06-28 16:19:40 +02:00
Matthias Mees
8091a4fc34
Replace href-less insert_image with button.
2013-06-28 14:29:43 +02:00
Matthias Mees
47ca296b66
Replace status timestamp with a simple info tooltip.
2013-06-28 14:21:37 +02:00
Matthias Mees
a245a28c4b
Fix insert (category) image JS.
2013-06-28 12:24:24 +02:00
Matthias Mees
f7a7dc61d3
Use namespaced call to SetCookie.
2013-06-28 12:07:44 +02:00
Matthias Mees
2f5daac8b2
Use namespaced call to toggle_categoryselector.
2013-06-28 12:05:54 +02:00
Matthias Mees
67c3f8fcc4
Update jQuery to 1.10.1 including jQuery Migrate.
...
NOTE: The jQuery Migrate plugin is only included temporarily for
debugging purposes. If and when everything (including plugins
and themes) is tested with jQuery 1.10.1, Migrate can and
will be removed.
The reason for this is that jQuery 1.9 deprecates some stuff,
see http://jquery.com/upgrade-guide/1.9/ . If core, plugins or
themes use a deprecated feature, jQuery Migrate will note it
in the browser's JS console.
2013-06-28 11:59:21 +02:00
Matthias Mees
1fdec50702
Dashboard layout.
2013-06-28 11:36:45 +02:00
Matthias Mees
0d23cb0d30
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-06-27 23:39:06 +02:00