]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - lib/peopletaggroupnav.php
Make lists work in single-user mode
authorEvan Prodromou <evan@status.net>
Thu, 29 Sep 2011 16:29:12 +0000 (12:29 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 29 Sep 2011 16:29:12 +0000 (12:29 -0400)
commit32845a1051356b56053a768ca3e9df68d7d5523a
treeddab860e1dd7d6cd9058885c0d19bf44bc0bb99b
parent797e187acbe4585fdbadd23e6c1d554d388a9be5
Make lists work in single-user mode

Added routes to the router for list pages in single-user mode.

For each of the actions in those routes, use the global single-user
nickname rather than a nickname URL argument to determine the tagger ID.

In nav, and for Ajax, provide the right nicknames.
actions/editpeopletag.php
actions/peopletagged.php
actions/peopletagsbyuser.php
actions/peopletagsforuser.php
actions/peopletagsubscribers.php
actions/peopletagsubscriptions.php
actions/showprofiletag.php
lib/action.php
lib/peopletaggroupnav.php
lib/router.php