Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#622136 by brandonojc and mgifford: Fixed user filter accessibility.
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.
#561452 follow-up by David_Rothstein: Use helper functions rather than file scans to retrieve module data on permissions page.
- Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.
- Patch #601586 by Xano: do not require permission.
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
- Patch #595982 by moshe, chx: use #tableselect instead of ugly theming on admin users and admin nodes.
- Patch #554088 by mr.baileys, sun | eaton: Changed Move user_mail_tokens() and emails to token system.
- Patch #576302 by joachim | lambic: improved rewording of user admin help text.
- Patch #300993 by sun: extended the roles and permissions API so we can revoke permissions from a role etc.
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
- Patch #300993 by dropcube, Dave Reid: user roles and permission API. Great patch.
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
*** empty log message ***
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
- Patch #556248 by doq: fixed error when editing role.
- Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' section in 'configuration and modules'.
- Patch #550228 by Bojhan: added 'Media' category on 'Configuration and modules' page.
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
- Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User management' to 'People' in the header -- not anywhere else.
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
#371374 by quicksketch, drewish, eojthebrave, and dopry: ImageCache UI in core. Hell yeah! :D Resizable, scalable, croppable, grey-scalable, rotatey images for all.
- Patch #491456 by quicksketch, drewish, et al: image effects and actions.
- Patch #306027 by catch et al: user_modules_uninstalled() is missing.
- Patch #510740 by agentrickard: rename user_admin_perm() to user_admin_permission().
- Patch #506976 by catch: rename hook_perm to hook_permission.
- Patch #306027 by agentrickard, catch, dereine, Dave Reid, drewish, et al: automatically clean the {role_permission} table when modules are uninstalled.
- Patch #168437 by stBorchert, gaele: reorder user registration settings so they are more logical.
- Patch #491666 by chx: the cruft police stop by.
#480660 follow-up by c960657: unset variables, since array_slice() can cause issues on some versions of PHP.
#480660 follow-up by catch: Code style changes and changelog entry.
- Patch #480660 by catch, brianV, et al: add an administrator role to core.
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.
- Patch #458608 by deekayen: permissions colspan references wrong array element.
- Patch #471800 by stella: more code style fixes.
- Patch #471070 by stella: millions of code style fixes.
- Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields.
#455576 by Xano and sirkitree: Revamp user settings page with vertical tabs, better organization, etc. Awesomeness.
#196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ... LIMIT 1 queries when all that's required is a check for whether rows exist.
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.
- Patch #78941 by kkaefer, Jody Lynn: auto-check permissions if 'authenticated' has them.
- Patch #394594 by Berdir: additional conversion to the new database abstraction layer plus clean-up.
- Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very exciting.
- Patch #330748 by stBorchert: remove from theme_pager*.
- Patch #392582 by karschsp: fixed broken anchor tags on permissions page.
- Patch #394594 by ksenzee: converted most of the user module code to the new database abstraction layer.
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.
- Patch #355236 by Frando: refactor drupal_render() theming.
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().
#8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
- Patch #334746 by Xano: display human readable module names on permission administration page.
- Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups.
#315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().
- Patch #322781 by Damien Tournoud: incorrect call to file_check_directory.
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names
#108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together.
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
Drupal 6.4.
- Patch #286378 by TapocoL: fixed undefined index warning.
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
- Patch #73874 by pwolanin: normalize the permissions table and wrote simpletests for the (new) permission handling. At last.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
- Patch #228594 by catch et al: removed access rule functionality from core. The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings.
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
#210211 by chx, theborg: removing the broken admin user search, which would provide the same as the public facing user search anyway
#18954 follow up by myself: restore user role name editing
#18954 by kkaefer, Pancho: built-in role names were not translated and some user_roles() call cleanups
#206078 by Pancho, traxer: order roles with system roles first (usability)
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
#194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed)
#203274 by Pasqualle: remove excessive witespace from our code (minor)
#194859 by Rob Loach: missing brackets around table names in user.admin.inc
#192659 by quicksketch: center table headers for checkbox columns, where checkboxes are also centered
#165924 by odious and drumm: add count query for pager in user_admin_account()
#186899 by keith.smith: user registration settings typo fix
#100584 by keith.smith: simplify and standardize text used on user settings page
#181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to 'permissions' for usability reasons
- Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called.
#179510 by jjeff: (usability) include role name in permission checkbox tooltips
#174708 by multiple contributors: update jQuery to 1.2
#174270 by kkaefer and Frando@fresko.dk: make node filter status texts translatable
#166742 by Crell and dvessel: split user module (for performance reasons)
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |