phpCollab Community
Discuss everything phpCollab!

The forums are currently in READ-ONLY mode while we upgrade the forums.
Home » Development » Modifications » [MOD] Add a shared team/client tasks calendar. *VERSION 3*
um? [message #4278] Tue, 03 February 2004 00:34 Go to previous messageGo to next message
urbanfalcon is currently offline  urbanfalcon
Messages: 235
Registered: January 2003
Location: new york
phpCollab contributor
Site Admin

Quote:

3. Calendar user only (not shared at all)


Isn't that the default calendar event addition type? Right now, if you don't push "broadcast" then it's user only.
[MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4279] Tue, 03 February 2004 01:33 Go to previous messageGo to next message
latristesse is currently offline  latristesse
Messages: 139
Registered: January 2003
Location: New York, NY, USA
phpCollab fanatic
Site Admin
Ah yes - you are right For some reason I thought the sharing had gotten in the way of that. So then I guess no.3 should be project-related non-published (so that the event is shared with the internal team but not with the client).
Installation question [message #4327] Fri, 13 February 2004 06:26 Go to previous messageGo to next message
lucho is currently offline  lucho
Messages: 16
Registered: August 2003
Location: Toronto, Canada
phpCollab guest
Hi,

I dont have 1.0 or 2.0

how do I install fresh?

i just plopped them in calendar folder..but got one error, and didnt see any of the functionality that is described in the install.txt file


Any help appreciated

L.
ummm [message #4329] Fri, 13 February 2004 13:36 Go to previous messageGo to next message
urbanfalcon is currently offline  urbanfalcon
Messages: 235
Registered: January 2003
Location: new york
phpCollab contributor
Site Admin

You have to do the steps in the install.txt file...there are quite a few of them. If you have 2.4+ note that printHelp() needs to be adjusted (see the original listing above). If you do all the steps, then you get the latest install...if you do only the "upgrade steps" then its the upgrade...so you'd have to do all of them.
[MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4660] Thu, 25 March 2004 19:01 Go to previous messageGo to next message
lucho is currently offline  lucho
Messages: 16
Registered: August 2003
Location: Toronto, Canada
phpCollab guest
great...worked

1 more error (already mentioned in thread, but no solution)

is that i seem to be missing msg.php:

Warning: Failed opening '../themes/default/msg.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/sscpm/calendar/viewcalendar.php on line 304


not anywhere on my box....where can I get it or patch what I have?


Thanks

Lucho
2.4 [message #4662] Thu, 25 March 2004 19:15 Go to previous messageGo to next message
urbanfalcon is currently offline  urbanfalcon
Messages: 235
Registered: January 2003
Location: new york
phpCollab contributor
Site Admin

See if you can find a msg.php file anywhere in your installation...just point the link there. I don't think it exists in the same location as in 2.3 in other installations. If all else fails, delete the reference to that file, but I'd say try to point it to the correct location first.
[MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4669] Fri, 26 March 2004 06:13 Go to previous messageGo to next message
lucho is currently offline  lucho
Messages: 16
Registered: August 2003
Location: Toronto, Canada
phpCollab guest
nope...not in the zip file...it dont exist at all.

Ill try deleting the reference to the file and see what else breaks
[MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4704] Mon, 29 March 2004 10:41 Go to previous messageGo to next message
weirdlab
Messages: 22
Registered: January 2003
Location: Switzerland
phpCollab guest
This hack is based on a very old version of PHPC. Lots of things need to be fixed to make it compatible.

About msg, replace this:
	if ($msg != "") {
		include("../themes/".THEME."/msg.php");
	}

With this:
if ($msg != "") {
	include("../includes/messages.php");
	$blockPage->messagebox($msgLabel);
}
how many? [message #4707] Mon, 29 March 2004 17:29 Go to previous messageGo to next message
urbanfalcon is currently offline  urbanfalcon
Messages: 235
Registered: January 2003
Location: new york
phpCollab contributor
Site Admin

How many things needed to be changed in order for this to work with 2.4? You said lots, but I only am aware of the printHelp() and msgs issues.
[MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4708] Mon, 29 March 2004 17:53 Go to previous messageGo to next message
weirdlab
Messages: 22
Registered: January 2003
Location: Switzerland
phpCollab guest
There are a couple of things that were added in later versions that were not in the file. Right at the beginning, the check session thing per example.

Also, most of the links are now built with a function.

I think some of yours cannot use it because these need a special class (correct?), but the rest could be converted to the new way of doing things.

Btw, I by no mean diss your great job. I respect you a lot.
its cool [message #4709] Mon, 29 March 2004 17:52 Go to previous messageGo to next message
urbanfalcon is currently offline  urbanfalcon
Messages: 235
Registered: January 2003
Location: new york
phpCollab contributor
Site Admin

In response to the post below...I don't know why mine is a minute ahead, but ohhh wellll
----------------
It's ok, I just wanted to be aware of the things that might trip people up...thanks for the input!
[MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4711] Mon, 29 March 2004 17:59 Go to previous messageGo to next message
weirdlab
Messages: 22
Registered: January 2003
Location: Switzerland
phpCollab guest
If you're working on this, I could gladely give you my current viewcalendar.php.

It works, but some color things might have been broken.

Was I right about the function not being able to use a class?
[MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4712] Mon, 29 March 2004 17:59 Go to previous messageGo to next message
latristesse is currently offline  latristesse
Messages: 139
Registered: January 2003
Location: New York, NY, USA
phpCollab fanatic
Site Admin
Weirdlab -

The calendar does seem to work in 2.4. Are you saying that there are many things that need to be done to it to make it work in 2.5? Because we should not waste much time on 2.4 since we will hopefully be putting out 2.5 in a few weeks, and having a working shared calendar for the new release would be most excellent.
[MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4713] Mon, 29 March 2004 18:04 Go to previous messageGo to next message
weirdlab
Messages: 22
Registered: January 2003
Location: Switzerland
phpCollab guest
I'm using 2.5b3 and diffed the viewcalendar.php from this zip with the one from 2.5b3. That's how I noticed all the small things.

There isn't much work to make it work, but lots of small things to change in order to make it look like a 2.5 file. That's what I meant by compatible.
[MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4716] Mon, 29 March 2004 18:51 Go to previous messageGo to previous message
latristesse is currently offline  latristesse
Messages: 139
Registered: January 2003
Location: New York, NY, USA
phpCollab fanatic
Site Admin
Could you help out with this?
Previous Topic: [MOD] Subtasks on Home Page
Next Topic: shared calendar
Goto Forum:
  


Current Time: Sat May 18 08:07:12 CEST 2013

Total time taken to generate the page: 0.18245 seconds