History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
2b99705c3821 | Tibor Simko | Updated codebase to use CFG_SITE_URL instead of weburl everywhere. Updated… | Mar 12 2008 | |||
29614993a799 | Tibor Simko | Avoid NULL client_host values when calculating reading similarity lists. | Mar 11 2008 | |||
fe3f00b1b042 | Tibor Simko | Phased out legacy variables 'accessurl', 'urlpath', 'images', 'htdocsurl' used… | Mar 11 2008 | |||
7768546ebf94 | Tibor Simko | Updated codebase to use CFG_SITE_LANG and CFG_SITE_LANGS instead of cdslang and… | Mar 11 2008 | |||
81356d1b740d | Samuele Kaplun | Correctly plugged intbitset in place of HitSet. | Mar 11 2008 | |||
e457a05883f1 | Samuele Kaplun | Fixed a bunch of XHTML errors. | Mar 11 2008 | |||
6dc20e3ca587 | Tibor Simko | Updated conf files. Replaced old style variable names (e.g. WEBURL) with new… | Mar 10 2008 | |||
ca75cb18bbaf | Jerome Caffaro | Better checking of admin guides availability. | Feb 8 2008 | |||
c782c5bb2544 | Jerome Caffaro | Fixed regression tests to check for new webdoc pages. | Feb 7 2008 | |||
5a8827fc806f | Samuele Kaplun | Update regression tests to work with stemming correctly enabled. | Feb 5 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
8c1793564674 | Marko Niinimaki | fixed some "key not in dictionary" cases that can happen with bad data | Jan 31 2008 | |||
b5e44ad649f1 | Marko Niinimaki | add in selfcitlist only if the record is not there already | Jan 23 2008 | |||
b3eb3c8e66a1 | Marko Niinimaki | finally removed the "citation search is experimental" msg | Jan 18 2008 | |||
ffae68beaeca | Marko Niinimaki | recID in bibrank_citation_searcher is a string not int. changing it expicitly… | Jan 18 2008 | |||
0affefbcb29c | Samuele Kaplun | Moved stemming support from static index config variable structure to column… | Jan 10 2008 | |||
8051d9e0e052 | Marko Niinimaki | checking that get_cited_by returns something even if the DB field is empty | Jan 10 2008 | |||
272b4a52ebc6 | Marko Niinimaki | variable names changed to conform conventions | Jan 9 2008 | |||
8a2d1d6b648b | Marko Niinimaki | Fixed typo. | Jan 7 2008 | |||
54500636e842 | Marko Niinimaki | Web interface for self-citations | Jan 7 2008 | |||
75594093d637 | Marko Niinimaki | additions of self citation index/search | Jan 7 2008 | |||
bdfdbe6235ae | Marko Niinimaki | selfcitdict correctly recorded in the db | Dec 19 2007 | |||
19f1d9e8256e | Marko Niinimaki | added an exception handler | Dec 19 2007 | |||
11f15472691a | Marko Niinimaki | new table structure for citations | Dec 19 2007 | |||
0d3537e827af | Marko Niinimaki | added a simple method to find self citations and database field to store them | Dec 14 2007 | |||
311b3852de65 | Marko Niinimaki | renamed a misleadingly named test | Dec 13 2007 | |||
9c33df29df7a | Tibor Simko | Phased out BibRank Admin static intro page. | Dec 13 2007 | |||
f667e5895557 | Samuele Kaplun | Ported ranking configuration to Porter Stemming. i.e. change 'en' language to… | Dec 7 2007 | |||
f7b1a27188ea | Marko Niinimaki | initialise a variable in case it is not evaluated | Dec 6 2007 | |||
4dc341b70098 | Samuele Kaplun | Moved adderrobox to webpage module, in order to have it only in one place (it… | Dec 5 2007 | |||
bbf0f0927a4f | Marko Niinimaki | added a check to prevent crashing | Dec 4 2007 | |||
f51a7f5ca71d | Marko Niinimaki | added a key check so that the module does not crash if citation key missing | Dec 3 2007 | |||
391e9d5b8cde | Tibor Simko | Updated Y axis label as per analogy with download statistics. | Nov 29 2007 | |||
15219c441593 | Tibor Simko | Polished download history grahps a bit. Fixed display of Y axis. Removed… | Nov 29 2007 | |||
f5f1828fa58a | Tibor Simko | Use trailing colon for "Citation history:" box title name. Removed trailing… | Nov 29 2007 | |||
57f1cfa97cf1 | Tibor Simko | Refactored away unnecessary isNumber() function. | Nov 29 2007 | |||
70bc97e83d66 | Marko Niinimaki | added comments and a check that prevents a crash if gnuplot not available ->… | Nov 29 2007 | |||
b4bd33795f61 | Marko Niinimaki | added a check so that calc_cit_history does not crash if there are neither 777y… | Nov 22 2007 | |||
1211ecb66d56 | Tibor Simko | Removed surplus trailing dot in an output warning message. Removed trailing… | Nov 21 2007 | |||
4ac9772ef774 | Marko Niinimaki | fixed a bug: exception if one queries cites of X and X has not been cited. now… | Nov 19 2007 | |||
265e7f9c9b1f | Marko Niinimaki | improved debugging. added get_cited_by(x) that returns a list of records that… | Nov 19 2007 | |||
9e8349493112 | Marko Niinimaki | in get_cited_by, returns tuples for all id's in the list. for those that have… | Nov 16 2007 | |||
c59dfbb6c04d | Marko Niinimaki | added a new simple method get_cited_by in citation searcher. this method takes… | Nov 16 2007 | |||
8b4a8a9af634 | Marko Niinimaki | fixed misleading debug msg (cites/is cited by). added verbose option. removed… | Nov 16 2007 | |||
0ae5392eb14f | Marko Niinimaki | removed empty entries in citation_list and reference_list when storing… | Nov 15 2007 | |||
32c48345f37d | Marko Niinimaki | added debugging | Nov 15 2007 | |||
be7f15208f3e | Marko Niinimaki | correct sorting order in citation rank: ascending by second member of the tuple | Nov 12 2007 | |||
ac93d33276f3 | Tibor Simko | Updated citation ranking test now that the ordering works. | Nov 12 2007 | |||
87ccb0174382 | Marko Niinimaki | changed citation ranking retlist from descending to ascending, test case… | Nov 12 2007 | |||
9c1c8e488008 | Tibor Simko | Added tests for ranking by word similarity. Improved test for ranking by the… | Nov 12 2007 | |||
80f7064af34c | Tibor Simko | Invenionized and expanded citation ranking tests. Also, removed trailing… | Nov 12 2007 | |||
bc6ab3a2e60d | Marko Niinimaki | added a basic citation test | Nov 9 2007 | |||
dd06253125b4 | Marko Niinimaki | changed the order of lines in voutput (typo) | Nov 9 2007 | |||
fd1c3454325e | Tibor Simko | Fixed potentially dangerous SQL INSERT statement. Updated SQL cosmetics. | Nov 9 2007 | |||
c1e6854f5c6f | Marko Niinimaki | added debugging in case verbose > 0 | Nov 9 2007 | |||
8a80e1c4c00c | Tibor Simko | Replaced escape_string() calls. | Nov 8 2007 | |||
601a78888de8 | Tibor Simko | Removed escape_string() import. | Nov 8 2007 | |||
984ec3d38a18 | Tibor Simko | Removed unused get_compressed_dictionary(). Removed escape_string() calls. | Nov 8 2007 | |||
f5514a48683d | Tibor Simko | Replaced escape_string() calls. | Nov 8 2007 | |||
1115e53b3879 | Tibor Simko | Get rid of dbquery's escape_string() and cStringIO factory, escaping SQL… | Nov 6 2007 | |||
d45a89fe11b2 | Tibor Simko | Fixed comparison to None. (Use "is", not "==".) | Nov 6 2007 | |||
e72ca5f81610 | Tibor Simko | Fixed truncation of 50+ bytes long index terms, respecting strictly UTF-8… | Nov 6 2007 | |||
24257abca09e | Marko Niinimaki | fixed a database quoting bug. added a failover 00-date in case real date is not… | Nov 2 2007 | |||
c4e51dacbc78 | Marko Niinimaki | added a 00 date for ranking method in case the real date is not found | Nov 2 2007 | |||
b43e5fe68269 | Marko Niinimaki | removed incorrect comment. better style formatting | Nov 2 2007 | |||
3ceb85194821 | Marko Niinimaki | fixed a problem in sorting the records that have citations (in citation ranking) | Nov 2 2007 | |||
558a0127f0a4 | Marko Niinimaki | fixed an insert so that the compressed vector is written to the db with correct… | Nov 2 2007 | |||
0bd455263711 | Marko Niinimaki | in find_citations: fixed functionality. Previously the function was called… | Nov 1 2007 | |||
8da9ac84347e | Marko Niinimaki | ranking by citation is now functional | Oct 31 2007 | |||
4897ebdf6bec | Marko Niinimaki | citation indexer and searcher | Oct 29 2007 | |||
a9059dee7e2a | Marko Niinimaki | rank by citation | Oct 26 2007 | |||
9f2fa2cebc02 | Marko Niinimaki | added citation import | Oct 22 2007 | |||
fec6717b026e | Tibor Simko | Fixed </br> typo and removed trailing whitespace. | Sep 21 2007 | |||
610dd098425b | Samuele Kaplun | Intbitset: Renamed universe to trailing_bits, some docstrings cosmetics, some… | Aug 10 2007 | |||
53a96fd8f9bb | Samuele Kaplun | Removed not needed anymore config parameter CFG_MAX_RECID. | Aug 10 2007 | |||
cfdd1ea34eed | Samuele Kaplun | New intbitset with universe support. | Aug 9 2007 | |||
602cc38d3271 | Samuele Kaplun | Correctly supporting -V flag in bibtasks. | Aug 7 2007 | |||
15dbcb59defa | Samuele Kaplun | Cleaned bibrankgkb code and removed last dependency on Numeric. | Aug 6 2007 | |||
7a3572e4228f | Samuele Kaplun | Friday commit: removed dependency to Numeric. Migrated HitSet & Co. to… | Aug 3 2007 | |||
bb38c9121a8b | Tibor Simko | Fixed run_sql() argument escaping for queries with runtime-determined table… | Aug 2 2007 | |||
65057a59d784 | Samuele Kaplun | Cleaned tabbing and fixed a typo bug introduced previously. | Jul 13 2007 | |||
10ebb663efaf | Samuele Kaplun | Converted bibrank to new Bibtask code, and cleaned the code here and there. | Jun 20 2007 | |||
63134fa27f3e | Jerome Caffaro | Changed POST to post in HTML form to be more XHTML valid. | Jun 12 2007 | |||
9657e2ace771 | Samuele Kaplun | Moved from the obsolete sre module to re. | May 22 2007 | |||
ceaf067fa2cd | Samuele Kaplun | Many changes, including: * Implementation of a firewall like role definition… | May 15 2007 | |||
23e885bd5943 | Tibor Simko | Adapted to the new Porter stemmer. Also, deleted trailing spaces. | May 15 2007 | |||
f5dd8d538885 | Tibor Simko | Handle UnicodeEncodeError related problems when printing messages in… | Mar 27 2007 | |||
08d52b9cd09a | Tibor Simko | Fixed range redefinition problems, thanks to Mike Marino. | Mar 27 2007 | |||
2b5f7679ffc4 | Tibor Simko | Immunized is_method_valid() from collection existence problems. | Mar 15 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
fc2a6c2a35ee | Diane Berkovits | Bug fixes: bibrank_grapher.py: / missing in the image path… | Dec 11 2006 | |||
3e484a9bd2a5 | Tibor Simko | Fixed bad indentation. Added spaces around functions. | Dec 6 2006 | |||
385083617dff | Tibor Simko | Fixed bad indentation. Put spaces around functions. | Dec 6 2006 | |||
2218e5ef55e1 | Tibor Simko | Fixed bad indentation. | Dec 6 2006 | |||
8e7fb32e3762 | Tibor Simko | Fixed free variable problems (get_date). | Dec 4 2006 | |||
c3b63e5b3790 | Tibor Simko | Fixed free variable problem (post_calculate_record_relevance). | Dec 4 2006 | |||
f8a34df92759 | Tibor Simko | Fixed free variable problem (write_messag). | Dec 4 2006 | |||
e7e9dc2ccb39 | Tibor Simko | Fixed free variable problems (extra). | Dec 1 2006 | |||
b0f966f5c807 | Jerome Caffaro | Use of parse_tag function of bibformat_utils instead of bibformat_engine | Nov 3 2006 | |||
836c5d4fa98f | Tibor Simko | Fixed bug in the calculation of reading similarity lists, caused by false SQL… | Oct 10 2006 |
c4science · Help