Version Description
Download this release
Release Info
Developer | nelra |
Plugin | All-in-One Event Calendar |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- all-in-one-event-calendar.php +1 -1
- app/view/calendar.php +1 -1
- css/calendar.css +0 -2
- js/jquery.tablescroll.js +3 -1
- readme.txt +4 -1
all-in-one-event-calendar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: An event calendar system with month, week, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
6 |
* Author: The Seed Studio
|
7 |
* Author URI: http://theseednetwork.com/
|
8 |
-
* Version: 1.2.
|
9 |
*/ // NOTE: When updating version number also update first line of app/view/calendar.php
|
10 |
@set_time_limit( 0 );
|
11 |
@ini_set( "memory_limit", "256M" );
|
5 |
* Description: An event calendar system with month, week, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
6 |
* Author: The Seed Studio
|
7 |
* Author URI: http://theseednetwork.com/
|
8 |
+
* Version: 1.2.2
|
9 |
*/ // NOTE: When updating version number also update first line of app/view/calendar.php
|
10 |
@set_time_limit( 0 );
|
11 |
@ini_set( "memory_limit", "256M" );
|
app/view/calendar.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<!-- START All-in-One Event Calendar Plugin - Version 1.2.
|
2 |
<table class="ai1ec-calendar-toolbar">
|
3 |
<tbody>
|
4 |
<tr>
|
1 |
+
<!-- START All-in-One Event Calendar Plugin - Version 1.2.2 -->
|
2 |
<table class="ai1ec-calendar-toolbar">
|
3 |
<tbody>
|
4 |
<tr>
|
css/calendar.css
CHANGED
@@ -187,8 +187,6 @@ table.ai1ec-month-view,
|
|
187 |
background: #fff;
|
188 |
table-layout: fixed !important;
|
189 |
clear: both;
|
190 |
-
}
|
191 |
-
table.ai1ec-month-view {
|
192 |
width: 100% !important;
|
193 |
}
|
194 |
.ai1ec-week-view .tablescroll_wrapper {
|
187 |
background: #fff;
|
188 |
table-layout: fixed !important;
|
189 |
clear: both;
|
|
|
|
|
190 |
width: 100% !important;
|
191 |
}
|
192 |
.ai1ec-week-view .tablescroll_wrapper {
|
js/jquery.tablescroll.js
CHANGED
@@ -101,7 +101,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
101 |
var diff = wrapper_width-width;
|
102 |
|
103 |
// assume table will scroll
|
104 |
-
wrapper.css({width:((width-diff))+'px'});
|
105 |
tb.css('width',(width-diff-settings.scrollbarWidth)+'px');
|
106 |
|
107 |
if (tb.outerHeight() <= settings.height)
|
@@ -127,6 +127,8 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
127 |
$('th, td',thead_tr_first).each(function(i)
|
128 |
{
|
129 |
w = $(this).width();
|
|
|
|
|
130 |
if (has_tfoot) $('th:eq('+i+'), td:eq('+i+')',tfoot_tr_first).css('width',w+'px');
|
131 |
});
|
132 |
|
101 |
var diff = wrapper_width-width;
|
102 |
|
103 |
// assume table will scroll
|
104 |
+
wrapper.css({width:((width-diff-2))+'px'});
|
105 |
tb.css('width',(width-diff-settings.scrollbarWidth)+'px');
|
106 |
|
107 |
if (tb.outerHeight() <= settings.height)
|
127 |
$('th, td',thead_tr_first).each(function(i)
|
128 |
{
|
129 |
w = $(this).width();
|
130 |
+
$('th:eq('+i+'), td:eq('+i+')',thead_tr_first).css('width',w+'px');
|
131 |
+
$('th:eq('+i+'), td:eq('+i+')',tbody_tr_first).css('width',w+'px');
|
132 |
if (has_tfoot) $('th:eq('+i+'), td:eq('+i+')',tfoot_tr_first).css('width',w+'px');
|
133 |
});
|
134 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://theseednetwork.com/software/all-in-one-event-calendar-wordpr
|
|
4 |
Tags: calendar, event, events, ics, ics calendar, ical-feed, ics feed, wordpress ics importer, wordpress ical importer, upcoming events, todo, notes, journal, freebusy, availability, web calendar, web events, webcal, google calendar, ical, iCalendar, all-in-one, ai1ec, google calendar sync, ical sync, events sync, holiday calendar, calendar 2011, events 2011, widget, events widget, upcoming events widget, calendar widget, agenda widget
|
5 |
Requires at least: 3.1.3
|
6 |
Tested up to: 3.3
|
7 |
-
Stable tag: 1.2.
|
8 |
|
9 |
An event calendar system with month, week, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
10 |
|
@@ -58,6 +58,9 @@ The All-in-One Event Calendar Plugin also has a few features that will prove use
|
|
58 |
|
59 |
== Changelog ==
|
60 |
|
|
|
|
|
|
|
61 |
= Version 1.2.1 =
|
62 |
* Fixed: Exporting single event was exporting the whole calendar [#183](http://trac.the-seed.ca/ticket/183)
|
63 |
* Fixed: Widget date was off by one in certain cases [#151](http://trac.the-seed.ca/ticket/151)
|
4 |
Tags: calendar, event, events, ics, ics calendar, ical-feed, ics feed, wordpress ics importer, wordpress ical importer, upcoming events, todo, notes, journal, freebusy, availability, web calendar, web events, webcal, google calendar, ical, iCalendar, all-in-one, ai1ec, google calendar sync, ical sync, events sync, holiday calendar, calendar 2011, events 2011, widget, events widget, upcoming events widget, calendar widget, agenda widget
|
5 |
Requires at least: 3.1.3
|
6 |
Tested up to: 3.3
|
7 |
+
Stable tag: 1.2.2
|
8 |
|
9 |
An event calendar system with month, week, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
10 |
|
58 |
|
59 |
== Changelog ==
|
60 |
|
61 |
+
= Version 1.2.2 =
|
62 |
+
* Fixed: Issue with Week view having an improper width [#208](http://trac.the-seed.ca/ticket/208)
|
63 |
+
|
64 |
= Version 1.2.1 =
|
65 |
* Fixed: Exporting single event was exporting the whole calendar [#183](http://trac.the-seed.ca/ticket/183)
|
66 |
* Fixed: Widget date was off by one in certain cases [#151](http://trac.the-seed.ca/ticket/151)
|