Commit History

Author SHA1 Message Date
  Peter Spicer 7c2a3cf19d ! And now we add in a new permission to make life easier elsewhere that won't show up in the permissions reports: is_not_guest. Like it says, it's a permission that only applies if the user isn't a guest and while normally there are measures for this (like is_not_guest()) it means we can keep the profile code as it rather than trying to refactor it or whatever. There's also similar phantom permissions for mods that expect the old permissions. 10 years ago
  Peter Spicer f684530eb4 ! While I'm here, let's also fix all the other permissions that don't have a description defined for reports. 10 years ago
  Peter Spicer 50cf4fa0d0 ! Fix the reported permissions to have the right descriptions. 10 years ago
  Peter Spicer e447bbc04c ! Another simple permissions change for this. 10 years ago
  Peter Spicer 28a9a7f716 ! Use the correct name for this permission now. 10 years ago
  Peter Spicer 04c2445e9a ! Apply profile permission changes to Who's Online 10 years ago
  Peter Spicer 4bc6416e66 ! Since we're changing around, we should really clean up the old ones while we're upgrading. 10 years ago
  Peter Spicer ec58fdfc6e ! So, a little of the profile remodelling. Firstly, viewing your own profile is now one of those things that shouldn't really have ever been a permission. It's your profile, you should be able to see it. So, view-own is now based on whether you're logged in or not and view-any is its own permission. 10 years ago
  Peter Spicer c56e133a6d ! Clear up some of the mess related to the old latest-packages and add a nice-ish description (please feel free to suggest a better one) 10 years ago
  Peter Spicer ee7952b98d ! Change over the package manager template to use the latest-news rather than the latest-packages SMfile. This means we still get to warn the admin that there's a new update, but we don't have to grab it from a different place to the main one. 10 years ago
  Peter Spicer af41aec3c5 ! And if we're not using the latest-packages list, remove it from the list we do actually have when upgrading. 10 years ago
  Peter Spicer 7e6358fa40 ! If we're not using the latest-packages list any more, don't add it to the list of admin info files on install. 10 years ago
  Arantor 43fd8e85a8 Merge pull request #837 from live627/upd 10 years ago
  Arantor 8a5be3781b Merge pull request #849 from Arantor/release-2.1 10 years ago
  Peter Spicer 65534b9c0d ! Why, exactly, do we have 'Allow viewable email addresses'? This is just not a good idea any more. 10 years ago
  Arantor c034b7d1a2 Merge pull request #845 from Arantor/release-2.1 10 years ago
  Peter Spicer e2769698fb ! complex_preg_chars is a legacy thing from 2.0 that I thought was still in 2.1... but isn't. Fixes #843. 10 years ago
  Arantor b9b0c838c5 Merge pull request #844 from AaronVanGeffen/release-2.1 10 years ago
  Aaron van Geffen d395785ba7 * Tone down the shadow on h1.forumtitle 10 years ago
  Aaron van Geffen 8faa767a6a * Always have sans-serif as a fallback. 10 years ago
  Aaron van Geffen da41393c1b * The "More" menu on the bottom-right of posts wasn't showing up due to overflow being set. 10 years ago
  Aaron van Geffen 62af31cf56 & Changed word order in logoff strings. 10 years ago
  Aaron van Geffen 744f8318b0 * Don't add an empty class attribute to menu items. 10 years ago
  Michael Eshom f9b94446d6 Merge pull request #840 from live627/brd 10 years ago
  Michael Eshom 414048e966 Merge pull request #842 from Oldiesmann/release-2.1 10 years ago
  Michael Eshom 6b5c5fe495 ! Make sure to change variable names when copying code... (Fixes #828) 10 years ago
  John Rayes 5c07212c52 ! Manage boards: The board to be moved was not showing red in its text 10 years ago
  Arantor b97c9f25cd Merge pull request #838 from Arantor/release-2.1 10 years ago
  Peter Spicer 88df24d9fb ! We also need to keep the private flag passed through the mail queue otherwise PMs could accidentally become readable if they failed to send in the mail queue the first time around. 10 years ago
  Peter Spicer d41d85a580 ! Fix a long standing bug with the mail queue using the wrong variable by accident and do a little clean-up in the process to use the {literal:str} syntax I added. 10 years ago