From 21128cc9b6107fda7b04b7d373a3d2b62db62ce1 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 10 Jan 2016 17:15:25 +0100 Subject: [PATCH] event cal 1.75 --- serendipity_event_cal/ChangeLog | 7 +++++ serendipity_event_cal/README | 7 +++++ .../serendipity_event_cal.php | 30 +++++++++---------- serendipity_event_cal/style_eventcal.css | 12 ++++---- 4 files changed, 35 insertions(+), 21 deletions(-) diff --git a/serendipity_event_cal/ChangeLog b/serendipity_event_cal/ChangeLog index 971b8548..722e574b 100644 --- a/serendipity_event_cal/ChangeLog +++ b/serendipity_event_cal/ChangeLog @@ -3,6 +3,13 @@ * +v.1.75: +------- + + * Add selector for the eventwrapper sidebar month name title + * Some more finetuned overwriting margins for the frontend + + v.1.74: ------- diff --git a/serendipity_event_cal/README b/serendipity_event_cal/README index e7088f2d..3582d0a3 100644 --- a/serendipity_event_cal/README +++ b/serendipity_event_cal/README @@ -106,6 +106,13 @@ ChangeLOG: * Legend: ! Bugfix, + New Features, * Changed, - Info Only * * +* v.1.75 2016-01-10 +* =========================== +* +* Add selector for the eventwrapper sidebar month name title +* Some more finetuned overwriting margins for the frontend +* +* * v.1.74 2015-12-19 * =========================== * diff --git a/serendipity_event_cal/serendipity_event_cal.php b/serendipity_event_cal/serendipity_event_cal.php index ddec6f93..fe2d28cd 100644 --- a/serendipity_event_cal/serendipity_event_cal.php +++ b/serendipity_event_cal/serendipity_event_cal.php @@ -76,7 +76,7 @@ class serendipity_event_cal extends serendipity_event { ) ); $propbag->add('author', 'Ian (Timbalu)'); - $propbag->add('version', '1.74'); + $propbag->add('version', '1.75'); $propbag->add('groups', array('FRONTEND_FEATURES', 'BACKEND_FEATURES')); $propbag->add('requirements', array( 'serendipity' => '1.4', @@ -180,7 +180,7 @@ class serendipity_event_cal extends serendipity_event { break; default: - return false; + break; } return true; } @@ -2174,7 +2174,7 @@ class serendipity_event_cal extends serendipity_event { -1 => CAL_EVENT_FORM_DAY_LAST, -2 => CAL_EVENT_FORM_DAY_SECONDLAST, -3 => CAL_EVENT_FORM_DAY_THIRDLAST - ); + ); } if (isset($_REQUEST['calendar']['cm'])) $cm = (int)$_REQUEST['calendar']['cm']; if (isset($_REQUEST['calendar']['cy'])) $cy = (int)$_REQUEST['calendar']['cy']; @@ -2429,7 +2429,7 @@ class serendipity_event_cal extends serendipity_event { // some content output for the eventwrapper faking sidebar plugin echo '
-

Events '.$monthName.' '.$y.'

+
Events '.$monthName.' '.$y.'