Giter Club home page Giter Club logo

jquery-frontier-calendar's People

Watchers

James Cloos avatar

jquery-frontier-calendar's Issues

iCal import and multiple options.

1. Load an ics with multiple options like ATTACH, ATTENDEE, CATEGORIES, 
COMMENT, CONTACT, EXDATE, EXRULE, REQUEST-STATUS, RELATED, RDATE, RRULE or X-*.
2. Calendar wouldn't load.

It's because of a non management of multiple options in the success callback 
function of the ajax request.

I've made a patch attach to this issue report.

This patch concern the 1.3.2 version.

Original issue reported on code.google.com by [email protected] on 5 Aug 2011 at 12:34

Attachments:

Position of events in day cells

What steps will reproduce the problem?
1. When the calendar is initially rendered the agenda item lies on top of the 
day cell name (number) - Chrome/Mozilla.

What is the expected output? What do you see instead?
Agenda item should be positioned just below the day cell 
number

What version of the product are you using? On what operating system?
1.3.2, Vista

Original issue reported on code.google.com by [email protected] on 23 Jun 2011 at 6:06

Change dialog box title after clicking "More" links in each day cel

What steps will reproduce the problem?
1. Once we add more then 6 agenda items in a day cell ( eg. add 7 agenda in 
1/3/2015), then it will display first six agenda with 'more' link at the bottm.
2. Now, we have to click "More" link , then it will display a dialog box or 
popup with all 7 agenda items added to the particular date ( ex. 1/3/2015 ) 
3. This dialog box have title as (Agenda Items for Tue Mar 01 2015). 

What is the expected output? What do you see instead?
1.I want to change the dialog box's title text from "Agenda Items" to "Event" 
or some other text. 
2.I want to change the date format included in the title from "Tue Mar 01 2015" 
to  "01 Mar 2015"


What version of the product are you using? On what operating system?

My version is 1.3.2

Please provide any additional information below.

I did some search , then i found the function ( Calendar.showMoreAgendaModal() 
) to change the text. When i change the text in this function its working fine, 
but i dont want to edit the core file jquery-frontier-cal-1.3.2.js. I want to 
do it through a call back function , so that i can make the changes in the 
.html file, just like following : 


<script>
var jfcalplugin = $("#mycal").jFrontierCal({
         showMoreAgendaModal : myshowMoreAgendaModal, 

    }).data("plugin");

</script>


Any help would be greatly appreciated. 

Original issue reported on code.google.com by [email protected] on 2 Feb 2015 at 7:18

Wrong Am/Pm in rendered item

What steps will reproduce the problem?
1.Create an event at 12:00 PM 

What is the expected output? What do you see instead?
Expected output is 12pm + "what" value, instead rendered as 12am + "What" value

What version of the product are you using? On what operating system?
latest, on Google Chrome in Mac OS X

Please provide any additional information below.
replace "else if" in line 3495 with this:

        else{
            if(h > 11)
                ampm = "pm";
            if(h > 12)
                h = h-12;       
        }

Original issue reported on code.google.com by [email protected] on 23 Jan 2013 at 2:34

Event start time of 12PM shows AM in agenda item display

What steps will reproduce the problem?
1. Add event starting anytime in 12PM hour
2. Look at displayed agenda item value


What is the expected output? What do you see instead?
Expect 12PM for noon forward.

What version of the product are you using? On what operating system?
1.3.2

Please provide any additional information below.
DateUtil.getAgendaDisplayTime line 3495 requires special case testing for 12 
value of h variable:
if (h == 0) {
            h = 12;
        }
        else if (h == 12)
            ampm = "pm";
        else if (h > 12) {
            h = h - 12;
            ampm = "pm"
        }



Original issue reported on code.google.com by [email protected] on 2 Sep 2010 at 8:42

I am getting Extra space after the footer in both Firefox and IE

What steps will reproduce the problem?
1. While loading the page itself it is showing the space

What is the expected output? What do you see instead?
 blank space is coming after the footer. I am unable to find the solution. 

What version of the product are you using? On what operating system?
 I am using 1.3.2 version of the frontier calendar.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Jul 2013 at 7:29

Attachments:

Date jump to January crashes calendar

What steps will reproduce the problem?
1. Click to show Datepicker 
2. select any date in month of January
3. watch the horror

What is the expected output? What do you see instead?

