2954 Commits

Author SHA1 Message Date
Matthias Mees
7a08431a58 Proper markup for user deletion. 2013-01-29 09:34:20 +01:00
Matthias Mees
0aaa44e063 Drop summary outlines. 2013-01-29 09:32:49 +01:00
Matthias Mees
d7d89119e2 Use different selector to cover #banner and #banner_install. 2013-01-28 16:36:32 +01:00
Matthias Mees
d3b40684c1 Use different selector to cover #banner and #banner_install. 2013-01-28 16:34:16 +01:00
Matthias Mees
c7915f4387 Just some documentation/notes about date vs datetime. 2013-01-28 16:01:27 +01:00
Matthias Mees
df19c361be A bit more space for publish/draft status. 2013-01-28 15:37:27 +01:00
Matthias Mees
d9e682babd Grouped publish/draft status with preview/save buttons. 2013-01-28 15:32:03 +01:00
Matthias Mees
c755f57c17 Use backend main heading as back-to-index-page link. 2013-01-28 15:09:35 +01:00
Matthias Mees
5a6b95d343 Title and message for installation integrity check adapted to new backend. 2013-01-28 15:01:33 +01:00
Garvin Hicking
71ee300143 Purge browser cache using a timestamp variable when switching templates.
This should hopefully fix Ian and my problems.
2013-01-28 09:35:34 +01:00
Matthias Mees
18dcec7bdd Minor UI adaptation for printConfigTemplate. 2013-01-27 21:47:49 +01:00
Matthias Mees
3656c654e9 Using the proper lang constant now. 2013-01-27 12:44:46 +01:00
Matthias Mees
1a489a91e8 Reverted use of non-available lang constant. 2013-01-27 12:43:02 +01:00
Ian
b2b415a5a0 fixed explode 2cd param to string 2013-01-24 18:01:27 +01:00
Ian
a3061f3ab5 Update include/serendipity_smarty_class.inc.php
added smarty BC function get_template_vars()

relies on some additional plugins like serendipity_event_autotitle.php, serendipity_event_multilingual, serendipity_event_sidebarhider, serendipity_event_downloadmanager, serendipity_event_microformats and possibly also more plugins by custom developers.
2013-01-24 15:50:21 +01:00
Ian
0c82384137 Update templates/bulletproof/info.txt
bump date in changed BP template
2013-01-23 12:21:54 +01:00
Ian
7e55d8d183 Update templates/bulletproof/config.inc.php
reflect POST in BP template configs re-set situations
2013-01-23 11:22:57 +01:00
Ian
76b3a1ae71 Update include/serendipity_smarty_class.inc.php
re-added prev removed disabled config switch
2013-01-21 17:08:06 +01:00
Matthias Mees
7f320909ff Note changed to reflect safer version. 2013-01-21 16:55:24 +01:00
Matthias Mees
dbe612e9dc Safer version of Smarty3 compatibility. 2013-01-21 16:52:05 +01:00
Garvin Hicking
53ea38aa3c Port from master 2013-01-21 10:06:09 +01:00
Ian
88f69a298e Update plugins/serendipity_event_spartacus/serendipity_event_spartacus.php
fixed Illegal string offset 'tag'
2013-01-19 12:42:38 +01:00
Matthias Mees
6942bf541a Code consistency w/ show_plugins.fnc.tpl to help @ophian debug the Dashboard. 2013-01-18 13:55:44 +01:00
Matthias Mees
a0493aa6f0 Make pluginmanager styles a bit more bulletproof. 2013-01-17 15:40:55 +01:00
Ian
60fef3d0e0 Smarty 3.1.13 - see changelog 2013-01-16 17:41:43 +01:00
Ian
d100d6cad7 missing space broke function 2013-01-15 22:22:46 +01:00
Matthias Mees
7f55a93825 And, you guessed it, zebra-striping for comments. 2013-01-15 16:49:10 +01:00
Matthias Mees
37d2e46a3d Zebra-striping for categories, groups, images, and users. 2013-01-15 16:09:47 +01:00
Matthias Mees
4619a22b97 Making zebra-striped lists reusable. 2013-01-15 15:55:22 +01:00
Matthias Mees
397b5b5635 Minor presentation fixes in entry list. 2013-01-15 15:52:11 +01:00
Matthias Mees
11a1eb8869 Better presentation for entry status. 2013-01-15 15:38:35 +01:00
Matthias Mees
646b8f68b9 Some eye-candy/layout for the edit entries list. 2013-01-15 15:13:01 +01:00
Matthias Mees
e78fe1e233 Something like a layout for creating/editing groups. 2013-01-14 17:40:17 +01:00
Matthias Mees
2235c90136 Better layout for add media form. 2013-01-14 17:07:52 +01:00
Matthias Mees
c0304a1a19 QA: some minor UI consistency fixes. 2013-01-14 16:26:06 +01:00
Matthias Mees
31301cd5f9 Fix for reposonsive images (#27155077) by @ophian. 2013-01-14 15:42:34 +01:00
Matthias Mees
271550778f Disabled responsive images in the backend for the time being.
Explanation: there's a CSS technique for making images responsive by applying
max-width: 100%; and height: auto; to them. This messes with the bundled Xinha
WYSIWYG editor. The buttons in Xinha's toobars can't have max-width: auto;, it
makes them disappear.

So far, I haven't found a way to overwrite this for the toolbar images only due
to selector specifity. Either need to find a way or find a way to make other
images (media, actually) in the backend have a class which assigns the responsive
media CSS to them.

(Or drop Xinha for good, but that doesn't seem to be an option.)
2013-01-14 13:37:41 +01:00
Matthias Mees
95ceae7711 Proper CSS classes for styling markup buttons etc. 2013-01-14 13:23:17 +01:00
Matthias Mees
79353bc30e Removed inline styles. Again. 2013-01-14 12:49:11 +01:00
Matthias Mees
744d339c9e Re-used some lang constants. 2013-01-14 12:31:58 +01:00
Matthias Mees
4404f07691 Re-used some lang constants. 2013-01-14 12:26:30 +01:00
Matthias Mees
bf7e6ef42e QA: UI consistency fixes. 2013-01-14 11:56:05 +01:00
Matthias Mees
f3d2bab969 Updated 2k11 to v1.2.5. 2013-01-13 21:19:21 +01:00
Ian
e536ec678e fix bad noting end in last note 2013-01-13 17:18:12 +01:00
Ian
f779070199 some notes to former extended body toolbar handling 2013-01-13 16:58:07 +01:00
Ian
2c31840fae removed bad copy&paste class 2013-01-13 16:14:07 +01:00
Ian
2a3ae83eb2 2k11 n.b. admin entry form toolbar document.write replacement
fixed and re-added missing hooks and non-JS mode inline style display:none
2013-01-13 15:46:29 +01:00
Ian
6d7d2cd893 entry form toolbar document.write replacement 2013-01-13 15:36:16 +01:00
Matthias Mees
6da6a347fb Unified layout for buttons. 2013-01-10 21:35:41 +01:00
Matthias Mees
15b0610051 QA: more stylesheet organisation plus some extra classes. 2013-01-10 18:23:34 +01:00