Activity

From 12/09/2008 to 01/07/2009

01/06/2009

09:28 AM Bug #1306 (Closed): FE-EDIT: Max character description field?
Hi, sorry for the delay :( I debugged it and found, that the typo3 function "removeBadHtml" returns an empty string if there is a combination of tags inside the text. If the text is without tags, there is no problem. So from my side, I ca...
Mario Matzulla

01/05/2009

12:45 PM Bug #1370 (Closed): Fatal error: Call to a member function getStart() on a non-object - for overl...
Thanks for this report. I was able to reporduce it and to fix it in #2337 :)
Mario Matzulla
12:43 PM Revision 2337: fixed bug #1370
fixed bug #1370
mario

01/03/2009

09:39 PM Revision 2336: optimized working with variables
optimized working with variables
mario
09:38 PM Revision 2335: introducing tx_cal_index table: all recurrences of an event gets stored in this ne...
introducing tx_cal_index table: all recurrences of an event gets stored in this new table. enable this feature through extension options
mario
09:36 PM Revision 2334: fixed issues when creating/editing a calendar
fixed issues when creating/editing a calendar
mario
09:36 PM Revision 2333: moved getSharedMarker into fe_editing_base class
moved getSharedMarker into fe_editing_base class
mario
09:34 PM Revision 2332: added support for shared_user
added support for shared_user
mario
09:33 PM Revision 2331: added support for shared user
added support for shared user
mario
09:32 PM Revision 2330: fixed ics_file option switched cancel button to act the same way as in confirm_event
fixed ics_file option switched cancel button to act the same way as in confirm_event
mario
09:31 PM Revision 2329: fixed ics_file upload
fixed ics_file upload
mario
09:30 PM Revision 2328: fixed javascript: date_time
fixed javascript: date_time
mario
09:21 PM Revision 2327: Added feature: shared_user for location and organizer
Added feature: shared_user for location and organizer
mario
09:18 PM Revision 2326: Added missing entry for organizer: related events
Added missing entry for organizer: related events
mario
09:15 PM Revision 2325: added missing case for ics_file
added missing case for ics_file
mario
09:14 PM Revision 2324: fixed some typos added missing function calls
fixed some typos added missing function calls
mario
09:09 PM Revision 2323: Added comments for better usage in eclipse
Added comments for better usage in eclipse
mario

12/21/2008

10:07 PM Bug #1374: location popup window closes as it opens (when editing from within event record)
in BE when editing a location record (via the Event record's pencil tool on location), the location popup window opens and it closes automatically, prohibiting any editing. it happens with both FF and IE (no popup blockers...) on Typo3 4.2.3...
Stefano Cecere

12/17/2008

04:16 PM Bug #1254 (Assigned): Fatal error in function getHookObjectsArray()
Stig also reported this fatal error during ICS output when the pidList was not set. I'd agree with Martin that we should avoid the fatal error for a minor config issue so I'm opening this back up and assigning to myself :)
Jeff Segars
03:06 PM Bug #1370: Fatal error: Call to a member function getStart() on a non-object - for overlapping ev...
Hi all, I am experiencing heavy problems with week and month view if there are overlapping events. (example beneath) If dates events overlap I am receiving a fatal error and thus a complete crash of the script: Fatal error: Call to a member...
Sven P
12:59 PM Bug #1367 (Assigned): FE - Edit: Creating an event failed
The new recurring model is Mario's baby. I've added the missing function, but I'm not sure if in that case it's save to call the appropriate method from the parent event, or if the date values need to be parsed in the recurring model itself. I'll ...
Franz Koch
12:55 PM Bug #1368 (Closed): BE-Edit: Fatal error while saving a calender event
ah yes - my bad. I made those changes and forgot to change this line after copy and pasing. Fixed in Revision r2322
Franz Koch
12:55 PM Revision 2322: fix for bug #1368 - thanks Tobias
fix for bug #1368 - thanks Tobias
franz.koch
10:35 AM Bug #1369: FE-Editing deletes List of Notification Emails
When editing a calendar event as FE user, all items of non registered recipients for notificatin mails were deleted.
Anonymous
10:22 AM Bug #1368 (Feedback): BE-Edit: Fatal error while saving a calender event
sorry - I can't see a relation to cal. I've had a look at the lines in htmlarea, but this seems to be some htmlarea internal stuff. And on my dev-system everything is ok (cal SVN, typo3 4.3dev SVN). Maybe htmlarea has a problem with 2 RTEs in t...
Franz Koch
09:33 AM Bug #1368: BE-Edit: Fatal error while saving a calender event
If you are saving a new or already existing calendar event in the BE using the "save document"-button (not "save and close document") you receive an PHP Fatal error. The error occurs with Rev. 2320 and 2321, but not with Rev. 2301 and ealier (I'v...
Tobias Schaefer
08:37 AM Revision 2321: fix for part 1 of bug #1367
fix for part 1 of bug #1367
franz.koch

12/16/2008

09:05 PM Bug #1367: FE - Edit: Creating an event failed
This error appears with rev. 2230 by saving an event: Fatal error: Call to a member function convertLinkVarArrayToList() on a non-object in /.../typo3conf/ext/cal/model/class.tx_cal_phpicalendar_model.php on line 97 This error reports one o...
Anonymous

12/14/2008

07:57 PM Bug #1337 (Closed): Fehler im Zusammenhang mit der Wochenansicht
bug was related to a backend login with simmulated fe_group. There was of course no fe_user-id available and thus the query failed. Added a check for a valid user-id in one of the last commits - so the bug should be fixed.
Franz Koch
07:54 PM Bug #1349 (Closed): Generated ics-File do not work with iCal (MAC)
should be fixed in Revision r2319. Forgot mentioning in the the commit comments
Franz Koch
07:50 PM Revision 2320: small changes to the ICS page object to use a referenced copy to the configuration...
small changes to the ICS page object to use a referenced copy to the configuration array
franz.koch
07:48 PM Revision 2319: reduced calls to tx_cal_register to a minimum by assigning the needed object "glob...
reduced calls to tx_cal_register to a minimum by assigning the needed object "globally" in the constructor, in order to save some rendering time and maybe some memory
franz.koch
07:44 PM Revision 2318: updated manual with latest changes in _draw_month method (new css-classes availabl...
updated manual with latest changes in _draw_month method (new css-classes available) and added configuration options for new dateParser features
franz.koch
07:43 PM Revision 2317: Accidently commited class.tx_cal_base_view.php in last commit - should be in this ...
Accidently commited class.tx_cal_base_view.php in last commit - should be in this commit though: - did some modifications to the _draw_month method in order to be able to create more accessible templates - but it's not finished yet - added new mon...
franz.koch
07:37 PM Bug #1303 (Closed): display FE event create form fails
Mario Matzulla
07:36 PM Bug #1366 (Closed): events from subfolders not in ics
Mario Matzulla
07:04 PM Revision 2316: - fixed some bugs in the dateParser - added new feature to the dateParser, to calc...
- fixed some bugs in the dateParser - added new feature to the dateParser, to calculate the time ranges relative to the given getDate (configurable with TS only)
franz.koch
05:16 PM Bug #1357 (Closed): ICS template constants not in default setup
Franz Koch
05:11 PM Revision 2315: - fixed bug where wrong if-condition was not showing dam-attachments - fixed bug i...
- fixed bug where wrong if-condition was not showing dam-attachments - fixed bug in ext_tables.php where dam-fields where not applied correctly to organizers and locations
franz.koch
05:08 PM Revision 2314: added property 'svn:eol-style=native' to all files
added property 'svn:eol-style=native' to all files
franz.koch
05:06 PM Revision 2313: resetting categories before updating categories
resetting categories before updating categories
mario
04:55 PM Revision 2312: fix for fix for #1303 ;)
fix for fix for #1303 ;)
mario
04:47 PM Revision 2311: fix for #1303
fix for #1303
mario
04:31 PM Revision 2310: fixed bug in extension update handler for converting old timeformat to new one. Up...
fixed bug in extension update handler for converting old timeformat to new one. Update feature was not shown in EM. Thanks to Michael Knoll.
franz.koch
04:19 PM Revision 2309: Added support for rights.create/edit.event.category.allowedUids
Added support for rights.create/edit.event.category.allowedUids
mario
04:19 PM Revision 2308: fixed removing of categories
fixed removing of categories
mario

12/12/2008

07:12 PM Bug #1366 (Feedback): events from subfolders not in ics
what is the configuration of your ICS page object? You know that the ICS records are created by a separate pageType in typo3 and that you need to configure there which PIDs should be used and if those PIDs should get fetched recursivly? -------...
Franz Koch

12/11/2008

08:33 PM Bug #1366: events from subfolders not in ics
Setup: Standard page with most events and categories, as well as the plugin. Plugin has the starting point set to that page, with infinite recursion Events from page and subpages show in the calendar, but any event in a subpage doesn't show in ...
Christoph Koehler

12/10/2008

09:31 PM Revision 2307: Make sure we have an old event and a new event before notifying.
Make sure we have an old event and a new event before notifying.
jeff
« Previous
 

Also available in: Atom