me.info |
me.info |
|
;$Id$
name = 'me' Aliases
description = Provides links to current user's pages using 'me' instead of the numerical user id.
core = 7.x
dependencies[] = token
files[] = me.install
files[] = me.module
; Views
files[] =… |
me.install |
me.install |
|
Provides 'me' aliases install and uninstall routines. |
me.module |
me.module |
|
Provides 'me' aliases to allow users to enter 'me' in common paths instead of their user id. |
me.views.inc |
includes/views/me.views.inc |
|
Provides views intergration for the me module. |
me_plugin_argument_validate_me_alias.inc |
includes/views/handlers/me_plugin_argument_validate_me_alias.inc |
|
Argument validator to help validate the me alias. If the argument is 'me', other validators
will most likely be useless at this point, so we provde the same functionality as the
user validator. |
me_uid.inc |
plugins/arguments/me_uid.inc |
|
Plugin to provide an argument handler for user uid *and* "me" |