-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
49 lines (39 loc) · 2.63 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
changelog
version 1.3.7 29.11.2015
! Line 372 in save.php uncommented because it comes to memory overflow in many records. THX to marmot
! Anpassungen an die Bedürfnisse der EFG MG von HGS
version 1.3.6 25.11.2015
! again show correct date on details view (thx to ichmusshierweg)
! some code cleaning
version 1.3.5 26.09.2015
! field enddate stays hidden also on rec series if "only use startdate" option is selected
! show correct date on details view (reported bei Tomno339 at http://forum.websitebaker.org/index.php/topic,28423.msg200586.html#msg200586)
version 1.3.4 01.07.2015
! rec monthly events: no more missing dates on seies which last over more than one calendar year; first date can be at start date;
(thanks for reporting to Tomno399 @ http://forum.websitebaker.org/index.php/topic,28423.msg199017.html#msg199017)
! error in upgrade.php (reported and fixed by dbs http://forum.websitebaker.org/index.php/topic,27782.msg193372.html#msg193372)
! end time is no longer set for date series with fixed number of dates or infinite series (reported by dbs http://forum.websitebaker.org/index.php/topic,27782.msg193372.html#msg193372)
version 1.3.3 10.08.2014
! fourth criteria on rec events now working
! past start date does no longer create date range when startdate only option is selected
+ current day gets class procal_today now
! details view back link ist browser history back now (makes sense for usage in droplets)
version 1.3.2 19.02.2014
! changed css classname to make procal work in wb 2.8.4
version 1.3.1 09.05.2013
! some notices fixed
+ kat id is shown on options page in categorie dropdown (might help using droplets)
version 1.3 27.02.2013
! notice message when not category is set
! problems when module or droplet is used on muliple sections on the same page
version 1.3 17.05.2012
! fixed a problem regarding endtime used in recurring events
+ added possibility for easy overwriting individual events of a date series
version 1.3 01.04.2012
! fixed an include path error to mColorPicer which was introduced in version 1.2
+ added recurring date support and therefore added some fields in actions table and new file modify_recurrent_inc.php
version 1.2 22.03.2012
! fixed some format problems with year and month navigation by putting them in the same table field (functions.php, frontend.css, backend.css
- deleted some $colcount stuff, isn't used as colcount counts rows and not columns (functions.php)
+ added color support for categories by using an adapted version of mColorPicker, thanks to meta100.com (new directory "images", fields "format" and "format_days" in eventgrups table)
+ added upgrade.php