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

Pages: [1] 2 3
1
Feng Office 2 / Re: So....really....what's happenning to Feng Office?
« on: December 14, 2012, 01:15:39 pm »
Conrado is like a mirage: you just felt good to see him on the forum and he's gone again  ;D

2
Feng Office 2 / Re: So....really....what's happenning to Feng Office?
« on: December 13, 2012, 06:49:14 am »
thanks for the answers @Conrado
Having your input on the forum is greatly appreaciated and it feels great to see the Feng team replying on the forum.

I would be happy to contribute my improvements on Feng in the form of a plug-in, but I really believe that in order for that plug-in system to work, things should be made as simple as possible.
There should be a GUI for installing/updating/removing plug-ins from Feng. The same way Wordpress does it.
If you need to use the console to install plug-ins(as it is in the moment), it just won't work.

Regards

3
Feng Office 2 / So....really....what's happenning to Feng Office?
« on: November 19, 2012, 04:46:23 pm »
Hi guys,

Don't get me wrong - Feng is a great product. However in the last years, it seems that Feng is going nowhere.
Feng developers do not show up on the forum. Even Conrado and franspoce86 don't show up anymore.

People are trying to upgrade to the latest version 2.2.1 and are frustrated by the migration. Other comunity members are asking about plug-in development and no one every replies how to create a plug-in.

What are the real benefits from upgrading to 2.2.1? What are the real features?

The only real thing I see is the Calendar sync. ...yes I know: now we have 'Dimensions' and Plug-in system! But who cares about it, since Feng developers don't explain how to create a plug-in?

What has happened to the long-promised Mobile version?

So seriously, is there a change in plans? Is Feng still alive project or just a properietary software with bad management?

...I won't bother to write this comment, if it wasn't the potential I see in the project. I believe that community can help the core team to create an even greater product, however we need support.

Conrado - hire a community manager, please!

4
Feng Office 2 / Just Updated to 2.2.1 - Multiple Errors
« on: November 11, 2012, 01:44:03 pm »
So I finally decided to upgrade from 1.7.5 to 2.2.1 and I faced multiple errors:

1.) Permissions are not working: I can see all emails and notes from personal workspaces of other users. They can also see my emails

2.) Emai is not working as expected

3.) Errors:
Session "default" started at 2012-11-11T16:26:59+0000
#1 DEBUG: SQL ERROR: Query failed with message 'Table 'manox_feng2.fo_mail_spam_filters' doesn't exist' - SELECT * FROM `fo_mail_spam_filters` WHERE `account_id` = '5' AND `text` = 'no-reply@persy.com'  
#2 DEBUG: Could not save mail, original mail saved as /home/manox/public_html/feng2/tmp/unsaved_mail_176214185.eml, exception:
    Query failed with message 'Table 'manox_feng2.fo_mail_spam_filters' doesn't exist'
#3 DEBUG: SQL ERROR: Query failed with message 'Table 'manox_feng2.fo_mail_spam_filters' doesn't exist' - SELECT * FROM `fo_mail_spam_filters` WHERE `account_id` = '14' AND `text` = 'support@icnb.com'  
#4 DEBUG: Could not save mail, original mail saved as /home/manox/public_html/feng2/tmp/unsaved_mail_5280.eml, exception:
    Query failed with message 'Table 'manox_feng2.fo_mail_spam_filters' doesn't exist'
#5 DEBUG: SQL ERROR: Query failed with message 'Table 'manox_feng2.fo_mail_spam_filters' doesn't exist' - SELECT * FROM `fo_mail_spam_filters` WHERE `account_id` = '14' AND `text` = 'support@icnb.com'  
#6 DEBUG: Could not save mail, original mail saved as /home/manox/public_html/feng2/tmp/unsaved_mail_5281.eml, exception:
    Query failed with message 'Table 'manox_feng2.fo_mail_spam_filters' doesn't exist'
Time since start: 25.591897010803 seconds


Session "default" started at 2012-11-11T16:20:01+0000
#1 ERROR: Error: Undefined index:  additional_steps in '/home/manox/public_html/feng2/public/upgrade/complete_migration.php' on line 140 (error code: 8)
#2 ERROR: Error: Invalid argument supplied for foreach() in '/home/manox/public_html/feng2/public/upgrade/complete_migration.php' on line 140 (error code: 2)
Time since start: 0.13646101951599 seconds


Session "default" started at 2012-11-11T16:18:04+0000
#1 ERROR: Error: Undefined index:  w in '/home/manox/public_html/feng2/application/helpers/permissions.php' on line 669 (error code: 8)
#2 ERROR: Error: Undefined index:  d in '/home/manox/public_html/feng2/application/helpers/permissions.php' on line 670 (error code: 8)
Time since start: 0.94783186912537 seconds



