Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fullcalendar-3478616
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
fullcalendar-3478616
Commits
ea1333b8
Commit
ea1333b8
authored
13 years ago
by
Tim Plunkett
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1138516
by tim.plunkett: Check fully loaded options, not just altered options.
parent
a6ec1942
No related branches found
Branches containing commit
Tags
7.x-1.0-beta3
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+5
-0
5 additions, 0 deletions
CHANGELOG.txt
fullcalendar.module
+1
-1
1 addition, 1 deletion
fullcalendar.module
with
6 additions
and
1 deletion
CHANGELOG.txt
+
5
−
0
View file @
ea1333b8
FullCalendar 7.x-2.x, xxxx-xx-xx
--------------------------------
FullCalendar 7.x-2.0-alpha5, 2011-04-28
---------------------------------------
#1138516 by tim.plunkett: Check fully loaded options, not just altered options.
#1139192 by tim.plunkett: Initialize arrays before usage.
#1138612 by aspilicious: Fixed coding standards for Fullcalendar Colors.
#1137218 by tim.plunkett: Let empty handler set dom id and display Google Calendar events.
...
...
@@ -84,6 +88,7 @@ FullCalendar 7.x-1.2, 2011-01-19
FullCalendar 6.x-2.x, xxxx-xx-xx
--------------------------------
#1076576 by tim.plunkett: Added support for repeating dates.
#1137218 by tim.plunkett: Let empty handler set dom id and display Google Calendar events.
#1137234 by tim.plunkett: Hide views options if not needed.
#1033010 by tim.plunkett: Provide a default view as an example.
...
...
This diff is collapsed.
Click to expand it.
fullcalendar.module
+
1
−
1
View file @
ea1333b8
...
...
@@ -174,7 +174,7 @@ function fullcalendar_fullcalendar_classes($entity) {
function
fullcalendar_get_settings
(
$view
)
{
global
$language
;
$options
=
$view
->
style_options
;
$options
=
$view
->
style_
plugin
->
options
;
static
$dom_id
=
1
;
if
(
empty
(
$view
->
dom_id
))
{
$view
->
dom_id
=
'fc-'
.
$dom_id
++
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment