summaryrefslogtreecommitdiff
path: root/admin_users.php
AgeCommit message (Collapse)AuthorFilesLines
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-11-09Move the masquerade function to the user listGreg Roach1-1/+9
2013-11-03Add CSRF checks to admin/user pageGreg Roach1-21/+10
2013-11-01Tidy up trailing whitespaceGreg Roach1-9/+9
2013-08-30Wrong parameter type to input filteringfisharebest1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-45/+44
2013-08-24Update non-typographic quotation marksGreg Roach1-4/+4
Tidy up punctuation
2013-08-21Use new escape functionsGreg Roach1-1/+1
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-10/+10
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-03-01#1138652 - Cant' edit IP address in site access rulesfisharebest1-1/+1
2013-02-09Fix: jEditable/Datatables combo doesn't work with latest jQueryfisharebest1-6/+2
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-02-02Upgrade JQuery-UI to latest versionfisharebest1-3/+3
2013-02-02Add more URL versioning to JS resourcesfisharebest1-2/+2
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-2/+2
2013-01-09Change the default title for new trees. The old title assumed you had a ↵fisharebest1-1/+1
gedcom file, and works badly with RTL text.
2012-10-25Combine similar texts and remove unnecessary buttonsfisharebest1-2/+1
2012-10-20Use same text in user/registration as admin/add-userfisharebest1-2/+2
2012-09-25Tidy up Add new user screen. Add HTML5 forms validation.Nigel Osborne1-66/+53
2012-09-16#1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-09-15Part of #1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-09-15Create objects to encapsulate trees. Allows us to cache tree settings, ↵fisharebest1-40/+9
which saves about 80 DB queries per page.
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same ↵fisharebest1-1/+1
underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak.
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-1/+1
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-27/+22
https://bugs.launchpad.net/webtrees/+bug/1024825 - Custom language translations not working on family tree titles https://bugs.launchpad.net/webtrees/+bug/981640 - Partial solution - filter list of trees using REQUIRE_VISITOR_AUTHENTICATION to hide trees which the user cannot see. This also ensures that private trees remain completely hidden until after login. https://bugs.launchpad.net/webtrees/+bug/1046002 - v1.3.1 admin.php ERROR 8 at line 277 Performance tweak - save at least two DB calls per page.
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵fisharebest1-1/+1
picked up from a CDN server
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-6/+6
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-06-15#1011223 - User interface is unclear what is a required field when creating ↵fisharebest1-5/+10
new user
2012-05-15Explicitly close session in admin_users.phpNigel Osborne1-0/+2
2012-04-06Move a JS function from the page header to webtrees.js. Tidy up logic for ↵fisharebest1-1/+1
email icons
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-1/+1
#964398 - find individual id
2012-03-28Functions should return HTML, rather than output itfisharebest1-2/+2
2012-03-18#946697 - Use HTML5 email input typefisharebest1-6/+1
2012-03-17Tidy up some language strings - for clarity and consistency.fisharebest1-2/+2
2012-03-07Move "Set default blocks" to admin menu listNigel Osborne1-2/+0
2012-03-06Invalid SQL being generated for user-list callback.fisharebest1-6/+5
2012-03-06Fix: page scrolls when you click the "change blocks" link.fisharebest1-1/+1
2012-03-05Add support for default blocks for new trees/usersfisharebest1-1/+4
2012-03-05Allow the admin to configure the blocks on each user's "my page".fisharebest1-1/+3
2012-02-21Add tool tip to open/close icon on user listNigel Osborne1-1/+1
2012-02-20After approving a user account for the first time, send the user a ↵fisharebest1-132/+75
confirmation email.
2012-01-16#916852 - Help Content Wrong fisharebest1-3/+3
2012-01-16HTML validationfisharebest1-23/+21
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-28/+28
2011-11-23I18N: move datatables translations to the same placefisharebest1-14/+1
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-05(part). (1) Only load datatables.js on pages that use it. (2) move ↵fisharebest1-39/+35
JavaScript to end of page
2011-11-05Add some defensive escaping - translations may include quotation marks.fisharebest1-7/+7