aboutsummaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Expand)Author
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-10-20Refs #2537 - merged [7026] into trunk from 1.7 branchcash
2010-10-09pulled out special exception in registration action for first admin logincash
2010-10-06removed several parts of the old installer from the corecash
2010-09-30Fixes #617, #2271 User validation removed from core to UserValidationByEmail ...brettp
2010-09-25Cleaned up the file docblock.brettp
2010-09-24Fixes #1418: Changing an email address no longer invalidates an account.brettp
2010-09-24Refs #2454: Merged [6920] to trunk.brettp
2010-09-15Removing unused 'menu_items_hide_toolbar_entries' config value.brettp
2010-09-13Refs #2450: Updated docs for core admin actions.brettp
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-08-22Merged r6701:6756 from 1.7 branch into trunkcash
2010-08-22Merged r6620:6653 from 1.7 branch into trunkcash
2010-06-12Merged r6362:6366 from 1.7 to trunk.brettp
2010-06-07missing lang strings addeddave
2010-05-14merge -r5898:5928 (not excluding riverdashboard, notifications, and messagebo...brettp
2010-05-11Do not display site pages when in Walled Garden mode, excepting system-define...nickw
2010-05-11Fixed a typo.brettp
2010-05-07Adding an option to restrict new user registration in advanced site settings.nickw
2010-05-05Merged 18_new_admin branch to trunk.brettp
2010-04-09Allow login via email.brettp
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-03-25Converting all line endings to unix style.brettp
2010-03-25Files missed from previous commit.brettp
2010-03-24Added ability to make arbitrary links for the menu items.brettp
2010-03-21the beginnings of a mechanism to comment on river objectsdave
2010-03-21after delete action, return to the correct contextdave
2010-03-21generic like this functionality addeddave
2010-03-17Added config options for tabs and menu items.brettp
2010-03-09Forwarding to index.php after login instead of pg/dashboard.brettp
2010-03-03Forward to the registration pagehandler after installation.brettp
2010-02-22river plugin is defunct so does not need to be enabled on installcash
2010-02-21Refs #1538: Removed action_gatekeeper() from action files in core.brettp
2010-02-06Fixes #1492: Removed usage info collecting from installation.brettp
2010-02-01Refs #1290: Changed email addresses are checked in action:email/savebrettp
2010-01-28Fixes #1049, Fixes #1435: Admin-created users and first admin user are marked...brettp
2010-01-26Display names are limited to 50 chars and have HTML tags removed.brettp
2010-01-24Refs #1450, Refs #1461, Refs #1460: Install now clears out views caches.brettp
2010-01-24Removing calls to engine/start.php in action files.brettp
2010-01-10Fixes #1432: Version number is set during installation.brettp
2010-01-08Fixes #1172: URL now checked for trailing slash upon installation.brettp
2009-12-18add comment action now using get_loggedin_user() rather than $_SESSION['user']cash
2009-12-10removes unused variables - closes #1129cash
2009-12-07fixes #1018 - blank comments are now rejectedcash
2009-12-07fixed warning on access of array index that did not exist in session globalcash
2009-11-22remove friend action, return user to the place the action was triggereddave
2009-11-22when friending another user, return to the page you carried out the actiondave
2009-11-16Added an INSTALLING constant when installing.brettp
2009-11-06Enable search mod upon installation.brettp