
CVS log for interchange/lib/Vend/DbSearch.pm
Up to [Local Repository] / interchange / lib / Vend
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 2.27: download - view: text, markup, annotated - select for diffs
Sat Sep 6 05:22:56 2008 UTC (4 months ago) by mheins
Branches: MAIN
CVS tags: REL_5_7_1,
HEAD
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +5 -4 lines
* Fix database typing problem for HIDE_FIELD. Reported by Sonny Cook and
found by Jon Jensen.
Revision 2.26: download - view: text, markup, annotated - select for diffs
Thu Aug 9 13:40:53 2007 UTC (17 months ago) by pajamian
Branches: MAIN
CVS tags: STABLE_5_6-root,
STABLE_5_6-branch,
REL_5_6_1,
REL_5_5_3,
REL_5_5_2,
REL_5_5_1,
DEB_5_6_1_2,
DEB_5_5_1_1_1,
DEB_5_5_1
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +3 -3
lines
* Updated copyright headers to 2007 (closes bug #102)
* Added GPL and copyright headers to a few files that were missing them.
Revision 2.25: download - view: text, markup, annotated - select for diffs
Wed Jul 18 00:16:26 2007 UTC (17 months, 3 weeks ago) by jon
Branches: MAIN
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +4 -4
lines
Convert nonstandard SQL != to <> especially so it works with Vend::SQL_Parser.
Thanks to Gert van der Spoel <gert@3edge.com> for pointing out the problem.
Revision 2.22.2.1: download - view: text, markup, annotated - select for diffs
Fri Mar 30 12:15:27 2007 UTC (21 months, 1 week ago) by pajamian
Branches: STABLE_5_4-branch
CVS tags: REL_5_4_3
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +4 -4
lines
New Free Software Foundation Address in headers of various files
Revision 2.24: download - view: text, markup, annotated - select for diffs
Fri Mar 30 11:39:44 2007 UTC (21 months, 1 week ago) by pajamian
Branches: MAIN
Diff to: previous 2.23: preferred, colored
Changes since revision 2.23: +4 -4
lines
New Free Software Foundation Address in headers of various files
Revision 2.23: download - view: text, markup, annotated - select for diffs
Fri Jul 7 13:14:20 2006 UTC (2 years, 6 months ago) by racke
Branches: MAIN
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +45 -28
lines
terminate search if mv_min_string condition isn't met
Revision 2.22: download - view: text, markup, annotated - select for diffs
Tue Nov 8 18:14:45 2005 UTC (3 years, 2 months ago) by jon
Branches: MAIN
CVS tags: STABLE_5_4-root,
REL_5_4_2,
REL_5_4_1,
REL_5_4_0,
REL_5_3_3,
REL_5_3_2
Branch point for: STABLE_5_4-branch
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +3 -3
lines
Big copyright and version number update to prepare for 5.3.2 release.
Revision 2.21: download - view: text, markup, annotated - select for diffs
Wed Aug 3 19:33:39 2005 UTC (3 years, 5 months ago) by jon
Branches: MAIN
CVS tags: DEB_5_3_0_20051028_1,
DEB_5_3_0_20051004_1
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +16 -19
lines
Remove some duplicate glob assignments for subroutines in other modules.
To do this easily, I did "expand -t4" and "LC_ALL=C sort -u".
Revision 2.20: download - view: text, markup, annotated - select for diffs
Sat Apr 30 15:09:58 2005 UTC (3 years, 8 months ago) by mheins
Branches: MAIN
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +4 -3
lines
* We had been running without warnings so long, we had gotten a bit sloppy
in our code in some places.
Because we do lots of uninitialized hash member stuff with arrays
of fields and $opt, it is basically unreasonable for us to run with
the "use of uninitialized variable" warnings. Because we do a fair
amount of numerical comparisons on empty string values, it seemed
unreasonable to run with "string value in numeric gt" enabled.
Also, because Safe, HTML::Entities, and some other modules have
these checks enabled, page code is bound to have warnings issued
no matter what you do.
It seems better to run with some warnings enabled so that we can
catch bad code practice.
So I have made the code run without warnings prior to and after
interpolate_html(), and turned off warnings by default in the
page code.
If it is desirable to turn on warnings for pages, you can use
[pragma perl_warnings_in_page] and see warnings for that page
(or by default if you put in catalog.cfg).
* In general these changes are:
no warnings qw(uninitialized numeric);
in most pages.
* Add $::Pragma->{perl_warnings_in_page}.
* Remove defined checks when simple set tests will do.
* Streamline some code.
Revision 2.19: download - view: text, markup, annotated - select for diffs
Sun Jul 6 17:06:09 2003 UTC (5 years, 6 months ago) by mheins
Branches: MAIN
CVS tags: STABLE_5_2-root,
STABLE_5_2-branch,
STABLE_5_0-root,
STABLE_5_0-branch,
REL_5_2_1,
REL_5_2_0,
REL_5_1_1,
REL_5_1_0,
REL_5_0_2,
REL_5_0_1,
REL_5_0_0_RC2,
REL_5_0_0_RC1,
REL_5_0_0,
REL_4_9_9,
DEB_5_2_1_1,
DEB_5_0_0_2,
DEB_4_9_8_20031014_1,
DEB_4_9_8_20031010_1,
DEB_4_9_8_20030911_1,
DEB_4_9_8_20030706_1
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +4 -2
lines
* Fix several deficiencies in SQL parsing.
-- Recognize IS [NOT] NULL and map to a search for the
empty string.
-- Allow verbatim passing of field names for GDBM types, allowing
"select Variable from variable where Variable = ''" which
would not work before.
-- Add VERBATIM_FIELDS definition to database types which need it.
-- Add support for "select sometable as foo, othertable bar where ..."
so that queries using it can be rerouted properly.
-- Always set mv_min_string = 0, so we don't have to do anything
special for "where column = ''" and such.
Revision 2.18: download - view: text, markup, annotated - select for diffs
Wed Jun 18 17:34:44 2003 UTC (5 years, 6 months ago) by jon
Branches: MAIN
CVS tags: REL_4_9_8,
DEB_4_9_8_2
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +4 -3
lines
The great copyright, email address, URL, and version update.
Revision 1.7.4.2: download - view: text, markup, annotated - select for diffs
Sat Jan 25 22:21:27 2003 UTC (5 years, 11 months ago) by racke
Branches: LINUXIA
Diff to: previous 1.7.4.1: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.4.1: +119 -69
lines
updated LINUXIA branch to 4.9 sources in order to use it as testbed again
Revision 2.0.2.10: download - view: text, markup, annotated - select for diffs
Tue Nov 26 03:21:10 2002 UTC (6 years, 1 month ago) by jon
Branches: STABLE_4_8-branch
CVS tags: REL_4_8_9,
REL_4_8_8,
REL_4_8_7
Diff to: previous 2.0.2.9: preferred, colored; branchpoint 2.0: preferred, colored
Changes since revision 2.0.2.9: +4 -3
lines
Sweeping update of Akopia/Red Hat references, to prepare for 4.8 release
with current Interchange URLs and contact information.
Revision 2.17: download - view: text, markup, annotated - select for diffs
Sat Oct 5 05:26:29 2002 UTC (6 years, 3 months ago) by mheins
Branches: MAIN
CVS tags: REL_4_9_6,
REL_4_9_5,
REL_4_9_4
Diff to: previous 2.16: preferred, colored
Changes since revision 2.16: +9 -6
lines
* Change URL generation to streamline and bring one generation routine
for form_link, tag_page, tag_area.
-- form_link() stuff now done in tag_area and Vend::Util::vendURL,
aliased to tag_area
-- tag_page() calls tag_area to get URL
-- [order ..] also calls tag_area
-- Add three options to page/area/order:
no_session eliminates mv_session_id and mv_pc always
link_relative links relative to current page
match_security generates http:// on http:// page and
https:// on https:// page
-- Allow override of Scratch url format options
option Scratch
--------------- -----------------
no_session_id mv_no_session_id
no_count mv_no_count
add_dot_html mv_add_dot_html
add_source mv_add_source
* Make static page generation work again
-- Change call to Vend::SearchObject to proper $::Instance->{SearchObject}
-- check arguments for flypage (will probably need to remove flylist)
-- unhexify() the scan path
* Change auto_wizard tag to use new [table-editor] tag, remove abortive
[table-editor-tpl].
* Passes all regression tests, fully builds standard Foundation static
Revision 2.16: download - view: text, markup, annotated - select for diffs
Fri Aug 2 03:04:53 2002 UTC (6 years, 5 months ago) by mheins
Branches: MAIN
CVS tags: REL_4_9_2
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +3 -3
lines
* Fix bug where HIDE_FIELD and screening query would not work
together.
Revision 2.15: download - view: text, markup, annotated - select for diffs
Mon Jul 15 13:41:12 2002 UTC (6 years, 5 months ago) by mheins
Branches: MAIN
CVS tags: REL_4_9_1
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +2 -11
lines
* Get rid of mv_range_look check now that it will be deprecated and removed
from docs.
Revision 2.14: download - view: text, markup, annotated - select for diffs
Tue Jul 9 17:42:12 2002 UTC (6 years, 6 months ago) by mheins
Branches: MAIN
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +15 -17
lines
* Add new HIDE_FIELD capability to DbSearch. It provides automatic
hiding of records accessed via search (and NOT query).
-When the following configuration is added:
Database products HIDE_FIELD inactive
-It adds automatically the qualification to every search:
WHERE inactive != 1
-To use, you should have a field of char(1) or int type.
Database products COLUMN_DEF "inactive=int default 0"
-This has the side-effect of hiding fields with NULL in the
field, so be careful. You should probably set "default 0"
as shown above.
-Works for DBM types too.
-Does NOT work for TextSearch.
-If you want to show all records, you can pass mv_no_hide=1
in the search parameters. Obviously, this makes this not a
security feature.
Revision 2.13: download - view: text, markup, annotated - select for diffs
Sun Jun 23 01:20:10 2002 UTC (6 years, 6 months ago) by jon
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +3 -3
lines
Add option to disable matchlimit entirely, with ml=all or ml=none.
Allow default of 50 to be changed in catalog variable MV_DEFAULT_MATCHLIMIT.
Revision 2.12: download - view: text, markup, annotated - select for diffs
Sat Jun 22 22:38:38 2002 UTC (6 years, 6 months ago) by edl
Branches: MAIN
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +4 -2
lines
Oops! Should not have removed that first $s->{matches} assignment, could
have led to some breakage.
Revision 2.11: download - view: text, markup, annotated - select for diffs
Sat Jun 22 22:30:22 2002 UTC (6 years, 6 months ago) by edl
Branches: MAIN
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +8 -4
lines
Implementing mv_max_matches as done in stable branch earlier today.
Revision 2.0.2.9: download - view: text, markup, annotated - select for diffs
Sat Jun 22 15:11:40 2002 UTC (6 years, 6 months ago) by edl
Branches: STABLE_4_8-branch
CVS tags: REL_4_8_6,
DEB_4_8_6_20021108_1
Diff to: previous 2.0.2.8: preferred, colored; branchpoint 2.0: preferred, colored
Changes since revision 2.0.2.8: +8 -3
lines
Implementing mv_max_matches: if > 0, the search results will spliced at
its offset.
Revision 2.10: download - view: text, markup, annotated - select for diffs
Mon Jun 17 22:24:07 2002 UTC (6 years, 6 months ago) by jon
Branches: MAIN
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +3 -3
lines
Big copyright date update. This will be the last time that Red Hat
copyright notices get updated en masse, since the bulk of new code will
very likely come from non-Red Hat employees.
Revision 2.9: download - view: text, markup, annotated - select for diffs
Tue Jun 11 04:50:23 2002 UTC (6 years, 6 months ago) by mheins
Branches: MAIN
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +8 -2
lines
* Add new mv_next_search, which allows filtering searches
through another search after the first one returns
some rows.
* Add search_reference() method to Search.pm
* Add st=ref to allow searching of an array of arrays with
an IC search -- I would not think it too useful but this
type of thing has been requested
* New Vend::RefSearch actually does the search
* Search is passed by setting in a scratch variable right now,
suggestions on how to better pass it are appreciated
* A small test will be posted to core list.
Revision 2.8: download - view: text, markup, annotated - select for diffs
Sun Feb 3 07:11:09 2002 UTC (6 years, 11 months ago) by mheins
Branches: MAIN
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +4 -4
lines
* Prevent warnings on autovivify
Revision 2.0.2.8: download - view: text, markup, annotated - select for diffs
Thu Jan 24 05:07:01 2002 UTC (6 years, 11 months ago) by jon
Branches: STABLE_4_8-branch
CVS tags: STRONGHOLD_4_8_4_approx,
REL_4_8_5,
REL_4_8_4,
DEB_4_8_5_20020527_1,
DEB_4_8_3_20020306_1
Diff to: previous 2.0.2.7: preferred, colored; branchpoint 2.0: preferred, colored
Changes since revision 2.0.2.7: +3 -3
lines
Update version number and copyright year, to prepare for the eventual
day when we release version 4.8.4.
Revision 2.7: download - view: text, markup, annotated - select for diffs
Tue Jan 22 21:38:28 2002 UTC (6 years, 11 months ago) by jason
Branches: MAIN
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +3 -3
lines
Attempt to make some kind of sense out of the 'valid database reference' error.
Revision 2.6: download - view: text, markup, annotated - select for diffs
Sat Dec 29 19:49:33 2001 UTC (7 years ago) by mheins
Branches: MAIN
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +8 -8
lines
* Add new MIRROR parameter for databases. This allows creation of a
DBM or Memory mirror.
Sequence is:
1. Table is always imported at config time.
2. Table is only imported once.
3. Text file is not required, but should be set so export
can work properly and so there is a placeholder.
A complete configuration is:
Database products_mem products_mem.txt TAB
Database products_mem MIRROR products
Database products_mem MEMORY 1
MIRROR name is not set in stone yet, probably not apropos
enough; suggestions are welcome.
Benchmarks for 1000 separate (i.e. tag_data, no caching)
accesses (repeated tries show these are representative):
Doing products_mem:
Class=MEMORY DSN=
Data returned 247 bytes
TIME=0.200
Doing products:
Class=DBI DSN=dbi:mysql:test_mfound
Data returned 247 bytes
TIME=0.670
Doing alias_mem:
Class=MEMORY DSN=
Data returned 9 bytes
TIME=0.180
Doing alias:
Class=DBI DSN=dbi:Pg:dbname=wikicms
Data returned 9 bytes
TIME=0.700
Doing wiki_mem:
Class=GDBM DSN=
Data returned 400 bytes
TIME=0.300
Doing wiki_mem2:
Class=MEMORY DSN=
Data returned 400 bytes
TIME=0.180
Doing wiki:
Class=DBI DSN=dbi:Pg:dbname=wikicms
Data returned 400 bytes
TIME=0.710
Gains should be even bigger as no database connections are needed
on a busy system.
Revision 2.5: download - view: text, markup, annotated - select for diffs
Mon Nov 26 18:34:02 2001 UTC (7 years, 1 month ago) by mheins
Branches: MAIN
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +19 -19
lines
* Make the DbSearch module search references and not tab-joined lines.
* Search.pm now modifies its behavior for $limit_sub->() and $return_sub->()
to create a reference if needed.
* This solves the tab-delimited wrong-search-result problem while
increasing performance up to 20% on large database records.
* Slight change to each_nokey() routine -- it returns a
reference instead of a list. This should have no side-effect
unless someone happened to use the
Vend::Table::*::each_nokey() routine somewhere in custom code.
Certainly this is not documented as part of the API, and we
never use it in any of our stuff.
* Change passes regression tests 100%. Glimpse is not really
tested though I anticipate no problems.
Revision 2.0.2.7: download - view: text, markup, annotated - select for diffs
Mon Nov 26 14:33:26 2001 UTC (7 years, 1 month ago) by jon
Branches: STABLE_4_8-branch
CVS tags: REL_4_8_3
Diff to: previous 2.0.2.6: preferred, colored; branchpoint 2.0: preferred, colored
Changes since revision 2.0.2.6: +2 -5
lines
Remove tab-bug fix at Mike and Stefan's request.
To be revisited before 4.8.4 ...
Revision 2.4: download - view: text, markup, annotated - select for diffs
Thu Nov 22 03:53:15 2001 UTC (7 years, 1 month ago) by jon
Branches: MAIN
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +14 -5
lines
Fix bug that caused search results corruption if any fields (not just
fields returned) in a given row contained a tab character. Affected e.g.
[search-region] and thus the admin/item.html page.
Revision 2.0.2.6: download - view: text, markup, annotated - select for diffs
Thu Nov 22 03:51:08 2001 UTC (7 years, 1 month ago) by jon
Branches: STABLE_4_8-branch
Diff to: previous 2.0.2.5: preferred, colored; branchpoint 2.0: preferred, colored
Changes since revision 2.0.2.5: +5 -5
lines
Comment out debug statements.
Revision 2.0.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 22 03:49:58 2001 UTC (7 years, 1 month ago) by jon
Branches: STABLE_4_8-branch
Diff to: previous 2.0.2.4: preferred, colored; branchpoint 2.0: preferred, colored
Changes since revision 2.0.2.4: +17 -8
lines
Fix bug that caused search results corruption if any fields (not just
fields returned) in a given row contained a tab character. Affected e.g.
[search-region] and thus the admin/item.html page.
Revision 2.0.2.4: download - view: text, markup, annotated - select for diffs
Wed Nov 21 20:52:51 2001 UTC (7 years, 1 month ago) by jon
Branches: STABLE_4_8-branch
Diff to: previous 2.0.2.3: preferred, colored; branchpoint 2.0: preferred, colored
Changes since revision 2.0.2.3: +3 -2
lines
Revert unnecessary change.
Revision 2.0.2.3: download - view: text, markup, annotated - select for diffs
Wed Nov 21 18:29:04 2001 UTC (7 years, 1 month ago) by jon
Branches: STABLE_4_8-branch
Diff to: previous 2.0.2.2: preferred, colored; branchpoint 2.0: preferred, colored
Changes since revision 2.0.2.2: +2 -3
lines
Remove orphaned bit of code (merge from 4.9).
Revision 2.3: download - view: text, markup, annotated - select for diffs
Tue Oct 30 19:00:44 2001 UTC (7 years, 2 months ago) by jon
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +2 -3
lines
Remove orphaned bit of code.
Revision 2.0.2.2: download - view: text, markup, annotated - select for diffs
Thu Oct 18 02:12:32 2001 UTC (7 years, 2 months ago) by mheins
Branches: STABLE_4_8-branch
Diff to: previous 2.0.2.1: preferred, colored; branchpoint 2.0: preferred, colored
Changes since revision 2.0.2.1: +7 -3
lines
* Put mv_base_directory back.
Revision 2.2: download - view: text, markup, annotated - select for diffs
Thu Oct 18 02:05:42 2001 UTC (7 years, 2 months ago) by mheins
Branches: MAIN
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +6 -3
lines
* Putting mv_base_directory back
Revision 2.0.2.1: download - view: text, markup, annotated - select for diffs
Wed Oct 17 20:10:46 2001 UTC (7 years, 2 months ago) by jon
Branches: STABLE_4_8-branch
Diff to: previous 2.0: preferred, colored
Changes since revision 2.0: +8 -3
lines
Have mv_base_directory default to ProductDir setting, not first
ProductFiles setting.
Revision 2.1: download - view: text, markup, annotated - select for diffs
Wed Oct 17 20:07:52 2001 UTC (7 years, 2 months ago) by jon
Branches: MAIN
Have mv_base_directory default to ProductDir setting, not first
ProductFiles setting.
Revision 2.0: download - view: text, markup, annotated - select for diffs
Wed Jul 18 02:23:13 2001 UTC (7 years, 5 months ago) by jon
Branches: MAIN
CVS tags: STABLE_4_8-root,
REL_4_8_2,
REL_4_8_1,
REL_4_7_7,
REL_4_7_6,
PRE_REL_4_8_0,
DEB_4_8_1_2
Branch point for: STABLE_4_8-branch
Upping major version number after trunk/branch switch.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 18 01:56:44 2001 UTC (7 years, 5 months ago) by jon
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +68 -38
lines
Move DEV_4_7_0 development branch to repository trunk.
Revision 1.7.6.6: download - view: text, markup, annotated - select for diffs
Fri Jun 29 02:19:25 2001 UTC (7 years, 6 months ago) by jon
Branches: DEV_4_7_0
CVS tags: REL_4_7_5
Diff to: previous 1.7.6.5: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.6.5: +5 -5
lines
Update copyright notices and email addresses.
Standardize module headers and remove a few shebang lines.
Revision 1.7.6.5: download - view: text, markup, annotated - select for diffs
Wed Mar 21 16:55:39 2001 UTC (7 years, 9 months ago) by heins
Branches: DEV_4_7_0
CVS tags: REL_4_7_4,
REL_4_7_3,
REL_4_7_2,
REL_4_7_1
Diff to: previous 1.7.6.4: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.6.4: +34 -3
lines
* Add mv_like_field and mv_like_spec to search specifications,
designed to filter SQL (only!) searches with
mv_like_field like 'mv_like_spec'.
This is a stackable field/spec set like mv_search_field
and mv_searchspec, and will eliminate any fields with empty
mv_like_spec values.
Checks the known_capability to see if UPPER_COMPARE is set
for that database, and uses (pseudo-code) "UPPER($col) like "\U$spec"
if that is the case.
* Add known_capability UPPER_COMPARE (set for Pg and Oracle to
begin with) to allow upper-case transforms for case-insensitive
compares.
Revision 1.7.6.4: download - view: text, markup, annotated - select for diffs
Thu Dec 21 11:25:15 2000 UTC (8 years ago) by heins
Branches: DEV_4_7_0
Diff to: previous 1.7.6.3: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.6.3: +3 -3
lines
* Set default table to search with MV_DEFAULT_SEARCH_TABLE.
Revision 1.7.6.3: download - view: text, markup, annotated - select for diffs
Wed Dec 13 16:17:41 2000 UTC (8 years ago) by zarko
Branches: DEV_4_7_0
Diff to: previous 1.7.6.2: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.6.2: +32 -33
lines
Whitespace changes (diff -b -B will report nothing except below):
4 additional lines of diff (whitespace not caught by -b -B)
Revision 1.7.2.2: download - view: text, markup, annotated - select for diffs
Mon Dec 4 17:58:21 2000 UTC (8 years, 1 month ago) by zarko
Diff to: previous 1.7.2.1: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.1: +29 -13
lines
merge 1.7 vs. 1.8
also removed cuddled else statements
Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Sun Dec 3 17:25:11 2000 UTC (8 years, 1 month ago) by racke
Branches: LINUXIA
CVS tags: DEB_4_6_5_1,
DEB_4_6_4_2,
DEB_4_6_4_1,
DEB_4_6_3_1,
DEB_4_6_2_1,
DEB_4_6_1_1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -3
lines
merged changes 1.7 vs 1.8
Revision 1.7.6.2: download - view: text, markup, annotated - select for diffs
Sat Dec 2 20:09:23 2000 UTC (8 years, 1 month ago) by heins
Branches: DEV_4_7_0
Diff to: previous 1.7.6.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.6.1: +4 -1
lines
Fixes to make MV_DEFAULT_SEARCH_FILE work OK in DbSearch mode.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Dec 2 05:29:17 2000 UTC (8 years, 1 month ago) by heins
CVS tags: STABLE_4_6-root,
STABLE_4_6-branch,
REL_4_6_5,
REL_4_6_4,
REL_4_6_3,
REL_4_6_2,
REL_4_6_1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -3
lines
Fix bugs in or-ed searches in DbSearch, fix mv_search_relate bugs.
Revision 1.7.6.1: download - view: text, markup, annotated - select for diffs
Thu Nov 30 02:38:35 2000 UTC (8 years, 1 month ago) by heins
Branches: DEV_4_7_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -2
lines
Fix nagging problem with "set of read-only variable" by localizing $_
in search loops.
Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 7 22:41:45 2000 UTC (8 years, 2 months ago) by zarko
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +44 -54
lines
stylistic changes
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Sep 27 22:17:06 2000 UTC (8 years, 3 months ago) by heins
CVS tags: REL_4_6_0_B,
REL_4_6_0,
REL_4_5_8,
REL_4_5_7,
DEB_4_6_0_1
Branch point for: LINUXIA,
DEV_4_7_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -11
lines
Fixed bug in hashref routine for query. This fixes a reported problem
WRT order reports not working for DBM databases.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 19 18:58:39 2000 UTC (8 years, 3 months ago) by zarko
CVS tags: REL_4_5_6
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Server:
necessary change to support minivend->interchange script rename
DbSearch/Glimpse/TextSearch:
comment change s/MINIVEND/INTERCHANGE on line 5
Util:
changed -t option in syslogging routine from minivend to interchange
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 12 03:08:10 2000 UTC (8 years, 5 months ago) by heins
CVS tags: INTERCHANGE_4_5_5
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Changed Interchange name all over, minor exceptions being mvfaq.pod and
mvrpm.pod. Changed copyright notice to Akopia.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jun 28 07:18:55 2000 UTC (8 years, 6 months ago) by heins
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +34 -0
lines
Added mv_start_match to find first key matching specification.
Like mv_first_match, except sets based on value of match and
not index of match.
Added more security to Session.pm, saving username safe from
manipulation by user.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jun 28 07:15:54 2000 UTC (8 years, 6 months ago) by heins
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
Major changes to access manager. Means modifying nearly every file
to add some access permissions. This needs to be finished, but there
is a good start.
Added a customer manager.
Removed the shipping SQL/Minivend database, no longer necessary.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 12 22:50:52 2000 UTC (8 years, 6 months ago) by heins
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -4
lines
Vend/Config.pm
Vend/Table/Common.pm
Vend/Table/DBI.pm
Added TableRestrict directive for restricting key access by username.
(Mostly for transparent "view" limit of searches.) Achieves this
by changing the each_nokey routine; could change each_record
as well...probably shouldn't change query().
Vend/DbSearch.pm
No real changes, removed some old debug
Vend/Order.pm
Added card accepted limitation.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri May 26 18:50:37 2000 UTC (8 years, 7 months ago) by heins
Branches: CHAL_0_1
CVS tags: MV_4_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Initial import of changed Challenger with UI instead of Minimate.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 26 18:50:37 2000 UTC (8 years, 7 months ago) by heins
Initial revision
Interchange CVSweb <info@icdevgroup.org>