Custom Query (15 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 15)

1 2 3 4 5
Ticket Resolution Summary Owner Reporter
#2 fixed Schedule view: No default category for CSS amp4ecs Christian Hennecke
Description

The template creates CSS classes for the different categories by appending a number to a predefined string. However, it does not assign a default category for timeslots that haven't been assigned yet. At the moment, those are assigned the category 1, too. This should get a different number, e.g., zero. Or better, a string "default" or "empty".

#3 fixed Category CSS classes only use numbers amp4ecs Christian Hennecke
Description

The CSS classes for categories in the schedule view are created by appending numbers to a prefined string. This makes finding out which class belong to which category a bit hard. Could you change this so a string is used instead, e.g., the abbreviation of the category? This would result in classes like ".tx-wseevents-pi-category-all".

#4 fixed MySQL error when using back link in speaker details view amp4ecs Christian Hennecke
Description

When you open a speaker details view from a session details view and press the back button, you get:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /typo3_src-4.1.2/t3lib/class.t3lib_db.php on line 796

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /typo3_src-4.1.2/t3lib/class.t3lib_db.php on line 796

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /typo3_src-4.1.2/t3lib/class.t3lib_db.php on line 796

Warning: Cannot modify header information - headers already sent by (output started at /typo3_src-4.1.2/t3lib/class.t3lib_db.php:796) in /typo3_src-4.1.2/typo3/sysext/cms/tslib/class.tslib_fe.php on line 2907

Warning: Cannot modify header information - headers already sent by (output started at /typo3_src-4.1.2/t3lib/class.t3lib_db.php:796) in /typo3_src-4.1.2/typo3/sysext/cms/tslib/class.tslib_fe.php on line 2920

This only applies when coming from the session details view, not the session list.

1 2 3 4 5
Note: See TracQuery for help on using queries.