Commit Graph
231 Commits
Author SHA1 Message Date
srkenny@gmail.com e6b39628e4 Adding in the basics for resoruce view 2013-08-09 17:04:36 +01:00
Adam Shaw 155b78cc1a increment version v1.6.2 2013-07-17 23:28:13 -07:00
Adam Shaw 8c3e610215 update changelog 2013-07-17 23:20:05 -07:00
Stephen HarrisandAdam Shaw 5b25ed39ef Fixes "backgroud" typo. 2013-07-17 23:20:05 -07:00
Adam Shaw 33e93dfad7 update tests for hiddenDays 2013-07-17 23:03:13 -07:00
Adam Shaw 63735b7b31 hiddenDays option. internal refactor for how cells/dates work 2013-07-17 23:01:19 -07:00
Adam Shaw a0c27fd143 update changelog/meta for 1.6.1 v1.6.1 2013-04-14 22:08:41 -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
Adam Shaw 3857ada289 tweak grunt clean:cdn command 2013-03-30 00:58:20 -07:00
Adam Shaw 470c8b9313 move Bower and CDNJS configs into build folder 2013-03-30 00:20:32 -07:00
Adam Shaw 9b4bfc1681 build for CDNJS 2013-03-30 00:20:25 -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 f5b61ebffb update jquery/jquery-ui dependency versions in meta info v1.6.0 2013-03-18 03:00:35 -07:00
Adam Shaw 6c8ac81bbb update version to 1.6.0, update copyright year 2013-03-18 01:47:53 -07:00
Adam Shaw 05a8a2317d fix [unreleased] bug with event text overflow 2013-03-18 01:47:33 -07:00
Adam Shaw 8398608f30 additions to changelog 2013-03-18 00:48:42 -07:00
Adam Shaw f51ed35a2d fix broken themeswitcher in tests 2013-03-18 00:20:14 -07:00
Adam Shaw 8d48a153d4 renamed "eventTransform" to "eventDataTransform" 2013-03-17 22:36:00 -07:00
Adam Shaw 4de5421081 updated docs for development workflow. added grunt dev command 2013-03-17 02:05:02 -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 ba7d28d915 upgrade to jQuery UI v1.10.2 2013-03-16 23:58:17 -07:00
Adam Shaw b0d1b5a837 modify demos and tests for lumbar building 2013-03-16 23:51:09 -07:00
Adam Shaw 95c16e274f new lumbar-based solution for building fullcalendar submodules 2013-03-16 23:51:09 -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 fcacceb7e1 update readme's dev flow instructions 2013-03-11 02:21:39 -07:00
Adam Shaw d0d761a0d8 switch all demos and tests over to new loader 2013-03-11 02:21:39 -07:00
Adam Shaw a186f5295e new loader system: real line numbers, and more configurable 2013-03-11 02:21:39 -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 LimaandAdam 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 c23889c5e7 upgraded to jQuery v1.9.1 and jQuery UI v1.10.1 2013-03-03 21:04:55 -08:00
Adam Shaw 0c20380d69 expose dateFormatters for customization 2013-03-03 19:31:24 -08:00
Adam Shaw cccb67f056 eventTransform test 2013-03-03 19:22:39 -08:00
Adam Shaw 59167716cd modify eventTransform behavior 2013-03-03 19:22:29 -08:00
Joe EspositoandAdam 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 28af22c5d3 dayRender test 2013-03-03 17:40:11 -08:00
Adam Shaw 86dfa81edf completely rerender BasicView's table every time. mainly for dayRender 2013-03-03 17:40:11 -08:00
Matthias AlthausandAdam Shaw 319a63e9dd Added dayRender trigger
Thanks to manchev for code snippet.
2013-03-03 17:38:37 -08:00
JaeandAdam Shaw ac1bd4c672 let each cell know its date via data-date attribute 2013-03-03 17:35:31 -08:00