Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
calendar-3354820
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
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
calendar-3354820
Graph
5.x-1.2
Select Git revision
Branches
10
3354820-do-not-add
4.7.x-1.x
5.x-1.x
5.x-2.x
6.x-2.x
7.x-1.x
7.x-2.x
7.x-3.x
8.x-1.x
default
8.x-2.x
Tags
20
8.x-1.0-alpha4
7.x-3.6
8.x-1.0-alpha3
8.x-1.0-alpha2
8.x-1.0-alpha1
7.x-3.5
7.x-3.4
7.x-3.3
7.x-3.2
7.x-3.1
7.x-3.0
7.x-3.0-rc1
7.x-3.0-alpha2
7.x-3.0-alpha1
7.x-2.0-alpha1
7.x-1.0-alpha3
7.x-1.0-alpha2
7.x-1.0-alpha1
6.x-2.4
6.x-2.3
30 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Oct
18
17
16
14
12
10
9
8
7
6
5
4
27
Sep
15
7
Jul
6
4
3
21
Jun
18
17
6
22
May
20
Apr
7
5
3
2
1
30
Mar
28
23
22
21
16
15
14
11
10
8
7
6
5
4
3
1
28
Feb
26
24
23
22
19
16
4
31
Jan
29
28
22
21
15
12
19
Nov
18
17
16
14
13
12
11
10
2
Calculation of max date for a month needs adjustment.
Fix ical export to match changes in ical parser.
Small fix to new theme.
Create a separate theme for remote nodes and make sure all remote nodes get necessary cleanup.
Adapt calendar to use fixed DURATION handling in ical parser.
Cleanup calendar ical import.
#183877 get rid of constant for CALENDAR_PATH and just use drupal_get_path() when needed.
Update of calendar ical module to use the new date ical parser.
Update CHGLOG.txt
4.7.x-1.6
4.7.x-1.6
Remove the default view for an OG group calendar until necessary fixes for OG and Views are in offical releases of those modules.
5.x-1.6
5.x-1.6
#182998 Use Date API handling of timezones instead of Drupal default timezone offset when computing calendar values.
#182998 Use Date API handling of timezones instead of Drupal default timezone offset when computing calendar values.
#136968 add '$group' as an option to views tokens.
#136968 make sure calendar tab only display on group pages. Requires OG patch at #182936 to work right.
Misc small fixes to 4.7 version.
Update CHGLOG.txt
#157593 make sure drupal_get_form gets the form array.
Update CHGLOG.txt
#182155 Make sure multiple event nodes get a unique identifer when testing if they have already been processed.
Unset variables in hook_uninstall().
#182357 make sure calendar module functions are available in .install file.
#153846 calendar_fields() logic needed work, it was stopping after $event_processed was set to true even if there are more fields left. Thanks to wvengen for a clue to the problem.
Update CHGLOG.txt
An attempt to make an OG calendar in a block smart enough to figure out a default gid, includes the block in the default OG calendar view.
A little experimental still, trying to find a way to make a block group calendar default to the right gid.
Don't change the title on EVERY page, only on calendar pages.
Tweak the default OG calendar view a bit, it had a custom field left in it.
Oops, return $output in views_post_view doubles everything!
Update CHANGELOG.txt for latest fixes.
#181390 ical cache_clear_all missing wildcard in hook_cron().
Here's a default view for a group calendar provided as a tab on the group page. The block version of this view does NOT work yet, but the page view should.
Add a theme to override default Views handling of the page title to insert something different.
Missed possibility of $node or $user in calendar_real_url().
Start handling possibility of $arg, $node, or $user buried inside the view url, like node/$node/calendar. This makes the argument handling even more complicated than it already was, but will be needed to make view urls work for OG.
One more tweak to handling a non-calendar arg in the first position while still falling back to a month view as a default once you get to the calendar, while not breaking view that has only calendar args that is defaulting to month view for first arg. Very tricky getting this exactly right.
Finally found why the cached values weren't getting reset right, move the reset function to the views edit form submit handler, set up install file to reset or remove cached values as needed.
Hopefully found final fix to getting non-calendar args working.
More work trying to get a non-calendar argument to work correctly when added before calendar args, rename a couple functions for better clarity.
Make sure plugin works even_empty, add install file that can clear cached calendar settings.
No longer using calendar_views() function, get rid of it.
Loading