Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
taskfreak.com
Pages: [1] 2 3 4 5 ... 10
 1 
 on: September 01, 2010, 12:24:20 PM 
Started by markwaldin - Last post by markwaldin
I moved the include folder out of the web accessible area and changed the path in the _include.php file as instructed in the readme.  I found however that the following lines caused the execution to still fail:

if (@is_dir('./include')) {
    define('PRJ_ROOT_PATH','./');
} else {
    define('PRJ_ROOT_PATH','../');
}

I believe this piece of code is not correct.  I fixed the problem by removing this code.

 2 
 on: September 01, 2010, 09:40:38 AM 
Started by tilo - Last post by tilo
Can anyone tell me how to sort the users in the drop down appearing in the New Task popup?

 3 
 on: September 01, 2010, 06:37:42 AM 
Started by Chriiisr - Last post by Chriiisr
Hi !

After many months, i go on trying to fix that issue, here is my solution :

The problem is localized in the functions that convert mysql datetime format into a string that can be displayed in the browser or a XML flux through a ajax request.
It happens when date (for example in columns frk_itemcomment.postDate or lastChangeDate) month names contains special characters such as février, août, décembre.
I trace that these PHP functions were packaged in /include/classes/tzn_generic.php. For example, the getDte() and getDtm() functions. Here is a constant boolean TZN_FORCE_UTF-8 which can be initialize to TRUE in order to force UTF-8 conversion. I did it and it works fine.

This constant TZN_FORCE_UTF-8 is initialized in /include/config.php and its default value is FALSE.

It also solve a pure display problem in the main task screen in the deadline column : now the month names are correctly displayed with emphasized characters (using french syntax).

This subject can be closed.
Kind Regards.

 4 
 on: August 30, 2010, 03:40:46 PM 
Started by proteus - Last post by proteus
One of my users just picked up an ipad and is complaining about some functionality.

The big one is when you go to the menu to add a new task the "task" menu doesn't pull down.
(incidentally, the "view" menu works fine?).

How would i go about adding a "new task" button?

 5 
 on: August 30, 2010, 08:00:11 AM 
Started by birtles - Last post by austin
Just a thought, would using a div with the z-index set not be a workable thought? It shouldn't take to long to re-design that no matter if it is a css popup or actual popup. Just make a hidden div and display it with the onclick command for new task.

Just me two cents..

 6 
 on: August 30, 2010, 07:57:30 AM 
Started by austin - Last post by austin
I'm not real sure if anyone even reads these or not, but i will post it anyways. If yall need help fixing things, i dont care to fix them, just take me a little longer since i dont know the codes by heart.

Anyhow, when viewing tasks, if you goto all tasks, it shows completed at top of the list. Well when you modify one and complete it, you can see the reload button pressed (guessing an onclick command was sent) and the list updates and removes the one you completed, the problem is it should re-appear at the top as completed. It doesn't. You have to go back to All Tasks and reload it completely to view the new completed tasks.

 7 
 on: August 26, 2010, 07:52:50 PM 
Started by pronet-devel - Last post by grabbags
Thank's for reporting ! Bug been fixed, download is now working again.

I cannot download before, but it works again!  Thanks for helping.

 8 
 on: August 24, 2010, 08:37:47 AM 
Started by austin - Last post by austin
So i am adding this to an existing script, which also uses sessions. I am going to make a workaround so the login is bypassed automatically by sending the existing session data to the task freak login.

I changed

Code:
$pJSonLoad .= 'document.forms[0].username.focus();';

to

Code:
$pJSonLoad .= 'document.forms[0].username.focus(); document.loginForm.submit();';

and added
Code:
name="loginForm"

to the form to auto send the login, which i changed the

Code:
$_REQUEST['username']

to

Code:
$_SESSION['userdata']['username']

So basically it sends the logged in users username which i have sync'ed with the task freak database. Now since i dont have the passwords i didn't change that one and i hit refresh. It tried to login with some prefilled password (Chrome) and said "Login Failed" but here is the catch, after about 25 tries (since it is a on page load loop), it logged me in.

You may want to take a look at how the login process works with existing sessions on the domain name it is being added to.

 9 
 on: August 23, 2010, 03:56:10 AM 
Started by stan - Last post by stan
Hmm the time tracking version of TaskFreak! isn't translated in spanish, is it ?

 10 
 on: August 21, 2010, 05:38:40 PM 
Started by stan - Last post by pronet-devel
Cool! Tell me, how can I help you? 'cos I see your latest version is already traslated to Spanish.

Pages: [1] 2 3 4 5 ... 10
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC | Darkz Theme By [S.W.T]