summaryrefslogtreecommitdiffstats
path: root/htdocs/js
Commit message (Collapse)AuthorAgeFilesLines
* js: Add jquery and jquery tablednd pluginsJeremy Kerr2013-06-163-1/+2
| | | | | | | | | | | | Based on a change from Andreas Bießmann <andreas@biessmann.de>. Rather than requiring a download of the jquery library + tablednd plugin, commit these to the repository. In doing so, we upgrade to version 1.10.1 of jqeury, and the current stable tablednd. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Bundle reordering supportJeremy Kerr2009-02-082-30/+70
| | | | | | | | Bundles can now be reordered and saved. Add dependency on jquery in INSTALL. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Initial bundle reordering supportJeremy Kerr2009-01-293-0/+43
| | | | | | | | | todo: * implement ajax reorder api * finish migration script * order patches in bundle view Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* [html] Add select-all checkbox for patch listsJeremy Kerr2008-09-241-0/+19
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* [html] Consolidate js filesJeremy Kerr2008-09-244-126/+1
| | | | | | | We don't need most of the stuff in htdocs/js/. Put the only function required into a common.js, which we can add other stuff to. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* [views] Restructure profile view, simplify bundle accessJeremy Kerr2008-09-231-0/+5
| | | | | | | Make bundles more like todo lists - the list itself has its own page, accessible from the top user links. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Inital commitJeremy Kerr2008-08-213-0/+126
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>