index
:
jquery-week-calendar
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Merge pull request #6 from themouette/fix-issue-139
John Rayes
10 years
origin/HEAD
Merge pull request #6 from themouette/fix-issue-139
John Rayes
10 years
origin/master
Merge pull request #6 from themouette/fix-issue-139
John Rayes
10 years
Age
Commit message
Author
Files
Lines
2015-08-25
Merge pull request #6 from themouette/fix-issue-139
HEAD
origin/master
origin/HEAD
master
John Rayes
1
-4
/
+3
2015-08-25
Merge pull request #5 from TuiKiken/master
John Rayes
1
-0
/
+30
2015-08-25
Fix multi day event rendering https://github.com/themouette/jquery-week-calen...
John Rayes
1
-0
/
+1
2015-08-25
Merge pull request #4 from bksunday/patch-1
John Rayes
1
-0
/
+8
2015-08-25
Merge pull request #3 from rnicoll/master
John Rayes
1
-2
/
+2
2015-08-25
Merge pull request #1 from IgorDePaula/master
John Rayes
1
-1
/
+1
2015-07-03
Removed unnecessary pixel
Igor C. de Paula
1
-1
/
+1
2013-02-08
Replaced use of jQuery.browser with feature detection, for compatibility with...
unknown
1
-2
/
+2
2012-10-16
account for EST/EDT in _updateDayColumnHeader
Anthony
1
-0
/
+8
2012-07-23
Merge pull request #131 from pablogd/header-disable
Kévin Gomez
1
-0
/
+2
2012-07-20
Drag ignores freeBusy fix
Valentin Shevko
1
-0
/
+30
2012-06-15
Fix: the element argument for the eventDrag() callback was undefined
Kévin Gomez Pinto
1
-18
/
+19
2012-06-06
Merge pull request #147 from kuahyeow/patch-1
Kévin Gomez
1
-1
/
+1
2012-06-04
Fix bug where "this" should refer to the element in iteration
Thong Kuah
1
-1
/
+1
2012-05-20
Fix: issue #139
kphoen
1
-4
/
+3
2012-05-02
Chg: render the hourLine after events
Kévin Gomez Pinto
1
-11
/
+12
2012-04-30
Fix: the hourline did not consider the start and end business hours
kphoen
2
-3
/
+10
2012-04-28
Add: current time indicator (closes #57)
kphoen
3
-89
/
+130
2012-04-27
Cleaned a bit the demos code
Kévin Gomez Pinto
7
-823
/
+803
2012-04-27
Fix: an incorrect check for the number of rendered events prevented the noEve...
Kévin Gomez Pinto
1
-83
/
+84
2012-04-26
Fix: _cleanDate was not able to parse numerical values in strings objects (fi...
kphoen
2
-33
/
+34
2012-04-21
Merge pull request #133 from crevillo/_title-is-not-defined-error
Kévin Gomez
1
-4
/
+4
2012-04-21
Fixed _title is not defined error
Carlos Revillo
1
-4
/
+4
2012-04-20
Fix: an incorrect check prevented to use a function to define a calendar's title
Kévin Gomez Pinto
1
-16
/
+21
2012-04-16
Fix: some performance improvements for event delegation
Kévin Gomez Pinto
1
-17
/
+19
[...]