summaryrefslogtreecommitdiffstats
path: root/install/static/user.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.