| [ Index ] |
krapohl.info |
[Summary view] [Print] [Text view]
1 $Id: changelog.txt,v 1.5 2004/08/19 19:18:54 larsneo Exp $ 2 3 [PostCalendar 4.0.2] 4 5 20040211 6 * various HTML compliancy issues fixed 7 (pnuserapi.php, calendar.php, function.pc_date_select.php, 8 function.pc_filter.php, function.pc_form_nav_open.php, 9 function.pc_url.php, function.pc_view_select.php, 10 common_api.php) 11 * fix for empty topic title 12 (pnuser.php, function.pc_filter.php) 13 * fix for pnRender compliance 14 (function.pc_date_format.php, modifier.date_format.php) 15 * fix for templates (html compliance in default template) 16 20040819 17 * fix for delete form (thx to --Roger Clermont 7/8/04 <roger_c_clermont@yahoo.com>) 18 (pnuser.php) 19 * fix for sort order if category names are equal (thx to rjf 7/20/2004) 20 (common.api.php) 21 22 23 [PostCalendar 4.0.1] SECURITY 24 25 20040105 26 * fixed missing input validations 27 * fixed possible sql injection in search 28 29 [PostCalendar 4.0.0] 30 31 20030130 32 * integrated both Patch 1 and Patch 2 into this distribution 33 34 20021223 35 * More intelligent Print View Handling 36 * Introduced $PRINT_VIEW Template Variable 37 38 20021222 39 * Fixed event details in popup bug 40 * Fixed missing translation defines 41 * Fixed small navigation - added permission check for add 42 43 [PostCalendar 3.9.9] 44 45 20021219 46 * added admin email notification option 47 * smarty plugins now moved to own directory and in seperate files 48 * fixed minor display issues with small calendar month views 49 * added no events message to day view 50 * some language file changes 51 52 20021218 53 * Safe Mode now Auto-Detected 54 * Remove Admin Setting for 'Is PHP Using Safe Mode?' 55 56 [PostCalendar 3.9.8] 57 58 20021218 59 * Fixes for username conflicts - username renamed to pc_username 60 * Pemission check tweaks 61 * More CSS Tweaks 62 * Fixed non-existent object in Test System 63 * Fixed _SETTING_DEFAULT_VIEW bug in pc_show_views plugin 64 65 [PostCalendar 3.9.7] 66 67 20021216 68 * Fixed webiste link getting lost 69 * Permissions should work as expected now 70 * Some template re-design and CSS Tweaks 71 * Fixed function () not found bug 72 * Fixed JavaScript Errors 73 * Fixed link/form targets in popup window 74 * Admin details now show original event start date 75 76 [PostCalendar 3.9.6] 77 78 20021212 79 * More Special Character Fixes 80 * Fixed loading of global.php 81 * removed pc_lid from pninit.php 82 * fixed upgrade script 83 84 20021211 85 * Fixes for special characters 86 87 [PostCalendar 3.9.5] 88 89 20021210 90 * Topic Text now used instead of Topic Name 91 * Categories sorted by name 92 * More il8n in templates for date formats 93 * Removed pnHTML calls from most of Admin 94 95 20021209 96 * Fixed colors in submit forms 97 * Added more robust repeating frequencies 98 * Modifed repeating logic 99 * Filter by all users 100 * Calendar block header css fixes 101 * Users can now edit/delete their own events 102 * HTML special character fixes 103 104 [PostCalendar 3.9.4] 105 106 20021208 107 * Fixed pcSmarty.class.php assign_by_ref bug 108 * More memory tweaks 109 * Error checking now works on Preview and Submit 110 * Added db indexes to help alleviate db query stress 111 * Cosmetic changes 112 113 [PostCalendar 3.9.3] 114 115 20021206 116 * Fixed event preview bug when not using topics 117 * Smarty now passes some values by reference 118 119 [PostCalendar 3.9.2] 120 121 20021206 122 * Fixed incorrect date display in event details 123 * Fixed issues with XForum 124 * New pcSafeMode Admin Setting 125 * Admin now uses details.html template 126 * Print view opens in new browser window 127 * Fixed smarty plugin showViews directory bug 128 * Event data is no longer loaded for YEAR views 129 * Some template tweaks 130 * Mouseovers added to calendar block month view 131 132 [PostCalendar 3.9.1] 133 134 20021204 135 * Fixed safe mode issues 136 * Fixed Print Bug 137 * Fixed list view templates for year and month 138 * Added pc_filter plugin 139 * Fixed pass-by-reference warning 140 * Fixed update of informant on event edit 141 * Fixed conflicts with postguestbook 142 * Fixed conflicts with XForum (unconfirmed) 143 * New Admin Image 144 145 [PostCalendar 3.9.0] 146 147 20021203 : rraymond 148 * Fixed upgrade procedure 149 * Optimized pcSmarty class 150 * Removed old TemplatePower and IT classes 151 * Preped for 3.9.0 release 152 153 20021202 : rraymond 154 * New PostCalendar::Topic permission 155 * New Order Param to pc_date_select 156 * New User Param to pc_date_select 157 * Print added to Details 158 * Fixed latency issue on menu settings 159 * Fixed postcalendar_footer() error on Print screens 160 * Added pcUseCace admin setting 161 * Added pcCacheLifetime admin setting 162 * Private events now display Correctly 163 * Optimzed Event SQL 164 * Added Use Default admin option 165 * Caching now REALLY works 166 * Search is working 167 * Added HTML or TEXT option to Add/Edit 168 * Fixed Admin Prev/Next and Sort links 169 * Optimized Year View template 170 * Added some missing translations 171 * Fixed garbled email addresses 172 * updated event detail and preview templates 173 * removed benchmarking results 174 * removed some old unused files 175 176 20021130 : rraymond 177 * New Permission PostCalendar::Topic 178 * Order parameter added to pc_date_select 179 * User parameter added to pc_date_select 180 * Added print function to event details 181 * Fixed Private event details display arror 182 * Print Screen fixes 183 * pcUseCache and pcCacheLifetime admin settings added 184 * pcDefaultView added to settings 185 * added link to reset settings to defaults 186 * the usual bug fixes 187 * search by keywords working 188 189 [PostCalendar 3.0] 190 191 PostNuke .71+ compatible 192 All new code, re-written from the ground up. 193 One block for all views 194 (Calendar/Current Events/Upcoming Events) 195 All data now held in one table 196 Recurring events should now display correctly 197 New Global Settings 198 New mouseover javascript popup code (overLIB) 199 More powerful administration 200 New Block Settings 201 New event detail display 202 New day view 203 New week view 204 New month view 205 New year view 206 New add event to day links 207 Upgrade old tables in admin 208 And much more...
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Feb 16 22:40:07 2005 | Cross-referenced by PHPXref 0.6 |