-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
Hi all, just thought I'd make this post for all of you looking for new features in HAP+. These are my current thoughts for a next version of HAP+: Version 2 of the Windows 8 App Rename Move Delete [*]Version 1 of the Windows Phone 8 App (sorry it needs to be WP8) [*]Multi-tenancy 1 HAP+ install Multiple configurations If you have an AD covering a few schools then this will allow you to separate out as many or few sections are you want e.g. School a) has a set of bookingsystem resources, and b) has a different set of resources This would be an advanced, edit the raw config.xml files [*]Removal of the .svg line in the web.config [*]Tidy up of the web.config file If you guys can think of anything else, let me know
-
I would deploy windows 8 if you could lock the home screen down more, configure it so specific apps are in specific places, and, obviously, stop the little devils changing the background. Love it on my desktop and tablet. You do get used to the new start screen, the only times I'm using a Modern app is for school emails (OWA Anywhere doesn't work through our LA's reverse proxy), and occasionally the people app for updating twitter. I use a lot more apps on my tablet, but that's because it's a tablet. *enter key still doesn't work in Metro IE*. The new features that are coming for Windows 8.1 look really good, but there is still a way to go, more GPO options please.
-
I've made your change in the bookingsystem dll, attached is today's alpha release. It also contains a change to myfiles
-
Too big of a job that one, plus certain things in HAP+ are single site only. Recommendations are to have multiple HAP+ installs, i.e. /hap-high/, /hap-mid/, /hap-elem/
-
resource type is other, that may or may not work, tending to think not. console.log is a browser thing, not an IDE thing. If you have firefox, then the console tag in firebug will show stuff logged, same in chrome and IE with the dev tools
-
If it's the only booking for a room, then the count isn't sent, it's left at 0 which means whole resource booking. Are you trying this currently on a laptop resource. Resource sharing is only supported on a Room resource
-
Go to line 479, add these in below: console.log(curres.Quantities.length > 0); console.log(curres.CanShare); console.log(parseInt($("#bfquantspin").val())); console.log(parseInt(curres.Quantities[curres.Quantities.length - 1])); console.log(parseInt($("#bfquantspin").val()) < parseInt(curres.Quantities[curres.Quantities.length - 1])); This will enable the debug console to show what's going on when you attempt to book
-
Have you found the notes bit yet?
-
Ok, give this a try, switched it to use the visible resources, not what's in the config for the percentage calculation
-
Possible explanation for Android downloads stalling
nickbro replied to DaveJohnCole's topic in Home Access Plus+
Hi can someone try the attached MyFiles/Default.aspx file. I've told it to open the download in a new window. HAP+ just replies with octet-stream regardless of the filetype so that isn't an issue. I think it's because HAP+, by default, transmits it as a multipart download -
There is a min-height and min-width that it uses, the rest is all percentage based.
-
Updated Alpha Release attached
-
Never mind, found the issue, javascript not parsing the integer in the textbox as an integer, added parseInt()
-
@Arkaine does the spinner (the quantity) textbox get shown when you book and get the issue with 0 getting submitted?
-
Right, I'm back, from both MS Reading and the internet blackout. Will look into these now
-
Possible explanation for Android downloads stalling
nickbro replied to DaveJohnCole's topic in Home Access Plus+
Very interesting, looks like Android doesn't respect the correct file content type being transmitted, and needs it going as octet stream. Will look into this. Most of what's in that article is already done in HAP+ behind the scenes. Trust google to do things it own `standard` way -
Will look into it when Sky fixes my internet at home - some bright spark dug through several sky fibre optic cables and cut off several exchanges, I'm most chuffed, so I've only got dial up speeds via the mobile phone network at the moment. I'm also in Reading today at MS UK HQ (to do with my day job now). Will try and have a look at it tomorrow, or if my internet is back on when I get home I'll have a look then. Got a 2.5 hour drive to Reading now.
-
I don't know, it's really odd. The + 3 thing is to now allow you to book the resource if only 3 spaces are left. I may remove that clause
-
line 473 needs to be there to stop it putting the count in when the resource isn't shared, and the quantity is the same as the full resource size
-
Passing user details from HAP to other web apps?
nickbro replied to DaveJohnCole's topic in Home Access Plus+
If you use Windows Authentication instead of Forms you should be able to share authentication. Another way, is to write some php code, than in the background, does a http call to /api/ad Either via POST, with the contents of { "username": "some username", "password": "some password" } Or via GET /api/ad/{username}/{password} You will get back {"FirstName":"firstname","SiteName":"Some School","Token1":"Token1","Token2":"Token2","Token2Name":".ASPXAUTH","Username":"username","isValid":true|false} If you parse what you get back, then you need to create 2 cookies using php, one called token with the contents of Token1, the other called Token2Name with the contents of Token2 Up to you -
Does it seem to be working now? It works fine for me in my tests
-
It'll get incremented in an hour anyway as it ticks over to 0527 = 27th May
-
Ok, the upgrade script is stuck getting reset, oops, will re-release alpha 2 with that fixed. It was resetting the can share attribute back to False each time. Also found an issue with the more than 1 charging periods, another doh moment
-
Ok, post count of 0 means use the whole room, will have to look into why that isn't getting set. What value are you putting in for the quantity when you do a booking?
-
Can you check the bookings.xml file and see if it's storing the count. It wont transmit it if it isn't stored
