Adam Shaw
d910bb8fcd
eventStartEditable/startEditable AND eventDurationEditable/durationEditable
2013-08-03 15:30:58 -07:00
Adam Shaw
5923772177
fix bug with agenda event grid snapping, landing on wrong day (from PR#55)
2013-07-31 23:13:18 -07:00
Adam Shaw
fec455dbfc
use jQuery to detect if body/calendar-element is visible and ready for rendering
2013-07-31 20:40:03 -07:00
Adam Shaw
dbcaacd67a
hookWindowResize -> handleWindowResize
2013-07-31 20:23:47 -07:00
Sahab Yazdani and Adam Shaw
36c3872969
Add option to not automatically hook window.resize
2013-07-31 20:17:44 -07:00
Adam Shaw
d3308c8e59
don't throw error if event's title is blank or null
2013-07-29 23:53:32 -07:00
Adam Shaw
ff3e590d2f
future/past classNames on day cells
2013-07-29 23:33:38 -07:00
Adam Shaw
1c802475ea
cleanup data_as_a_function code
2013-07-29 23:15:03 -07:00
Paul Gallagher and Adam Shaw
c93f64fc8b
allow ajax data parameter to be specified as a function
...
(test updated by arshaw after-the-fact)
2013-07-29 23:14:37 -07:00
Stephen Harris and Adam Shaw
5b25ed39ef
Fixes "backgroud" typo.
2013-07-17 23:20:05 -07:00
Adam Shaw
63735b7b31
hiddenDays option. internal refactor for how cells/dates work
2013-07-17 23:01:19 -07:00
Adam Shaw
7aadedfe59
slightly adjust background color for agenda events
2013-04-14 22:07:33 -07:00
Adam Shaw
a42d1402f2
fix header classNames bug in basic views
2013-04-14 21:51:24 -07:00
Adam Shaw
c9eecbf8ba
Merge pull request #89 from tkrotoff/remove-fc-event-text-shadow
...
Remove event titles text shadow: looks ugly if the text is black
2013-04-14 21:44:15 -07:00
Adam Shaw
d7325f9354
fix event CSS overflow issue
2013-04-14 21:41:33 -07:00
Tanguy Krotoff
9295d1d941
remove event titles text shadow: looks ugly if the text is black
2013-03-27 23:35:56 +01:00
Adam Shaw
05a8a2317d
fix [unreleased] bug with event text overflow
2013-03-18 01:47:33 -07:00
Adam Shaw
8d48a153d4
renamed "eventTransform" to "eventDataTransform"
2013-03-17 22:36:00 -07:00
Adam Shaw
dbb42513b5
adjust CSS for bootstrap-style buttons
2013-03-17 01:43:17 -07:00
Adam Shaw
333838ddcf
change font/spacing of prev/next button to be more consistent x-browser. fix RTL buttons
2013-03-17 01:06:06 -07:00
Adam Shaw
4371266a2d
disable text selection on buttons
2013-03-17 00:38:04 -07:00
Adam Shaw
98243c463d
fix missing comma for IE7
2013-03-17 00:20:42 -07:00
Adam Shaw
5220310084
note to self about array event sources
2013-03-16 17:22:45 -07:00
Adam Shaw
9d1db0eb7d
call things "snap" instead of "granularity"
2013-03-16 14:29:47 -07:00
Adam Shaw
b7e644bf4e
change to single MIT license. update banners in source files
2013-03-11 02:32:51 -07:00
Adam Shaw
d168eee892
fix busted BasicWeekView rendering
2013-03-04 01:30:47 -08:00
Adam Shaw
fd6e82314b
twitter bootstrap inspired buttons/borders/colors
2013-03-04 00:51:11 -08:00
Adam Shaw
156a9d46ab
Use CSS3 rounded corners instead of ghetto hack. Remove unnecessary markup for events and buttons.
...
And slightly change style of agenda events (no more differently colored event header).
And remove glossy-look CSS hack for buttons.
2013-03-04 00:03:42 -08:00
Adam Shaw
bc077f8ae4
change arrow character for default prev/next button
2013-03-03 23:56:43 -08:00
Markus Lima and Adam Shaw
20a901d348
Correcting the problem of resizing the event with new versions of jquery ui.
...
Conflicts:
src/agenda/AgendaEventRenderer.js
2013-03-03 21:13:12 -08:00
Adam Shaw
0c20380d69
expose dateFormatters for customization
2013-03-03 19:31:24 -08:00
Adam Shaw
59167716cd
modify eventTransform behavior
2013-03-03 19:22:29 -08:00
Joe Esposito and Adam Shaw
d7786d4ca6
Added the 'eventTransform' option to allow event transformations coming from a JSON event source.
2013-03-03 19:06:46 -08:00
Adam Shaw
45e08d13ac
change the way BasicView cells are dynamically updated. change date format in data attr
2013-03-03 18:19:05 -08:00
Adam Shaw
86dfa81edf
completely rerender BasicView's table every time. mainly for dayRender
2013-03-03 17:40:11 -08:00
Matthias Althaus and Adam Shaw
319a63e9dd
Added dayRender trigger
...
Thanks to manchev for code snippet.
2013-03-03 17:38:37 -08:00
Jae and Adam Shaw
ac1bd4c672
let each cell know its date via data-date attribute
2013-03-03 17:35:31 -08:00
Adam Shaw
28a2e69775
rename readyState -> eventAfterAllRender. add test
2013-03-02 18:48:01 -08:00
Peter Drake and Adam Shaw
0f2230c8a5
Added readyState trigger when revent rendering is complete.
2013-03-02 18:47:53 -08:00
Adam Shaw
7aaedf9c0a
implement granularity for events dragged from all-day-slot into time-slot
2013-03-02 17:34:03 -08:00
Adam Shaw
7f6aa1f45b
tweaks to ms-doodle-com's pull request for finer event selection granularity:
...
- identifiers in code renamed to "granularity", because not specific to selection (also event redragging)
- granularityMinutes automatically defaults to the slotMinutes option
- very minor code rearchitecting
2013-03-02 17:17:11 -08:00
Malte Schiebelmann and Adam Shaw
962667a5ed
Added 15-minute slot selection to 1.5.1
2013-03-02 17:17:11 -08:00
Adam Shaw
b62383d0ad
week number feature
2013-03-02 14:00:51 -08:00
Adam Shaw
d2ef2cf1a8
new Grunt build system, development flow, Bower component generation, jQuery plugin manifest
2013-02-26 00:43:35 -08:00
Adam Shaw
8bfb8c4ac6
bundle jQuery 1.8.1 and jQuery UI 1.8.23
2012-09-04 23:34:36 -07:00
archaeron
76a1197860
replace curCSS with css for jQuery 1.8
2012-08-17 17:56:32 +03:00
Adam Shaw
38ef267be4
fix typo in explanation of _fixUIEvent
2012-02-06 22:40:40 -08:00
Adam Shaw
ce082b3a61
fixed changelog and code comments for v1.5.3
2012-02-06 22:38:33 -08:00
Adam Shaw
cbd210dbe4
upgraded to jQuery 1.7.1 and jQuery UI 1.8.17
2012-02-06 22:36:30 -08:00
Adam Shaw
56ae9f1cbf
using jquery 1.7, latest jquery ui, and fixed dragging bug (issue 1168)
2011-11-19 18:21:10 -08:00