History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
415d530f4475 | 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 | |||
b45beba5c79c | Tibor Simko | Added *.pyc. | Sep 7 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 | |||
e0ac7ad608c0 | Tibor Simko | Use /youraccount instead of /youraccount.py in the codebase everywhere. | Jun 9 2006 | |||
0beacd3742d4 | Tibor Simko | Updated page() arguments: req in, urlargs out. | Jun 5 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 | |||
d169e50bee90 | Tibor Simko | Moved admin index pages from web to doc directory so that their location would… | Apr 28 2006 | |||
9f81b44b322f | Tibor Simko | Respect new names for i18n_extract_from_wml_source.py, i18n_update_wml_target. | Apr 11 2006 | |||
6b13f0051c34 | Tibor Simko | Adapted to the new way of I18N, removing MSG_ dependencies. | Apr 11 2006 | |||
cdb5ffb7f7ab | Tibor Simko | Removed the old way of importing I18N messages. | Apr 11 2006 | |||
20b39e1939de | Tibor Simko | Fixed slow/fast typo in the Reindexing section. | Mar 17 2006 | |||
b0a52c4dbf1f | Tibor Simko | Added sections on the bibindex normal operation, on checking and repairing… | Feb 5 2006 | |||
374a590462c7 | Tibor Simko | Added call to i18n_update_wml.py to update header/footer/etc in otherwise fully… | Jan 10 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 | |||
6b62efb5fce1 | Tibor Simko | Getting rid of WML. | May 13 2005 | |||
73e9318e2cea | Tibor Simko | Getting rid of WML. | May 13 2005 | |||
df5a20dfef63 | 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 | |||
f5f7a6fcd722 | Tibor Simko | cdsnavbar.wml is found in $(top_srcdir), not $(top_builddir). | Mar 2 2005 | |||
40d388f48f64 | Tibor Simko | Corrected Swedish code. | Feb 28 2005 | |||
6491f4c194b2 | Tibor Simko | Added dependency on the general navbar. | Feb 14 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 | |||
81ccaa93addf | Tibor Simko | Reflect recent stopwords/stemmer refactoring. | 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 | |||
94bbb913ef5c | Trond Aksel Myklebust | Updated guide with new sections | Dec 3 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 | |||
b0f02bf3a10d | Trond Aksel Myklebust | Using page_not_authorized in webuser | Nov 1 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 | |||
1d40f209ada0 | Trond Aksel Myklebust | *** empty log message *** | Sep 23 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 | |||
d06643a22e2f | Tibor Simko | Display version number. | May 11 2004 | |||
cfdcf866382d | Tibor Simko | Initial release of the documentation. | May 4 2004 | |||
edbec6bc3910 | Tibor Simko | Correct updating task status message when verbosity level is 9+. | Apr 19 2004 | |||
c9c0ba76a5bd | Tibor Simko | Use run_sql() in easy places. Use `options' instead of `opts_dict' to harmonize… | Mar 23 2004 | |||
739e8330a612 | Tibor Simko | Remove fulltext test print. | Mar 11 2004 | |||
8c41245e861b | Tibor Simko | Workaround for getfile.py links. Needs bibdoc treatment in the future. | Mar 11 2004 | |||
5d16d8df4db8 | Tibor Simko | Added dependence on cdswmllib. | Mar 10 2004 | |||
21809c909d29 | Tibor Simko | Introduced -h and -V options. | Mar 10 2004 | |||
fa20436c8e01 | Tibor Simko | Make pretty version number. | Mar 10 2004 | |||
a0fda83213f5 | Tibor Simko | Remove second instance of get_field_tags(). | Mar 5 2004 | |||
3b709bfb0181 | Tibor Simko | bibwords->bibindex | Feb 27 2004 | |||
11977456b92d | Tibor Simko | Adapted to word/wordlist->term/termlist table column name change. | Feb 25 2004 | |||
576a78e0c37f | Tibor Simko | Typo fixed. | Feb 23 2004 | |||
653cedc5e419 | Tibor Simko | BibWords removed into BibIndex. | Feb 23 2004 |
c4science · Help