summaryrefslogtreecommitdiff
path: root/admin_users_bulk.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-52/+52
2013-08-12Remove some more subversion Id tagsGreg Roach1-2/+0
2013-08-09Remove empty subversion Id tagsGreg Roach1-1/+1
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-1/+1
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
2013-01-26Minor tidy upfisharebest1-6/+16
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-1/+1
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-3/+3
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-3/+4
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-40/+30
2011-01-12Tidy up admin menufisharebest1-1/+1
2011-01-12Update I18N hints.fisharebest1-1/+1
2011-01-12I18N: terminology. "Broadcast messages", not "Bulk messages". This is a ↵fisharebest1-1/+1
more widely used term, and sounds less like spam ;-)
2011-01-04add user_messaging pageNigel Osborne1-0/+53