We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

Last modified 2 years ago

#2630 closed Enhancement (fixed)

Fix plugin urls

Reported by: cash Owned by: cash
Priority: normal Milestone: Elgg 1.7.5
Component: Core Version: 1.7
Severity: minor Keywords:
Cc: brettp Difficulty: easy

Description

Many of the plugins force the use of /mod/<plugin_name>/everyone.php because of the restrictions on the urls. I think I can create backwards compatible page handlers that fixes this problem.

Change History (13)

comment:1 Changed 3 years ago by cash

(In [svn:7242]) Refs #2630 - fixed 1.7 blog urls

comment:2 Changed 3 years ago by cash

(In [svn:7243]) Refs #2630 - fixed 1.7 bookmarks urls

comment:3 Changed 3 years ago by cash

(In [svn:7244]) Refs #2630 - fixed 1.7 members urls

comment:4 Changed 3 years ago by cash

(In [svn:7245]) Refs #2630 - updated 1.7 pages urls

comment:5 Changed 3 years ago by cash

(In [svn:7246]) Fixes #2564 Refs #2630 1.7's thewire plugin has better urls and links to users

comment:6 Changed 3 years ago by cash

(In [svn:7254]) Refs #2630 - groups plugin in 1.7 uses page handler for all URLs

comment:7 Changed 3 years ago by cash

(In [svn:7255]) Refs #2630 invite friends plugin in 1.7 branch now uses page handler

comment:8 Changed 3 years ago by cash

(In [svn:7256]) Refs #2630 messages 1.7 plugin uses page handler urls now

comment:9 Changed 3 years ago by cash

  • Resolution set to fixed
  • Status changed from new to closed

(In [svn:7262]) Fixes #2630 updated 1.7 file urls

comment:10 Changed 2 years ago by iionly

The url change in the message plugin from pg/messages/username to pg/messages/inbox/username is missing backward compatibility. I've only found the vazco_topbar plugin relying on on the old link so far.

comment:11 Changed 2 years ago by cash

(In [svn:7458]) Refs #2630 supporting pg/messages/<username>

comment:12 Changed 2 years ago by iionly

Elgg 1.7.5: in mod/messages/actions/delete.php line 61 is a forward to mod/messages/inbox/ instead of pg/messages/inbox/ resulting in a 404 error after deleting messages.

comment:13 Changed 2 years ago by cash

(In [svn:7483]) Refs #2630 fixed url in messages delete action

Note: See TracTickets for help on using tickets.