Closed (won't fix)
Project:
Version Control API
Version:
5.x-1.0
Component:
Commit Log
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Feb 2008 at 14:52 UTC
Updated:
21 Feb 2008 at 23:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
morphir commentedI dunno if this the cause of the menu system.
It works when I add the full url like:
http://einit.org/commitlog?repos=1
but not with
commitlog?repos=1
neither with
git/core
hmm...
Comment #2
morphir commentedthe path alias that I create is not valid!
Can anyone confirm this by visiting admin/build/path and add a alias for their repo. Please.
Comment #3
jpetso commentedI would guess that the menu system cannot do REQUEST parameters, which would be the reason why the path alias doesn't work. Don't know what should be changed in order to create aliasable URLs without the need for REQUEST parameters... an add-on module that generates path aliases like Views does for its views? an alternative way to specify parameters, like "commitlog/repos/1/path/my%2fproject%2fpath"? hm.
Anyways, this is an issue for Commit Log rather than the Git backend.
Comment #4
boombatower commentedThe problem lies in the url alias system. It attempts to find a handler for the entire string
commitlog?repos=1instead of the desiredcommitlog.I wrote a simple patch that will correct this and made a post in the core issue queue http://drupal.org/node/225112. This will fix the problem for all such urls for any module so probably better than coming up with an alternate format.
Comment #5
chx commentedAliases only work for Drupal paths not for full URLs.