aboutsummaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2010-06-12Merged r6362:6366 from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6469 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-07missing lang strings addeddave
git-svn-id: http://code.elgg.org/elgg/trunk@6373 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-14merge -r5898:5928 (not excluding riverdashboard, notifications, and ↵brettp
messageboard) from 1.7 to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@6058 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-11Do not display site pages when in Walled Garden mode, excepting ↵nickw
system-defined whitelist. git-svn-id: http://code.elgg.org/elgg/trunk@6004 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-11Fixed a typo.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6002 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-07Adding an option to restrict new user registration in advanced site settings.nickw
This is the first step in fully merging "Walled Garden" plugin into core Elgg engine. git-svn-id: http://code.elgg.org/elgg/trunk@5981 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-05Merged 18_new_admin branch to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5977 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-09Allow login via email.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5678 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5622 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-25Converting all line endings to unix style.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5512 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-25Files missed from previous commit.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5509 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-24Added ability to make arbitrary links for the menu items.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5498 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-21the beginnings of a mechanism to comment on river objectsdave
git-svn-id: http://code.elgg.org/elgg/trunk@5463 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-21after delete action, return to the correct contextdave
git-svn-id: http://code.elgg.org/elgg/trunk@5462 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-21generic like this functionality addeddave
git-svn-id: http://code.elgg.org/elgg/trunk@5456 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-17Added config options for tabs and menu items.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5431 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-09Forwarding to index.php after login instead of pg/dashboard.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5333 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Forward to the registration pagehandler after installation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5262 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-22river plugin is defunct so does not need to be enabled on installcash
git-svn-id: http://code.elgg.org/elgg/trunk@3967 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-21Refs #1538: Removed action_gatekeeper() from action files in core.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3960 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06Fixes #1492: Removed usage info collecting from installation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3913 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-01Refs #1290: Changed email addresses are checked in action:email/savebrettp
git-svn-id: http://code.elgg.org/elgg/trunk@3885 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-28Fixes #1049, Fixes #1435: Admin-created users and first admin user are ↵brettp
marked as validated to prevent inaccurate "Please validate your account" messages and emails. git-svn-id: http://code.elgg.org/elgg/trunk@3851 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-26Display names are limited to 50 chars and have HTML tags removed.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3845 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-24Refs #1450, Refs #1461, Refs #1460: Install now clears out views caches.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3838 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-24Removing calls to engine/start.php in action files.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3834 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-10Fixes #1432: Version number is set during installation.brettp
Refs #1424: The upgrade functions now detect if no version number is saved to the db and silences all upgrade warnings and errors. This is required for all installations < this commit to upgrade correctly because of #1432. More strict regex for finding upgrade files. Upgrade mysql.sql schema with latest. git-svn-id: http://code.elgg.org/elgg/trunk@3791 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-08Fixes #1172: URL now checked for trailing slash upon installation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3787 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-18add comment action now using get_loggedin_user() rather than $_SESSION['user']cash
git-svn-id: http://code.elgg.org/elgg/trunk@3770 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-10removes unused variables - closes #1129cash
git-svn-id: http://code.elgg.org/elgg/trunk@3747 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-07fixes #1018 - blank comments are now rejectedcash
git-svn-id: http://code.elgg.org/elgg/trunk@3737 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-07fixed warning on access of array index that did not exist in session globalcash
git-svn-id: http://code.elgg.org/elgg/trunk@3734 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-22remove friend action, return user to the place the action was triggereddave
git-svn-id: http://code.elgg.org/elgg/trunk@3699 36083f99-b078-4883-b0ff-0f9b5a30f544
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