History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
4723496fab5a | Tibor Simko | Fixed typos, thanks to Ferran Jorba. | Jan 26 2007 | |||
2218e5ef55e1 | Tibor Simko | Fixed bad indentation. | Dec 6 2006 | |||
2bfebc745d97 | Tibor Simko | Fixed free variable problems (extra, fldID). | Dec 4 2006 | |||
7cbd91d4ea9b | Tibor Simko | When authentifying user-supplied email or nickname, use two SQL queries rather… | Nov 1 2006 | |||
af4a85dac604 | Tibor Simko | Fixed config wildcard import everywhere. Fixed some randomly spotted import… | Sep 20 2006 | |||
ec761f4dff4b | Tibor Simko | Harmonized CFG_PATH_* and CFG_WEBSEARCH_* config variable names. | Sep 18 2006 | |||
770420bc2854 | Tibor Simko | Renamed cfg_bibindex_* config variables to follow the uppercase model. | Sep 15 2006 | |||
fcef3232f08d | Tibor Simko | Removed __version__ in profit of __revision__. | Sep 13 2006 | |||
2311f7764a03 | Tibor Simko | Fixed the kwalitee problem of re-exposing some of the global config variables… | Sep 13 2006 | |||
0674ca3c5a30 | Tibor Simko | Fixed the kwalitee problem of re-exposure of some of the global config… | Sep 13 2006 | |||
1fab59ce1f32 | Tibor Simko | Make use of get_table_status_info() rather than invoking SHOW TABLE STATUS… | Sep 11 2006 | |||
75928c3cd4e1 | Tibor Simko | Fixed away the most obvious pylint warnings. | Sep 8 2006 | |||
dbc8be0c4e5d | Tibor Simko | Used urllib2 instead of urllib, mkstemp() instead of mktemp(), and removed some… | Aug 29 2006 | |||
536257883e68 | Tibor Simko | Updated every BibSched task to follow the BibTaskEx example of handling task… | Aug 29 2006 | |||
391dbb7d25c4 | Tibor Simko | Added *.pyc. | Aug 28 2006 | |||
5c706190f39b | Tibor Simko | Do a direct PyStemmer test too. | Aug 28 2006 | |||
0cf4d9d30df7 | Tibor Simko | Removed variable name shading problem. | Aug 28 2006 | |||
81a073ad175b | Tibor Simko | When the Stemmer module is not available, print more informative WARNING… | Aug 21 2006 | |||
31f485a1e848 | Nicholas Robinson | Fixed a bug relating to the indexation of fulltexts: When the contents of a PDF… | Aug 9 2006 | |||
3bef264c2cdd | Tibor Simko | Started massive deployment of the regression test suite. Added basic tests for… | Jul 21 2006 | |||
5aac7386e47f | Tibor Simko | BibSched task authentication now accepts nicknames as usernames too. Modified… | Jun 29 2006 | |||
8725da6d6833 | Tibor Simko | Adapted to the use of WebSearch's tmpl_nice_number() instead of the now… | Jun 22 2006 | |||
1fe7d8836f40 | Tibor Simko | Changed database access code in order not to depend on MySQLdb but rather on… | Jun 20 2006 | |||
18b100fe8575 | Tibor Simko | Implemented name change CDSware to CDS Invenio. Also, introduced new configure… | May 4 2006 | |||
d5b36a574e3c | Tibor Simko | Updated copyright years. | May 2 2006 | |||
87a1b9ec4d22 | Tibor Simko | Fixed the display of ``Overview of indexes'' when there was no translation… | May 2 2006 | |||
cdb5ffb7f7ab | Tibor Simko | Removed the old way of importing I18N messages. | Apr 11 2006 | |||
6b1700acdd20 | Tibor Simko | Python imports are now done in an absolute way (from cdsware.foo import bar)… | Dec 20 2005 | |||
561825a6b79f | Tibor Simko | Quick fix in order to be able to fulltext-index Indico URLs that do not contain… | Dec 5 2005 | |||
73e9318e2cea | Tibor Simko | Getting rid of WML. | May 13 2005 | |||
d41001de533e | Tibor Simko | Getting rid of WML. | May 12 2005 | |||
e694f41220b7 | Tibor Simko | Fixed add_recIDs_by_date() in case user wants to index records based on… | Mar 29 2005 | |||
40d388f48f64 | Tibor Simko | Corrected Swedish code. | Feb 28 2005 | |||
84b18f1b27c5 | Tibor Simko | Updated copyright years. | Jan 6 2005 | |||
b2dc486ac9ea | Tibor Simko | Fixed a bug when calculating index id from tablename for indexes greater than… | Jan 6 2005 | |||
89932a344b16 | Tibor Simko | Changes due to the move of cfg_* variables into the general config file. | Dec 16 2004 | |||
e50ff3c1a5d1 | Tibor Simko | Small cleanup. | Dec 15 2004 | |||
ec68d11d4928 | Tibor Simko | Docstring improvements and WML cleanup. | Dec 15 2004 | |||
5689d701af1c | Tibor Simko | Changed logic when applying stemming (first) and stopword check (second). | Dec 15 2004 | |||
25b3ea26e6b4 | Tibor Simko | Fixed regexp for HTML removal. | Dec 15 2004 | |||
5f3193cec995 | Tibor Simko | Precompile all major regexps to speed up the execution. (About 10% faster… | Dec 15 2004 | |||
c57d65a641a7 | Tibor Simko | One forgotten place fixed. | Dec 13 2004 | |||
59a81c9a971f | Tibor Simko | Renamed stopword/stemmer options, added more explicit help. | Dec 13 2004 | |||
3f9af11d2c36 | Tibor Simko | Refactored redundant functions. Added docstrings. | Dec 13 2004 | |||
5cec85e6b889 | Tibor Simko | Fixed case when no available stemmer is found. Refactored redundant functions. | Dec 13 2004 | |||
47a171417985 | Tibor Simko | Cosmetics. | Dec 13 2004 | |||
dc529f1ce09a | Tibor Simko | Added a basic unit test file for the stemmer. | Dec 13 2004 | |||
5b9a69d469d8 | Trond Aksel Myklebust | Added "Manage fields" link in "add fields to index" | Dec 10 2004 | |||
9dd1e40edef4 | Trond Aksel Myklebust | Changed so that bibrank can use stopword removal while bibindex not | Dec 8 2004 | |||
a13d48b948a7 | Trond Aksel Myklebust | Turned off stemming/stopword removal as default | Dec 6 2004 | |||
39c1fadfc4d4 | Trond Aksel Myklebust | forgot to add files... | Nov 19 2004 | |||
ceb6867786d0 | Trond Aksel Myklebust | Added stemming/stopword functionality. Check /lib/bibindex_engine_config.py for… | Nov 19 2004 | |||
4f403c77f3a6 | Trond Aksel Myklebust | Splitted managing indexes and fields into two interfaces. Fixed interfacebug… | Nov 1 2004 | |||
e46187a56098 | Trond Aksel Myklebust | *** empty log message *** | Oct 20 2004 | |||
6ff1d9bea12c | Trond Aksel Myklebust | *Added "Access Policy" options. *Possible to send an email to admin/user when a… | Oct 19 2004 | |||
720e0d74e7d8 | Trond Aksel Myklebust | Changed textbox to a textarea for the Index description | Oct 6 2004 | |||
a68d636e8c77 | Trond Aksel Myklebust | +Added admin functionality for modifying indexes in addition to fields | Oct 6 2004 | |||
bc726da81963 | Tibor Simko | Activate our fancy non-interactive URL opener for fail-safe fulltext-indexing… | Sep 27 2004 | |||
220b909f90a4 | Trond Aksel Myklebust | Modified error messages when not authorized | Sep 23 2004 | |||
e8185fb0dfaf | Tibor Simko | Eliminated excessive write_message() function. Reduced serialize/deserialize… | Sep 8 2004 | |||
48abff1c3e1d | Tibor Simko | Wildcard expansion now refers to the source directory in order to correctly… | Aug 25 2004 | |||
6ac4e434b28c | Trond Aksel Myklebust | Modified feedback messages | Aug 16 2004 | |||
cfbcd08b31b7 | Tibor Simko | Patch from Frederic be able to build CDSware out of its source tree. | Jul 15 2004 | |||
87ea8a9e07df | Tibor Simko | Added option to fulltext-index local files only, i.e. remote URLs are skipped… | Jul 7 2004 | |||
5df73cfb8570 | Tibor Simko | BibIndex monolithic bin file split into a small bin file and large lib engine… | Jun 15 2004 | |||
46c3f0e63f8c | Trond Aksel Myklebust | Changed back to using the name field instead of i8n names | Jun 4 2004 | |||
a061e861fe1d | Tibor Simko | Added appropriate Makefile.am and .cvsignore files. | May 19 2004 | |||
f4634f67a8d5 | Trond Aksel Myklebust | Removed makefiles | May 19 2004 | |||
da2b38b3397e | Trond Aksel Myklebust | Forget Makefiles... | May 14 2004 | |||
9afde79383e7 | Trond Aksel Myklebust | First version of BibIndex interface | May 14 2004 |
c4science · Help