|
Dan Poltawski made changes - 16/Dec/07 09:47 AM
Dan Poltawski made changes - 16/Dec/07 09:48 AM
Dan Poltawski made changes - 16/Dec/07 09:48 AM
Petr Skoda made changes - 03/Feb/08 06:55 AM
Petr Skoda made changes - 03/Feb/08 06:58 AM
Mathieu Petit-Clair made changes - 04/Feb/08 09:37 AM
My current plan is to remove all external use of numeric IDs (read: database primary key), except for a specific path, as per Martin's suggestion. This path will only accept the key. The rest will work like del.icio.us : urlencoded utf8 tags, which makes it possible to use numbers or any character. This does dramatically decrease the number of queries, as the ID is read only once and we won't have to figure out if we're dealing with a tag or with an id.
As about every function in /tag/lib.php accepts either, there is significant work (and tests...) to be done before I can commit this. Don't know if it will make it into 1.9... but as there won't be any database change, I guess it should..
Mathieu Petit-Clair made changes - 11/Feb/08 02:12 PM
Mathieu Petit-Clair made changes - 11/Feb/08 02:13 PM
Mathieu Petit-Clair made changes - 11/Feb/08 02:13 PM
Mathieu Petit-Clair made changes - 11/Feb/08 02:14 PM
Mathieu Petit-Clair made changes - 22/Feb/08 07:35 PM
This is now possible.. as is using any unicode character (except the "," as it's the separator).
Mathieu Petit-Clair made changes - 22/Feb/08 07:36 PM
Fixing the version information for this bug.
Martin Dougiamas made changes - 04/Mar/08 01:01 PM
Tested and work.
Resolved Closing
Rossiani Wijaya made changes - 14/Oct/09 02:22 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDL-12316as floats..I dont think its desirable to guess the id/tag like this. Also we have a problem of performance as dbq has to be done for each of these tags like that.