Loading...
 

Category: Calendar

Calendar
Show subcategories objects

Name Type
"Today" in Calendar
"Today" is highlighted for every month. If "Today" is Dec. 22, then Jan. 22, Feb. 22, etc. are also
tracker item
(calendar) permission display wonky
Permissions are displayed incorrectly on the
"Assign Permissions to this Object" page of
tiki-objectpermissions.php for a Calendar (other object types not tested)

If there is more than one group assigned then the boxes show the correct permissions

If there is only one group assigned no permissions show

If a 2nd or subs group is added then the boxes show the correct permissions


tracker item
1.10: Calendar shows ok date number on header, but date +1 in cells of the calendar (month view)
Using recent 1.10 (end of november'07):
today December 8th 2007 I've set a new event at a calendar:
http://intercanvis.net/tiki-calendar.php?todate=1197068400

If you view this calendar as anonymous you see the correct date in both places:
# Focus: Dissabte 08/Desembre/2007 (08/12/07, Saturday)
# Cel (current and focus) date: 12/08

However, if you login as plain registered user, this same url:
http://intercanvis.net/tiki-calendar.php?todate=1197068400

...it takes you to: "Focus: Friday 07/December/2007" (user abel, for instance), which is wrong: it should be 08/Desembre/2007

And if you login as user with admin rights (user Xavi) , the same url shows:
# Focus: Dissabte 08/Desembre/2007 (08/12/07, Saturday)
# __BUT Cel (current and focus) date shows__: 12/07,
+ which is wrong: it should be 08/Desembre/2007
+ (if you click at teh event view, the date is set right: 08/12/07)
-----
Further Update:
This is kind of weird: I had prefference for new users as "site default", and site language was either English or Catalan, amnong the few allowed languages for users.
I checked language of user "abel", and it had "Arabic" (which was not among the pre-selected as available for users).

I changed default language for all users as Catalan, and ensure the only Catalan, Spanish, English and French were allowed. Then, again, tried viewing this date:
http://intercanvis.net/tiki-calendar.php?todate=1197068400

with user "usuari", which has language selected to English: date in calendar is shown fine.
# Focus: Dissabte 08/Desembre/2007 (08/12/07, Saturday)
# Cel (current and focus) date: 12/08

However, if I login as user "abel" (with Catalan interface), weird change in date shown is produced:
# Focus: Dissabte 08/Desembre/2007 (08/12/07, Saturday)
# Cel (current and focus) date: 12/07 __1 day less than it should__

I can enable an account there for any admin who want to track/hunt this bug, if needed.
tracker item
1.10: possibly confusion in category vs. object permissions behavior
I wonder if this is a bug, or just some conflict of configuration, since the recent changes on category permissions.

This site: http://uniwiki.sima.ourproject.org is using a 1.10 from december 2007 (after some recent changes whre introduced in categories: see [http://doc.tikiwiki.org/Tikiwiki+1.10] )

I realized right now that my students (registered users with a couple of extra persmissions) could edit the Tiki sheets on that site (exemple: http://uniwiki.sima.ourproject.org/sheet14 ; private site: Sylvie has an account as admin on that site, and also to login through ssh to the server, if needed to test on site)

However, registered users didn't have any special perm. related to sheets, but the gneral perm to see categorized objects was given to registered.
No local perms to that sheet (or most others), but even so, students could edit them.

I had to add local perms to each sheet to avoid letting them edit the sheets.
I thought that without the global perm to edit sheets assigned to registered, it would have been enough to protext those sheets. Maybe this is some conlfict with the new perms. "tiki_p_edit_categorized"?.
tracker item
12.x fullcalendar: Can't click on event anymore to see full record and use clicable links
tracker item
Renaming a group doesn't update the name in the corresponding group watches
tracker item
12.x: PluginTrackerCalendar (fullcalendar resourceviews) stopped showing events with 'Lucene (PHP)' Unified Search Engine
tracker item
13.x: TrackerCalendar info in the popup box when hovering on items shows content without parsing (ok in 12.x)
tracker item
Tiki Calendar Locations don't sync with database
Help!
The locations drop down menu in my Tiki calendar does not sync with the database.
As I'm new to Tikiwiki, how on earth do I fix this short of dropping the table and re-entering the data?
Thanks for your time.
tracker item
popup box to select visible calendars shown underneath events details (using fullcalendar)
tracker item
snarlydwarf
Contributors
tracker item
jonnybradley
Contributors
tracker item
Calendar WYSIWYCA issue with events plugin
1- Go here as anonymous:
http://dev.tikiwiki.org/Upcoming+Events

2- Click on a link

You are requested to logon even though Anonymous has tiki_p_view_calendar permission

This was working fine in 1.9.11

But now in version 2.0, there are two permissions:

|| Can browse the calendar | tiki_p_view_calendar
Can view events details|tiki_p_view_events||
tracker item
Calendar item start/end hour selection is broken in Tikiwiki 2.0 using PHP 4.3.2 or previous - Patch
On TikiWiki 2.0, when adding or editing events in a <span class= "highlight_word_0">calendar</span>, if you're using PHP 4.3.2 or previous, you will only be allowed to choose 0, 1 or 2 as the <span class= "highlight_word_1">start</span>/<span class= "highlight_word_2">end</span> hour, even if the <span class= "highlight_word_0">calendar</span> is configured to offer 0-23 or something along those lines.

This is because of the following line in the file $TW_HOME/lib/smarty_tiki/function.html_select_time.php:

{img src=images/code.png}%%% {CODE()}
$hours = $use_24_hours ? range($hour_min, $hour_max) : range(1, 12);
{CODE}

The range function, as explained [http://php.net/manual-lookup.php?function=range|here (see ChangeLog)], in PHP versions previous to 4.3.2 inclusive, treats numeric strings as strings and not integers which <span class= "highlight_word_2">end</span>s up meaning that "23" is seen as "2", hence producing the problem.
tracker item
3 hours discrepancy between upcoming_events module and calendar items
Adding an event to the calendar adds 3 or 5 hours depending if user is at local or UTF time.

Bug reproduced on Tikiwiki.org

Bug is present with or without jscalendar.

{draw name=CalendarTimeBug}
tracker item
3.0beta1 Calendar bug with adding events
Two problems:

1. When adding an event to a Calendar using the 'add event' icon, the start and stop time are initialised to 1 hour BEFORE the minimum time set when creating the Calendar. If the times are not changed and an event created/saved with these 'early' times and the Calendar is then exported the date is exported as 1 day earlier, even though it shows correctly in the various Calendar views. If the event is then edited the start times are automatically reset to the correct earliest possible time and the fault is corrected when the event is saved.

2. When adding an event using the "Add event" button, the edit screen does not show any additional parameters e.g Priority, Location etc if they have set for the individual Calendar.
tracker item
3.0beta1 patch: automatically extract Admin time/date settings for month/day display
__Now applied in 4.0 so this item is closed__

Current calendar displays always display month/day no matter what the
Admin time/date setting is for display_field_order.

This suggested patch follows on from [tiki-view_tracker_item.php?trackerId=5&itemId=2314|item 2314] and modifies tiki-calendar_calmode.tpl and tiki-calendar_weekmode.tpl in 3.0beta1 so that the display is either month/day or day/month dependent on the Admin setting.

The patch also includes the logic changes for an additional check to NOT show the 'add event' icon in the day cell if no calendar 'visible'

Files attached for anyone that wants them as a patch - and for consideration for inclusion in the next 3.0 cycle?
tracker item
3.0beta1: Calendar iCal patch for recode issue
__Fixed in 4.0__

My hoster does not install the Recode extension as part of their standard PHP (5.2.6 being used) so when testing the Calendar export function I was getting Fatal errors with "undefined function recode()"

I have therefore changed line 105 in tiki-calendar_export_ical.php to use iconv instead.

I don't really know how common this issue will be ie is iconv always available and recode rarely?? but I've attached the changed code, which I have tested to some degree, for anyone with the same problem and perhaps the developers could decide which is the 'safest' approach.
tracker item
eclvvin
Contributors
tracker item
Edit Calendar Event by Registered User - No Description
When a registered user tries to edit an existing calendar event, the Edit/Delete page shows up but there is no description that displays on that page nor is there an edit interface where the event can be edited.
tracker item
Hide Upcoming Events if No Records
There should be an option on the upcoming events module to just hide the module if there are no records to display at that time.
tracker item
Calendar doesn't display WYSIWYG. Displays w/html code
In displaying a calendar event it doesn't display as written in the edit window using WYSIWYG. Instead it displays with the HTML code.
tracker item
[Wishlist] Add Recurrent Calendar Option
The recurrent option is missing the ability of choosing a recurrent monthly event happening on a specific day of the week. Ex: the First Friday of the Month.

You can only choose a specific day of the month. It would be appropriate to have a "day of the week" option and not just a numerical day.

BTW - I've tried to upload two screenshots, using Firefox 5 in Ubuntu 10.4, but the pop-up window never fully loaded. It just remained in loading mode. So if the bug staff isn't getting screenshots, that's probably a site bug that needs to be fixed.
tracker item
4.2 Calendar pop-up full of "n"'s
New TW 4.2 installation via Simple Scripts

The Calendar shows a number of n characters and no date


{IMG(src="http://worldfreemansociety.org/tiki-download_file.php?fileId=416&preview")}{IMG}

I've also reproduced this in
*a manual upgrade to a working 4.1 installation
*a new installation from svn

Update:
Just tried on a new dedicated server (Ubuntu) with an installation by SVN and got exactly the same results.
tracker item
Calendar view displays incorrectly
Steps to reproduce:

1. Goto http://tikiwiki.org/TikiFeatures and click on an upcoming event.

2. click on the calendar tab. choose monthly view.

3. now navigate backwards or forwards with the "Week" navigation buttons.

3. If the currently selected cell is prior to today's date the dates display correctly. If the currently selected cell is after today the entire month view displays incorrect dates.
tracker item
A Tiki Calendar wish list and bug report
Minor annoyances:
-Manually entered times in "add item" do not always show up in the calendar as entered (often an hour off). Simply editing the item and re-entering the time fixes this.

-I ran across a limit on the number of calendar items. I had entered a large list of events and later ones disappeared from tha calendar -even in whole year view. I deleted old events and they came back. maybe this is isolated.

-If I mistakenly created a calendar, I could not delete it until it had at least one event entered.

Nice to haves:
-Some way of differentiating calendar entires from different calendars when they are combined. Ex:one calendar shows events people can go to volunteer to actually do something , one shows speaking engagements people can go and listen to. I now simply use HTML bold tags in the description of one of the calendars. This works but maybe some other way? Colors, different font perhaps?

-Ability to easily add link for a Google Map. Perhaps fields to enter address info and then auto generate a map link. Google Maps has this and can be put into a Tiki page but Google Maps lacks important features, like a list view and multiple calendars, that Tiki Calendar has.

tracker item
Action_Calender module showing HTML
tracker item
Actions calendar : unable to reach the popup
Fact : with the module action_calendar the popup can't be reached.So it is impossible to access to the command buttons of the popup

Analysis : conflict or bad logical test between :
*the popup activation condition "on the date cell"
*"the need to let the popup opened or when the pointer remain over the popup"
*"sticky popup"

Same remarks as for the previous tracker about calendar feature.
tracker item
Add "Add Calendar" and "Edit Calendar" Buttons to the Admin Calendar Page
I'd like to see the UI on the Admin Calendar page get more consistent with the Admin Groups page.
Current behavior: Select Admin Calendars from menu. List of Calendars and "Create/Edit Calendars Label comes up in Entry Area. After entering and saving a new calendar, the last information stays in the text entry boxes. The user must click on Admin Calendars and re-load the page to clear the boxes for the next entry.

Desired Behavior: Select Admin Calendars from menu. List of Calendars and a form with "Add a Calendar" are opened. Buttons for "Edit Calendar" and "Create Calendar" are located below the Admin Calendar heading and load the appropriate forms.
Thanks for considering this request. dthacker.
tracker item
Add a "Create New Calendar" button to tiki-admin_calendars.php
After a new calendar is created, the create calendar form is still populated, and subsequent changes will edit the already created calendar instead of creating a new one. This behavior is not apparent to the user until the edit has taken place.
tracker item
Add ability to have custom status (and select default) in the Calendar
In the Tiki calendar admins can create custom priorities, locations, etc. We need a way to create custom Status, too.

Additionally, it would be nice to let the admin decide which status is the default for newly created calendar events.

See [http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=25557|this forum thread] for more info.
tracker item
add antibot captcha for anons to newsletters, calendars and tracker item comments
add antibot captcha for anons to newsletters, calendars and tracker item comments
tracker item
Add calendar data to the search
Calendar data is in the "Modified since your last visit module"

However, event data is not findable via the Tiki search engine.
tracker item
Add Event to Calendar broken
tracker item
Add IP to syslog and/or action log when anons (at least) add content (for spam protection)
Add ip to syslog and/or action log, so that when anons (at least) are allowed to add content and it's spam (robots seem to be able to post with our current antibot captcha), there is way to identify the ip of the spammer.

So far, antibot captcha is added (in trunk, at least) to:
* wiki edit
* wiki page comments
* forum posts
* tracker item comments
* freetags
* calendar items
* newsletter subscription

The action of adding content on those features should be logged in syslog and/or action log and IP recorded.
tracker item
Add multiple selection for calendar event deletion
tracker item
Add recurring events
Recurring events are an important missing feature of Calendars.
tracker item
add watch calendar event in tiki-user_watches.php
I know that calendars can be watched by users through links like:

tiki-calendar.php?watch_event=calendar_changed&watch_action=add

But this link doesn't work like this other one:
http://info.tikiwiki.org/tiki-user_watches.php?event=article_submitted&add=Add

I mean, Anonymous users clicking on the first link (calendar watch event, as it is right now), would not be offered any message to login or register first.
With the second link (watch article), the user will be shown the login box to login first, before the action can be executed.

This is to make more easy for new users to know that they can subscribe by email to get info from calendars if they register to that tiki site.



tracker item
Adding calendar returns notices: categorize_list.php (lines 42, 48) & tiki-admin_calendars.php (67)
Using latest 1.9.cvs code (from today - 13 june 2007). Using simple.css and tpl's.

Related to [http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1136&show=view&offset=0&reloff=2&status=op&trackerId=5&sort_mode=created_desc|this other bug report].

When adding a new calendar like "Comisión Web" (without double quotes), cateogrized to 1 cateogry called "Comisión Web" (child of Category "Comisiones"), and seeting all the other settings as n (default values), I got these messages on top of the page:

^Notice: Undefined offset: 86 in /home/httpd/tiki19/categorize_list.php on line 42

Notice: Undefined index: categId in /home/httpd/tiki19/categorize_list.php on line 48

Notice: Undefined offset: 87 in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Notice: Undefined index: categId in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/tiki19/categorize_list.php:42) in /home/httpd/tiki19/tiki-admin_calendars.php on line 75
^

Calendar seems to have been created.

--
Update: confirmed using tikineat.css and tpl's

---
Update July 26th 2007:
Admin calendar produces to me:
{CODE()}
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

(... repeated like 50 times or so)
{CODE}

But not categorize list any more...
tracker item
Admin calendar: in_array() [function.in-array]: Wrong datatype for 2nd arg. on line 67
Using latest 1.9.cvs (from today - 13th june 2007), cleaned caches, etc. Using simple.css and tpl's.

When attempting to admin calendars (http://www.moviments.net/precarios/tiki-admin_calendars.php) : I get plenty of messages at the top of the page, like:
^
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67


(...)
^

And after that, the page is displayed, but first central column getting the full width, and below, left column getting the full width also.

---
Update: Confirmed using tikineat.css and tpl's
tracker item
Admin>Login>User defaults or Admin>Groups: Ability to Subscribe new users to specific Tiki objects
It would be lovely to set some new user defaults at
* Admin (home) > Login > User defaults, and/or
* Admin > Groups > (Edit a single group)

The ability to Subscribe/watch/monitor new users in the site or to that specific group, to specific Tiki objects.

Which tiki objects?: I would say, in this order:
# specific forums
# specific blogs
# specific calendars
# specific newsletters (ML: we can already subscribe groups to newsletters)
# specific wiki pages
# specific structures
# specific trackers
# specific categories
# new articles

This is specially useful for new users of the site, where they don't know yet how to subscribe to specific areas, etc. Very needed for educational scenarios, but I can see many other places where new users are a bit lost for some time while they learn how to use the Tiki site.

Related:
*[wish988|Forum: Let forum admins/moderators add groups and/or users as watching the forum]
*[tiki-index.php?page=Business%20Plans|Let small business start ups access collaborative sharing where the document being shared is not visible by anyone else]


Anywhere there is a watch eye, it should be possible for an admin to have group members watch this category
tracker item
After saving a calendar item, back to the calendar you should see the item (even if calendar wasn't't selected)
tracker item
Agenda and tasks Link beetween tikiwiki and other systems with standards (ICS, XML structures, LDAP)
There are no universal products....

I do think so, that each is specialized, even so open as tikiwiki, any user of products try will to connect with others specialized products.

In fact the connection between systems takes a long, long time because, a product uses an implicit meta-vue of real, so there is a core of meta-model of datas which is progressively developped and connection are more and more simple, they become an element of culture of a community more and more large. This take decennies. This begin to exists for
*text calendar and tasks with ics files structure (but there is a confusion betteween taskd and event which generates a lot of bugs),

*text with ldap models for address management etc...
*text various contexts

About this my proposal is about calendar, task, and workflow is to have a bi-directionnal connection of the calendar and tasks.

Why bi-directionnal, because tikiwiki is an information generator that can be hold with ics shared files, and these must be easily connected with coherent others tasks and events that can be managed by specialized tools.

The main tikiwiki purpose is production of text and documents, may be it can go to GED (management of electronics documents), but technical documents have too specialized tools for technical documetns production etc...

But I don't se any (many but that can be solved) reason not to link a tiki event linked with a date held by Gannttproject (xml clear structure) and/or ics.

You will find the same with links with thunderbird calendard (oriented mail communication), SUGARCMR (relation and commercial action) yet connected with thunderbird and tikiwiki.
The main tools are ics and xml (complex structures for ganttProject)

This is future, this must be well thought because in these domain an error can generate year of delays.

I hope to have launched some ideas able to identify axis.

These are ways of work
tracker item
alarm field type in trackers
Trackers are great in Tiki, it provides a way to build quick and easy register solutions.
When used in any context related to monitoring, it would be nice to have a way to associate a record with one or more events in time. For instance you would like to receive an email at the time the issue related to the task should be controlled and/or be resolved.

Thinking on it as a feature, the following could be considered in the solution:
*It could exist more than one "timer" in the tracker record,
*It should be added like any other tracker field to the record definition,
*It could have different ways to alert: email, rss, ... (maybe only one choice when instance),
*It could have rules, like auto disable when the record is closed (or other condition),
*It could be (as an option) reprogrammed,

and also
*Maybe a user wants to know about all his/her pending "timers".
*Maybe timer implementation could be independent objects that are linked to (special fields in) tracker records (or other objects), so global management is possible.

I guess that a good part of above functionality is already in Tiki in some form.
tracker item
All day events span two days
tracker item
Allow Copy / Duplicate Calendar event
Our users have requested the facility to "copy" a calendar event.

This would be via the means of a "Copy" button when previewing an event, on clicking the button you would then see the event details and be able to change any of them before clicking "Save".

Where upon a new event will be created with these details.
tracker item
Another calendar problem (this time CSS)
tracker item
Avoid the "leave page" warning when saving a Calendar item
tracker item
Awkward interface for multiple calendars
in version 3.2, I would like to add a second calendar (public access television programs - the first calendar is an events calendar. see http://www.progressiveomaha.com/tikidir/tiki-calendar.php ). I would like the user to be able to easily switch between the two or view both as an amalgamated calendar, if they wish.

However, first the user has to click on "visible calendars" which displays a popup window that gives check boxes which gives the option to check one calendar or the other or both with an additional option to "Check/Uncheck All". Once they have made a selection there, the user must then click on "Refresh" to see the calendar or calendars they wanted to see.

People may want to switch back and forth between the calendars several times in one session. Having to go through multiple steps to accomplish that is a disincentive to using the calendar.

tracker item
Blank Page with tiki-calendar.php
on the test environment i can access tiki-calendar.php without a problem but as soon as i want to create a calendar and then access it on the live server i only get a blank page.

wether it is an already populated tiki or a clean install (wether using a completely new db or telling the tiki installer to clear the previous db and create a new one, wether using our theme or using the standard theme) i always get a blank page.

are there any special options in php/mysql/apache the calendar needs which i need to change?

the live server is a suse linux with php 5.3.3 and mysql 5.1.46
the local server is some xampp on a windows machine

Edit:
tested it with Tiki 6.3, 6.4 and 7.1

While it is a blank page in Firefox, Google Chrome says it is a 500 server error

Edit2:
Apache Error Log says:
PHP Fatal error: Call to undefined function cal_days_in_month() in .../lib/tikidate-php5.php on line 298, referrer http//...
tracker item
Brand New 5 RC-1 from SVN: No Calendar View
!!Update
Brand spanking new 5 RC-1 from svn. I applied the Personal Blog profile (which was advertised to have a calendar, but doesn't). Then I turned on the Calendar feature, then created a calendar and made an entry. This appears in the list view, but no Calendar view ever appears.

The Tiki is here:

http://slaveservers.net/

There's a user tiki with pwrd wiki if anyone wants to poke around with it.

I'm stuck.

-k
----
On an svn installation of 5.x (just upgraded to latest b2 version May 9th am) We do not see a calendar view, at all.

The list view works and the items are there, but clicking "Calendar View" button invokes the javascript and produces the process-working graphic briefly, but then a blank where the calendar view should be. No calendar.

Tried 5 ALive theme, Strasa, and the News. No calendar.

What could we be missing that the calendar does not appear in calendar view?

Thanks,

-Kent
tracker item
Calendar
Bug:
*New all-day events are not created.

To reproduce:
*Create an event, select a start-day in the future, select "All-Day", and then save it.

Reason:
*The event doesn't get created because the end-day is before the start-time.

Problem:
*This is confusing for the user.
*No error message or warning is generated.

tracker item
calendar - update end date of event after start date exceeds it
When creating (editing) some event and change start date to the value that is newer than end date, user must change end date manually
tracker item
Calendar -Choice to show or hide Group and tools calendar box
I have only one calendar and my users keep asking me what that Groups and Tools box is for. How 'bout a setting to hide this box?
tracker item
Calendar : No way to create a calendar
tracker item
Calendar "preview" new event : unusable : data lost
Fact : when you submit "preview" for a new event, a great part of data are lost, there is no real preview, and when you return to creation most of optional data are lost.

Too many things don't function : the job is not ended.
tracker item
Calendar 28February does not show newly added event
I am newbie on this. I found the error/bug when I added an event on the 28th of February. Newly added event did not show up on the monthly calendar but shows up in the View List.

Maybe this is resolved on version 3. i don't know. Just downloaded v 3 but did not install yet.

As to priority well, its passed February now, but next year target date is enough time.
tracker item
Calendar 5.3 and later ? : Error view event from popup => data not sent
The fact (analysis result) : view from the popup od calendar module has no data set up

Details :
When you actions the into modules calendar the event from a date, you get the popup (if prefs) which shows the events of the day, then :

1- there is no choice for an event if an alone or several
2- the data of the event are not set up
3- the action button "view" shows a "pseudo empty event" the lonely data are the default value for a new event...

The function is not completely implemented. Job not ended. Functionality not operational.

It had no time to look at 6.0.
tracker item
Calendar allows for event end to be before event start
Calendar allows for event end to be before event start

also when asked for duration it asks for a time not an amount of time.
tracker item
Calendar at Tiki.org, page keep refreshing
tracker item
calendar can not display next year
Hi,

Calendar displays only this year when adding an event.
I can not select next year or any other year in start/end date box.

Regards,
Shigeru
tracker item
Calendar can not select any other year but this year
Hi
Calendar can accept only this year when adding an event.
I can not select next year or any other year except this year.

Regards,
Shigeru
tracker item
Calendar class 'opaque calBox' broken
tracker item
Calendar crashes in Year mode
tracker item
Calendar date selection and Since last visit module results are broken at Tiki.org
tracker item
Calendar does not highlight selected date
tracker item
Calendar does not show creator of events in mouseover
tracker item
Calendar dropdowns too narrow
tracker item
Calendar Enrtries not showing
On Month and Quarter Calendars, I have not managed to test semester. If the last day of the period is displayed in the bottom right corner of the grid it will not display any events. All other times it displays them.
tracker item
Calendar event (Community event) not visible for anonymous
tracker item
Calendar event status switch is broken
tracker item
Calendar events "Tentative" status does not work
The "Tentative" status for a calendar event always reverts to "Confirmed" after it is saved.
tracker item
Calendar Events Plugin only shows Time ago/Future Time format
tracker item
Calendar events: end date should be later than start date
There is currently no sanity check
tracker item
Calendar Feature: can it be like a spreadsheet instead of many clicks?
tracker item
Calendar filter doesn't work for blog posts
According to the Calendar Module docs, "For the blogs system any weblog will only display posts with dates equal or lower than the date selected in the calendar." But this doesn't seem to work. There is no change in the blog posts displayed even when a date prior to one or more blog posts is clicked.
tracker item
Calendar iCal export causing 500 internal error
When our users attempt run the Calendar export (either via tiki-calendar.php or tiki-calendar_params_ical.php) a 500 internal server error occurs.

From apache access.log:
{CODE(caption="access.log")}10.100.44.149 - - [30/Apr/2010:07:33:27 -0400] "POST /eiadwiki/tiki-calendar_export_ical.php HTTP/1.1" 500 - "http://eiadwiki/eiadwiki/tiki-calendar_params_ical.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3"{CODE}

From PHP error log:
No error reported log.

HTTP Request:
{CODE(caption="HTTP Request")}POST /eiadwiki/tiki-calendar_export_ical.php HTTP/1.1
Host: eiadwiki
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Referer: http://eiadwiki/eiadwiki/tiki-calendar.php
Cookie: javascript_enabled=y; menu=@menu42__50%3Ac@menu42__600%3Ac@menu42__1050%3Ao@menu42__200%3Ac@menu42__350%3Ac@filtercal%3Ao@exportcal%3Ao; tab=1; activeTabseiadwiki%2Ftiki-adminusers.php=tab1; local_tz=AM; PHPSESSID=mkiu7d2r4jlj74f7hlt2brvvj4
Content-Type: application/x-www-form-urlencoded
Content-Length: 41

export=y&calendarIds%5B%5D=1&valid=Export{CODE}

HTTP Response:
{CODE(caption="HTTP Response")}HTTP/1.0 500 Internal Server Error
Date: Fri, 30 Apr 2010 11:37:38 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-dev
Expires: 0
Cache-Control: private
Pragma: dummy=bogus
Content-disposition: inline; filename=calendar.ics
Content-Length: 0
Content-Transfer-Encoding: quoted-printable
Connection: close
Content-Type: text/calendar; method=REQUEST; charset=iso-8859-15{CODE}

We are running in a multi tiki environment on Windows Server 2003, tikwiki 3.2 and php 5.3.
tracker item
Calendar Import
tracker item
Calendar in category system
The calendar should be in the category system.

Would each calendarID be assignable to a category?
Would each event be assignable to a category?


Clarification: Calendars and Calendar Events should be categorisable.
tracker item
Calendar in theme control center
Calendar is missing from the theme control center
tracker item
Calendar inexplicably jumping when in quarter mode
tracker item
Calendar interface; The action buttons colors at the bottom of an event needs improvements to allow a better user experience
tracker item
Calendar items: adding a comment
To be able to add a comment to an existing calendar item.
tracker item
Calendar links ignored in Wiki
Calendar can not be linked to from a Wiki page. The Wiki Syntax parser for URLs does not recognize Calendar URLs, so they do not get linked. Apparently the brackets in such URLs cause problems: tiki-calendar.php?calIds[]=1
tracker item
Calendar localization breaks layout
tracker item
Calendar missing Event on 2009.02.28
If I add an event for the 02/28/2009 the event does not display within the month mode, in list and week the event is shown.
tracker item
Calendar Module list view bug.
tracker item
Calendar Month view displays incorrect in most browswers
Calendar(month view) displays and highlights incorrectly in all browsers except IE6
I've tried Chrome and 2 versions of firefox.
they show the entire previous month, the current month and a week past the current month. not all the correct days are highlighted either.
In IE 6 only a few days pre & post month are shown and the current month is correctly highlighted.

update - I tried with IE 8 and it looks fine.
So apparently this display issue is only in Chrome and Firefox.
Also another noticed bug, the date is shifted by 1 day.
so if i set a calendar entry for 6/8/2011, it will show as 6/7/2011
once you go into the item, it displays the correct date.
it just shows incorrectly in FF & chrome. but shows correctly in all versions of IE
tracker item
Calendar new event 24hr choices only
Calendar needs a setting to choose 12Hr time. Now when you add a new event you can only choose times in 24hr mode. This is true even if you have set your preferences for the application to use 12hr time. (Marc Laporte is now aware of this problem).

It might be best to have the Calendar new event time reference the time (and date)settings in the "general" admin screen.
tracker item
calendar overlaps on right column
http://tikiwiki.org/tiki-calendar.php -> calendar overlaps on right column
tracker item
Calendar patches to provide more logical menu/feature access
Sorry - these patches were committed quite a while ago - just forgot to close the item

-------------------------------------------------------------------

I have recently started to use the Calendar function in a new v2.2 site and I found a number of illogical/inconsistent functions that I changed by simply editing the .tpl files. I think some of these are sufficiently useful that I'm submitting them as patches - I'm not really set up to do the whole SVN/developer thing at present.

Here is a summary of the changes/adaptations

__tiki-calendar.tpl__ - original source {* $Id: tiki-calendar.tpl 13045 2008-05-29 07:07:56Z chibaguy $ *}
# logic changed so that Config/Options button is ONLY shown if the user is the admin
# logic changed so that Add Event button is only shown if $displayedcals|@count >0


__tiki-calendar_calmode.tpl__ - original source ?not shown?
# explicit ~np~%d/%m~/np~ used for day/month on each day 'cell' to show European style of date. This is just an interim patch to change the existing 'hard coded' version which shows ~np~%m/%d~/np~. It should be possible to change the logic to extract the right format from the General Admin time/date settings - am still looking at this
# logic changed for additional check to NOT show 'add event' in day cell icon if no calendar 'visible'


__tiki-calendar_nav.tpl__ - original source ?not shown?
# swap ~np~%B %e~/np~ to ~np~%e %B~/np~ in several lines in the "calnavigation" div - again to adopt a European style. Still looking to see how this can automatically extract the right info from the general Admin time/date settings
tracker item
Calendar permissions: User can not add events when belong to a group with a category
When you register with a user who belongs to a group which has a category and try to add an event, "you dont have persmission to edit this page is displayed"

tracker item
Calendar Popup CSS errors
__Calendar Popup Misplaced__

5.0 RC1 r27394, still applies in trunk r28611.

CSS errors in the popups in weekly and daily view.
*first time an item is clicked, the popup shoots to the top of the page
*2nd and subsequent times it appears in a reasonable place
*produces a question-mark mouse pointer
*apparently independent of theme
*Monthly view behaves ok and no "?" pointer
tracker item
calendar reminder patch
tikiwiki v 4.3 does not have possibility of reminding on events in calendar
tracker item
Calendar setting "detect browser time zone..." shows date labels wrong (-1 day) in month view
Using the same 1.10svn from March 29th 2008 on two sites on the same hosting.

If "Time zone" setting at "Admin > login > default values" was set as default: "Detect Browser time zone if possible and site deafult if not" (or something similar) in the first tiki site, but unset on the second tiki site, then dates in site 1 are shown in tiki-calendar.php month view with a label which is wrong: it shows date -1 day. Site two shows the right date.

I.e.: today Wednesday April 2nd, on site one would say 04/01 (on the wednesday column, which is the correct one), and on site two, it would say: 04/02 (also on the wednesday column, the correct one).

When viewing the event at item view, then the date is shown correctly on both sites.

Once I set "site default" as default seting for new users on site one, dates were shown ok.

I'm afraid that previously registered users on tiki site 1 will have the wrong setting and thus, I will have to change their setting manually....

I would suggest that, if somebody else can confirm this bug, the default setting onp tiki.sql and 1.9_to_1,0.sql would be "site default" and not "browser based thingy....
tracker item
Calendar should support endless repetition
tracker item
Calendar shows Sunday as 1st day of week even if set to Monday, when prefs are 1.10-$prefs.feature..
Sometimes, first day of the week is Sunday, even if you set that to be Monday on Calendar settings.

This bug shows up for us (catalan interface, time zone "Europe Madrid (UTC+1)" when we have in tiki-admin.php?page=general, at preferecnes syntax:
"1.10 - $prefs.feature_foobar..."

When we swich this parameter to
"1.9 - $feature_foobar"

then fist day of the week in calendar is Monday, as expected
tracker item
Calendar shows wrong week numbers
This issue was reported here:
[http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=31232&topics_offset=2&topics_sort_mode=lastPost_desc&forumId=4]

Here in Germany, and most likely in other parts of the world as well, we use an ISO based week numbering system.

The Calendar display the week starting Monday, January 5th 2009 as week 1, while in fact, as least here, week 1 starts on December 29th.

TW seems to use Date.getWeekOfYear() to get the week number. That must be considered a bug, since that doesn't take locales into account.
Instead, TW should use strftime with %U, %V or %W, depending on the locale or depending on settings.

This is backed by PHP "bugs" 19719 and 14422 for example, which were identified as not being bugs at all. The docs of Date are not very clear on what getWeekOfYear() really returns. Both bug entries show how to determine the week number correctly.
tracker item
Calendar sticky popup not working
tracker item
Calendar Synchronisation
There are a lot of different PIM applications using the iCal format, that Tiki can export.

As example I showed a usecase, where s.b. needed a synchronisation between Tiki and Google calendars, to make Tiki generated events visible in his Google Calendar, to ease the effort of sheduling between Tiki generated events and his personal google events.

I suggest a project for Calendar Syncronisation.

Please see: ((Calendar Synchronisation))
tracker item
Calendar template tiki-calendar_nav broken
tracker item
Upcoming events plugin sometimes ignores direct format string instruction
tracker item
Calendar uses wrong permissions
tracker item
Calendar uses wrong separators
tracker item
Calendar v2.2: Custom "url" and "Subscription List" options do not change options
Setting the Custom URL option in a Calendar to either Yes or No still allows a single field for a URL to be added to an event and in neither case do the inputs 'accumulate' into drop down options like the other other Custom options.

Setting the Custom Subscription list option to either Yes or No appears to not change anything and no new options are available for an event.
tracker item
Calendar V3.0rc1 preview loses Priority, Category, Location and Participant data
Still a problem in 3.0rc1

If you have a Calendar where the Custom Priority, Category, Location and Participant options have been set, when editing an event if you Preview the edits then the refreshed screen no longer shows these options in the edit area and saving the event loses the data previously typed in.

tracker item
calendar view does not show events created in the table (they do show up on the upcoming events)
When logging in and choosing calendar the upcoming events (selected to be shown on the right column) are visible, but are not visible in the calendar (table or graphical view) in the calendar view.

After editing and saving (without changing) an event, the event is and remains visible in the table or graphical view of the calendar. However after closing the browser and logon again the same problem returns.
tracker item
Calendar view hides menues
I tried andreas09 theme on themes.tikiwiki.org. When viewing the calendar, the menues the 2nd level is displayed behind the calendar. This applies to other themes as well - e.g. FMSC.
tracker item
Calendar won't jump into next month if in week or day mode
tracker item
Calendar, Reccuring events: ignores multi-day events and other problems
See here: http://tikiwiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=35848&thread_sort_mode=commentDate_asc#comments

I found that bug in 3.3. and now upgraded to 4.1. but it is still there. If I add a reccuring event in the calendar it ignores that I want to add an event which started yesterday and goes for one week - and that every month. After hitting save the event is always stored as happening today and only today - and is not added to happen again next month. Editing is ignored too. Played around with that now for quite some time, at least with my install the "recurring" feature seems totally messed up. Sometimes it works (for existing multi-day events after editing those, but the added recurring events are only one day entries). Creating a new single day recurring entry from scratch doesn't work for me too (no entry at all is created). Can someone confirm that?

Missing information: How is one supposed to enter that an event happens indefinitelly often? There is "end before" as "number of times" and "day before it should end". So what number should I enter?
tracker item
Calendar; Days to display in the calendar (admin settings and calendar settings) selection is not applied
tracker item
Calendar: "Permission denied" when trying to add a calendar item before creating calendar
"Permission denied you can not view this page" when trying to add a calendar item before calendar id is created. Should be : you need to create calendar first.

{THUMB(id=41)}{THUMB}
tracker item
Calendar: "This event is not recurrent" should not be indicated in view mode
In version 3.0, recurring events are now handled. This is great.

However, in view mode, the extra line "Recurrence This event is not recurrent" and the blank line below (which contains hidden recurring event details" causes confusion

For example:
http://dev.tikiwiki.org/tiki-calendar_edit_item.php?viewcalitemId=106

It conveys the message that this event is not recurrent but this is an annual festival.
tracker item
Calendar: Email reminder before an event + a pop-up if user is logged in
Calendar has been great for a while now as an event calendar. But what about for appointments?

For this use, notifications would be sweet. I would like to be able to configure an email reminder before an event (+ a pop-up if user is logged in.)

Time of email reminder should be configurable per event. Sometimes, I want a reminder 15 minutes before. Sometimes, I want 3 days. I could configure to send an email (or SMS) to my phone.

I guess we'd need a cron job for this to work efficiently.

Related: [tiki-view_tracker_item.php?itemId=806|Watch calendar (receive email notication of changes)]
tracker item
Calendar: recur, but not by date; rather, they recur by designated weekday
Congratulations on the work put in on the calendar. I love the recurring event feature!

Of course there is always more: I would like to be able to post an event that recurs, for example, the second Saturday of each month.

Currently, I can only post an event that recurs by date. Many of the events that I post occur on the first Wednesday of the month, or the second Thursday. They recur, but not by date; rather, they recur by designated weekday.

Thanks for any help you can provide on this.

P.S. Also, some events occur the same time each weekday (but not Saturday or Sunday). Providing for weekday recurrance would be a nice addition as well, but less important than the above.
tracker item
Calendar: Update all events with this repeat rule doesn't update any event
tracker item
Calendar: Updating recurring events mass produces double entries
tracker item
Calendars path doesn't load, just sits and thinks
tracker item
Calendars: error saving event when feature_jscalendar disabled
tracker item
Calenday errors - Daylight savings time?
tracker item
Calender date picker jquery unlocalized
tracker item
Calender: Edit broken
tracker item
Can't erase or change a recurrent event in a calendar
tracker item
Can’t use the date picker to change date anymore
tracker item
Canceled calendar events appear in the Upcoming Events module without
Seen in Tiki 5.x and 6.x:

Events that have been canceled still appear in the list of upcoming events in the Upcoming Events module without any end-user notification that the event has been canceled.

Tiki should either:
* Not display canceled events in the module
or
* Display the event with a strikethru (or some other visual cue) to let end-users know that it is canceled.
tracker item
Cannot click on events in calendar view and other calendar issues
tracker item
Cannot see events in Calendar view
tracker item
Categorisation permission issue with Calendars and Trackers
This may be a more general Categorisation issue, but with the Calendar function if a Group is given just view permissions for calendars and calendar events, and an individual calendar is categorised where the Category is defined with this same Group given "view categories" and "view categorised" - then the Group can then add new events and change existing events even though they do not have these base permissions.

This behaviour is similar to that seen with Trackers and posted to the Features/Usability Forum [http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=31343&topics_offset=184&topics_sort_mode=lastPost_desc&forumId=4|here] where a Categorisation overrides a base permission level.

This problem can be avoided by not using Categorisation and instead setting detailed Permissions for the individual Calendar but this is obviously more complex and makes it difficult to impose a systematic security policy across the whole site.

This bug has been tagged against Security since other users may not realise this issue exists and their site security policies may be broken and not realised.

Very old bug now fixed with improved categorisation

tracker item
Change focus of date in Calendars lost with FullCalendar UI
tracker item
Clicking on Calendar on next.t.o takes you to the info.t.o calendar
tracker item
Conference management system : agenda of sessions



Some examples:
http://conf.phpquebec.com/en/horaire
http://code.google.com/events/io/sessions.html
tracker item
Convene plugin missplaces the counts in columns after the winning choice
tracker item
PluginConvene: avoid duplicating content under some circumstances
tracker item
convene plugin: prevent the user to add default info (Add or Add user string) instead of the real username or a different string
tracker item
Create a Tracker field type UUID similar to autoincrement field
tracker item
Creating calendar events creates doubled entries
tracker item
Creation of tracker items with relative dates from profiles shows the right date in view item but empty when editing item
tracker item
Database error when adding calendar item
Cannot create a calendar item. Working as user admin. Receive error "An error occured in a database query!".

System config: Win XP SP3. Tiki 3.0, IIS version 5.1, MySQL 5.0.24, PHP for Windows 5.2.9.2.


Error text follows:

Context:
File tiki-calendar_edit_item.php
Url tiki-calendar_edit_item.php?
Query:
INSERT INTO `tiki_calendar_items` (`user`,`calendarId`,`name`,`description`,`status`,`url`,`lang`,`allday`,`start`,`end`,`priority`,`locationId`,`categoryId`,`nlId`,`recurrenceId`,`lastmodif`,`created`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
Values:
0 admin
1 1
2 A test event
3 This is text for a test event.
4 1
5
6
7 0
8 1243332000
9 1243342800
10 0
11 0
12 0
13 0
14 NULL
15 1243280012
16 1243280012
Message:

Built query was probably:
INSERT INTO `tiki_calendar_items` (`user`,`calendarId`,`name`,`description`,`status`,`url`,`lang`,`allday`,`start`,`end`,`priority`,`locationId`,`categoryId`,`nlId`,`recurrenceId`,`lastmodif`,`created`) VALUES ('admin','1','A test event','This is text for a test event.','1','','','0','1243332000','1243342800','0','0','0','0',NULL,'1243280012','1243280012')
tracker item
Dates format in all GUI
Hi,

Because of partial translations of pages, I use French or English GUI translated and sometimes Spanish, Italian or German.
Because I Have defined complementary of elements of GUI dictionary, it is not so evident to take care the whole time with which language you are working and more the associated date format.

It is the reason, while, after, some errors in input dates in a wrong format that I do believe that the current format to input a date should be always repeated into display tpl or input title (displayed).

This is a long and progressive but useful job in my opinion.

Each time I can do it, I do.
tracker item
Default Duration length in calendar events misscalculated (2h while times were from 18h to 19h)
tracker item
Deleting a calendar (at next.t.o) throw a database error
tracker item
deletion of calendar with no items causes database query error
problem is in drop_calendar function within calendarlib.php.

1.9.x CVS Head Revision 1.50

Lines 103-104
$query = "delete from `tiki_calendar_roles` where `calitemId` in (".implode(',', array_fill(0,count($allItemsFromCalendar),'?')).")";
$this->query($query,array($allItemsFromCalendar));

If there are no items in calendar, $allItemsFromCalendar will not have any items. My setup with MySQL throws query error... don't know if this is universal. Anyway, fix is easy. Simply add if clause to check if $allItemsFromCalendar has any items.
tracker item
Disallow tiki-tell_a_friend.php in robots.txt
Calendar URLs are currently excluded for spiders and bots, for example:

/calendar?focus=1268089200&viewmode=week

excluded by entries:

Disallow: tiki-calendar.php
Disallow: /tiki-calendar.php

However, the URL /tiki-tell_a_friend.php?url=%2Fcalendar%3Ffocus%3D1268089200%26viewmode%3Dweek would be spidered instead.
tracker item
duplicating events in calendar is broken on 1.10svn right now (April 17th)
Duplicating events in calendars is broken on 1.10svn right now (April 17th)
If anybody wants to test (to reproduce it) on site, I can grant you account details here (a production site):
http://moviments.net/cursos/tiki-calendar.php

I tried editting this, and clicking to duplicate button (to make a new event from the edition of an existing one; I thought I could do that on previous 1.9.x sites), but no success:
http://moviments.net/cursos/tiki-calendar_edit_item.php?viewcalitemId=64

I tried also creating a blank new item, fill in the form for the calendar item, and instead of cliking on the "save" button, click on the "duplicate to" and select the calendar where I wanted to duplicate this item to.

After the click to the button, I saw another item in the edit event form (on the same browser window), and in other tabs, I could see that no new event was added, neither for that calendar selected or any other on the site.

It's a pity that calendar events can not be duplicated on 1.10svn, since it's a very useful feature for high load tiki sites. (like when adding 10 sessions of a new course, all of them with similar details except for the day of the month, etc.)
tracker item
Edit own calendar items
Users should be able to edit the calendar item data they submitted.

Ex.: An event is added, but a few days later, the description of the event is improved.

It could be a permission or just a setting for the calendar.

Watch event would be nice so we could have some sort of tracking.

Suggestion by Étienne Massé

tracker item
Edit-help modal displays behind edit-event modal in calendars
tracker item
Editing an event changes the time + article & tracker time can be wrong.
Can be duplicated on tikiwiki.org

start and end time in tiki-calendar.php (add or edit mode) takes the GMT time, even if the current user is in local time.

This is not such a problem when adding an event because the user is expected to choose the time.

However, when someone edits an existing event, the start & end times are reverted back to GMT. When the user saves the event, the time is several hours off.

--

Related:
Also affects tiki-edit_article.php, tiki-edit_submission.php and tiki-view_tracker.php (when submitting a tracker)

To duplicate the bug, you must be in a different timezone than your server.
tracker item
Editing an event resets its hour and minute
Editing a calendar item via
tiki-calendar_edit_item.php
resets its hours and minutes to strange values.

This is my first bug report here, I could not find the issue somewhere and believe some experienced developer should review my fix.
tracker item
Elegant theme problem
When I am using the calendar on mouseover the month the year changes colour. The normal colour of the month seems to be a red rather than the standard white and so cannot be seen against the blue background. You can see this at my site www.granthamlions.org.uk. Thanks
tracker item
Elegant theme problem
When I am using the calendar on mouseover the month the year changes colour. The normal colour of the month seems to be a red rather than the standard white and so cannot be seen against the blue background. You can see this at my site www.granthamlions.org.uk. Thanks
tracker item
Error when adding calendar items
When adding new items to calendar, I get:

An error occured in a database query!

Context:
File tiki-calendar_edit_item.php
Url tiki-calendar_edit_item.php
Query:
INSERT INTO `tiki_calendar_items` (`user`,`name`,`description`,`status`,`url`,`lang`,`calendarId`,`start`,`end`,`locationId`,`categoryId`,`priority`,`nlId`,`lastmodif`,`created`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
Values:
0 ehileman
1 OTA Board Meeting
2 Monthly Board Meeting at CCOSA
3 1
4
5
6 1
7 1219946400
8 1219921200
9 0
10 0
11 0
12 0
13 1219693367
14 1219693367
Message:
Data truncated for column 'priority' at row 1
Built query was probably:
INSERT INTO `tiki_calendar_items` (`user`,`name`,`description`,`status`,`url`,`lang`,`calendarId`,`start`,`end`,`locationId`,`categoryId`,`priority`,`nlId`,`lastmodif`,`created`) VALUES ('ehileman','OTA Board Meeting','Monthly Board Meeting at CCOSA','1','','','1','1219946400','1219921200','0','0','0','0','1219693367','1219693367')
tracker item
Event created with start and end time moves start time to NOW, then to 12-31-1969
tracker item
Event limit for calendar_new module
The calendar_new module does not display event links or popup boxes after a certain point in the month view when there are many events in a given month. The links and popups re-appear in week view or in month view if fewer calendars are aggregated into the mini-calendar. If an event is deleted in one of the aggregated calendars, the mini-calendar will show an additional day of links/popups. The problem appears to be associated with the number of events that must be displayed, although I cannot verify this. The links and popups disappear after about 35-50 events have been displayed.
tracker item
Events Calendar UI Enhancement suggestions
When a user clicks on the little magnifying glass to view an event, I would recommend that the first two items displayed be "Title" and "Description". The other items that currently appear first ("Calendar", "Recurrence", "Start" and "End"), although important, are usually not why the user clicked on that event.

Usually, the user is interested in finding out more about what the event is - information included primarily in the "Description".

The event's "Title" is all that can be viewed initially for a given date and it includes only a few words. If the user's interest is piqued by those few words, the first thing the user would like to see is a fuller description.

Currently, the user clicks on the event and then has to click on the magnifying glass and then has to read half-way down the page before finding out more about the event proper.

Those other items could be more usefully placed below "Description" so that they can be read if the user is interested.

I would argue that this would make the calendar more user-friendly.

I would also encourage placement of the magnifying glass to the left of the "edit" icon (when the user first clicks on an event) for similar reasons. Many more people will want to view an item than edit it, so the magnifying glass (or "view" icon) would more usefully come first.
tracker item
Events generates db error if not logged in
tracker item
Export Calendar as CSV
It looks as though there is a Calendar import feature using CSV (tiki-calendar_import.php) however there are no options to export as CSV in tikiwiki 3.2. The only Calendar export option that I see is exporting to iCal (via tiki-calendar_export_ical.php) but that is not working for our group ([http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3152]).

Can Calendar export to CSV be possible?

We are running in a multi tiki environment on Windows Server 2003, tikwiki 3.2 and php 5.3.
tracker item
Expose icons to Monitor/Subscribe to Calendars when more than 1
tracker item
external feeds don't show date any more (just bullet points) since upgrade to 4.x or 5.x (they seemed to work well in 3.x)
External feeds don't show anymore the date of the feeded content, and they used to do while in Tiki3. After upgrade to Tiki4 and Tiki5 (or with new Tiki5 installs), dates are not shown any more.

The problem might be in the Tiki providing the feeds, not the tiki getting them.

E.g.:
http://moviments.net (using Tiki 3.5 by the time of this bug report) is set to fetch in a module in the right column (called "__Altres esdeveniments__") the feed from a site with Tiki 5rc2 (from svn) here:
http://intercanvis.net/tiki-calendars_rss.php?ver=2

Previously, the right modules in moviments.net was showing the dates properly of each calendar item fetched.
tracker item
Fatal error while accessing Tiki Calendar
tracker item
file tiki-calendar_calmode.tpl missing while still included in tiki-action_calendar.tpl
tracker item
Fixing calendar "confirmation" radio buttons to look like all the others (bootstrap) in Tiki
tracker item
FOAAgain
tracker item
FullCalendar (Full Calendar) minor UI bug
tracker item
FullCalendar UI doesn't load in mobile: use former calendar UI as a fallback
tracker item
FullCalendar view ignores Calendar setting to not display some days like Saturday and Sunday
tracker item
Gantt charts
Please see: ((Project Management)) and ((TrackerToGanttChart))
tracker item
Group Calendar is inconsistent in menu
Calendar should be like the other elements in the menu

for exemple:
Calendar
view calendar
add an event (which means we need an URL for this)
admin calendar
tracker item
Have to set number of days to archive events when creating calendar
Have to set number of days to archive events when creating calendar.

steps to reproduce:
go to calendar
go to admin
fill in form but leave "Delete events older than" blank.

expected result:
calendar created

actual result:
"Notice: this variable may not be empty: days "
tracker item
I can't add recurrent events to a calendar on remote host, but I can't reproduce in local
Hi:
I can't add recurrent events in this web site:
http://moviments.net/uelm/tiki-calendar.php

Neither me, nor other editors in this web site.
Single items can be added with no problem.

However, I've tried to reproduce the problem in local , and I haven't been able to do so. I can add single events, and recurrence rules without problems.

I can provide the db of the problematic site, to allow further investigation of the settings in that site...

tracker item
In calendar the titlebars in the tool tips should be consistent - i.e. all should show the function
When hovering over an item, there opens a tooltip. This tooltip got a titlebar that reads the time and some title. For changes in the Wiki it reads e.g. "17:43 - Wiki". But for Blogs it reads "17:43 - Name of the blog". Perhaps better would be "17:43 - Name of the blog Blog" or "17:43 - Blog: Name of the Blog".

This is especially interesting for Forums, because the "o" as an icon for forums doesn't tell most people anything.
tracker item
Incorrect definition of a 'quarter' in calendar
tracker item
Undefined indexes related to calendarlib.php at 'console.php daily-reports:send'
tracker item
integrate a schedule coordination tool in tiki like doodle
In groups of people you often have the problem to find day/time when all the people have time to meet.

Especially if they are not in the same room.
And even if they are present its difficult to talk about all the pro and cons when is the best time.


http://www.doodle.com/
Is offering an easy solution. Everybody marks the spots when he has time. Doodle comes up with a proposal, when is the best time to meet. No discussions, every vote has the same weight, non-party and you can always reproduce how the decission was formed.

Can we integrate something like this? Especially because the Tiki direction goes more in decision making.
That feature would fit perfectly in.
tracker item
integrate a schedule coordination tool in tiki like doodle
In groups of people you often have the problem to find day/time when all the people have time to meet.

Especially if they are not in the same room.
And even if they are present its difficult to talk about all the pro and cons when is the best time.


http://www.doodle.com/
Is offering an easy solution. Everybody marks the spots when he has time. Doodle comes up with a proposal, when is the best time to meet. No discussions, every vote has the same weight, non-party and you can always reproduce how the decission was formed.

Can we integrate something like this? Especially because the Tiki direction goes more in decision making.
That feature would fit perfectly in.
tracker item
Issues with adding a new event to calendars
tracker item
It should be possible for calendar event location to be a link
tracker item
MEbneter
Contributors
tracker item
Calendar (TW6.7) month view does not render correctly in IE8, shows different calendar months in IE8 than in other major browsers
The calendar in TW6.7 does not render correctly in IE8. It shows two months worth of dates instead of the expected single month when in month view. Week view and day view render correctly in IE8, though.

Also, amazingly, the same install of TW6.7 shows the dates of the month of March when viewed with IE8 and April (the current month) when viewed in IE9 and other major standards compliant browsers.
tracker item
Adding an event to the calendar
In IE7 and IE9, when we add an event to a calendar the month calendar gadget does not open up. It only shows ...

This started after upgrading to version 6.6. We are currently using Chrome as a workaround.
tracker item
Calendar Displays Wrong Date. Events Jump Around
UPDATE, IT GETS WORSE: SEE BELOW
The calendar Week view shows an entry one day BEHIND the event's actual date. The Day view and Month view are correct. See this example. The entry is correct, the event begins and ends on the 26th and this shows in the sidebar module and the month view, but the Week view (which the module displays when you click on an entry) is wrong.

{img src="http://worldfreemansociety.org/display1212"}

IT GETS WORSE

Now the event is jumping around in the calendar, and the calendar thinks it is now tomorrow. After using the site for awhile, just adding an article and reading some pages, suddenly the Calendar is wrong.
Note:
The Event has NOT been edited by anyone, yet it has changed.

Also notice in Week View the event now appears in the past, and --the calendar thinks today is tomorrow. -- The "today" display was caused by the time/date setting being set to a different time zone. The rest is still wrong.

Calendar: Completely unusable.


{img src="http://worldfreemansociety.org/display1215"}



P.S. It is inconvenient that I can't upload an image to this bug tracker post directly and I have to upload it to my site first. What if the problem had to do with the file gallery not working ;-)

tracker item
Calendar, FullCalendar
Activating the PlugIn FullCalendar for the display of calendar items does not show event information as expected when using the 24h display mode.
It seems that FullCalendar is not aware of the setting (12h/24h) and shows the time as AM/PM anyway.
tracker item
Calendar: deleting a calendar is impossible as long as it contains a recurring event
It is not possible to delete a calendar as long it contains a recurring event. The User does not get proper feedback as why he can not delete the calendar.
tracker item
Calendar, module upcoming events
The module upcoming_events does not indicate whether an all-day event lasts longer than one day. Such an event is only listed once on its first day. If the end date of events, that don't last all day is not displayed (parameter showEnd=y), an event lasting multiple days is indistinguishable from an event lasting only a few minutes.
tracker item
"birthday/recurring date" tracker field type
i
tracker item
Calendar Recurence
I
tracker item
Calendar module not nice in main page
T
tracker item
Report doesn't filter by date
Report doesn't seem to filter by date as it's supposed to do.

I select to list only values after a date (by the way, how does report know that this field is supposed to be the start date? just because is the first one of a couple of consecutive date fields in a tracker?), and value before that date are also shown.

I mean, we have a tracker with several date fields (4 in fact) for project management:
* when the project was requested
* when the project started
* when the project is due to be finished
* the date of the next deadline to meet within the project timeframe.

Ideally, the user should be offered the option to select which tracker field want to use as a start date for the filter, and which one as the end date for the filter. And not just the creation date or the modification date.

Right now, it seems to be using either the creation or modification date of the tracker item? (which is less useful and less versatile than what it could be with the previous improvement of the design)

The other things that might be affecting the missbehavior of the filtering by date is that the date field in a tracker can be set either by using the "Date and time" tracker field, and the "Date and time (Date Picker)" (jquery) tracker field.
See http://doc.tiki.org/Date+Tracker+Fields

They both seem (from the end user point of view) to have different way to store data:
* JQuery date picker from the tracker-field "Date and time (Date Picker)" seems to use this syntax for dates: __yyyy-mm-dd__
* JQuery date picker from the Report Builder (tiki-edit_report.php) Start and End dates, seems to use this syntax for dates: __dd/mm/yyyyy__

Maybe this is also interfering in the filtering by dates?
tracker item
Calendar module: parameter value missing in URL
There is a mouse over pop up ''short view of events'' in calendar module. Options there are export, edit, delete or view, and finally close the pop up. It seems the value of parameter __calitemId__ is missing there.
At the calendar page's click event pop up (which shows more information) the value is correct.
tracker item
Calendar event description: embedding external links
In a calendar event's (click) pop up (not calendar module with mouse over) there is a strange behaviour with URLs:

1) If event description starts with an external link, this link is shown with name of calender, further description ommittet.

2) If event description contains an external link, the description before this link is shown, the link is shown with name "Calendar: $name_of_calendar", and further description is omittet.

Maybe the problem extends to internal links (not tested yet).
tracker item
Turning Tiki-Calendar off in Features creates scripting loop issue, causing Tiki 10.0 to stop working due to max queries server issue
Recently, I went into Admin and turned off one of the features in Admin at tiki-admin.php?page=features. The feature was Calendar in Global Features. But that brought up a problem that I was able to investigate in my host server's error logs:

.../tiki-calendar.php
PHP Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1226 User ... has exceeded the 'max_questions' resource (current value: 75000) in .../wiki/lib/core/TikiDb/Pdo.php on line 78

PHP Warning: Invalid argument supplied for foreach() in .../wiki/db/tiki-db.php on line 152

PHP Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1226 User ... has exceeded the 'max_que ...
... /wiki/tiki-lastchanges.php
tracker item
9x LTS: Wrong end time set when recurring events created
I created a set of 2 recurring events on a weekly basis: two consecutive mondays, and set the time from 10:00 h (a.m.), and duration of 4h (so end time should be 14:00h, e.g. 2:00 p.m.)

Once the events are created in the calendar, they show wrong end date. I think I created them today at 9:16 or so. So the end date is something like 10:16h, instead of 14:00h.

I'm using Full calendar interface, interface in Catalan (I wonder if this matters), and an updated version of Tiki9.x (svn), r44454


I edited then the first event in the calendar, selected the right end time (not by means of duration but by means of explicit end time: 14:00h) , selected to update all events from the recurrence rule, and saved.
The second event did not get the end date fixed, but still showed the old end time 10:16h.
tracker item
Project management with PluginTrackerCalendar (fullcalendar resourceviews): annual view + filters needed
The "((doc:PluginTrackerCalendar))" (fullcalendar resourceviews) needs annual view (for project management)

Because real projects last more than just a month... and managers want to see the evolution over time (monthts)

Moreover, we need "filters" for up to 3 tracker fields to control de display of data from the tracker

3 tracker fields because you usually want to review by:
(1) user/s,
(2) dates,
(3) a field related to the project itself (priority, custom field such as project type, etc)

---
A basic attempt is using plugin custom search, but I don't yet get the right syntax to filter events in the trackercalendar based on the results of the dynamic filter specified by the user.
Reproduced:
http://xavi-9794-4391.show.tikiwiki.org/tiki-index.php
u: admin
p: 12345
tracker item
Main Feature
Features Classification
tracker item
Changing date of a calendar event sends a watch email with the former date
Changing date of a calendar event sends a watch email with the former date

tracker item
jake
Contributors
tracker item
JavaScript Calendar Hidden in Insert New Tracker Item Screen for Tabbed Strasa Theme
JavaScript pop-up calendars get hidden behind CSS "layers" in Trackers, especially when using the tabbed view. I've noticed this problem with more than one theme (Strasa and Tikipedia). It's a shame, since the popup calendar (or date picker) is such a useful tool, and works well in the 4.0 Add Calendar Item interface.

Workaround - Turn "tabs" off when inserting a new item, or else use the date selector control (not as nice) also provided with trackers.

The hidden date picker / popup calendar occurs in the latest versions of Explorer and Firefox, so it doesn't seem to be a browser problem, but rather a stylesheet problem (?).

~~#f00:__UPDATE - DEC 16, 2009__~~

This bug has been seen before...
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1585&show=view&trackerId=5

The "fix" can be made locally - see workaround below
tracker item
JQuery Datepicker/JS Calender do not appear in other languages
As mentioned on subject: jquery datepicker should appear in a translated version with other site languages than english. But it doesn't.

E.g. look at the datepicker on [http://i18n.tiki.org/tiki-calendar.php].

It remains in english even if the site language is changed.
tracker item
JS Calendar input in a tracker and use tabs : calendar doesn't pop up behind tabs
(17:34:00) snarlydwarf: god, i love tiki.
(17:34:37) snarlydwarf: "why are you haveing people go to a tracker, lookie, heres a wiki page that looks prettier but still fills out the tracker form"
(17:37:18) snarlydwarf: oooh, someone with commit wanna fix an annoying jscal feature?
(17:37:41) snarlydwarf: at line 745 of lib/jscalender/calendar.js
(17:37:57) snarlydwarf: in the 'this.isPopup' clause
(17:38:36) snarlydwarf: add div.style.zIndex = "300";
(17:38:51) snarlydwarf: so the dumb calender doesnt pop up behind tabs
(17:39:09) snarlydwarf: 300 seems sufficient to be 'higher' than other items on the page
(17:39:44) snarlydwarf: you can see this if you have a jscal input in a tracker and use tabs
(17:40:05) snarlydwarf: (at least in 1.10)
(17:40:41) nyloth: snarlydwarf: thanx. Don't hesitate to commit this, or to send it to the devel mailing list
tracker item
JSCalendar field type broken in Trackers
# Create a field of type JSCalendar
# go entering a new tracker item
and see weird behaviour:

__With Konqueror:__
* JSCalendar opens
* You can select a date
* Clicking besides the calendar closes it
* The field still reads the current date, that was shown, when starting to create the tracker item

__With FireFox:__
* JSCalendar opens
* You can select a date
* JSCalendar is closed immediately
* The date field is empty

Saving the Tracker item saves the always the current date and time with both browsers
tracker item
jscalendar is bugged
We are using jsclalendar .96 which is affected by a known bug.

1.0 is now in BRANCH-1-9 . Please test!!
tracker item
jscalendar resets the day to today when the hour is changed
And since clicking a date choose it and closes the box, js calendar is practically unusable at the moment.
tracker item
jscalendar saving wrong time at tiki calendar
Using 1.9.cvs (but this bug has been there for months... :-/ )

When saving a new entry in calendar, if jscalendar is enabled, then the time you selected at save time is not the one you see as recorded, but some hours different.
tracker item
jscalendar still unusable right now: unable to select a month+day+time with it if not default month
Using recent 1.9.8code, on calendar feature:
jscalendar still unusable right now: unable to select a month+day+time with it if not default month
When you click on the next month (aiming to select then the day of that month), the popup jscalendar box is closed with the new motnh selected, but not the day or hour. When you click to navigate again, current date is shown again as default...

If you change first day, then month is not changed and you have to start over from the beggining each time... => unusable.

Using firefox 2.0.0.6 under win 2k.
---
BTW, probably related to this other old bug from amette (probably unsolved, also):
[http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=388&trackerId=5]
tracker item
jsCalendar widget unaware of time zones and recording event to one day earlier than selected (timezone difference of 6h)
tracker item
kerrnel22
Contributors
tracker item
koth
Contributors
tracker item
Looking at "events" in products tracker yields exception
tracker item
Malformed date syntax in tiki-calendar_nav.tpl
tracker item
Manual selection of time/date when adding events should be optional and off by default
This manual time / date selection (code below) should be optional off

__Sorry, code plugin doesn't work so below looks weird...__

{CODE()}
<input type="text" name="start_freeform" value="{$start_freeform}">
<a {popup text="{tr}Format: mm/dd/yyyy hh:mm<br />...}{/tr} {tr}See strtotime php function{/tr}"}><img src="img/icons/help.gif" border="0" height="16" width="16" alt='{tr}help{/tr}'></a>
{tr}or{/tr}

<input type="text" name="end_freeform" value="{$end_freeform}">
<a {popup text="{tr}Format: mm/dd/yyy hh:mm<br />...}{/tr} {tr}See strtotime php function{/tr}"}><img src="img/icons/help.gif" border="0" height="16" width="16" alt='{tr}help{/tr}'></a>
{tr}or{/tr}
{CODE}

tracker item
#649
Contributors
tracker item
Mini-Calendar link from features page goes to useless page
I think this feature refers to the small calendar that can appear in a left or right module. The help link currently points to the calendar page, which only describes the JS navigation calendar.
tracker item
mlaporte
Contributors
tracker item
mod-calendar_new.php module displays strange month view when list view in tiki-calendar.php
Version 2.1 & 2.2

modules/mod-calendar_new.php displays strange month view when selecting LIST VIEW from tiki-calendar.php. The date (numerical) is placed several days backward in regards to day of the week (Monday - Sunday).

Screenshot (sorry so large for clarity):
{img src=show_image.php?name=calendarMODIssue20081023.gif }

This issue appears to be with the month view in mod-calendar_new.php assigned to variable $calendarViewMode. When I select $calendarViewMode='week' this issue does not arise.

I duplicated the function below in lib/calendar/calendarlib.php:

{img src=images/code.png}%%% {CODE()}
if ( $_SESSION['CalendarViewList'] == 'list' ) {
if ( is_array($listtikievents) ) {
foreach ( $listtikievents as $le ) {
if ( is_array($le) ) {
foreach ( $le as $e ) {
$listevents[] = $e;
}
}
}
}
}
{CODE}

I modified it to say:

{img src=images/code.png}%%% {CODE()}
if ( $_SESSION['CalendarViewList'] == 'calendar' ) {
if ( is_array($listtikievents) ) {
foreach ( $listtikievents as $le ) {
if ( is_array($le) ) {
foreach ( $le as $e ) {
$listevents[] = $e;
}
}
}
}
}
{CODE}

This caused it to be "fixed" but it broke in Internet Explorer by showing a full semester view in the calendar. Not so desirable effects. We've since switched to the week view in the mod-calendar_new.php module with no issues.


tracker item
mod-events doesn't work with php5
templates/modules/mod-events.tpl uses mktime and under php5 it needs to have all arguments as integers.
Simple patch:
tracker item
Module Action Calendar : a way to activate the functions desired or desirable
Hi,

I have tested and look at dev of the module Action Calendar on 6.0 and 6.x trunk.
It need to be polished.
There are some misfit.
Who read this must understand that the function where not ended for 6.0
This note is technical sometime for a good link to dev team.

The item 3650 relates that the popup which shows action buttons can't be reached.

In fact as the function is not polished the buttons are the same as module calendar, but they have not corresponding available functions.

As I test to set these popup as "sticky" it function as the main calendar. After I test various issues :
#Action link on the cell of a day -> go to show a calendar of a full week. Can display thousands of events.
#Buttons on popup goes quite nowhere

!Module Action calendar
Note that any cell is related to several events then any action must leads to a list of events,
!!What can be wished :
!!!Global action buttons (nav.tpl):
Add a button to go directly to calendar for the current span of time (day,week, month..), two buttons : calendar or list (to earn time) in the future 7.x full page calendar
!!!Action on the link of the cell (day)
Display the list of "events" (sometimes truncated into the popup as it is desirable) for __the corresponding date "day".__
!!!The list offers
* Link to the object
* Add a comment to event (first column of list)
* type of event , not already made
!!!Action on popup buttons
Any button which have action opens and operates on the list of events of the day. *The buttons can't be the same as main calendar
*As the events are system events they can't be updated neither deleted.
*The update could be to add a comment to but as it is a list... for the day it is into the list.
**the events can't be edited, but an enhancement can be to have the capability to add comment
**the events can be listed for the day (the function is not edit_item but calendar with date="date" viewmode=day and listmode=list)
**a button on the popup can activate directly the calendar view with options of time span "day, week, month" or list with same options

!Module Main calendar
Note that any cell is related to several events then any action must leads to a list of events,
!!What can be wished :
!!!Global action buttons (nav.tpl):
Add a button to go directly to calendar for the current span of time (day,week, month..), two buttons : calendar or list (to earn time) in the future 7.x full page calendar. Options : view only, view and add comment (if rights opened), edit
!!!Action on the link of the cell (day)
Display the list of "events" (sometimes truncated into the popup as it is desirable) for __the corresponding date "day".__
!!!The list offers
* Button update
* Button delete
* Button copy and edit
* Button repeat the object (daily, weakly, monthly, trimestrial, yearly, fiexed date - checked on calendar) option edit list generated after
* Link to the object
* Add a comment to event (first column of list)
* type of event , not already made, edit types (a structure only for events classification), modify type (check on structure)
!!!Action on popup buttons
Any button which have action opens and operates on the list of events of the day. The buttons can be
*Show the list (right can be only "show_calendar items" and not "edit")
*Display the list in edit mode
*As there are several event they can't be updated neither deleted directly only defined upon the list.
*Depending of opened rights the update button could be "show full list : can add comment " if right opened
Notes :
**the events can be listed for the day (the function is not edit_item but calendar with date="date" viewmode=day and listmode=list)

!For 7.x :
!!Calendar with Gantt presentation
!!Calendar content can content several types of objects with various rights.
See corresponding text (the link to wished features projects for 7.x about calendar will be here soon ###)
tracker item
module calendar (or calendar new) show two letters and not just one for week days
module calendar is only showing one letter for the week days. However, some languages (such as Catalan, at least) have all week days starting with the same letter, which produces a useless letter on the top (if you take into account whtat it might be showing sunday in the first place instead of monday, which is the first day in the whole spain, Andorra and other Catalan speaking countrees.

example of useless calendar week days:
http://moviments.net

or maybe just add a popup (overlib?) tip with the full name of the week day when the mouse pointer is over the letter?
tracker item
More granular control of recurring events in Calendar
In the calendar, you can schedule a recurring event to happen weekly. In my particular use case we use TikiWiki for, among other things, tracking who in my department is carrying the 24/7 pager so everyone knows. There are between 5 and 7 of us depending on turnover, and we take turns holding the pager for one week at a time each.

With current functionality we must manually enter the pager schedule and re-do it should anyone quit or get hired. It would save us a lot of time if we could just say person A gets pager every 6 weeks, followed by person B, C, D, etc.

tracker item
moving/copying recurring events in calendar
I just played around with recurring events in calendar. Added a weekly event in the group calendar, and after saving it, reopend the first recurring event. On the top is the dropdown list with all available calendars and I choosed the public calendar from this list.
This produces a move of the event from the group to the public calendar; I think, the user should be ask here, if he wants to move the event or have just a copy. This affects also non-recurring events.
Specially for recurring events there should also be asked, if just this event should be moved/copied or also all recurring events. At the bottom of the page is a radio button for this purpose, but its value is ignored in this case.

I don't know if this is possible, but it would be nice if someone with skills would make some thoughts about it.
tracker item
natokpe
tracker item
Need setting for AM/PM in pop up Calendar event
The pop up calendar in Calendar view only shows 24hr time and there seems to be no place to set this. It does not respect the time settings in admin/General as the rest of the Calendar does. Here in AM/PM land it makes it unusable and I've had to disable it in the template.

Sorry if I've entered this wrong -I'm a user and I'm not sure I'm even supposed to put things here.
tracker item
New calendar items can't have times starting in the AM, and ending in the PM
tracker item
New calendar items don't calculate the time codes correctly when altering Start and End time
tracker item
New Tracker Field Types to relate trackers with "anything"
Real examples:

I created a tracker "Books" with fields like "Cover" (image) and "1st Chapter" (attachment). It would be great if by inserting a new item in Books, the cover and the 1st chapter would automatically be created in File Gallery.

I have a blog that show events as posts. It could be integrated with Calendar by a tracker, making it possible to insert a blog post and a calendar event at the same time and relate them.



tracker item
Not possible to duplicate events in calendar 2.2
The "Duplicate" command no longer exists for an event that is already posted. Previously, if I had an event that was going to be repeated, I simply had to save it, re-open it, make the date changes and then click on "Duplicate".

Now the "Duplicate" command only exists before an event is saved. Once the event is saved, "Duplicate" disappears; which sort of destroys the whole point of "Duplicate" (if I click on "Duplicate" for an event before it is saved, I'm not really duplicating it; I'm just changing the date.)
tracker item
On preview or save, the calendar moves the opening and closing hour of the event to one hour earlier
This is in 1.9.8 only. In 1.9.7, On save the opening and closing hour of an event were moved to one hour later.
tracker item
Option to Insert a new event in calendar when posting a new tiki article of type "event"
In order to avoid duplication of effort, It would be very nice to be able insert a calendar item when editing an article in Tiki.

I imagine that as a new option in article edit form, for any article type or just some type, like "event", or so. You should be able to select the date or dates to insert that info in the calendar feature, select which calendar, etc.

So that calendar and upcoming_events module is updated when a new article is posted with that option selected.
tracker item
Peculiar layout in tiki-calendar_edit_item.php conflicts with localization
tracker item
permission denied error when trying to add event to nonexistant calendar (on new install)
With a new install and you click on "add event" (after activating calendar) you get an error "Permission denied you can not view this page".

However, the real problem is that no calendar has been created so tikiwiki can't add the event.

The error message should be more descriptive.
tracker item
PluginConvene UI doesn't allow editing date choices for a user anymore
tracker item
PluginConvene UI doesn't display X number cells when casting choices after user added X number of new dates
tracker item
PluginConvene: Have more options than OK and Not OK
tracker item
preview button is missing on tiki messaging and trackers
You can not preview a message written through tiki-messaging system (inter-user messages), prior to its post.

Same on trackers.
tracker item
Preview Calendar Event bug
When using multiple calendars, the "Preview" function for editing events has a bug: Editing an event in a calendar and previewing may ask to save the event in a different calendar - it appears that this is always the last added calendar (with the highest ID in the table).

This should be an easy fix, that's why I've put the priority up high.
tracker item
Print version of calendar
Calendar is coming along nicely. It would be nice to have a printable version

# without right & left borders.
# without truncating titles
tracker item
Problem with Calendar Perms in v 3.0
Scenario:

#joeuser and janeuser are members of their own groups and a group called "General." All users are members of the General group.
#joeuser and jane user each have their own calendars. There is a General calendar as well.
#Perms are as follows:
**General group gets browse/view/change/add for General calendar, plus browse/view for joeuser's and janeuser's calendar.
**joeuser and janeuser get change/add for their respective calendars.

__Issues:__

#joeuser and janeuser can post to each other's calendars and can edit entries, which they should only be able to do for their own calendars.
#joeuser and janeuser can't delete from any calendars.
#anyone in the General group can edit entries and post to any calendar.

While I don't have a public site for you to duplicate it on, I checked the perms arrangement on one of my 2.x sites and it worked well.

---
2013-12-04 petjal
Tried to test on show. Calendar link threw error:
http://wikiman-10585-2248.show.tikiwiki.org/tiki-calendar.php
show:show
admin:showadmin
joe, jane pw:password
tracker item
Problem with date of events on calendar
Hi everyone,

When I create a calendar event (for example) on April 8, in the view mode by weeks, the event appears on April 7 (lag of one day).

..bug?

Any idea about this?..bug?

thanks a lot!
Regards.
tracker item
Problems in advance/decline in mini-calendar
Url .../tiki-minical.php?view=weekly&day=24&mon=05&year=2009

In minical, in the light of daily and weekly scroll backward jumps in twos and forward does not change.


sorry for bad translation
tracker item
provide some button in Plugin Convene for users to save their choices (or cancel) other than the edit button they clicked on to display the options to choose from to make it more consistent with the rest of tiki
tracker item
Random numeral "5" appears on calendar entries
Just a weird little bug. The numeral "5" seems to appear randomly beside calendar entries; not on all, just a few.
tracker item
Record Calendar-related actions at the Action log
tracker item
recurrence rules in calendars are broken to me
Three issues with recurrence rules in 3.0 (tested in 3.0beta1, at the http://tikiwiki.org/TikiLiveCD 0.5a)

# When you hit preview event (before adding the new event to the calendar), the recurrence rule data is lost.
# -- A recurrence rule conflicts with something else. I get "~~red:Events cannot end before they start~~", but the settings are not to produce this warning/error message. The event canot be posted to the calendar. See image attached to this bug report.--
# If admin has not set the default calendar to be viewed by default (I didn't even know about that new setting in 3.0), events are not shown in the calendar for each user until that single user clicks on "Visible Calendars", and select the calendar (even if only one!), in order to view the events he/she has just added. Another user has to do the same process.
---
updated May 4th 2009: the second bug report from the list of three can't be reproduced anymore, at least with tiki3rc1.
The third, seems fixed in a quick trial I?ve just made (I read days ago that nyloth fixed that).

The first one about the preview is still applicable.
tracker item
Recurrent events crossing DST change
When weekly recurrent events are entered into a calendar, and the recurrent event spans a DST transition date, all events after the DST transition date are offset by one hour.

The way it SHOULD work is that the local time for the recurrent event should not change. (What Tiki is apparently doing is keeping the UTC time constant, not the local time.)
tracker item
Recurring events in calendar
should have Recurring events feature on calendar, that will be great...
tracker item
Removal of calendar that has been categorized does not uncategorize it.
Problem as described in summary.




tracker item
Remove current calendar templates and converge on FullCalendar
tracker item
Resource Checkout System and rental pool (to reserve rooms, books, cars, etc).
I would like to have someone develop a resource checkout system. This could be for a small library of books, videos, etc. or other resource that people can check out (company van, etc.).

Admin Side:
* Category admin
* Resource admin
* Users admin
* Inventory status (what is checked out, what is in stock etc.)
* Users who currently have the item
* Checkout length admin (custom settings by item, or blanket timeframe, or no checkout length)

User Side:
* List of items available (categorized by type: videos, books, tapes, etc.)
* List of items you are on the waiting list for
* Your position in the list (You are 3rd in line for this item)

Automatic Pieces:
* User notification of an item coming due / past due
* User notification that the item they were waiting for has been checked back in.


This might also be able to be expanded to serve as a rental pool with just a little extra work.

Related:
((Marketplace))
((Shopping Cart))
tracker item
RSS Calendar Security problem - anonymous users allowed access to secured calendar via RSS link
Preface: This is my first bug entered and I am also *very* new to TikiWiki.

With that disclaimer out of the way:

The problem is that the RSS calendar link at the bottom of the default install seems that it bypasses or overrides the security.

I had set up a restricted category and a restricted calendar tied to that category. I created a user with access and it worked fine. I logged in as a test user to make sure it was working correctly. I could see the public calendar and the public topics but not the restricted ones. I thought this is great.

Then, when I was not even logged in as any user, I clicked on the RSS feed at the bottom of the screen and guess what? It showed me all the contents of the restricted calendar and the public calendar, too.

Thanks.
tracker item
RSS feed for all upcoming public calendar items.
RSS feed for articles is last 10 articles published with title, date & time, description & link.

RSS feed for calendar will be upcoming 10 events with title, date & time, description & link.

Nice to have: permission checking to make sure feed only contains events visible by anonymous.

An example:
http://facil.qc.ca/cal/rss.php


2006-04-11: It's partially done:
http://repex.qc.ca/tiki-calendars_rss.php?ver=2

Only some of the events are shown, but not all.

Please make sur it's included to tiki-bot_bar.tpl & header.tpl for all styles.



tracker item
RSS feeds on tiki calendar + calendar data sharing via RSS (remote calendars) or ical
We already are able to show articles, wiki page changes, etc on our calendar. So, how about showing RSS feeds on tiki-calendar.php? That would be a nice way to aggregate all the RSS feeds :-)

RSS feeds could be filtered much the same way as Group Calendars and Tools Calendars. A third column would be added with all available RSS feeds. Users could select via checkbox which RSS feeds they want. (By default none are selected)

Therefore, thanks to RSS in & out for calendars, several Tiki sites could federate calendar data via RSS.
http://tikiwiki.org/tiki-calendars_rss.php?ver=2

Later, we can add ical and hcalendar (http://www.microformats.org/wiki/hcalendar). But in the mean time, it's an easy & efficient solution for calendar sharing :-)

WebCalendar has a Remote Calendars feature to support hCalendar (for example)
http://webcalendar.cvs.sourceforge.net/webcalendar/webcalendar/edit_remotes_handler.php?revision=1.7&view=markup

Related:
[tiki-view_tracker_item.php?itemId=1607|Import/sync from RSS/ical and not just show]
tracker item
saving Calendar event in Tracker field type 'Calendar event' scraps changes of other Tracker fields
tracker item
Schedule planner
{THUMB(id=45, url="tiki-browse_image.php?imageId=45")}{THUMB}

#Users would highlight the blocks of time they can be around for
#Their name and a color is automatically added to the block they selected
#Times that we want people around for (like shifts) are given a different background
#You can't overwrite someone else's selection
#You can go back and forth to any day in the future (past should be archived)
#Sign in so users don't have to type their name.%%%ideally allows for permissions, only x users can use the room monitor column
#Can also output it as a text list, username with their hours after it etc

Related:
*((Project Management))
*[tiki-view_tracker_item.php?itemId=1604|Timesheet with time tracking (stopwatch)]



Feature request prepare by Lucy (Support.Mozilla.com)
tracker item
Section layout - Calendar
Bottom banner bar appears on calendar although not checked at the general layout options level.

Plus calendar is not part of sections proposed in admin layout per section.
tracker item
Several flash plugin issues in TW 3.0
I am having problems using the flash plugin in TW3, that a TW2.4 site test that I have does not have.

1 - First of all the flash module code has to be re-written for it to work at all.
from:
{CODE()}{FLASH(movie="http://www.youtube.com/watch?v=JeqdtbYz_M4")}{FLASH}{CODE}
to:
{CODE()}{FLASH(movie="http://www.youtube.com/watch/v/JeqdtbYz_M4")}{FLASH}{CODE}
Can the edit window button be modified to insert the correct code?

2 - 'Flash player not available' appears in slides of wiki pages although wiki pages themselves work fine.

3 - In calendar, list view shows flash movie but the preview doesnt - gives the error message 'Flash player not available'. Any tips or directions to solve these problems??
tracker item
since_last_visit module should list calendar too
new or modified calendar items...
tracker item
Solution to Calendars not loading, incorrect Image syntax in description field breaks Calendars
tracker item
Some formatting for the calendar has been lost
tracker item
Spiders getting lost in tiki-calendar.php, tiki-browse_categories.php and tiki-browse_gallery.php
Please see:
http://sourceforge.net/mailarchive/forum.php?thread_id=10026369&forum_id=12569

In tiki-browse_gallery.php, there is Sort Images by [ Name | Date | Hits | User | Size ] so robots can think these are all different pages
tracker item
SQL errors
Several SQL queries only work with mysql because it is not SQL92 compliant. Some bugs are already fixed now but at least the case sensitivity bug is still there.
If you create a table with columns and later use a query you have to use the exact name and not a name with different cases, an example is:
Warning: postgres7 error: ERROR: column i.categoryID does not exist in query:
select i."calitemId" as "calitemId", i."name" as "name", i."description" as "description", i."start" as "start", i."end" as "end", i."url" as "url", i."status" as "status", i."priority" as "priority", c."name" as "calname", i."calendarId" as "calendarId", i."locationId" as "locationID", i."categoryID" as "categoryID", i."nlId" as "nlId" from "tiki_calendar_items" as i left join "tiki_calendars" as c on i."calendarId"=c."calendarId" where ((i."calendarId"=?) and ((i."start" > ? and i."end" < ?) or (i."start" < ? and i."end" > ?)) and ((c."personal"='y' and i."user"=?) or c."personal" != 'y')) order by "start" asc
in /usr/share/tikiwiki/lib/tikidblib.php on line 134

this is because the column is named categoryId and not categoryID.
I think in this example i manually fixed on my side another Id that is locationId where the query used locationID which is not existent.

This not only occurs in the calender section but this is just the sections that i remember where the error occurs.
tracker item
Strange calendar layout
tracker item
sylvie
Contributors
tracker item
Syntax error reported by tiki-calendar.php (but simple text added): event not inserted
Using latest 1.9.cvs (from 13th june 2007), and simple.css and tpl's.

Maybe related to these other bug reports by me a momoent ago with Calendars:
[http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1136&show=view&offset=0&reloff=2&status=op&trackerId=5&sort_mode=created_desc|bug 1]
[http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1138&show=view&offset=0&reloff=0&status=op&trackerId=5&sort_mode=created_desc|bug 2]

I attempted to create a simple event at this newly created calendar ("Comisión Web", see previous bug reports). I get a red message saying ~~red:Syntax error~~ (in Spanish, due to lang interface in Spanish).

See screenshot attached (if I can), after posting this bug report.
That's the text I introduced:
{CODE()}
Prueba de item: retocar estilo de tema de la web (a partir de simple.css)
{CODE}
-----
Update: when using tikineat.css and tpl's, or smartiki.css and tpl's, for instance, everything works fine, as expected.
tracker item
System error adding Module: Calendar
Admin->Modules->
Assign New Module, select calendar from dropdown:

Preview-> works ok, shows calendar
Assign-> returns System error page:

System error

The following error message was returned:

Column 'params' cannot be null

The query was:
insert into `tiki_modules`(`name`,`title`,`position`,`ord`,`cache_time`,`rows`,`groups`,`params`,`type`) values(?,?,?,?,?,?,?,?,?)

Values:

1. calendar_new
2.
3. l
4. 1
5. 0
6. 10
7. a:1:{i:0;s:10:"Registered";}
8.
9.

The built query was likely:
insert into `tiki_modules`(`name`,`title`,`position`,`ord`,`cache_time`,`rows`,`groups`,`params`,`type`) values('calendar_new','','l','1','0','10','a:1:{i:0;s:10:\"Registered\";}',NULL,NULL)

tracker item
t.o calendar: warn the user about the time zone being used at time selection by the user
tracker item
t.o: Calendar self-refreshes indefinitely!
tracker item
The "today" button is not working anymore on the calendar (at tiki.org)
tracker item
The title of the module "upcoming_events" is played without taking care of the allowed groups
The title of the module "upcoming_events" is displayed anyway without taking care of the groups defined and existence of calendars with rights.

This title disturbs users who not have the access. How to say, sorry this title should not be displayed don't take care, this as no mean but I can't change nothing, then you are ridiculous and must consider that this module is not usable.
tracker item
The user is redirected to a blank page with just an email address shown, even if the user didn't click anywhere
A weird bug which was showing in tiki 4.x (calendar), and nowadays, I've seen something similar using 5.x alpha at dev.tw.o:

The user is redirected to a blank page with just an email address shown, even if the user didn't click anywhere.

To reproduce:
http://dev.tikiwiki.org/tiki-view_tracker.php?trackerId=5&status=o&sort_mode=f_41_desc&filterfield=54&&filtervalue[54]=xavi&&&&filtervalue[56]=Accepted&&offset=30

Pass the mouse over the item saying "2 errors editing articles in tiki 3.3 ".
With no click (just passing the mouse over, using Firefox 3.6.2), you are shown a blank page with just "email@domain.org" on top.

That item corresponds to:
http://dev.tikiwiki.org/bug2893


This is something which is also happening to a calendar in a tiki 4.x site, when the event body has some email address, it seems.

HTH
tracker item
Tiki 15 Calendar Backdrop Bug
tracker item
Tiki 7.1 HTML parsing - WYSIWYG/CKE - not working in some feature like for ex. in articles
Hello Devs,

I did upgrade a site to 7.1 this weekend.

Using WYSIWYG/CKE I have the following prblem:

In some features of the Tiki 7.1 the output the editor is just the plain
HTML Source.

That means, not in Wikipages, but in the articles and in the calendar
events, there is not a nice text with formatting bold, italic, colors
and pictures etc, but only the plain HTML source code visible to the
website user/visitor.

The WYSIWYG/CKE editor works normal and I can see the content just
normal like ever, being in the editing mode. But when I save, I can just
see the source code, like it would be in codeplugin.

This affects as said articles and calendar (perhabs more, I will hope to
find out) but it does not affect wikipages by now.

And it affects existing articles and events aswell as newly edited.

(worked well in 6.x before)

Thx for reply and wish a nice sunday to all,
cheers
Torsten
tracker item
Tiki Calendar add possibility to pick a time zone (especially UTC) so daylight saving time (DST) is well handled.
tracker item
Tiki calendar edit event modal title contains HTML code for punctuation marks
tracker item
Tiki Calendar Permissions--they're kinda messed up.
tracker item
Tiki tabs: direct URL to each tab (Bookmarkable)
Tiki tabs are a nifty feature to make a page cleaner / simpler.

For example for trackers, we have:

View / Comments / Attachments/ Edit

However, I want to be able to link directly to "edit" so someone could be invited to edit their user tracker or add a bug or add a calendar item.

I would like something like this:
tiki-view_tracker_item.php?trackerId=5&itemId=978#view
tiki-view_tracker_item.php?trackerId=5&itemId=978#edit


There seems to be the start of something:
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=980&show=edit
tracker item
tiki_p_admin_calendar is not sufficient to manage calendar permissions
Bugs & Wish list
tracker item
Calendars: tiki-admin_calendars.tpl incomplete localization
tracker item
tiki-calendar_export_ical syntax error
{THUMB(id=39)}{THUMB}
tracker item
tiki-calendar_import.php incohesive markups
tracker item
tiki-calendar.php = Fatal error: Call to undefined function cal_days_in_month()
Working with 4.1 new install, trying to set up a calendar and I'm able to admin the cal just fine and can add events, but when I click on the Calendar link to view calander it returns a blank page. Any advise? Also I have 64mb in php.ini

This was posted in Forum: Features/Usability @ http://tikiwiki.org/tiki-view_forum_thread.php?topics_offset=1&forumId=4&comments_parentId=36119

Here is the link to my site and to the calendar. Select view calendars which will take you to the bottom link which is blank.
http://academyofabraham.org/tiki-calendar_edit_item.php?viewcalitemId=2
Or http://academyofabraham.org/tiki-calendar.php

Here is the error I get:
Fatal error: Call to undefined function cal_days_in_month() in /Library/Tenon/WebServer/WebSites/AcademyOfAbraham.org/tikiwiki-4.1/lib/tikidate-php5.php on line 189
tracker item
tiki-calendar.php preview doesn't show item-title
Insert a new item into the calendar and click preview - the preview only shows the description of the calendar item - it should show the title also.
tracker item
tiki-calendar.php shows weird dates with PHP5
see the effect here:
http://amette.ground.cz/shoots/index.php?shoot=2005-10-13-05-43

notice the dates like "03/31 - 07/31"

This was confirmed on two PHP5-installations
tracker item
tiki-list_object_permissions.php -> Needs tabs for missing features
tracker item
tiki-minical_reminders.php causing 500 errors
tracker item
Time tracking and time sheets
Please see: ((Federated Timesheets))
tracker item
Time Zone offset setting
Webcalendar offers a setting Timezone Offset to Subtract or add hours to server time.

{draw name=timezoneoffset}

This would make things simpler for site which all events are in a common timezone.

Ex.: Showing UTC time in RSS feeds is not very useful...
tracker item
Timeline viewer
Goal: to add a way to represent relevant data in a timeline.

This will most probably be done by re-using an existing library and/or service.

Let's coordinate here: ((TimeLine))
tracker item
title of filtered calendar to show up on top of calendar page
It is a small thing, but it would be nice if the calendar page would show which calendar is being viewed at the top of the page. I think it would make it more clear to users who are new to the system and just want to use the calendar.
tracker item
to be synched/fetched: event details of of Calendar event and details in a Tracker item with Tracker field Calendar item
tracker item
Too many backlinks to calendar events get created
tracker item
Tracker/Calendar integration (birthdays and reminders)
My cohort spent the day yesterday entering employee birthdays onto a calendar, and when I saw the 'Items since last login' box pop up with them, I realized: things like birthdays should really be in a Usertracker not a calendar...

But then they should also show up on calendars and upcoming events... that would be more, well, social.

I mangled the event cal and the regular cal code together to make up a special purpose tracker display for vacation requests.. all hardcoded and ugly at the moment, so of limited use to anyone else... but..

It occurs to me that others may have a use for some sort of tracker -> calendar interaction. The Birthdays in usertrackers seems to be the most obvious one, but date ranges would also be nice.

The interface may be icky though... i think the calendar should be able to pull things from the tracker, ideally it would be neat if it became a new cal that could overlay others (ie, "birthdays" and "beer bashes" could overlay so you knew who got free beer...).

tracker item
TrackerCalendar display in list (agenda) mode fails (never ending spinner and nothing shown)
tracker item
Trackers, Calendar field; The workflow of editing a tracker field date and time (calendar item) in a tracker item lead to losing the item editing
tracker item
upcoming_events module: only remove event when the event is over
Bugs & Wish list
tracker item
V5.1 Calendar does not show created calendar
On open suse 11.0/1/2 using profile:intranet The calendar feature does not seem to show the newly created calendar.
tracker item
View item detail in list view
When edit_calendar permission assigned, link on item name in list view leads to edit mode "on top". Details in view mode appear at the very end of the edit page. Neadless to say no-one scrolls down there to take a look. Could details be put "on top" as access to edit is available from the next colum.

Not really a bug, nor a feature request. just a usability/user experience improvement...
tracker item
warning Wrong datatype for second argument in tiki-admin_calendars.php on line 67
Using 1.9.cvs

Viewing this page as admin:
http://www.moviments.net/drecerca/tiki-admin_calendars.php

I get this warning 10 times on top of the page:
{CODE()}
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67
{CODE}

The only calendar defined (default) is public.
^
ID nom loc participants cat idm prio subscripció perso
1 Public n n n n n n n permisos elimina editar
^

Bug is not (apparently) important, but looks awful for newbies installing tiki and trying calendars...

---
Confirmed using 1.9cvs from July 9th 2007
tracker item
Watch calendar (receive email notication of changes)
Tiki Calendar is very nice for events. But what if someone updates the information about an event? Maybe I won't know (because I copy/pasted the event my pesonal calendar) and I will show up at the old (wrong) time.

Tiki's excellent watch feature should be added (with the little eye) to
# all calendars
# each calendar (id=1) (this could be nice on the filter tab)
# each individual event (when in view mode)

Ideally, for a modified event, I would receive in the email the old and the new value, like for watching trackers.


related code here:
http://tikiwiki.org/tiki-index.php?page=UserPagericks99#Calendar_Notifications
tracker item
Webinars: announce all 2014 webinars on info.tiki.org Calendar and WikiMatrix Calendar
tracker item
when calendarID is deleted, related calendar items aren't removed from DB
In 1.9.0 (and probably 1.8.x), it is possible to delete a calendarId (ex.:1)

When this happens, all calitemId are set to calendarId=0

Items are still in the database but inaccessible.
tracker item
When entering a calendar item without having created a calendar before, you get many notices
When previewing an item, you get:

Notice: Undefined index: calendarId in /home/amette/public_html/tikiwiki-BRANCH-1-9/tiki-calendar.php on line 395

On saving, this comes double (with another line number) and at the first try I got a lot more about "Undefined index: places, people etc"
tracker item
Workspaces calendar: Missing argument 2 for date_format() in lib/tikilib.php on line 6307
with latest cvs updates in our site (1.9.7 -> 1.9.8cvs), and at least when logged in, the module workspace calendar (from ((doc:Mod AulaWiki))) is showing those lines between module "workspace members" and "workspace calendar":

{CODE(wrap=>1)}
Warning: Missing argument 2 for date_format() in /home/httpd/tiki19/lib/tikilib.php on line 6307

Warning: Missing argument 2 for date_format() in /home/httpd/tiki19/lib/tikilib.php on line 6307

Warning: Missing argument 2 for date_format() in /home/httpd/tiki19/lib/tikilib.php on line 6307
{CODE}

Example:
[http://www.moviments.net/cursos/ws100]

And the date in workspace calendar is from 1970, when it used to be the present date.
tracker item
xavi
Contributors
tracker item
Year view in calendar displays in one condensed row
tracker item
Z-index issue in tiki-calendar.php
tracker item
Z-index problem on calendar date view
tracker item

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki development and should correspond to documentation keywords.

Each feature in Tiki has a wiki page which regroups all the bugs, requests for enhancements, etc. It is somewhat a form of wiki-based project management. You can also express your interest in a feature by adding it to your profile. You can also try out the Dynamic filter.

Accessibility (WAI & 508)
Accounting
Administration
Ajax
Articles & Submissions
Backlinks
Banner
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Calendar
Category
Chat
Comment
Communication Center
Consistency
Contacts Address book
Contact us
Content template
Contribution
Cookie
Copyright
Credits
Custom Home (and Group Home Page)
Database MySQL - MyISAM
Database MySQL - InnoDB
Date and Time
Debugger Console
Diagram
Directory (of hyperlinks)
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
DogFood
Draw -superseded by Diagram
Dynamic Content
Preferences
Dynamic Variable
External Authentication
FAQ
Featured links
Feeds (RSS)
File Gallery
Forum
Friendship Network (Community)
Gantt
Group
Groupmail
Help
History
Hotword
HTML Page
i18n (Multilingual, l10n, Babelfish)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
jQuery
Kaltura video management
Kanban
Karma
Live Support
Logs (system & action)
Lost edit protection
Mail-in
Map
Menu
Meta Tag
Missing features
Visual Mapping
Mobile
Mods
Modules
MultiTiki
MyTiki
Newsletter
Notepad
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Organic Groups (Self-managed Teams)
Packages
Payment
PDF
Performance Speed / Load / Compression / Cache
Permission
Poll
Profiles
Quiz
Rating
Realname
Report
Revision Approval
Scheduler
Score
Search engine optimization (SEO)
Search
Security
Semantic links
Share
Shopping Cart
Shoutbox
Site Identity
Slideshow
Smarty Template
Social Networking
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Staging and Approval
Stats
Survey
Syntax Highlighter (Codemirror)
Tablesorter
Tags
Task
Tell a Friend
Terms and Conditions
Theme
TikiTests
Federated Timesheets
Token Access
Toolbar (Quicktags)
Tours
Trackers
TRIM
User Administration
User Files
User Menu
Watch
Webmail and Groupmail
WebServices
Wiki History, page rename, etc
Wiki plugins extends basic syntax
Wiki syntax text area, parser, etc
Wiki structure (book and table of content)
Workspace and perspectives
WYSIWTSN
WYSIWYCA
WYSIWYG
XMLRPC
XMPP




Useful Tools