-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
Home Access + Help desk not updating problem
nickbro replied to jmcdermott's topic in Home Access Plus+
You will need to do some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html to find the root cause -
Method not allowed on helpdesk & Booking system
nickbro replied to simonmerry's topic in Home Access Plus+
For the users who are HD Admins, can you check in /api/js to see if the isHDAdmin is true -
Unfortunately it will just redirect them to the unauthorized.aspx page instead. You can limit access by changing line 38 of the web.config file. Add
-
Ok, it's 2 things, line 31 of bookingsystem.css and line 127 of ~/bookingsystem/default.aspx It's set for a min width of 200*lessoncount
-
It should be line 31 of the bookingsystem.css file, the min-width: 136px attribute;
-
Method not allowed on helpdesk & Booking system
nickbro replied to simonmerry's topic in Home Access Plus+
Good to hear, yep that's the webdav issue -
I think this is fixed in the latest alpha
-
Ah, that's not a bug, it's a design choice, works very well on tablets and phones
-
Hmmm, very odd, I use Windows 8 on my tablet and it works logs in fine. Are you hitting enter or clicking login? Have to tried the other?
-
Min width is just that a minimum width, it will use % above that. If it's not then I don't know why that should be the setting
-
It will be the first one, odd that it doesn't work. It's based on %. You can have a look at the css at the top of ~/bookingsystem/default.aspx
-
@TheScarfedOne There should be a min-width defined in the bookingsystem.css file (200px I think)
-
Ok, found the bug, fixed in attached alpha
-
Hmm, very odd. Can you take a screenshot for me. How long is the lesson name it may not be getting truncated so the box doesn't overflow.
-
Hmm, that's a CSS bug, make sure you've updated your CSS files.
-
Hmm, that error is a very odd one. Do you domain admins sit in a OU that is processed by HAP+? I think this happens because of that not being the case
-
Very odd, that doesn't error out like that for me, very confused
-
At the moment only Rooms and Other are covered by this system, it's mainly because, for me anyhow, for our laptop resource it comprises of 2x15 trolleys, so specific quantities are favourable. I may look and see if I code it use radio buttons if more than 1 quantity is entered, otherwise use the spinner for 1 value. *thinks*
-
Ah, grab the Alpha release from here and then update with what I attached: http://www.edugeek.net/forums/home-access-plus/113933-booking-system-split-resources-5.html#post976053
-
For the hapSettings I cannot see a need for it, as the configuration in xml format is easily editable, and is heavily cached. As for the other sections, once again having the data stored in XML allows me to quickly expand those sections without requiring update scripts to run against a SQL Table (which can cause issues). It also allows for people to edit the files quickly. In all 3 cases, the xml files are heavily cached, and IO read/writes only take place when the application starts up or when a file is changed. As long as the XML files are kept 'CLEAN' there wouldn't be a need to use SQL. I don't know though, rewriting for SQL would be very time consuming, and wouldn't have any observable differences, from my prospective. Security isn't an issue as the only people who can write to the app_data folder is the IIS App Pool and Administrators. Passwords are encrypted in the configuration file, and one config file will not work on another server, as the password encryption uses machine specific data to ensure that it can't be read anywhere but the location that created it.
-
@mattianuk try the attached update The hapConfig.xml you will need to get it to work is: I setup a equipment calendar called Network Maintenance (netmain) In that calendar I then added the planned network maintenance. Using EWS HAP+ queries OWA for planned maintenance. The live tile shows the subjects and clicking on the tile will, instead of going to the url, will load a popup box showing the full messages from the server, with a button to Open the url that was hidden. See what you think
-
The live tiles support getting a servers uptime, I use it to get uptimes of all my servers. For the coming events and planned outages, maybe use a shared exchange calendar, and use it that way, of sorts. You can always make an aspx page and edit that yourself, reference the masterpage and your away. I will add a page that shows a bit more info from an EWS calendar, that way you could write notes on a outage in a Calendar appointment, and have a live tile link to that page, how does that sound?
-
Can you expand a bit more on this? Are you after some more live tiles with server information or something else?
-
Hmm, thanks for the info @arron, will have to have another play around when I get some free time
-
@ragbuster that feature is available via the Alpha release here: http://www.edugeek.net/forums/home-access-plus/113933-booking-system-split-resources-5.html#post976053
