All, The following change creates empty versions of localprefs.js and localsearch.css on an install (need to actually test this on an install though.) I also got rid of the logic in the script for copying preferences.js to localprefs.js if preferences.js existed, since it used to be the local user-modifiable preference file. It's been quite a while since then, and most of the preferences have probably changed since then anyway.
Glenn ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 26, 2002 4:40 PM Subject: [DQSD-CVS] dqsd localprefs.js,NONE,1.1 localsearch.css,NONE,1.1 ChangeLog.txt,1.56,1.57 > 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-serv919 > > Modified Files: > ChangeLog.txt > Added Files: > localprefs.js localsearch.css > Log Message: > - Added empty localprefs.js and localsearch.css to install, instead of requiring user to create them if they don't exist. > - Removed logic for preserving preferences.js (preferencs.js) because it used to be the user-modifiable preference file > > --- NEW FILE: localprefs.js --- > /* localprefs.js > * > * Add preferences here to keep them from being overwritten on upgrades. > * > * Use preferences.js as a guide, copying settings from that > * file to this file, and then modifying them to suit your > * personal taste. > */ > > --- NEW FILE: localsearch.css --- > /* localsearch.css > * > * Add stylesheet preferences here to keep them from being > * overwritten on upgrades. > * > * Use search.css as a guide, copying settings from that > * file to this file, and then modifying them to suit your > * personal taste. > */ > > Index: ChangeLog.txt > =================================================================== > RCS file: /cvsroot/dqsd/dqsd/ChangeLog.txt,v > retrieving revision 1.56 > retrieving revision 1.57 > diff -C2 -d -r1.56 -r1.57 > *** ChangeLog.txt 26 Jul 2002 03:05:05 -0000 1.56 > --- ChangeLog.txt 26 Jul 2002 21:40:56 -0000 1.57 > *************** > *** 8,12 **** > Modified Searches > > ! * gg - /fresh switch disappeared (/since is enough) - /since now allows a number of days in addition to t,y,w,m, and gets independant of goosearch > * hs - added /new from Brent Beardsley > * jdk - added /1.4, /1.3, /tutorial, /all, /j2ee, /jls, /jvm options > --- 8,13 ---- > Modified Searches > > ! * gg - /fresh switch disappeared (/since is enough) - /since now allows a > ! number of days in addition to t,y,w,m, and gets independant of goosearch > * hs - added /new from Brent Beardsley > * jdk - added /1.4, /1.3, /tutorial, /all, /j2ee, /jls, /jvm options > *************** > *** 16,20 **** > > * switches now can contain . and -. This is used here: jdk HashMap /1.3 > ! * changed defer_tools.js for special searches like setiq.xml that need several forms opened in one window > > Bug Fixes > --- 17,24 ---- > > * switches now can contain . and -. This is used here: jdk HashMap /1.3 > ! * changed defer_tools.js for special searches like setiq.xml that need > ! several forms opened in one window > ! * added empty localprefs.js and localsearch.css to install, instead of > ! requiring user to create them if they don't exist. > > Bug Fixes > *************** > *** 25,28 **** > --- 29,33 ---- > when the menu was invoked. > * Search forms can now have input elements named "target" without causing a script error > + > > -- What's new for 3.0.0.22 (beta) > > > > > ------------------------------------------------------- > 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/ > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
