aboutsummaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2011-11-27Fixes #3953 adds back the ability to change display name from settings pageCash Costello
2011-11-25Fixed typo that prevented creating an admin user via the Admin panel (user ↵András Szepesházi
was created, but not elevated to admin).
2011-11-19Fixes #641 users can submit email address to reset passwordCash Costello
2011-11-18Fixes #3996 displaying message when basic site settings are savedcash
2011-11-15fixed bugs in avatar cropping with remembering old crop coordinates and ↵Cash Costello
resizing the master
2011-11-05Refs #4011 forgot upload actionCash Costello
2011-10-29Fixes #4001. Activity widget passes a context so correct output is displayed ↵Brett Profitt
upon save.
2011-10-27Fixes #4011 icon sizes are configurable nowcash
2011-10-17added another check to useradd actioncash
2011-10-13Fixes #3917. Removed uses of admin interface in manifests. Removed related code.Brett Profitt
2011-10-10Fixes #3950 falling back to deprecated view when saving a widgetCash Costello
2011-10-05Fixes #3704 displaying error messages when adding users through admin interfacecash
2011-10-02Fixes #3915. Added ElggPlugin->getFriendlyName() to check for ↵Brett Profitt
manifest->getName() first, then for plugin ID. Added better descriptions for plugin activation errors.
2011-10-01Fixes #3912 checking that the upload succeeded before resizingCash Costello
2011-09-10Fixes #3714 also forwarding to the top of the page when a plugin activation ↵Cash Costello
fails
2011-08-30Fixes #3543. Ported access collections fix to master.Brett Profitt
2011-08-24Refs #3557: Upscaling small icons to 200x200. This doesn't fix the problem ↵Brett Profitt
if someone uploads a 100x200 image.
2011-07-06Revert "Merged ACL fixes from 1.7 branch."Brett Profitt
This reverts commit de111da23258cd2b513c8f4ab84712ee50272b23. Reverted because of problems in how 1.8 populates the access dropdown.
2011-07-06Fixes #2204 standardized the hooks/overrides for plugin settings and ↵Cash Costello
usersettings
2011-07-03Merged ACL fixes from 1.7 branch.Brett Profitt
2011-06-29Fixes #3630 using the plugin id for the css idCash Costello
2011-06-11added user avatar river messages backcash
git-svn-id: http://code.elgg.org/elgg/trunk@9181 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-09Refs #2871 Forgot to update the forwarding for activate/deactivate actionscash
git-svn-id: http://code.elgg.org/elgg/trunk@9161 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-09Fixes #2871 activate all/deactivate all now sensitive to filteringcash
git-svn-id: http://code.elgg.org/elgg/trunk@9158 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14on logout send the user to the main pagecash
git-svn-id: http://code.elgg.org/elgg/trunk@9085 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest ↵brettp
private properties of ElggPlugin and added ->getPackage() and ->getManifest(). git-svn-id: http://code.elgg.org/elgg/trunk@9030 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Fixes #3193 moves default widgets upgrade to an actioncash
git-svn-id: http://code.elgg.org/elgg/trunk@8971 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Refs #3229 at least we can forward so that user sees error message immediatelycash
git-svn-id: http://code.elgg.org/elgg/trunk@8903 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Refs #3233 registration form should be sticky toocash
git-svn-id: http://code.elgg.org/elgg/trunk@8902 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Fixes #3233 useradd form is now stickycash
git-svn-id: http://code.elgg.org/elgg/trunk@8901 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #3249 fixed name of actions exists functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@8862 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-25Fixes #3206 using space so that echo('none') is not passed as valuecash
git-svn-id: http://code.elgg.org/elgg/trunk@8833 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-19Fixes #3167 friending now shows up in rivercash
git-svn-id: http://code.elgg.org/elgg/trunk@8773 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-17Fixes #2242. Can now delete admin notices manually.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8737 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #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-03-09Fixes #3058 pulls likes out as a plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@8639 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-02Fixes #3036 moved setting of forward url to before login in case session ↵cash
variables are being lost git-svn-id: http://code.elgg.org/elgg/trunk@8567 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3013 activating/deactivating a plugin forwards to plugin page with ↵cash
changed plugin given focus git-svn-id: http://code.elgg.org/elgg/trunk@8523 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26Fixes #2982 friends collections work even if the code is convoluted and ↵cash
poorly written. git-svn-id: http://code.elgg.org/elgg/trunk@8495 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26Refs #2982 adding and deleting friend collections works - editing does notcash
git-svn-id: http://code.elgg.org/elgg/trunk@8490 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21fixes #2885 #2569 likes controlled by canAnnotate() with plugin hookcash
git-svn-id: http://code.elgg.org/elgg/trunk@8382 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21Fixes #2452. Removed the first admin installation notice. It was just a ↵brettp
reminder to his "save" on the simple plugins screen. This is pretty obvious. git-svn-id: http://code.elgg.org/elgg/trunk@8380 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19No need to say the widget was added because we can see it happen.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8349 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2753: Default widgets merged into core as extensible admin section ↵brettp
and updated to work with new widgets. Will need an upgrade for users running the old default widgets in 1.7. git-svn-id: http://code.elgg.org/elgg/trunk@8302 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2923: Removed "view" prefix from simplecache function namesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8260 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Updated trunk to use new annotation functions. Added checks for ↵brettp
annotations_* options vs annotation_* options because it's so easy to confuse. git-svn-id: http://code.elgg.org/elgg/trunk@8223 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Fixes #2848 pulls user settings code out of actions into functions. We ↵cash
should investigate putting them in a library that is only loaded on demand git-svn-id: http://code.elgg.org/elgg/trunk@8204 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Deleting a user from his profile forwards to the right page.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8168 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09Refs #2874: More removal of deprecated function user in plugins systems.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8089 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from ↵brettp
previous 2 commits. git-svn-id: http://code.elgg.org/elgg/trunk@8079 36083f99-b078-4883-b0ff-0f9b5a30f544