Session "default" started at 2012-11-11T14:05:59+0000
#1 ERROR: Error: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in '/home/manox/public_html/feng2/application/functions.php' on line 39 (error code: 2)
#2 DEBUG: SQL ERROR: Query failed with message 'Table 'manox_feng.og_plugins' doesn't exist' - SELECT * FROM `og_plugins` WHERE  is_installed = 1 AND is_activated = 1  
#3 FATAL: exception 'DBQueryError' with message 'Query failed with message 'Table 'manox_feng.og_plugins' doesn't exist'' in /home/manox/public_html/feng/environment/library/database/adapters/AbstractDBAdapter.class.php:386
    Stack trace:
    #0 /home/manox/public_html/feng/environment/library/database/adapters/AbstractDBAdapter.class.php(304): AbstractDBAdapter->prepareAndExecute('SELECT * FROM `...', NULL)
    #1 /home/manox/public_html/feng/environment/library/database/DB.class.php(211): AbstractDBAdapter->executeAll('SELECT * FROM `...', NULL)
    #2 /home/manox/public_html/feng2/environment/classes/dataaccess/DataManager.class.php(282): DB::executeAll('SELECT * FROM `...')
    #3 /home/manox/public_html/feng2/application/models/plugins/base/BasePlugins.class.php(111): DataManager->find(Array)
    #4 /home/manox/public_html/feng2/environment/classes/dataaccess/DataManager.class.php(320): BasePlugins->find(Array)
    #5 /home/manox/public_html/feng2/application/models/plugins/base/BasePlugins.class.php(126): DataManager->findAll(Array)
    #6 /home/manox/public_html/feng2/application/models/plugins/Plugins.class.php(39): BasePlugins->findAll(Array)
    #7 /home/manox/public_html/feng2/environment/classes/hook/Hook.class.php(30): Plugins->getActive()
    #8 /home/manox/public_html/feng2/application/application.php(16): Hook::init()
    #9 /home/manox/public_html/feng2/init.php(152): require_once('/home/manox/pu...')
    #10 /home/manox/public_html/feng2/index.php(9): require('/home/manox/pu...')
    #11 {main}
Time since start: 0.24409079551697 seconds



Any ideas on how to fix these errors?

5
Feng Office 2 / Object subtypes
« on: March 22, 2012, 04:13:36 pm »
If I'm not wrong object subtypes are missing in Feng 2.0...
Are they going to be back or they are deprecated in the new design?

6
Feng Office 2 / Re: Design Suggestion to save vertical space
« on: March 22, 2012, 04:10:58 pm »
One more vote for that!

7
Announcements / Re: Feng Office 2.0.0 released to the general public
« on: March 22, 2012, 10:59:21 am »
Looking forward to it! :)

Keep up the good work!

8
Announcements / Re: Feng Office 2.0.0 released to the general public
« on: March 22, 2012, 10:44:50 am »
Great! Congratulations!
:D

 By default, feng comes with Tags and Workspaces, which is great since it has been like this in 1.7.5.

Can I ask you a few things since I installed it locally for a test-drive:

- How can I manage my Dimensions?
I would like to create a new dimension: say Projects

- Can I restrict relationships?
Currently I can relate Objects to multiple workspaces... Can I restrict the relation to only a single workspace/dimension

For ex. : If I create a Project dimension, Can I have Tasks related to only one  project  at a time ?


- How can I create my own plug-in? Is There an API documentation, or I should inspect the default available plugins for now?


Kind Regards

9
Ideas / New UI Experience
« on: March 21, 2012, 05:29:57 pm »
First I would like to congratulate the Feng team about Feng 2 - looks great!

If you allow me, I would share a bit of criticism about the interface:
To be honest, the new interface in Feng 2.0 is not better than the UI of 1.7.5, actually I find it worst in terms of graphics and usability

Don't get me wrong - I love feng, but I really would love to see such improvements in it.

While I applaud the new things in Feng 2, I believe that users will benefit from other things such as:
- New improved UI
- More Social functions: conversations, notifications
- Rich text support for Notes and a wiki style editing where you can edit only parts of the note
- Folders for documents
- Mobile support: native apps for iPhone, iPad
- Cloud sync

Hope that the link above can bring some inspiration to the Feng team!

Thanks and keep up the good work!

10
Announcements / Re: Feng Office 2.0 BETA 4 has been released!
« on: March 02, 2012, 05:06:14 am »
my GTD implementation:
hxxp://forums.fengoffice.com/index.php?topic=14779.0

Best!

11
Development / GTD implementation for Feng - Use Case
« on: March 02, 2012, 05:04:36 am »
I've created a custom GTD implementation for my Needs...can't be used as plugin(maybe with Feng 2.) it is specific to my installation.

Here is how it looks like:(I'm not allowed to post links so replace the 'hxxp' with 'http'in the links bellow

Active Projects screen:
hxxp://manvox.com/feng-gtd/gtd-projects.jpg

Today screen:
hxxp://manvox.com/feng-gtd/gtd-today.jpg

The implementation follows closely the popular Things app for Mac and iPhone

12
Announcements / Re: Feng Office 2.0 BETA 4 has been released!
« on: March 02, 2012, 04:47:19 am »
thanks for the info Conrado! :)

I was also thinking about sharing my GTD implementation..it won't work as a plugin because I rely on things that are specific to my installation, but maybe it is going to be interesting in terms of use case.

I'll have to prepare the post and explain the details in the forums

Best!

13
Getting Started / Re: What's happening to Feng??
« on: March 01, 2012, 06:59:13 am »
thanks for your input! It is appreciated ;)

14
Announcements / Re: Feng Office 2.0 BETA 4 has been released!
« on: March 01, 2012, 06:56:35 am »
One more thing:

Although I like the ability to crete 'Folder" dimensions. I would like to have the ability to organize documents into folders(i.e. built-in Folders into the Documents module). This is where most people need folder structure.

about the new Design: I like the L&F of Feng 1.7.5 (as far as I know this is the default ExtJS theme). In Feng 2 beta things have changed and now the theme seems broken(the green tabs look alien next to the ExtJS controls)


Best and keep up the good work!

15
Announcements / Re: Feng Office 2.0 BETA 4 has been released!
« on: March 01, 2012, 06:52:01 am »
good to hear from you! :)

I have implemented a custom GTD(getting things done) solution for my feng 1.7.5 and I am wondering how it will fit in the new version...So a few questions:

- where are tags?
- Can we rename the "Clients and Project' Tab (I don't realy have that separation of concept in my workflow)

Best

Pages: [1] 2 3