phpScheduleIt
May 25, 2013, 01:16:45 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: 1 ... 6 7 [8]
  Print  
Author Topic: phpScheduleIt2 alpha 1 feedback wanted!  (Read 20061 times)
nicolasjw
Newbie
*

Karma: 0
Posts: 5


« Reply #105 on: January 25, 2012, 01:01:17 PM »

I have just installed the latest version 2 code.  I have experienced the following issues:

Using Europe/London timezone I have issues with the date format when adding items to the schedule, there seems to be elements of the code that get confused with US date format and UK date format ie the day and month reversal eg 31/12/2012 and 12/31/2012.

After entering an event I am not taken back to the calendar page as the code adds an additional /Web to the page address which obviously cannot be found.

A few requests/recommendations:
1) Have a config option to show either the Event Title or the person who booked it rather than default to the person
2) Configurable option to hide the unreservable time slots.
3) Config timeout duration
4) Config option to disable login security for installations where security is not required

Many thanks
Logged
rossi141
Newbie
*

Karma: 0
Posts: 6


« Reply #106 on: January 30, 2012, 09:00:27 AM »

I installed phpScheduleIt yesterday, and have the following comments:
Self registration does not appear to be working. Specifically the "Security Code" image points to "http://localhost/development/Services/Authentication/captcha.php?action=create&rand=4f26921f56859" which does not resolve into anything.
The captcha.php file actually sits:
http://<phpScheduleIt Server>/Web/Services/Authentication/captcha.php

I am unable to get LDAP authentication to work. It is probably just me not having it configured correctly. I have got as far as getting a bind request, however, it is using simple bind with the user account that I am logging in with, instead of a search with an ad user with permissions to search the directory.
I can get it to use the admin user if I edit adLDAP.php and enter the admin credentials in "protected $adminUsername" and "protected $adminPassword", however, it seems not to perform any kind of lookup - just does a simple bind and then unbind.

Cheers
Colin
Logged
stevenpostma
Newbie
*

Karma: 0
Posts: 4


« Reply #107 on: January 30, 2012, 10:26:58 AM »

Hi Nick,

Great work. I've installed the package on a test server here at the university. Everything seems to be working fine. Except one small thing:

Althought I've changed the permissions to the uploads and uploads/images folder to 777, I'm not able to upload image when adding a resource. The window does pop-up and I'm able to select an image, but when I press update it hangs. I see the green logo as if it's loading, but nothing happens.

Bug? Or am I missing something?

Thanks, Steven
Logged
rossi141
Newbie
*

Karma: 0
Posts: 6


« Reply #108 on: January 30, 2012, 01:21:31 PM »

I installed phpScheduleIt yesterday, and have the following comments:
Self registration does not appear to be working. Specifically the "Security Code" image points to "http://localhost/development/Services/Authentication/captcha.php?action=create&rand=4f26921f56859" which does not resolve into anything.
The captcha.php file actually sits:
http://<phpScheduleIt Server>/Web/Services/Authentication/captcha.php

I am unable to get LDAP authentication to work. It is probably just me not having it configured correctly. I have got as far as getting a bind request, however, it is using simple bind with the user account that I am logging in with, instead of a search with an ad user with permissions to search the directory.
I can get it to use the admin user if I edit adLDAP.php and enter the admin credentials in "protected $adminUsername" and "protected $adminPassword", however, it seems not to perform any kind of lookup - just does a simple bind and then unbind.

Cheers
Colin

Ok - partly my fault for the captcha.php stuff, and partly an issue.
Firstly, I didn't have my root path setup in my config.php (oops - my bad).
However, even doing this it didn't work.
It seems that for this, you can not have uppercase letters in your root folder (this is ONLY for the captcha.php references). Even if you have specified it correctly in your config.php.your folder with lowercase, and therefore can not find the folder.
Secondly, it is looking for <lower case root>/Services/Authentication/captcha.php
The captcha.php is in <lower case root>/Web/Services/Authentication/captcha.php
Even if I change my root dir to <lower case root>/Web in config.php it does not work, as it requires /Web to be lower case /web.
So, the solution that I have is to make my root directory <root which is now lowercase>/web, and I have a symbolic link from /root/Web to /root/web/

This now works.

For LDAP, I have it authenticating, however, I can only authenticate with a user who has search abilities on AD. Normal users can not log int.
Logged
stevenpostma
Newbie
*

Karma: 0
Posts: 4


« Reply #109 on: January 31, 2012, 08:34:12 AM »

Hi Nick,

Found another thing:

When I click on a user to edit the fields, all fields show up empty in the pop-up screen..
I can change everything in there, it's just a minor discomfort.

thanks, Steven Postma
Logged
vigo
Newbie
*

Karma: 0
Posts: 3


« Reply #110 on: January 31, 2012, 08:57:53 AM »

Can't change Title of main page . Now its phpScheduleIt - Log In. I wanna name "phpScheduleIt".

Thanks
Logged
vigo
Newbie
*

Karma: 0
Posts: 3


« Reply #111 on: January 31, 2012, 08:59:03 AM »

I wanna rename "phpScheduleIt"  Grin
Logged
dunnts2
Jr. Member
**

Karma: 1
Posts: 78


« Reply #112 on: January 31, 2012, 01:17:26 PM »

@vigo.

"I wanna rename "phpScheduleIt"" just go ahead renaming the directory. and in the config file also renaming $conf['settings']['script.url'] = 'http://localhost/vigorenamingit';

let us know if any question!
Dung.
Logged
vigo
Newbie
*

Karma: 0
Posts: 3


« Reply #113 on: February 01, 2012, 08:04:02 AM »

Hmm...

Quote
$conf['settings']['script.url'] = 'http://localhost/development';   // public URL to this phpScheduleIt instance

That's my code in config file. Directory name on server has another name. And tilte of my page "phpScheduleIt - Log In"  Changing $conf['settings']['script.url']   don't work:(

I am talking about <title>phpScheduleIt - Log In</title> Smiley

Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #114 on: February 07, 2012, 12:07:09 PM »

Quote
When I click on a user to edit the fields, all fields show up empty in the pop-up screen..
I can change everything in there, it's just a minor discomfort.

I'll fix this.
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #115 on: February 07, 2012, 12:09:20 PM »

I am talking about <title>phpScheduleIt - Log In</title>

Change line 72 of Pages/Page.php

Code:
$this->smarty->assign('Title', 'SOMETHING ELSE - ' . $resources->GetString($titleKey));
Logged
computerszone
Newbie
*

Karma: 0
Posts: 14


« Reply #116 on: May 18, 2013, 11:37:30 AM »

I am talking about <title>phpScheduleIt - Log In</title>

Change line 72 of Pages/Page.php

Code:
$this->smarty->assign('Title', 'SOMETHING ELSE - ' . $resources->GetString($titleKey));


Hi, I was looking to this answer for hours, I searched Google and your website with no luck until I got in this page searching for something else.
Thank you, it worked. Cheesy
Logged
Pages: 1 ... 6 7 [8]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!