History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
a8f60897168c | Tibor Simko | Do not print collection selection box in case there is only one collection to… | May 15 2008 | |||
adf8234d8768 | Tibor Simko | If there is only one collection defined, do not print its title on the page as… | May 15 2008 | |||
07340cb4b631 | Travis C. Brooks | Replaced <br /> with <div> in moreinfo links in brief html | May 15 2008 | |||
8b1f00951c25 | Jerome Caffaro | Fixed RSS url creation... | May 15 2008 | |||
485bf6bb8a96 | Jerome Caffaro | Correctly build RSS url when there is not argument but 'cc'. | May 15 2008 | |||
5e0c9b070bad | Jerome Caffaro | Do not try to cache URLs too long to be written to a file | May 15 2008 | |||
5fa469aaa420 | Radoslav Ivanov | SPIRES to Invenio syntax author search conversion | May 15 2008 | |||
776d720c9432 | Travis C. Brooks | MOre tests for SPIRES query parser..not currently passing | May 15 2008 | |||
482cce31b290 | Tibor Simko | Altered HTML cite summary output format to reproduce SPIRES's collection… | May 15 2008 | |||
27e80e55198f | Travis C. Brooks | Added Spires To Invenio Converter test cases | May 14 2008 | |||
779a222c9e2a | Samuele Kaplun | Improved choice between hb and hd in openurl handler (based on the number of… | May 14 2008 | |||
89168b928286 | Tibor Simko | Disable checking of the reference tab suitability because bfe_references.py may… | May 14 2008 | |||
22730ba63678 | Samuele Kaplun | Fixed redirections by explicitly specifing CFG_SITE_SECURE_URL when going to… | May 13 2008 | |||
c8ab2c14593c | Tibor Simko | Added CFG_CITESUMMARY_COLLECTIONS configuration. Speeded up the collection… | May 13 2008 | |||
7955e4c37792 | Tibor Simko | Altered "Cited by" links to behave in the Google Scholar style. (Showing… | May 13 2008 | |||
612696d4b885 | Samuele Kaplun | Cleaned a bit redirections and added self to get_institute_pub_dict | May 13 2008 | |||
ff7dd56a6285 | Tibor Simko | Use "collection" (=logical field name) instead of "980" (=physical field MARC… | May 12 2008 | |||
0ce238118cac | Marko Niinimaki | Published column is now a link | May 12 2008 | |||
3ab05adf6e26 | Tibor Simko | Prettified cite summary output: right justified numerical values, added… | May 11 2008 | |||
8b2d698a37bb | Marko Niinimaki | added the forgotten table closing in request | May 11 2008 | |||
8115cf0513a5 | Marko Niinimaki | using req to write citesummary directly | May 9 2008 | |||
c161297b259a | Radoslav Ivanov | Plug SPIRES to Invenio Syntax Translation | May 8 2008 | |||
8a2fc2bd58bf | Tibor Simko | Added more test cases for the special query terms such as U(1). One fancy test… | May 8 2008 | |||
7d60d929b9a2 | Tibor Simko | Added sanity check for search_pattern_parenthesised() in order not to invoke… | May 8 2008 | |||
2784a6859bb0 | Tibor Simko | Refactored search_special_fields() into search_unit_by_times_cited(). Removed… | May 7 2008 | |||
0cc793cf7d57 | Tibor Simko | In the highest verbose mode and the search stage 1, do not print the full list… | May 7 2008 | |||
6d5df0b1f802 | Tibor Simko | Fixed MARC-tag defined code test for tags above 9*. | May 7 2008 | |||
b6cba803e42d | Tibor Simko | Added new conf variable CFG_WEBSEARCH_SPLIT_BY_COLLECTION, making the "split by… | May 7 2008 | |||
7daea8a88002 | Tibor Simko | Fixed parsing of structured queries so that the nonexistent index codes are not… | May 7 2008 | |||
c4b8b92c2b29 | Tibor Simko | Added test cases for parsing structured queries using existing, non-existing… | May 7 2008 | |||
bc510cd2dc44 | Radoslav Ivanov | Add class for translation from SPIRES search syntax to Invenio search syntax. | May 7 2008 | |||
2381413fb9e0 | Jerome Caffaro | Call create_external_collections_box() with language parameter. | May 5 2008 | |||
08e003c6c633 | Tibor Simko | Do not show the "Latest additions" box when CFG_WEBSEARCH_INSTANT_BROWSE is set… | Apr 29 2008 | |||
9480ea62e68e | Jerome Caffaro | Fixed navtrail when displaying search results in of != hb, and when displaying… | Apr 25 2008 | |||
d84541492d9a | Radoslav Ivanov | Fix AND NOT to NOT in parentheses parsing and add some unit tests | Apr 25 2008 | |||
9c621da4a932 | Tibor Simko | Fixed search_pattern_parenthesised() so that it works with restricted… | Apr 25 2008 | |||
4591a3f22ce6 | Tibor Simko | Fixed spelling of the "nested parethneses" output message. Internationalized… | Apr 25 2008 | |||
5bb588e8d902 | Marko Niinimaki | changed the publication tag to 980a as in spires records | Apr 25 2008 | |||
f9bcc339590f | Marko Niinimaki | better formatting for all/published in citesummary | Apr 25 2008 | |||
24703d4e1a73 | Marko Niinimaki | removed duplicated code by using import | Apr 25 2008 | |||
c36db675cb05 | Marko Niinimaki | utils removed since not there yet | Apr 24 2008 | |||
e37f4d6b44f9 | Marko Niinimaki | added routines from search_engine, should be refactored | Apr 24 2008 | |||
671359df55f0 | Radoslav Ivanov | Fix a small bug on parentheses parsing caused by additional tabulation bere… | Apr 24 2008 | |||
5df0367bc53a | Radoslav Ivanov | Implementation of parentheses recognission in search engine | Apr 24 2008 | |||
c0451a911813 | Tibor Simko | Fixed expected results of the U(1) test query. | Apr 23 2008 | |||
830792ce7f2a | Tibor Simko | Initial release of the 'journal' index (no special treatment yet). | Apr 23 2008 | |||
20485784b95b | Samuele Kaplun | Restored 0.92.1 release behaviour of being able to search for e.g. U(1). | Apr 23 2008 | |||
ddc6c58ee5f9 | Tibor Simko | Added test case for querying special terms. Currently, the U(1) test is… | Apr 23 2008 | |||
3977864c2832 | Marko Niinimaki | added links in citation numbers | Apr 18 2008 | |||
f4c82cdb9eda | Marko Niinimaki | allows searching for cited:0 and cited:0->n | Apr 18 2008 | |||
fb1aca5f1aac | Marko Niinimaki | cites: -> cited: | Apr 18 2008 | |||
5610798225bc | Marko Niinimaki | added collection support in citations | Apr 18 2008 | |||
3a998a1e6f2d | Marko Niinimaki | support collections in cited-listings | Apr 18 2008 | |||
717289041d91 | Marko Niinimaki | changed cites: to cited: | Apr 18 2008 | |||
7923e3ec99dd | Marko Niinimaki | fixed the order of citation classes | Apr 17 2008 | |||
d3c50ca2d9f3 | Tibor Simko | Fixed "*** any collection ***" switch on the search results page. Thanks to… | Apr 16 2008 | |||
77052d4fe5ab | Marko Niinimaki | added support for "cites" in citesummary urls | Apr 11 2008 | |||
cc33777248c6 | Marko Niinimaki | added support for "cites" in summary url | Apr 11 2008 | |||
2ce55664b1b1 | Tibor Simko | Removed apparently forgotten raise statement that was breaking output. Fixed… | Apr 10 2008 | |||
f7196d5e42d5 | Tibor Simko | When displaying search results, show only those 'Sort by' fields that were… | Apr 10 2008 | |||
e2f93af7da70 | Marko Niinimaki | adding a criteria into citation_summary_html | Apr 10 2008 | |||
6c1818f8b722 | Marko Niinimaki | disabled "shall we show citation tab" checking since its too slow | Apr 10 2008 | |||
c448f7e4c29a | Tibor Simko | Fixed spacing after 'any' in the search options box (e.g. 'any subject' in the… | Apr 10 2008 | |||
5a8c5042d7dc | Tibor Simko | Minor docstring changes. | Apr 10 2008 | |||
fb57e8f9216f | Tibor Simko | Do not print the search results overview box when more than one collection was… | Apr 8 2008 | |||
7e7caf5ac2a4 | Tibor Simko | Changed citesummary output message. | Apr 8 2008 | |||
a5015604290d | Tibor Simko | Started prettifying the citesummary output format. Added total number of… | Apr 8 2008 | |||
f129311cebf8 | Tibor Simko | Plugged citesummary format into the search engine. The main API of the search… | Apr 8 2008 | |||
1a3d51197931 | Tibor Simko | Added Videos collection to the latest additions hack (CERN only). | Apr 8 2008 | |||
aecc334e639a | Jerome Caffaro | Cleaned space and tabs in --help. | Apr 7 2008 | |||
853c2fd1f888 | Marko Niinimaki | checking for empty list | Apr 4 2008 | |||
9b1cff970dbb | Samuele Kaplun | Deployed task_sleep_if_required to webcoll. | Apr 3 2008 | |||
d587b23fd94f | Tibor Simko | Deleted trailing whitespace. | Apr 1 2008 | |||
211eaa3d0102 | Marko Niinimaki | bug fix in list lenght handling | Mar 31 2008 | |||
e2f82e7c07e9 | Marko Niinimaki | made hard-coded tags constants. | Mar 31 2008 | |||
b73f20f92fa1 | Marko Niinimaki | added a typical value searcher and citer searcher | Mar 31 2008 | |||
a3a9a5d1d985 | Marko Niinimaki | improved style, reverted 'usage' back (had been overwritten by 'statistics') | Mar 31 2008 | |||
c3a854fb54ae | Marko Niinimaki | support for /author | Mar 31 2008 | |||
50059b83f89b | Marko Niinimaki | fixed parameters | Mar 31 2008 | |||
1bdb1638dfad | Marko Niinimaki | minor style improvements | Mar 31 2008 | |||
8bb6cd2e3eed | Marko Niinimaki | added a citation summary template | Mar 31 2008 | |||
2e730c262c3f | Marko Niinimaki | added summarizer | Mar 31 2008 | |||
a1d047b654ff | Marko Niinimaki | citation summary, author summary, pylint fixes | Mar 31 2008 | |||
75102ed5b2e1 | Marko Niinimaki | a module for producing summarize reports | Mar 30 2008 | |||
b00299effbda | Tibor Simko | Moved globally interesting CFG variables from local foo_config.py files into… | Mar 27 2008 | |||
d8135aaaec7b | Samuele Kaplun | Renamed accrestrcoll to viewrestrcoll in analogy with viewrestrdoc. | Mar 26 2008 | |||
c99eaeb08a51 | Tibor Simko | Prettified docstring of the export URL test. | Mar 26 2008 | |||
4bc4c73928de | Tibor Simko | Deleted trailing whitespace in all Python files. | Mar 26 2008 | |||
67226ac65ffd | Tibor Simko | Fixed 175 cases of bad code indentation throughout the codebase. (Please set up… | Mar 25 2008 | |||
118d33b440b8 | Tibor Simko | Updated web tests so that we can test easily remote sites from within local… | Mar 25 2008 | |||
e5cf1e00e21a | Tibor Simko | Adapted Makefiles to the new standard webdoc source directory… | Mar 25 2008 | |||
c1d089273829 | Jerome Caffaro | Catch exception thrown when retrieving available output formats when mysql is… | Mar 25 2008 | |||
4cc36585bc3c | Jerome Caffaro | Added 'hm', 'h' and 't' formats to the list of formats exported through… | Mar 25 2008 | |||
66e8261b1b63 | Tibor Simko | Added tests for search results page record grouping (rg). | Mar 25 2008 | |||
442a5123a9cc | Tibor Simko | Fetch saved user 'rg' preferences only if not overridden via URL. | Mar 25 2008 | |||
710ab050682a | Tibor Simko | Made the sort test more robust by looking in title field only. The original… | Mar 25 2008 | |||
164d10559b08 | Tibor Simko | Initial release of the web test suite infrastructure, to be run via 'inveniocfg… | Mar 23 2008 | |||
2f48120ea82c | Tibor Simko | Standardized WebInterfaceAuthorPages web directory name. | Mar 23 2008 | |||
3d7e61d5dbcb | Tibor Simko | Standardized unit and regression test suite building and running techniques. | Mar 23 2008 | |||
77a585b304b2 | Samuele Kaplun | Fixed regression tests WRT recent changes to ln url parameter. | Mar 20 2008 |
c4science · Help