nickbro Posted September 11, 2012 Posted September 11, 2012 (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: Bug Fixes from the v8.0 release: Home Access Plus+ (Change sets after 79274) Transfer from SkyDrive: Interactive Live SDK (Transfer files from a user's skydrive to a HAP+ folder) The Homepage Mobile CSS: http://www.edugeek.net/forums/home-access-plus/100975-mobile-theme-ideas.html#post869041 (more mobile styles will be deployed in later point releases) Edited October 2, 2012 by nickbro 1
mattgrimley Posted September 12, 2012 Posted September 12, 2012 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?!
nickbro Posted September 12, 2012 Author Posted September 12, 2012 Homework is actually already in v8, it's just hidden.
awarfield Posted September 14, 2012 Posted September 14, 2012 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
awarfield Posted September 14, 2012 Posted September 14, 2012 (edited) right click and print button in the myfiles area and a scrolling twitter feed as well. Edited September 14, 2012 by awarfield
mattianuk Posted September 17, 2012 Posted September 17, 2012 This please: http://www.edugeek.net/forums/home-access-plus/101239-feature-request-live-calendar-tile-but-hardcode-user.html
mattianuk Posted September 18, 2012 Posted September 18, 2012 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.
TheScarfedOne Posted September 18, 2012 Posted September 18, 2012 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...
nickbro Posted September 18, 2012 Author Posted September 18, 2012 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 3
TheScarfedOne Posted September 25, 2012 Posted September 25, 2012 A "Today" (or daily) printable sheet, which can be used by techs or teachers for each room or overall for the system would be nice
nickbro Posted September 25, 2012 Author Posted September 25, 2012 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
TheScarfedOne Posted September 26, 2012 Posted September 26, 2012 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?
mattgrimley Posted October 1, 2012 Posted October 1, 2012 A couple of items (the first two are moved from a different thread): 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)? 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). 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! 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.. 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!
nickbro Posted October 2, 2012 Author Posted October 2, 2012 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
nickbro Posted October 2, 2012 Author Posted October 2, 2012 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.
Marshall_IT Posted October 17, 2012 Posted October 17, 2012 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
Edu-IT Posted October 17, 2012 Posted October 17, 2012 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
peterdwyer Posted October 21, 2012 Posted October 21, 2012 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
nickbro Posted October 21, 2012 Author Posted October 21, 2012 It would add to the overhead, but I'll see what I can do, would client side sorting be ok?
peterdwyer Posted October 21, 2012 Posted October 21, 2012 "would client side sorting be ok?" That would be fine. It's not the highest-priority requirement. Thanks
nickbro Posted October 22, 2012 Author Posted October 22, 2012 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
peterdwyer Posted October 22, 2012 Posted October 22, 2012 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
peterdwyer Posted October 22, 2012 Posted October 22, 2012 (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 October 22, 2012 by peterdwyer
nickbro Posted October 23, 2012 Author Posted October 23, 2012 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) 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now