Roundup Tracker - Issues

Issue 750141

classification
Rename 'url' to 'query_string'
Type: Severity: normal
Components: None Versions:
process
Status: closed rejected
:
: richard : jlgijsbers, richard
Priority: normal : patch

Created on 2003-06-06 15:15 by jlgijsbers, last changed 2003-06-24 03:05 by richard.

Files
File name Uploaded Description Edit Remove
query-string.diff jlgijsbers, 2003-06-06 15:15
Messages
msg2624 Author: [hidden] (jlgijsbers) Date: 2003-06-06 15:15
I renamed the 'url' property of the Query class to 
query_string to reflect its intention better and stripped 
off the '?' character from the front. When using 
HTMLRequest.updateFromUrl the :columns argument
would become ?:columns in request.form. Also updated 
the templates to reflect these changes (query-
string.diff).
msg2625 Author: [hidden] (richard) Date: 2003-06-24 03:05
Logged In: YES 
user_id=6405

This isn't really backwards-compatible - I'm not entirely sure what 
the benefit is in making the change... 
 
History
Date User Action Args
2003-06-06 15:15:07jlgijsberscreate