Jump to content

Recommended Posts

Posted (edited)

Hi all,

 

I'm currently in the planning stages of HAP+ v8.1. For new HAP+ admins: This will be a point release and basically contain bug fixes, and a few new features (think of a Windows Service Pack).

 

I'm open to any feature requests for v8.1, but be aware of the statement above about it being a point release.

 

Currently on the books are:

Edited by nickbro
  • Thanks 1
Posted

Hey Nick,

 

Thanks for item 3 :)

 

I'm very interested in the "homework" features and wondering what sort of features you envisage.. Is it something that "might" make an appearance in some form for 8.1?

 

I dont ask for much do i?!

 

:)

Posted

Hi Guys,

 

Firstly v8.0 is awesome - very happy with it!

 

In the "Me" section you can update your password, it it possible to have it so that users can update their other details as well such as surname or contact phone number, or a secondary email address and have that replicate to AD?

 

Maybe a password reset function on the login screen that sends a generic password to the secondary email address as well listed in the above request.

 

The other request I had from a teacher was WebDAV integration (with the same url as what HAP uses), but i think Skydrive might be a better option anyway. If its unbelievably easy to implement then maybe its an option.

 

Cheers,

Andrew Warfield

Posted
Not a bug, but a feature request - on the booking system - could we set it so we can have like a live tile interface to click through to different areas booking sheets? For example we could have one for IT rooms, one for other rooms, one for equipment and one for laptop trolleys - because at the moment it is all one one page and huuuge.
Posted
Not a bug, but a feature request - on the booking system - could we set it so we can have like a live tile interface to click through to different areas booking sheets? For example we could have one for IT rooms, one for other rooms, one for equipment and one for laptop trolleys - because at the moment it is all one one page and huuuge.

 

 

+1 for this, i remember in earlier versions - we had a dropdown to filter the grid...

Posted

I'll see what I can do on that one. maybe something using url rewriting /bookingsystem/%resourcetype%/

 

That way you have the full booking system, but you can limit it to what you want to see

  • Thanks 3
Posted

Navigate to /hap/bookingsystem/resource/display

 

You can use that page for a screen or something

 

Resource1-Resource2 will give you a side by side view

Posted
Couldn't get the side by side to work, but the other single version is ok. It's case sensitive too, for those who give this a go. Ay chance of integrating this better, like a Daily Summary view?
Posted

A couple of items (the first two are moved from a different thread):

 

  1. FAQ Related: Could i request the option to create a new ticket as an FAQ (just a tickbox on the create ticket page if you are an admin)?
  2. FAQ Related: Can i also request that FAQ's load all of their note data (including updates) into the text box for editing purposes? (It would be nice to be able to tidy up the original ticket information and remove "updates" to keep the FAQ's clean).
  3. Server Tiles: Can we reduce the refresh on the server uptime tiles? Judging by firebug, it is constant - might be nice to reduce it to one request per minute (and remove the seconds from the time). No specific problems with it, but i figure that page doing less would be a good thing! :)
  4. Time-Outs: Can the helpdesk page (and possibly other pages) have a check for session-time-out's built in? If i have left the site open in a browser window, i might click on "New Ticket" and it allows me to enter all my details and click "File Ticket" before ultimately loosing my submitted information. The same would apply when clicking on a ticket in order to write an update etc. Alternatively a background time out with some sort of full screen light-box affair saying Session timed-out, click to login again might be a way..
  5. Booking Restrictions: I have a bunch of departmental laptop trolleys which are only shown to selected teachers (using showto="username,user2,etc"). These users are still restricted by the global booking limits. Can you think of an acceptable way to allow those users unlimited bookings on those resources? (Possibly a usemaxbookingsperweek="true"/"false" applied to the room definition? When booking on other rooms, HAP would need to ignore bookings made on these resources..

 

 

That's all i got! :)

Posted

Hi @mattgrimley

 

for number 3, search the hap.web.js.js file for

 

setTimeout("hap.livetiles.UpdateUptime('" + this.tile + "', '" + this.server + "');", 5000);

 

Change the number at the end 5000ms = 5s

Posted
Hi all, due to some bugs in the v8 release, v8.1 will be coming out tonight with bug fixes, this thread is now for v8.x feature requests.
  • 2 weeks later...
Posted

Hi Nick, is the homework feature working yet? when i navigate to hap/myFiles/Homework.aspx i get the following message

 

Source Error: 


Line 112:                    return false;
Line 113:                }
Line 114:                if(this.File.size > <%=maxRequestLength%>) {
Line 115:					alert(this.File.name + " " + hap.common.getLocal("myfiles/upload/filesizewarning"));
Line 116:                uploads.pop(this); 

Source File: c:\inetpub\wwwroot\HAP\MyFiles\Homework.aspx    Line: 114 

Posted
Hi Nick, is the homework feature working yet? when i navigate to hap/myFiles/Homework.aspx i get the following message

 

Source Error: 


Line 112:                    return false;
Line 113:                }
Line 114:                if(this.File.size > <%=maxRequestLength%>) {
Line 115:                    alert(this.File.name + " " + hap.common.getLocal("myfiles/upload/filesizewarning"));
Line 116:                uploads.pop(this); 

Source File: c:\inetpub\wwwroot\HAP\MyFiles\Homework.aspx    Line: 114 

Do a search for homework.aspx on the forum, there's fixes in one of the threads.

 

Edit: Here. http://www.edugeek.net/forums/home-access-plus/102475-drag-files-onto-folder.html

Posted

Don't know if this has ever been on the cards but would the ability to sort files based on name, size or date in "details" view ever be considered for future versions of HAP? Perhaps it's either not easily achieved or it might add to the overhead. It would be handy though...

 

Thanks

Posted

Need someone to test this and report back, it's the My Files + Sorting in Details View.

 

I've also added the Modified Date to the Details View.

 

A new API has been created in the My Files dll to handle this, which is SortedList.

 

Sorting doesn't work when opening in ZIP files in the explorer

Posted

I've given it a shot.

 

Yes, it does sort in "Details" view although the "date sort" seems to be a text sort starting at character 1. Thus files for 1 January (of any year) are followed by files for 1 February etc (ie. 1/1/2009 then 1/1/2010 then 1/2/2009 then 1/2/2010). Hope this makes sense.

 

Thanks

Posted (edited)

Yep, Looks good to me. Thanks for doing this.

 

Will this feature (and the fix for zipping files) be in a future release? If so, I will hold off moving to installing them on my "production" system

Edited by peterdwyer
Posted
ZIPPING folders is coded but it doesn't seem to work, the rest of the zipping bugs have been fixed and are in the above ZIP file. v8.2 will be out shortly (don't know when yet, may be over half term)
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...