Expected output is for calendar to show month January; instead, the calendar 
goes to two weeks and crashes.

What version of the product are you using? On what operating system?

Calendar Version: 1.3.2
PC OS: Win 7
Browser tested: IE 8

Please provide any additional information below.

fix is as follows:
 in showMonth function (~line 4008 of un-minified .js file)
wrap the code to strip preceding zeros with:
     if (month.length > 1) {
          // strip any preceeding 0's
          month = month.replace(/^[0]+/g, "");
     }

Original issue reported on code.google.com by [email protected] on 17 Mar 2011 at 8:31

Events are showing a week ahead when i am printing frontier calendar.

What steps will reproduce the problem?
1. Add any events to calendar
2. Print the calendar page with events
3. In print events are showing a week ahead.

What is the expected output? What do you see instead?
Events should show for same day in print page.

What version of the product are you using? On what operating system?
We are using 1.3.2 version.

Please provide any additional information below.
For example, I have one event on October 1st. When i am printing the calendar 
page October 1st event is showing for 8th October in print.

Original issue reported on code.google.com by [email protected] on 8 Oct 2014 at 5:18

Crases Between new Date(2012,9,21,1,0,0,0),new Date(2012,9,21,23,59,59,999)

What steps will reproduce the problem?
1. Add new jfcalplugin.addAgendaItem BETWEEN new Date(2012,9,21,1,0,0,0),new 
Date(2012,9,21,23,59,59,999) or BETWEEN new Date(2012,9,20,1,0,0,0),new 
Date(2012,9,20,23,59,59,999)

What is the expected output? What do you see instead?
Expected show the new item, but in the first case they just don't work, and the 
secund case the script crashes

What version of the product are you using? On what operating system?
1.3.2

Linux Slackware 13.37 on Firefox 13.0.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Sep 2012 at 4:31

Cannot load ical with "X-" fields

What steps will reproduce the problem?
1. Load a ical file with fiends beginning with "X-"

What is the expected output? What do you see instead?
Events do not load at all

What version of the product are you using? On what operating system?
1.3.2 with patch

Please provide any additional information below.

removing the dash makes it work fine, but the dash gets written in when outlook 
edits the file.

Original issue reported on code.google.com by [email protected] on 21 Mar 2012 at 4:06

Uncaught TypeError: Object [object Object] has no method 'fullCalendar' (index):38 (anonymous function)

What steps will reproduce the problem?
1. I am trying to import fullCalendar in my django app

It's not working. I am getting an error as:

Uncaught TypeError: Object [object Object] has no method 'fullCalendar' 
(index):38
(anonymous function) (index):38
c jquery.js:3048
p.fireWith jquery.js:3160
x.extend.ready jquery.js:433
q


I used noConflict(); also. Still the error is not resolved.

Original issue reported on code.google.com by [email protected] on 24 Feb 2014 at 6:28

Attachments:

.ics events not loading

What steps will reproduce the problem?
1. load .ics file into calendar

What is the expected output? What do you see instead?
Upon switching into a month with events from the .ics file, instead of 
displaying the events, the calendar days show up as tiny squares and 
showPreviousMonth() or showNextMonth() fails


What version of the product are you using? On what operating system?
1.3.2 with patch applied, windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Mar 2012 at 5:41

Problems with latest jquery-ui library

What steps will reproduce the problem?
1. Load jquery-ui.1.9.1.js for jquery-ui support
2. Attempt to load agenda items after initializing the calendar
3. Agenda loading fails with an error thrown (see below)
4. This problem does not occur with jquery-ui.1.8.20.js loaded instead.

What is the expected output? What do you see instead?

throws an exception in jquery-1.7.2.min.js -  "cannot call methods on draggable 
prior to initialization; attempted to call method 'enable' 
jquery-1.7.2.min.js, line 2 character 10691"

The code line that triggers the exception is in renderAgendaDivElement: 
"d.draggable("enable")"

or so sayeth the call stack trace in IE9.

What version of the product are you using? On what operating system?

Most recent version.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Nov 2012 at 10:30

File->Print causes events to be moved a week ahead

What steps will reproduce the problem?
1. Add event to January 1
2. Open File -> Print Preview
3. Compare the dates of the agenda items

What is the expected output? What do you see instead?
Expected output would be the same calendar. Instead I see the Jan 1 agenda 
items on Jan 6.

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Dec 2011 at 3:23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.