Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-04 | Fixes #1479 - Replaces WP autop with implementation from Steve Clay. | Paweł Sroka | |
2012-01-22 | Fixes #4320 updated documentation for base_url in pagination and added ↵ | Cash Costello | |
backward compatible code | |||
2011-11-05 | Fixes #3867 finished up uservalidationbyemail styling after a great start by Sem | cash | |
2011-11-03 | Refs #3867. Unvalidated users is an unordered list now. Added right class ↵ | Sem | |
and other css helpers to admin css. Standarized css namespaces and dashes in classes. Acomplishing code standards. | |||
2011-11-02 | Refs #3867. elgg_view_image_block used for list users. Bulk operations as a ↵ | Sem | |
list. | |||
2011-11-02 | Fixes #3867. Rewrite and style unvalidated users administration area. | Sem | |
2011-11-01 | added semi-colons after function expressions | cash | |
2011-10-08 | Fixes #3411 output/url now has a is_trusted parameter - defaults to false | Cash Costello | |
2011-08-24 | Fixes #3621. Corrected the URL for the unvalidated users pagination. | Brett Profitt | |
2011-04-02 | Refs #3001 made comment change in trunk from 1.7 fix | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8917 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-22 | Refs #3016 making the final elgg.js more readable | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8812 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-22 | another example of an extra ; in js due to lazy copy/paste jobs | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8811 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-12 | Fixes #3065, #3089. Merged JS events and hooks to a single system. Updated ↵ | brettp | |
plugins and core to use it. Added elgg.getURLFragment() and using it elgg.ui.popsUp(). git-svn-id: http://code.elgg.org/elgg/trunk@8671 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ | ewinslow | |
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-27 | fixed bad return value in unvalidated users bulk action form | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8503 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-20 | Fixes #2658. Merged uservalidationbyemail changes from 1.7 to 1.8. This ↵ | brettp | |
plugin needs cleanup. git-svn-id: http://code.elgg.org/elgg/trunk@8357 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Fixes #2921: converted internalname => name and internalid => id | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8249 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Fixes #2808: elgg_get_array_value => elgg_extract | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-12 | Converted most forms to use elgg_view_form (therefore also moved the views ↵ | ewinslow | |
to forms/*). Some views are left that _only_ do elgg_view_form, so I wonder if those should even be kept around. git-svn-id: http://code.elgg.org/elgg/trunk@8127 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Converted hardcoded styles to css primitives | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8102 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-03 | changed input/pulldown to input/dropdown | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8006 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-03 | removes uses of $vars[url] from core and plugins | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8003 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-29 | stage 1 in moving the forms markup to elgg- namespaced css - buttons still ↵ | cash | |
need work git-svn-id: http://code.elgg.org/elgg/trunk@7763 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-02 | Refs #2700 changed underscores to hyphens for the forms css elements | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7492 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-20 | Refs #2143: DRY up button input views (button, reset, submit). Changed core ↵ | ewinslow | |
uses of button to reflect the fact that it no longer defaults to submit git-svn-id: http://code.elgg.org/elgg/trunk@7364 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-16 | ported the portion of the [7027] commit that dealt with pagination to trunk | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7328 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-16 | Refs #2573 updates the uservalidationbyemail plugin to work with new ↵ | cash | |
validation metadata approach git-svn-id: http://code.elgg.org/elgg/trunk@7327 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-03 | Fixes #1320: Bundled mods use elgg_echo()'s internal string substitution. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7229 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-02 | Fixes #2463: Removed gratuitous references to $CONFIG->url, etc. from the ↵ | ewinslow | |
rest of the plugins. git-svn-id: http://code.elgg.org/elgg/trunk@7205 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-02 | Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), ↵ | ewinslow | |
$CONFIG->url, etc. git-svn-id: http://code.elgg.org/elgg/trunk@7198 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-30 | Refs #2598: Converted most $vars['url'] to elgg_get_site_url() | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-06 | Merged some fixes from the 1.7.4 backport of uservalidationbyemail. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7023 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-05 | Using more built-in API to get unvalidated users. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7009 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-01 | Added admin page to validate, resend validation requests, or delete ↵ | brettp | |
unvalidated users. git-svn-id: http://code.elgg.org/elgg/trunk@6997 36083f99-b078-4883-b0ff-0f9b5a30f544 |