-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
162 lines (119 loc) · 5.59 KB
/
Copy pathCHANGELOG
File metadata and controls
162 lines (119 loc) · 5.59 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
### kitEvent
(c) 2011 - 2012 by phpManufaktur
Ralf Hertsch, Stockholmer Str. 31, 13359 Berlin (Germany)
http://phpManufaktur.de - ralf.hertsch@phpManufaktur.de
0.43 - 2013-05-06
* added TODAY_PERSISTS for the filter DATE - show also events which started in
the past and are also running TODAY.
* filters now additional sort the result by the `evt_event_date_to` field in
ascending order (important at multiple hits with the same start date)
0.42 - 2013-04-09
* added the view "sheet" (view=sheet) to show a month sheet with all events
* create or edit events missed validation for organizer and location
0.41 - 2013-02-08
* added parameter "limit" to the droplet kit_event
* removed limit from select previous event at create a new one
* extended filter functions: date, zip, region, month, year
* updated droplet kit_event *.zip for installation
0.40 - 2013-01-15
* changed: dialog to create a new event checks now if a event group exists and
force to create and select a event group first.
0.39 - 2013-01-14
* fixed: jQuery Datepicker missed some Icons in kitEvent backend.
* fixed: on add-on updates the kitEvent.xml overwrites already existing settings
* removed: no longer needed template /backend/DE/config.dwoo
* changed: kitEvent no longer need the kitTools
* changed: class.frontend.php passes calls from DropletsExtension to avoid
double form submissions
* refactoring of the SQL usage in the class.backend.php
* refactoring of the SQL usage in the class.calendar.php
* refactoring of the SQL usage in the class.frontend.php
* refactoring of the SQL usage in the droplet.extension.php
* updated precheck.php
* removed no longer used class.event.php
* updated initialize.php
* fixed: uninstall does not remove the droplet kit_monthly_calendar
* changed: kitEvent is now direct to KeepInTouch and uses class.interface.php
* changed: field item_desc_link from VARCHAR to TEXT
* complete rework and redesign of the backend - new look and feel
* added: filter method for the droplet kit_event
0.38 - 2012-12-29
* added: parameter ORDER and LIMIT for the droplet kit_monthly_calender, please
check <http://yals.de/QZ8DpQ> for more informations.
0.37 - 2012-12-28
* fixed: permaLinks uses the wrong action parameter, so they don't work
0.36 - 2012-11-28
* fixed: update script reset the individual configuration settings
* fixed: invalid constant in droplet kit_monthly_calendar
* added: paging function for the tableSorter in tableSorter.jquery and the
in /templates/frontend/preset/11/DE/frontend.view.active.dwoo - you must
uncomment the paging function to activate it.
* fixed: added missing initializing for dropletsExtension in class.calendar.php
0.35 - 2012-10-25
* fixed changed placeholder names in the templates ($event.group.description,
$event.description.short, $event.description.long, $event.link.detail a.o.)
* changed about dialog for usage of Markdown syntax
* added jQuery motTableSorter
* updated Droplets for usage of jQuery motTableSorter - use parameter
tablesorter=true to activate the table sorter for your form
* added sample template /templates/frontend/presets/11/DE to show how to display
events in a list, using motTableSorter for sorting
0.34 - 2012-10-21
* updated DE language file
* moved CSS file for the DatePicker to /presets/css
* added parameter fnSort for preselect sorting to /presets/dataTable.jquery
* fixed a wrong declaration in /templates/backend/DE/order.list.dwoo
0.33 - 2012-10-19
* added missing translate() commands in the templates
* fixed wrong path to jQuery dataTable
* updated DE language file
0.32 - 2012-10-18
* removed check for early kitEvent versions from precheck.php
* fixed: install.php try to create the old configuration table
* added missing initalization for manufakturConfig in class monthlyCalendar
* added jQuery DataTable for usage in the backend
* changed layout for the event and order list for usage of jQuery DataTable
* added a "delete" button to the order list
* redesigned the order detail dialog (backend)
0.31 - 2012-10-01
* added additional placeholder for ISO date format
* added template /10 with sample for event micro data
* extended code cleanup at all classes and files
* moved all templates from /htt to /templates, separate by frontend, enable
custom templates for the backend and for the search results
* changed license from GNU GPL to MIT license (MIT)
* updated all header informations
* removed class.droplets.php - no longer needed
* renamed frontend.css to kit_event.css to force improved loading by the
dropletsExtension
* removed class.editor.php - no longer needed
* removed backend_body.js - no longer needed
* changed all language strings to I18n mode
0.30 - 2012-07-14
* added check for DropletsExtension to precheck.php
* changed precheck.php
0.29 - 2012-06-14
* removed WebsiteBaker version check
0.28 - 2012-06-01
* fixed - xssPrevent() is too grabby, reduced to own requests
* changed: introduce $_SESSION['KIT_HTML_REQUEST'] to mark fields which should
not processed by xssPrevent()
* moved repository from SVN to GitHub
* updated all header informations
* added CHANGELOG
* added LICENSE
* added README.md
* removed info.txt
* update automatic release information in class.backend.php
0.27 - 2011-06-04
* Changed interaction with droplets_extension
0.26 - 2011-05-22
* Added interaction with droplets_extension, enabling full WebsiteBaker search
and adding header information on detail page (title, description, keywords)
0.25 - 2011-03-26
* New BETA Release, start adding and changing basic function which are not
compatible to the previous releases
0.11 - 0.24 - 2011-03-25
* Special edition, non-public
0.10 - 2011-03-16
* First Beta Release