|
982ff637
|
2009-08-19T17:51:25
|
|
Fix the PHP search code
|
|
bd44484b
|
2007-03-20T08:47:29
|
|
applied patch from Björn Wiberg to try to fix again the silly
* nanoftp.c: applied patch from Björn Wiberg to try to fix again
the silly __ss_familly problem on various AIXes, should fix #420184
Daniel
svn path=/trunk/; revision=3592
|
|
d9544880
|
2004-04-05T11:09:32
|
|
improving the search, Daniel
|
|
b5b9151c
|
2004-04-05T11:00:30
|
|
trying to improve the search, Daniel
|
|
b318c3b7
|
2004-03-10T11:43:12
|
|
Minor change for later verson of php requiring $HTTP_GET_VARS.
* doc/search.php: Minor change for later verson of php requiring
$HTTP_GET_VARS.
|
|
a2e844a3
|
2004-01-06T11:52:13
|
|
moved string and UTF8 routines out of parser.c and encoding.c into a new
* encoding.c, parser.c, xmlstring.c, Makefile.am,
include/libxml/Makefile.am, include/libxml/catalog.c,
include/libxml/chvalid.h, include/libxml/encoding.h,
include/libxml/parser.h, include/libxml/relaxng.h,
include/libxml/tree.h, include/libxml/xmlwriter.h,
include/libxml/xmlstring.h:
moved string and UTF8 routines out of parser.c and encoding.c
into a new module xmlstring.c with include file
include/libxml/xmlstring.h mostly using patches from Reid
Spencer. Since xmlChar now defined in xmlstring.h, several
include files needed to have a #include added for safety.
* doc/apibuild.py: added some additional sorting for various
references displayed in the APIxxx.html files. Rebuilt the
docs, and also added new file for xmlstring module.
* configure.in: small addition to help my testing; no effect on
normal usage.
* doc/search.php: added $_GET[query] so that persistent globals
can be disabled (for recent versions of PHP)
|
|
2f9cf62d
|
2003-11-18T14:29:49
|
|
Fixed the search uppercase for fragment identifiers, Daniel
|
|
6984830a
|
2003-09-22T00:24:51
|
|
fixed a warning message (trivial) removed incorrect warning message when
* error.c: fixed a warning message (trivial)
* doc/search.php: removed incorrect warning message when word
search not found in last of multiple tables (bug 119535)
|
|
008c06b4
|
2003-09-01T22:17:39
|
|
fixed problem parsing xhtml docs small modification to avoid problem in
* doc/index.py: fixed problem parsing xhtml docs
* doc/xmlreader.html,doc/guidelines.html: small modification
to avoid problem in python parsing.
* doc/search.php: fixed upper case filename problem for XSLT docs
|
|
3f479503
|
2003-09-01T04:58:15
|
|
new file added, giving some description of the documentation generation
* doc/README.docs, doc/Makefile.am: new file added,
giving some description of the documentation generation process
* doc/search.php: fixed problem with upper case on filenames
|
|
beb70bd3
|
2002-12-18T14:53:54
|
|
more work on the xml reader interfaces. updated Igor's mail and the Web
* xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
work on the xml reader interfaces.
* AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
Web page for the Windows binaries.
Daniel
|
|
595978c9
|
2002-10-09T18:46:35
|
|
make the link to search a local reference, daniel
|
|
f007012c
|
2002-10-09T14:24:17
|
|
integrated the XSLT indexing, a few fixed in the indexer, added a scope
* doc/index.py doc/search.php: integrated the XSLT indexing,
a few fixed in the indexer, added a scope selection at the
search level.
Daniel
|
|
10543b1b
|
2002-10-08T17:30:30
|
|
And limit the number in the SQL requests too, Daniel
|
|
06665ecc
|
2002-10-08T17:26:56
|
|
Limit the number of returned hits, Daniel
|
|
01e87d22
|
2002-10-08T16:55:06
|
|
added mailing-list archives indexing and lookup Daniel
* doc/index.py doc/search.php: added mailing-list archives
indexing and lookup
Daniel
|
|
a6287a46
|
2002-10-07T13:17:22
|
|
Debugging of strange results and tuning, Daniel
|
|
9b00613d
|
2002-10-07T11:13:27
|
|
improved HTML indexing make the queries also lookup the HTML based indexes
* doc/index.py: improved HTML indexing
* doc/search.php: make the queries also lookup the HTML based indexes
Daniel
|
|
dc6d4aba
|
2002-10-04T15:58:34
|
|
Added a bit of logging to the searches to get a better idea of what's
asked for, Daniel
|
|
ad0ac024
|
2002-10-01T12:08:12
|
|
Improve cross reference rating, Daniel
|
|
55a4eb53
|
2002-10-01T11:54:06
|
|
Update the description, Daniel
|
|
8135e5f7
|
2002-10-01T11:13:14
|
|
Started adding a search front-end, Daniel
|