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 - Murz

Pages: 1 [2] 3 4 ... 10
16
How To's / Re: Spreadsheets
« on: November 17, 2010, 01:36:16 pm »
Maybe will be better to use already created spreadsheets editors instead of creating new one?
I think that integrate some javascript editor it not so hard work, it can be done like with ckeditor.

For example, we can try this:
http://visop-dev.com/lib/jquery/jquery.sheet/jquery.sheet.html
http://zssdemo.zkoss.org/

And you can store spreadsheets as xml documents in FengOffice, like the ckeditor results.

17
How To's / Re: Multiline in text property in task template
« on: November 17, 2010, 03:24:29 am »
Experiencing the same problem, I have created the bug about this: http://www.fengoffice.com/web/bugs/view.php?id=107 - you can vote for it.

18
Feature requests / Add types for Custom Properties
« on: November 16, 2010, 06:09:38 am »
In FengOffice 1.7.2 I can add custom properties to each object type in Administration panel, in which I can select property type (numeric, date, memo, table, etc).
But when I want to add custom property only for current object (for example, to already created note), I can select only text type.
Can you add all this types to "Add a custom property" link in object edit form?

19
For comparing html pages you can convert it to text equivalent and compare as plain text, for do this you can use library http://milianw.de/projects/markdownify/

20
Feature requests / Show user subscriptions in Account page
« on: November 01, 2010, 10:38:15 am »
FengOffice users after some time work with it will have many subscriptions to tasks, notes, contacts, etc.
And I can't find the way to view all subscriptions for user.
Will be good to add in Account page link to all subscriptions list, in which user can unsubscribe from some of them.

21
Community Contributions / Re: Show workspace name in calendar tasks
« on: October 21, 2010, 05:31:19 am »
Seems that you have the event that not attached to any workspace and when my script try to get workspace path, it creates the error. In my variant all events are attached to workspaces.
Try my new version of patch, I think it solve your problem.
Or try to find this event and assign workspace to it and check that error is disappear with 5 version of patch.

22
Community Contributions / Re: Show workspace name in calendar tasks
« on: October 21, 2010, 04:49:42 am »
Hi Murz, the patch actually works only for Tasks (not for Milestones) and when I try to access the Monthly view of the calendar tab I got an error "Error 500: Internal Server Error".
Yes, we use at most tasks, but milestones rarely. I try to add milestones to in in future versions.

But about Error 500 - can you send me to email murznn (at) gmail dot com your patched files (application/views/event/calendar.php and other) and apache/php error log? I look on it.

23
Feature requests / Re: Email filters/rules
« on: October 21, 2010, 04:10:21 am »
In your module you can add cron function hook without changing the core of FengOffice, it will be easy for install, that manually change FengOffice files and in this variant we can update FengOffice without broke your module.

You must create in folder application/hooks your file, for example "classify_objects_hook.php" and add your function classify_mail() in it, and name of this function in database.
FengOffice include all files from this folder on cron event and will successfully run your function without patching the core.

And in this variant, I think, you can convert your patches to easy-to-install plugin, and post it near others here: http://sourceforge.net/projects/opengoo/files/plugins/

But I don't know how to hook module install process for do the SQL queries on first install of upgrade automatically.

And main question :) Where can I find the interface for configure filters? I install your module, do the database records, after that look in settings, mail accounts, other places and can't find it :(

P.S. and you forgot to write last bracket '}' in your file :)

24
Community Contributions / Re: Show workspace name in calendar tasks
« on: October 21, 2010, 03:49:20 am »
Sorry, I do the wrong patch! My text editor converts all tabs to spaces ;(
Here is correct patch, try it.

25
Community Contributions / Re: Show workspace name in calendar tasks
« on: October 21, 2010, 02:24:47 am »
When I try to apply the patch I got this message:
I think that you set wrong params to "patch" program. Try this variant:
Code: [Select]
patch -p0 < /Users/xserve/Desktop/fengoffice_calendar_tasks_4.patch

26
Feature requests / Synchronize email items status with IMAP folder
« on: October 20, 2010, 04:33:25 am »
In our company we use FengOffice and mail applications via IMAP protocol for work with email.
And we must manually mark each message as read double time, in IMAP and in FengOffice.

Will be good to implement the feature for synchronize each message status with IMAP folder when checking mail. And in IMAP folder we can mark messages as deleted, replied too.

Is this feature possible? Or fengoffice have only one-way sync without sending any data back to IMAP?

27
Feature requests / Re: Email filters/rules
« on: October 20, 2010, 04:19:34 am »
newtek, thanks for patch! Can you look on my ideas:

http://forums.fengoffice.com/index.php?topic=4857.0
http://forums.fengoffice.com/index.php?topic=4854.0

Maybe you can implement they too in your patch?

28
Ideas / Add feature to manually classify mail by keyword in Subject
« on: October 20, 2010, 04:16:39 am »
For manually classify internal mail will be good to do the filter that scan "Subject" field for keyword and automatically do the classification to workspace.
For example, I can write in Subject "WS[workspace1] Please update modules to last version" and will be good that this mail is moved to workspace1 automatically.

29
Will be good to see the automatically email classifying function in FengOffice:
When new message is received, we can compare "From" email address with contacts list in fengoffice and automatically classify this mail in workspace, to which this contact is attached!

So with this all mail will automatically sorted by workspaces!

30
Community Contributions / Re: Show workspace name in calendar tasks
« on: October 20, 2010, 03:57:34 am »
Version 4, updated to fengoffice 1.7.2 (changed only number of spaces in sources) :)

Pages: 1 [2] 3 4 ... 10