Matthias Mees
cc0a590ec6
Fix installer and updater for use with backend JS
...
- include Modernizr in the installer as well (needed for no-js/js)
- reference backend JS before body instead of in head
- added container markup for installer error msgs
- some styling for tables in the installer
- remove obsolete no-js/js styles for JS-less installer
- compensate for the lack of iconfonts (due to the style.css not
being piped through serendipity.css.php in the installer) by
using different markup which works with system fonts
2014-03-09 17:17:44 +01:00
Matthias Mees
3ef2575788
Minor adjustment for the upgrader
2014-03-09 15:27:48 +01:00
Matthias Mees
ac7b024a38
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-03-09 14:48:08 +01:00
Matthias Mees
413cb0a987
Fix pending/approve icons for spamblock plugin
...
References #88
2014-03-09 14:47:33 +01:00
Matthias Mees
a956c52e6b
Update Modernizr to recent version
...
We still need to include a customized build of this.
2014-03-09 11:49:48 +01:00
Matthias Mees
9248aae9a9
Adapt AccessifyHTML5 to latest layout changes
2014-03-09 11:41:57 +01:00
Matthias Mees
a7d5d5a715
Reposition install plugins button for tabbed interface
2014-03-08 13:56:17 +01:00
Matthias Mees
7e16db1b62
Automagically remove msg timestamp
2014-03-08 13:34:02 +01:00
Matthias Mees
b1fc0bf6bf
Ironed out some minor layout quirks
2014-03-08 13:15:39 +01:00
Matthias Mees
013a50e87e
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-03-08 10:50:36 +01:00
Matthias Mees
e41ef67f99
Add a (JS only) category list to entry editor
...
This will emit (and update) a list of all categories assigned to an
entry based on the selection in the category selection popup.
References #77
2014-03-08 10:47:45 +01:00
Matthias Mees
8b08f066a5
Added details JS polyfill for Firefox and IE
2014-03-08 00:38:12 +01:00
Matthias Mees
bf147efeec
Minor desktop layout regression fixed
2014-03-08 00:00:43 +01:00
Matthias Mees
b2f1b85900
Reorder function in dragdrop.js to fix it for Firefox
...
References #81
2014-03-07 23:48:51 +01:00
Matthias Mees
6fbf05175e
Minor UI adjustments here and there
2014-03-07 23:25:53 +01:00
Matthias Mees
f5bd331c3c
Some extra styling for entry editor advanced options
2014-03-07 23:14:23 +01:00
Matthias Mees
7506932ff3
Layout fix.
2014-03-07 22:47:07 +01:00
Matthias Mees
108d595edd
Added some German translations.
2014-03-07 22:43:44 +01:00
Matthias Mees
3e281fe41a
Change MFP close button to submit_state for select_category
...
References #77
2014-03-07 14:18:30 +01:00
Matthias Mees
3d6b5b3a4a
msg_notice needs to be yellow
...
Some lang constants actually refer to the color used here, so we
can't switch to blue without changing everything.
2014-03-07 13:45:19 +01:00
Matthias Mees
fed19d9c02
Need to introduce more new lang constants, sorry
2014-03-07 13:35:00 +01:00
Matthias Mees
b70a4dd41c
More i18n maintenance (stray markers, hard-coded constants)
2014-03-07 13:29:28 +01:00
Matthias Mees
ec3ebca433
Introduce new lang constants, @garvinhicking please add :)
...
Hint: addlang.sh does not work on OSX.
2014-03-07 13:10:32 +01:00
Matthias Mees
aa014cbe91
Removed i18n markers which have become obsolete
...
References #50
2014-03-07 12:33:16 +01:00
Matthias Mees
9c531401af
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-03-06 18:11:12 +01:00
Matthias Mees
c1c71b3b64
Adapted backend markup + styles for serendipity_event_karma.
2014-03-06 18:08:42 +01:00
Matthias Mees
a9505b4d2f
… and of course I forgot to commit UTF-8 as well.
2014-03-06 14:51:55 +01:00
Matthias Mees
b3cfdb7126
Minor translation irritation
...
The German translation of this was misleading because it didn't
work well with the Yes/No labels for the radio buttons associated
with the field.
2014-03-06 14:49:45 +01:00
Matthias Mees
57cf532863
Added confirm msg for build cached entries in maintenance.
2014-03-06 12:30:05 +01:00
Matthias Mees
1d32fe52f5
Unified comments delete confirm msg
2014-03-06 12:12:28 +01:00
Matthias Mees
caeec11624
Remove redundant div container.
2014-03-06 11:58:44 +01:00
Matthias Mees
1ca8c8fdf5
Fix broken JS selector for category selector popup.
...
Also style category legend differently in no popups fallback.
References #77
2014-03-05 19:01:34 +01:00
Matthias Mees
35e0b73ada
Optimize CSS: reduce comment whitespace
...
Now that the backend CSS is pretty much done, we no longer need
excessive comments and whitespace or markers for readability. This
actually saves quite some space in style.css.
2014-03-04 14:04:00 +01:00
Matthias Mees
023e479beb
Optimize CSS: linear gradients
...
Since all modern browsers by now support linear-gradient in at least
the current version, we can use it unprefixed. -webkit prefix kept
for iOS 6, though. All other browser fall back to solid color. This
alone actually saves about 6% of the backend CSS!
2014-03-04 13:40:54 +01:00
Matthias Mees
0a471f2e56
perm_name messages look weird in grey in messages.
2014-03-04 12:53:25 +01:00
Matthias Mees
375653fc30
D'oh. Needs margin-bottom.
2014-03-03 22:13:21 +01:00
Matthias Mees
43855925da
Fix info field for maintenance cleanup.
2014-03-03 22:12:26 +01:00
Matthias Mees
b105285d88
Merge branch 'off-canvas-nav' into 2.0
2014-03-03 21:52:03 +01:00
Matthias Mees
0c40e05195
Bring the user menu back to the top bar on desktop.
2014-03-03 19:50:54 +01:00
Matthias Mees
601b26ebfb
Restyle toggle info buttons again.
...
Partial revert of e6456b022f .
2014-03-03 19:33:34 +01:00
Matthias Mees
39a3da9e8f
Bring back the button links, some minor CSS fixes.
2014-03-03 19:31:12 +01:00
Matthias Mees
1d76446890
Some stylesheet maintenance.
2014-03-03 18:07:48 +01:00
Matthias Mees
cfc893cd56
Refactor smallscreen nav to off-canvas nav (basics).
...
– necessary layout changes
– move toggle nav button
– incorporate user menu back into main nav
– basic styles required for off-canvas nav
– adapt typography, remove some redundant styles
– adapt toggle JS
2014-03-03 17:48:13 +01:00
Matthias Mees
e6456b022f
Restyle toggle info buttons to not look like buttons.
...
This "tries" to address the issue mentioned by @onli and @ophian in
the latest dev talk with these buttons being too "chunky". Let me
know if you think this is sufficient, guys.
2014-03-03 15:22:31 +01:00
Matthias Mees
03e6e332c2
New iconfont build, fixes missing attention icon.
2014-03-03 14:54:21 +01:00
Matthias Mees
b169972f72
Revert "added background to zebra-style"
...
This reverts commit 91621b5393 .
2014-03-02 21:14:29 +01:00
Matthias Mees
6e6a5fc4e4
Fix disappearing comment headline in dashboard.
2014-03-01 19:57:40 +01:00
Matthias Mees
a9b8c9dd02
Refactor the whole damn zebra striping business.
2014-03-01 19:50:53 +01:00
Matthias Mees
49319139e0
Refactor toggle buttons in entry editor according to config.
2014-03-01 18:24:49 +01:00
Matthias Mees
3b547687f9
Improved borders for zebra striped lists.
2014-03-01 17:38:41 +01:00
Matthias Mees
77b10f6c27
Add left/right borders to zebra striped lists.
2014-03-01 16:46:46 +01:00
Matthias Mees
8ee296529a
Simplified nav item link texts.
2014-03-01 16:27:46 +01:00
Matthias Mees
dd013f3a70
Use new show hide buttons.
2014-03-01 15:51:44 +01:00
Matthias Mees
b48f49c444
New iconfont build; replaces left/right/up/down icons.
2014-03-01 15:14:59 +01:00
Matthias Mees
aa171353df
Remove log function.
2014-03-01 13:37:28 +01:00
Matthias Mees
98c7c0f215
UI consistency: back button in create directory.
2014-02-28 13:48:58 +01:00
Matthias Mees
585efd1eb2
Fixed layout for media library filters.
2014-02-27 20:58:39 +01:00
Matthias Mees
6b25fb0482
No abort buttons in the backend, please.
2014-02-27 20:43:11 +01:00
Matthias Mees
5c961dd25e
Better layout for media keywords.
2014-02-27 20:38:15 +01:00
Matthias Mees
4e1a285119
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-02-27 20:25:25 +01:00
Matthias Mees
bbb9a86275
Proper label for category image/preview.
2014-02-27 20:25:05 +01:00
Matthias Mees
6c038db4bb
Better layout for image directory permissions.
2014-02-27 19:29:49 +01:00
Matthias Mees
ab547d8cca
Updated jQuery to 1.11.0.
2014-02-27 15:19:57 +01:00
Matthias Mees
1202d6899a
Add proper headline to configure plugins page.
2014-02-27 15:11:52 +01:00
Matthias Mees
74a8cb927a
No margin-top for tabs in upload form.
2014-02-27 15:05:54 +01:00
Matthias Mees
5abd33d9dc
Minor CSS fixes for installer + upgrader.
2014-02-27 14:57:49 +01:00
Matthias Mees
1d6466249f
Make use of the new possibilies to style group permissions.
2014-02-27 12:44:38 +01:00
Matthias Mees
ac22fec171
Layout and other minor CSS fixes for the upgrader.
...
Includes adapting the layout to match the installer, using a proper
element for removeFiles msgs, removing unnecessary msg_* wrappers,
fixing the upgrader buttons etc.
2014-02-25 19:32:57 +01:00
Matthias Mees
bbd419d69c
Fix span/legend trick in entry properties plugin.
2014-02-25 18:44:41 +01:00
Matthias Mees
fcfec701d0
Some minor CSS additions for the installer.
2014-02-25 18:21:31 +01:00
Matthias Mees
04bc1cd02f
Change add subfolder icon for image directories.
2014-02-25 14:35:51 +01:00
Matthias Mees
a01c031331
Remove list icon in category list, change add subfolder icon.
2014-02-25 14:29:40 +01:00
Matthias Mees
feb671ca7c
Minor fix for smartphone layout.
2014-02-21 15:03:00 +01:00
Matthias Mees
66f71b4bbb
Spamblock plugin adapted to latest iconfont build.
2014-02-10 20:34:38 +01:00
Matthias Mees
d7061e154a
Simple inline msg for timestamp reset; JS only.
2014-02-10 20:28:01 +01:00
Matthias Mees
9af2e54f6f
Updated iconfont build; exchanged a few icons.
2014-02-10 19:48:26 +01:00
Matthias Mees
00fa8ca383
Some minor no-js CSS fixes.
2014-02-10 16:45:30 +01:00
Matthias Mees
493cb0a56c
Use unified selector for filter panes.
2014-02-10 16:11:36 +01:00
Matthias Mees
09bde1a85b
Layout fixes for media db.
2014-02-10 16:07:59 +01:00
Matthias Mees
30b75f16b4
Minor CSS fix for the entry editor.
2014-02-10 15:57:30 +01:00
Matthias Mees
7fe805cd48
2k11 core nav workaround for use with template chooser plugin.
...
This makes 2k11 always suppress the core nav if template chooser
plugin is installed.
2014-02-04 22:18:02 +01:00
Matthias Mees
ccd0150df3
Fix broken show/hide in entry editor.
2014-01-28 22:25:42 +01:00
Matthias Mees
0289fea89a
Style select category popup label.
2014-01-25 23:37:33 +01:00
Matthias Mees
3b23f6b13d
Use the span/legend trick properly. Ooops.
2014-01-25 23:30:13 +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
Matthias Mees
4e923e1aeb
Display category selection in a popup/modal window.
2014-01-25 15:58:47 +01:00
Matthias Mees
775aac53b5
no-js fixed for revamped entry editor.
2014-01-25 15:18:18 +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
Matthias Mees
c731c371d3
Only execute dragdrop.js if device does not support touch events.
...
Also hide noscript controls for plugin manager differently, but show
them on no-js and touch devices. This is supposed to compensate the
fact that the dragdrop JS does not work on touch devices. Might need
a better solution long-term here.
2014-01-20 12:32:36 +01:00
Matthias Mees
8723224548
Make advanced options in create category collapsible.
2014-01-19 17:10:27 +01:00
Matthias Mees
3135239602
Reorganize create category form.
2014-01-19 16:52:41 +01:00
Matthias Mees
06019c095b
Back button for editing ML directory.
2014-01-19 16:22:21 +01:00
Matthias Mees
3a2f3045e5
Mention comment author in comment headline.
2014-01-19 16:14:10 +01:00
Matthias Mees
82f7bb99f8
Style the maintance section like the dashboard.
2014-01-19 16:03:24 +01:00
Matthias Mees
7b5c123071
Move id edit button for consistency.
2014-01-19 11:37:01 +01:00
Matthias Mees
209f3ec710
2k11: Use proper scaling in landscape mode.
...
This used to be buggy in iOS6 (although 2k11 includes a JS fix for
it), but is fixed in iOS7. Since using initial-scale=1 makes the
blog far more readable in landscape mode, let's use it now.
2014-01-15 22:11:46 +01:00
Matthias Mees
22ba423e36
2k11: Updated bundled JS plugins to latest versions.
...
Also better minification for bundled JS plugins.
2014-01-08 18:22:59 +01:00
Matthias Mees
ba1c0e4a7b
Bump 2k11 update date.
2014-01-08 13:47:01 +01:00
Matthias Mees
0864958ac8
2k11: Upgrade Modernizr to 2.7.1.
2014-01-08 13:45:53 +01:00