1
0
Commit Graph

416 Commits

Author SHA1 Message Date
9c061a77ae Use correct media db overlay for extended entry properties.
References #110
2014-04-28 15:51:14 +02:00
d355f82de2 Open Spartacus XML file in a seperate window/tab. 2014-04-25 10:54:15 +02:00
b62a45397b Replace relevant occurrences of 'Template' with 'Theme'
This is for files in the plugins/ directory.

References #103
2014-03-11 20:49:55 +01:00
8ddf285340 Fix broken German lang files in Spartacus
References #105
2014-03-11 19:45:27 +01:00
5f8590054d Shorten the German text for spartacus updates. Again.
References #97

Note: I have no idea why this commit's diff is so large. Encodings
      should be correct.
2014-03-11 13:57:36 +01:00
29c8d09583 Revert "Shorten the German text for spartacus updates"
This reverts commit cdacd7ca2e.

(Something didn't seem right there.)
2014-03-11 13:53:39 +01:00
cdacd7ca2e Shorten the German text for spartacus updates
References #97
2014-03-11 13:52:19 +01:00
52168ba071 Fix missing lang constant for headline 2014-03-11 11:07:38 +01:00
882589d5b0 Fix closing tag for nav element
This causes IE8 to not clone the pagination properly. Also, it's of
course invalid markup.

References #83
2014-03-10 16:22:35 +01:00
d157084851 Better container for weblogping services
References #87
2014-03-10 15:13:20 +01:00
ceed9b79b8 Adapt serendipity_event_weblogping markup to advanced entry options
References #87
2014-03-10 12:38:05 +01:00
93d21a4c97 Adapt serendipity_event_mailer markup to advanced entry options
References #87
2014-03-10 12:20:23 +01:00
71af5ad8b1 Improve backend markup emitted by serendipity_event_spartacus
References #87
2014-03-10 11:40:19 +01:00
413cb0a987 Fix pending/approve icons for spamblock plugin
References #88
2014-03-09 14:47:33 +01:00
c1c71b3b64 Adapted backend markup + styles for serendipity_event_karma. 2014-03-06 18:08:42 +01:00
57cf532863 Added confirm msg for build cached entries in maintenance. 2014-03-06 12:30:05 +01:00
0c787fcbfe Improve karmaplugin to better tell what's going on.
Fix a i18n error.
2014-03-05 14:11:14 +01:00
9bf64cccda example() method needs to RETURN not echo. 2014-03-05 13:28:26 +01:00
bbd419d69c Fix span/legend trick in entry properties plugin. 2014-02-25 18:44:41 +01:00
66f71b4bbb Spamblock plugin adapted to latest iconfont build. 2014-02-10 20:34:38 +01:00
Ian
b3eb11b9f0 upport spamblock lang changes 2014-02-08 17:37:17 +01:00
Ian
e64abba601 upport last textile changes 2014-02-08 17:21:44 +01:00
Ian
2392b99817 upport last spamblock changes 2014-02-08 17:19:01 +01:00
Ian
f37e0db153 upport last nl2br changes 2014-02-08 17:08:59 +01:00
Ian
4f164cdb55 upport last emoticate changes 2014-02-08 17:03:44 +01:00
d36fca5a1e upport 2014-02-06 12:22:20 +01:00
3d7765f066 upport 1.7.6 security fixes 2014-02-06 09:36:31 +01:00
6735dc79fb upport 2014-02-04 11:21:43 +01:00
0986ba8497 Added Creative Commons Version 4.0 to options 2014-01-21 09:22:56 +01:00
82f7bb99f8 Style the maintance section like the dashboard. 2014-01-19 16:03:24 +01:00
ee3ea72208 Introduce Maintenance menu
Containing all the small action menu-items that were in the main navigation menu, like verify installation
2014-01-19 13:19:30 +01:00
21107efaf5 Spamblock: Add backend link to nav 2014-01-19 01:10:50 +01:00
082fe28cc8 Highlight expanded filter/sort sections. 2014-01-02 14:49:08 +01:00
Ian
31e3099c7c fix Captcha bug with upper PHP versions (8d29fcc) 2013-12-25 19:45:28 +01:00
9dd5b9762b Fixes and updates for serendipity_event_spamblock by DLange (2.0 branch)
[PATCH 1/4] remove serendipity_serverOffsetHour() workaround as this
 function is now in core

[PATCH 2/4] remove blogg.de anti-spamlist support as it has been
 discontinued

[PATCH 3/4] proper locking of .htaccess file to prevent race
 condition and partial file over-writes

[PATCH 4/4] allow multiple Deny From lines in .htaccess so more IPs
 can be simultaneously  blocked for busy sites
2013-11-11 14:30:37 +01:00
Ian
149e6aa9a7 fixed core plugins db tables, ip column to IPv6 length 2013-11-08 14:53:25 +01:00
Ian
d858fc8eb3 nl2br restore() better callback - see Issue #67
to match all PHP version since 5.2.6
2013-10-08 20:08:06 +02:00
1fb8c54efb Back to button style.
Partial manual revert of 168cb146ea.
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
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
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
5a00738390 Refactor backend markup for extended statistics.
References #54
2013-09-19 15:24:02 +02:00
11a5c60ecf Adapt statistics code emitted by karma plugin to recent changes.
References #54
2013-09-19 13:00:49 +02:00
7c138b2f77 Refactor backend markup for basic statistics.
References #54
2013-09-19 12:54:29 +02:00
e056d9b1a7 Adapt backend sidebar entry for serendipity_event_statistics.
References #54
2013-09-19 11:07:38 +02:00
1e9319b239 Refactor karma plugin backend filters/sort markup.
References #54
2013-09-18 20:12:10 +02:00
8a4fbce55b Adapt karma plugin's messages.
References #54
2013-09-18 19:15:19 +02:00
14e6ae0cdf Adapt backend sidebar entry for serendipity_event_karma.
References #54
2013-09-18 19:04:20 +02:00
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
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
Ian
74e699e560 Fixed deprecated /e modifier with PHP >= 5.5 in nl2br plugin restore method 2013-09-01 14:09:28 +02:00