Menu

#77 Bugs in Calender Plugin.

closed-fixed
nobody
None
3
2006-05-06
2003-03-18
No

- Japanese garbles in the Calender Plugin, due to the
use of htmlentities.

- Time intervals are listed as 15, 35, 45... It is
apparent that the 35 should be corrected to be 30.

- At the "Month View" screen, when placing the mouse
cursor/pointer over the schedule, "<br />" is also in
the title.

--

Discussion

  • Thijs Kinkhorst

    Thijs Kinkhorst - 2003-03-18
    • milestone: 241848 -->
    • labels: 477103 -->
     
  • Thijs Kinkhorst

    Thijs Kinkhorst - 2003-03-18
    • priority: 5 --> 3
     
  • Thijs Kinkhorst

    Thijs Kinkhorst - 2003-03-18
    • assigned_to: nobody --> kink
     
  • Thijs Kinkhorst

    Thijs Kinkhorst - 2003-03-18

    Logged In: YES
    user_id=285765

    These bugs (except the 35->30 which I've fixed now) are
    caused by the xxs fixed and require that the evil format the
    calendar plugin uses to store its data be changed. Since
    this will break too much in this phase, I'm postponing this.

     
  • Thijs Kinkhorst

    Thijs Kinkhorst - 2003-03-18
    • assigned_to: kink --> nobody
    • status: open --> open-postponed
     
  • Thijs Kinkhorst

    Thijs Kinkhorst - 2003-03-18

    Logged In: YES
    user_id=285765

    For the record, the problem is that the calendar stores
    calendar data with the html already added. It should not do
    that.

     
  • Tomas Kuliavas

    Tomas Kuliavas - 2006-01-14

    Logged In: YES
    user_id=225877

    Issues should be fixed in 1.5.1cvs.

    * htmlentities are not used. Plugin sanitizes output with
    htmlspecialchars() and it should not affect euc-jp character
    set.

    * minute intervals are 0,5,10,15,20,25,30,35,40,45,50,55.
    select_option_minute() function. event lengh is incremented
    by 15 minutes from 0 to 60.

    * html sanitizing of calendar data is done on output, nl2br
    function is called after htmlspecialchars. double encoding
    of html breaks should be fixed.

    Please make sure that you can reproduce your issues in
    latest devel version of plugin.

     
  • Tomas Kuliavas

    Tomas Kuliavas - 2006-01-14
    • assigned_to: nobody --> tokul
    • status: open-postponed --> open
     
  • Tomas Kuliavas

    Tomas Kuliavas - 2006-02-19
    • assigned_to: tokul --> nobody
     
  • Tomas Kuliavas

    Tomas Kuliavas - 2006-05-06
    • status: open --> closed-fixed
     
  • Tomas Kuliavas

    Tomas Kuliavas - 2006-05-06

    Logged In: YES
    user_id=225877

    Fixed in 1.4.7cvs. If you still have issues with calendar
    plugin - file other bug report.

     

Log in to post a comment.