Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_ct_event
Commits
09afe602
Commit
09afe602
authored
Oct 17, 2011
by
ccarigna
Browse files
Added date format - event_full
parent
2f9b8e79
Changes
3
Hide whitespace changes
Inline
Side-by-side
uw_ct_event.info
View file @
09afe602
...
...
@@ -58,6 +58,7 @@ features[variable][] = "comment_subject_field_uw_event"
features
[
variable
][]
=
"comment_subject_field_uw_location"
features
[
variable
][]
=
"comment_uw_event"
features
[
variable
][]
=
"comment_uw_location"
features
[
variable
][]
=
"date_format_event_full"
features
[
variable
][]
=
"date_format_long_date_only"
features
[
variable
][]
=
"date_format_time_only"
features
[
variable
][]
=
"enable_revisions_page_uw_event"
...
...
uw_ct_event.strongarm.inc
View file @
09afe602
...
...
@@ -108,6 +108,13 @@ function uw_ct_event_strongarm() {
$strongarm
->
value
=
'1'
;
$export
[
'comment_uw_location'
]
=
$strongarm
;
$strongarm
=
new
stdClass
;
$strongarm
->
disabled
=
FALSE
;
/* Edit this to true to make a default strongarm disabled initially */
$strongarm
->
api_version
=
1
;
$strongarm
->
name
=
'date_format_event_full'
;
$strongarm
->
value
=
'l, F j, Y - g:ia'
;
$export
[
'date_format_event_full'
]
=
$strongarm
;
$strongarm
=
new
stdClass
;
$strongarm
->
disabled
=
FALSE
;
/* Edit this to true to make a default strongarm disabled initially */
$strongarm
->
api_version
=
1
;
...
...
uw_ct_event.views_default.inc
View file @
09afe602
...
...
@@ -214,7 +214,7 @@ function uw_ct_event_views_default_views() {
$handler
->
display
->
display_options
[
'fields'
][
'field_event_date'
][
'empty_zero'
]
=
0
;
$handler
->
display
->
display_options
[
'fields'
][
'field_event_date'
][
'hide_alter_empty'
]
=
0
;
$handler
->
display
->
display_options
[
'fields'
][
'field_event_date'
][
'settings'
]
=
array
(
'format_type'
=>
'
long
'
,
'format_type'
=>
'
event_full
'
,
'fromto'
=>
'both'
,
'multiple_number'
=>
'1'
,
'multiple_from'
=>
''
,
...
...
@@ -336,7 +336,7 @@ function uw_ct_event_views_default_views() {
$handler
->
display
->
display_options
[
'fields'
][
'field_event_date'
][
'empty_zero'
]
=
0
;
$handler
->
display
->
display_options
[
'fields'
][
'field_event_date'
][
'hide_alter_empty'
]
=
0
;
$handler
->
display
->
display_options
[
'fields'
][
'field_event_date'
][
'settings'
]
=
array
(
'format_type'
=>
'
long
'
,
'format_type'
=>
'
event_full
'
,
'fromto'
=>
'both'
,
'multiple_number'
=>
'1'
,
'multiple_from'
=>
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment