aboutsummaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-11-22when friending another user, return to the page you carried out the actiondave
git-svn-id: http://code.elgg.org/elgg/trunk@3698 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-16Added an INSTALLING constant when installing.brettp
Fixed a bug when trying to export a site that causes the browser to redirect to the site's url, which caused the installation process to skip past the "create your admin user" prompt when "ping home" was checked. git-svn-id: http://code.elgg.org/elgg/trunk@3687 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-06Enable search mod upon installation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3620 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-19Adding debug options to admin site settings.nickw
Debugging errors and warnings to screen. If notice level is enabled, output is sent to system log file. git-svn-id: http://code.elgg.org/elgg/trunk@3563 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-14Standardized actions/*brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3542 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-14Standardized.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3541 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-14Standardized actions/admin/*brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3540 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-21New river code added to allow user comment to be pulled out and displayeddave
git-svn-id: http://code.elgg.org/elgg/trunk@3490 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-31All line endings are now Unix-style.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-28Fixes #1196: ElggEntity::disable() now accepts a 2nd arg for recursive. New ↵brettp
users are not recursively disabled for plugins that need to create entities owned by the new user upon entity creation. git-svn-id: https://code.elgg.org/elgg/trunk@3450 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-22Closes #1137: Setting a hidden variable "returntoreferer" in a login form ↵marcus
will now cause the action to use the "referrer" address on a successful login. Version bump. git-svn-id: https://code.elgg.org/elgg/trunk@3411 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-02Removing update client from initial modules.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3382 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-02Refs #1086 & #1073: Filtering and captcha have correct install defaults.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3381 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-23Action gatekeeper added to add and remove friends.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3349 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-08Closes #1011: Added basic captcha support.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3270 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-08System default plugins now accepts array as well as CSVmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3269 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-04-24Closes #856: Admin created users are no longer created as being owned by the ↵marcus
admin git-svn-id: https://code.elgg.org/elgg/trunk@3233 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-04-17Closes #833: Kses now built as modulemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3222 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-04-08Close #968: View path cache can now be turned on and offmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3197 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-04-08Refs #946: Improved documentation on enable/disable/reorder plugin commandsmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3195 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-04-08Refs #968 & #946: Tidied filepath cache stuff by placing them in function calls.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3194 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-13Closes #873: Mail/password reset/confirm actions forward to wwwroot rather ↵marcus
than ref. Version bump. git-svn-id: https://code.elgg.org/elgg/trunk@3159 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-12Fixed typo in default plugins init + version bumpmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3157 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-09User validation no longer occurs on first installben
git-svn-id: https://code.elgg.org/elgg/trunk@3133 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-03Closes #831: Plugin view location is now cached in a file in dataroot and is ↵marcus
invalidated on upgrade and plugin enable/disable/reorder. This means that views no longer have to be discovered on boot - reducing file IO from crazy amounts to 1. This also helps make adding new plugins a linear event. git-svn-id: https://code.elgg.org/elgg/trunk@3025 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-27Enable all / disable all functionality addedmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2982 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-27Redirect to tools on first admin login.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2973 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-26enable/disable plugin actions now support arrays as parametersmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2966 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-25Adding two files that might have been left out of the user default access ↵kevinjardine
commit. git-svn-id: https://code.elgg.org/elgg/trunk@2945 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-25Introduces user default access.kevinjardine
git-svn-id: https://code.elgg.org/elgg/trunk@2943 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-24Attempts by unvalidated users to login or request new passwords now trigger ↵kevinjardine
plugin hooks (if available) or trigger the user validation event by default. Thus, in the default case, the user will be remailed a validation link. Addresses part of http://trac.elgg.org/elgg/ticket/759 . git-svn-id: https://code.elgg.org/elgg/trunk@2924 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-24Made icon views work properly for non-default icons, and introduced ↵kevinjardine
elgg_view_enable_simplecache and elgg_view_disable_simplecache functions. git-svn-id: https://code.elgg.org/elgg/trunk@2910 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-23Added the ability to turn simplecache on and off.kevinjardine
git-svn-id: https://code.elgg.org/elgg/trunk@2908 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-23Added site default access permissions. Refs #744ben
git-svn-id: https://code.elgg.org/elgg/trunk@2885 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-21new friend river view and action committeddave
git-svn-id: https://code.elgg.org/elgg/trunk@2874 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-16Simplecache improvements.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2760 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-13new annotations activity viewdave
git-svn-id: https://code.elgg.org/elgg/trunk@2743 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-04Moves access permissions references over to using the ACCESS_* constants ↵ben
defined in access.php. Refs #687 git-svn-id: https://code.elgg.org/elgg/trunk@2639 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-03Users are now notified when an account has been created for them on a site.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2630 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-23Refs #706marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2611 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-19Closes #697: Events triggered when plugin settings are updated.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2580 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-16Closes #689: Email now only changed if it is different than the one ↵marcus
registered, also a number of other settings changed in this way. git-svn-id: https://code.elgg.org/elgg/trunk@2576 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-16Widget save errors now use correct message boxmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2575 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-15Refs #641: Email changer now prevents changing to the same as another user.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2569 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-14Closes #675: Posted missing commits from last time.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2567 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-13Closes #675: Salt changed during password resetmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2562 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-09Closes #240: It is now possible to downgrade an admin user.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2558 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-09Closes #668: Banning now works through a flag in the users_entity table. ↵marcus
Database upgrade required. * Added ElggUser::isBanned(); * Added 'banned' column to users_entity * Modified ban() and unban() * Modified pam functions to check $user->isBanned() * Modified login() to check $user->isBanned() * Modified sessions_init() to check isBanned() and destroy session accordingly * Modified profile views to highlight banned users and prevent menus for non-admin users. git-svn-id: https://code.elgg.org/elgg/trunk@2554 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-08Refs #668, #640: Cleaner interface provided for banning.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2546 36083f99-b078-4883-b0ff-0f9b5a30f544