[Bps-public-commit] r13238 - RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Search/Simple.html

ruz at bestpractical.com ruz at bestpractical.com
Thu Jun 12 18:04:06 EDT 2008


Author: ruz
Date: Thu Jun 12 18:04:05 2008
New Revision: 13238

Modified:
   RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Search/Simple.html/ModifyQuery

Log:
* add TODO notice

Modified: RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Search/Simple.html/ModifyQuery
==============================================================================
--- RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Search/Simple.html/ModifyQuery	(original)
+++ RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Search/Simple.html/ModifyQuery	Thu Jun 12 18:04:05 2008
@@ -48,5 +48,7 @@
 <%INIT>
 # If users type the name of a module, convert the double colons (::) to
 # hyphens (-)
+# TODO: it's not guaranted that this callback would be called earlier than
+# BugTracker's
 ${$ARGS{query}} =~ s/::/-/g;
 </%INIT>



More information about the Bps-public-commit mailing list