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

Pages: [1]
1
Development / Re: major development on feng office
« on: February 03, 2012, 02:57:45 pm »

1-on the fly editor for any kind of format . with our solution you can edit any type of file like .xls .psd .dwg  any format you think of seamless with feng and keep track of your changes    via feng revision system
2- adding phpunit testing inside framework

2
$GLOBALS['autoloader_classes']['ACCESSCONTROLLER'] = '/home/www/application/controllers/AccessController.class.php';

by :

   $GLOBALS['autoloader_classes']['ACCESSCONTROLLER'] = ROOT . '/application/controllers/AccessController.class.php';

3
Development / Re: Bar between Start and End date in Calendar
« on: February 03, 2012, 02:54:44 pm »
I want between Start and Enddate in any day a bar on the same height maybe in different colors to get a clearer view.

4
Development / Re: make 'unique ID' of workspace (project) visible
« on: February 03, 2012, 02:50:54 pm »
Feng office allows to search for projects/workspaces by their ID. Unfortunately you can't find it in the application.

Below you find a rough modification in the script to find the ID on the dashboard -> Workspace Information.

5
Development / Re: using feng's log in function
« on: February 03, 2012, 02:48:09 pm »
Hey Guy's, I've been able to pass post data to feng to get it to authenticate a user, but when I next use a page, I don't get a cookie. Can someone direct me where the code for generating

Pages: [1]