Yaron Koren has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/390257 )

Change subject: Made calendar display more detailed
......................................................................

Made calendar display more detailed

Changed "basic" displays to "agenda" displays, added "list week" display,
added automatic display of end time (if there is one).

Change-Id: I69d766520039176924bbc0bbb708ad1dc47b661c
---
M libs/ext.cargo.calendar.js
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo 
refs/changes/57/390257/2

diff --git a/libs/ext.cargo.calendar.js b/libs/ext.cargo.calendar.js
index c8de6f9..f6b46f7 100644
--- a/libs/ext.cargo.calendar.js
+++ b/libs/ext.cargo.calendar.js
@@ -11,10 +11,11 @@
                        header: {
                                left: 'today prev,next',
                                center: 'title',
-                               right: 'month,basicWeek,basicDay'
+                               right: 'month,agendaWeek,agendaDay,listWeek'
                        },
                        defaultView: startView,
                        defaultDate: startDate,
+                       displayEventEnd: true,
                        // Ideally, the translations should all move into
                        // the Cargo extension, instead of staying in
                        // FullCalendar, in order to support more languages -

-- 
To view, visit https://gerrit.wikimedia.org/r/390257
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69d766520039176924bbc0bbb708ad1dc47b661c
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to