aboutsummaryrefslogtreecommitdiff
path: root/mod/uservalidationbyemail
AgeCommit message (Expand)Author
2011-04-02Refs #3001 made comment change in trunk from 1.7 fixcash
2011-03-22Refs #3016 making the final elgg.js more readablecash
2011-03-22another example of an extra ; in js due to lazy copy/paste jobscash
2011-03-12Fixes #3065, #3089. Merged JS events and hooks to a single system. Updated pl...brettp
2011-03-11Refs #2991. First round at rearranging and grouping admin menu based upon tasks.brettp
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-06Refs #2104 added some categories to core (bundled) pluginscash
2011-03-01Fixes #3014 using more standard "register" in admin convenience functioncash
2011-02-27 fixed bad return value in unvalidated users bulk action formcash
2011-02-26simplified admin menu registration function in preparation for adding sectionscash
2011-02-20Fixes #2658. Merged uservalidationbyemail changes from 1.7 to 1.8. This plugi...brettp
2011-02-18Updated copyright and author information in plugin manifests.brettp
2011-02-15Fixes #2921: converted internalname => name and internalid => idewinslow
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-12Refs #2898: Using an XML namespace instead of version attribute on plugin man...brettp
2011-02-12Converted most forms to use elgg_view_form (therefore also moved the views to...ewinslow
2011-02-11Converted all manifest files to 1.8 styleewinslow
2011-02-11Converted hardcoded styles to css primitivesewinslow
2011-02-03changed input/pulldown to input/dropdowncash
2011-02-03removes uses of $vars[url] from core and pluginscash
2011-02-03Refs #2428 almost done removing CONFIG access - mostly plugin start.php leftcash
2011-02-02updated the plugin manifest files to use the new variable name for activation...cash
2011-01-22testing for the existence of username in pam credentials before usingcash
2011-01-08drying up the title creation in the admin backendcash
2010-12-29stage 1 in moving the forms markup to elgg- namespaced css - buttons still ne...cash
2010-12-29updating plugins to use new page menucash
2010-12-05fixed bug in uservalidationbyemail permissions hook handler - was giving ever...cash
2010-12-02Refs #2700 changed underscores to hyphens for the forms css elementscash
2010-11-30Refs #2428 removed some global CONFIG usage in pluginscash
2010-11-30fixed typo in uservalidationbyemail plugincash
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
2010-11-20Refs #2143: DRY up button input views (button, reset, submit). Changed core ...ewinslow
2010-11-19Closes #617 core has get and set functions for user validation statuscash
2010-11-16ported the portion of the [7027] commit that dealt with pagination to trunkcash
2010-11-16Refs #2573 updates the uservalidationbyemail plugin to work with new validati...cash
2010-11-15Refs #2573 fixes validation issue for users registered with validation turned...cash
2010-11-15Fixes #1417 Users get notified when their accounts are not validated for any ...cash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Fixes #1320: Bundled mods use elgg_echo()'s internal string substitution.brettp
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core an...cash
2010-11-02Fixes #2463: Removed gratuitous references to $CONFIG->url, etc. from the res...ewinslow
2010-11-02Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), $CONF...ewinslow
2010-10-30Refs #2598: Converted most $vars['url'] to elgg_get_site_url()ewinslow
2010-10-10Fixes #2529 for real this time. Not using made up ElggEntity attributes. Add...brettp
2010-10-09Fixes #2529. User validation only prevents logins for disabled users to avoid...brettp
2010-10-06Merged some fixes from the 1.7.4 backport of uservalidationbyemail.brettp
2010-10-05Using more built-in API to get unvalidated users.brettp
2010-10-01Added admin page to validate, resend validation requests, or delete unvalidat...brettp
2010-09-30Fixes #617, #2271 User validation removed from core to UserValidationByEmail ...brettp