Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pyrox

Pages: [1]
1
Feng Office 1 / Document Icons not working in Dashbar
« on: January 02, 2009, 03:34:24 pm »
Word and Excel document icons don't show up in the dashbar like it does in the document's tab.

Here's the workaround:

/application/views/dashboard/index.php

Line 892
<?php echo str_replace(".", "_", str_replace("/", "-", $document->getTypeString()))?>

2
Feature requests / Default Calendar View
« on: November 21, 2008, 05:36:45 am »
It would be great to be able to set the default calendar view.  I personally like the month view.  Here's the current workaround:

public/assets/javascript/og/CalendarToolbar.js

edit line 23 to:
var cal_actual_view = 'index';

3
How To's / Re: Display Workspace Category / Description on Calendar View
« on: November 21, 2008, 05:05:02 am »
One more place:

public/assets/javascript/og/CalendarToolbar.js

Line 25

var actual_user_filter = '-1'; // 0=logged user, -1=all users

4
Feng Office 1 / Calendar Time Zone not working
« on: November 21, 2008, 02:15:51 am »
I'm in PST, and another person is in EST.

I put something in for 8pm PST, but the person in EST also sees it as 8pm.

Unless I'm doing something wrong...?

5
Getting Started / Re: Question regarding Email
« on: November 14, 2008, 03:17:44 pm »
Oh I see.  Thanks.

It would be nice if I could have my personal e-mail within that workspace as well.  This way different projects can have it's own e-mail address that only I have access too.  But I can see how this can be a lot of work :)

6
Getting Started / Question regarding Email
« on: November 14, 2008, 02:17:19 pm »
When I set up the e-mail account for a workspace, does everyone who have access to that workspace have access to that e-mail account?  Or is that e-mail account only for "me" in that workspace?

For example, I have 3 users with access to workspace X.  Can each of us set up a separate e-mail account in workspace X (and have it hidden from each other?)  Or does everyone have access to it.

7
Feng Office 1 / Re: [bug] unable to change document name
« on: October 16, 2008, 07:45:24 pm »
I was using Firefox 3

8
Feng Office 1 / Re: [bug] unable to change document name
« on: October 16, 2008, 02:49:51 am »
Figured it out.  After changing the file name, you have to click off the field first.  Then you have to wait before clicking "Save Changes".

I was clicking "Save Changes" right away and then going back.

9
Feng Office 1 / Re: [bug] unable to change document name
« on: October 15, 2008, 02:17:03 pm »
no, no special characters.

First you upload the document.  Then save it.  Then come back to rename it, and it does nothing.

I am using the store file by database method.

10
Feng Office 1 / [bug] unable to change document name
« on: October 11, 2008, 04:07:01 am »
Whether the document was created in the system or uploaded, it won't let me rename it.  It keeps reverting back to the original name.

11
Feng Office 1 / Re: [bug] Pick a date calendar error
« on: October 10, 2008, 04:25:12 pm »
Cool.  I don't know if this component is changing too:

On the Calendar Week View, the top dates are wrong.

 26/11 - 3/12   <- doesn't match the actual dates.

Sun 26/10
Mon 27/10
Tue 28/10
Wed 29/10
Thu 30/10
Fri 31/10
Sat 1/11

12
Feng Office 1 / [bug] Pick a date calendar error
« on: October 10, 2008, 04:16:54 pm »
For October:

Su   Mo   Tu   We   Th   Fr   Sa
            1   2   3   4
5   6   7   8   9   10   11
12   13   14   15   16   17   18
19   20   21   22   23   24   25
26   26   27   28   29   30   31

The last week is off, with 26 duplicated.

Pages: [1]