Modify ↓
#4075 closed enhancement (fixed)
pages changed by author
| Reported by: | rupert thurner | Owned by: | Martin Scharrer |
|---|---|---|---|
| Priority: | normal | Component: | ListOfWikiPagesMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
thanks a lot for this plugin! would it be possible to have some mediawiki-like queries as well?
- http://en.wikipedia.org/wiki/Special:Contributions/<username>:
- list last changes of a user
- list my last changes
- http://en.wikipedia.org/wiki/Special:Watchlist
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
| Trac Release: | 0.10 → 0.11 |
|---|
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I implemented a second macro LastChangesBy which is packaged along with the ListOfWikiPagesMacro.
Your second request for the watchlist feature is really big enough to make an own plug-in so I want implement it here. However, I have already some ideas how to implement it so I might do it when I find time.
Note: See
TracTickets for help on using
tickets.



Technically it is possible. Are you talking about a static macro which expands to the last changed wiki pages of a given user, similar to the
RecentChangesmacro or about a dynamic form as on wikipedia (or both)?This might be already enough for an own macro.