summaryrefslogtreecommitdiffstats
path: root/install/static/user.js
Commit message (Collapse)AuthorAgeFilesLines
* quote obj param for groupAdam Young2010-08-301-1/+1
| | | | Correction for previous comit. 'group' not group.
* Fix EnrollAdam Young2010-08-301-1/+1
| | | | Enroll was broken due to the missing obj.
* hashchangeAdam Young2010-08-261-165/+162
| | | | | | | | | | We now catch the hashchange event and use that to drive most of the site. To trigger page transitions, modify location.hash. Params start with # not ?. Removed user-group.inc. converted tabs to spaces trivial imlementation of add and details for netgroup and hostgroup lots of bug fixes based on routing problems and the refactorings.
* Changes the URL parsing from standard HTML params ( starting with ?)Adam Young2010-08-191-25/+30
| | | | | | | | to hash params ( starting with # ). User Details are now part of index.xhtml, ao one more .inc file has been removed. Updated commit to catch a few things that had been left out, including sampledata handling and updateing Makefile.am
* Make user details work again in the webUI.Pavel Zuna2010-08-171-5/+238
| | | | | | | | | Unfortunately we can't have any javascript in *.inc files, because the browser will strip them for security reasons. I moved all the attribute callbacks etc. to the only logical place: user.js. It's fine for now, but user.js is going to need some serious cleaning up in the future.
* Remove search field on group buttonAdam Young2010-08-091-5/+3
| | | | | | Hide the search bar when showing the groups listed for a user, and resotre it when doing other searches. The enroll button is added only on the groups page, and removed along with anything else in the searchButtons div when a new search is started.
* The Javascript code for the new web UIAdam Young2010-08-061-0/+268
Now with whitespace cleanup.