View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd
In directory usw-pr-cvs1:/tmp/cvs-serv5040
Modified Files:
ChangeLog.txt search.htm
Log Message:
Changed shortcut method to allow/detect shortcuts that begin with numbers.
Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/ChangeLog.txt,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** ChangeLog.txt 22 Jul 2002 09:46:29 -0000 1.38
--- ChangeLog.txt 22 Jul 2002 13:28:55 -0000 1.39
***************
*** 19,22 ****
--- 19,23 ----
* Dutch holidays to 2013 (in both Dutch and English language) from Johan Geertsma
+ * Modified 'shortcut' detection to allow shortcuts starting with numbers
Index: search.htm
===================================================================
RCS file: /cvsroot/dqsd/dqsd/search.htm,v
retrieving revision 1.149
retrieving revision 1.150
diff -C2 -d -r1.149 -r1.150
*** search.htm 17 Jul 2002 08:04:21 -0000 1.149
--- search.htm 22 Jul 2002 13:28:55 -0000 1.150
***************
*** 223,227 ****
var search = null;
var term = null;
! var result = t.match(/^([a-zA-Z]+[a-zA-Z0-9]*)\b/)
if (result)
{
--- 223,227 ----
var search = null;
var term = null;
! var result = t.match(/^(\w+)\b/)
if (result)
{
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/