Skip to content

Commit

Permalink
Invenio v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Feb 29, 2012
1 parent 62e98a5 commit d2f103f
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 151 deletions.
69 changes: 39 additions & 30 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ comprising institutes such as CERN, CfA, DESY, EPFL, FNAL, SLAC.
The CERN development team currently consists of:

- Jean-Yves Le Meur <[email protected]>
Team leader.
CERN Digital Library Services team leader.

- Tibor Simko <[email protected]>
Head Developer. General system architecture, release management.
CERN Digital Library Technology team leader. Head Developer of
Invenio. General system architecture, release management.
WebSearch, BibIndex, BibSched, WebStat, WebStyle, WebSession,
WebHelp, and more.

Expand All @@ -37,36 +38,25 @@ The CERN development team currently consists of:
- Belinda Chan <[email protected]>
User documentation for personal features like alerts and baskets.

- Marko Niinimaki <[email protected]>
Contributions to the BibRank citation module and WebSearch
summary output formats. Initial implementation of BibCatalog and
BibKnowledge.

- Piotr Praczyk <[email protected]>
OAI harvesting from arXiv. Test harvesting interface, for
BibHarvest. Record comparison library functions, for BibRecord.
Numerous improvements to BibEdit, e.g. holding pen, copy/paste,
undo/redo.

- Christopher Hayward <[email protected]>
Improvements to the reference extraction tool.

- Jaime Garcia Llopis <[email protected]>
Improvements to the BibCirculation module.

- Flavio Costa <[email protected]>
Contributions to the Italian translation.

- Jiri Kuncar <[email protected]>
Contributions to the Czech translation.

- Jan Aage Lavik <[email protected]>
Improvements to BibMatch with remote matching capabilities,
improvements to plot extractor, improvements to harvesting and
other small fixes.

- Jan Iwaszkiewicz <[email protected]>
Full-text snippet feature for full-text search.

- Jocelyne Jerdelet <[email protected]>
Updates to `Howto MARC' guide.

- Juan Francisco Pereira Corral <[email protected]>
Fix taxonomy regression test, for BibKnowledge.
- Piotr Praczyk <[email protected]>
OAI harvesting from arXiv. Test harvesting interface, for
BibHarvest. Record comparison library functions, for BibRecord.
Numerous improvements to BibEdit, e.g. holding pen, copy/paste,
undo/redo.

- Roman Chyla <[email protected]>
WSGI handler accepts UTF-8 strings.
Expand All @@ -75,8 +65,11 @@ The CERN development team currently consists of:
Fixes for basket export facility and adding external items to
baskets.

- Tony Ohls <[email protected]>
Fixes for regexp treatment in BibConvert.
- Annette Holtkamp <[email protected]>
Updates to `Howto MARC' guide.

- Jocelyne Jerdelet <[email protected]>
Updates to `Howto MARC' guide.

The EPFL development team currently consists of:

Expand All @@ -86,10 +79,6 @@ The EPFL development team currently consists of:

The SLAC development team currently consists of:

- Travis Brooks <[email protected]>
Team leader. Support for SPIRES search syntax and other
improvements.

- Joe Blaylock <[email protected]>
Rewrite of SPIRES query syntax parser, support for nested
parenthesis for WebSearch, fuzzy author name tokenizer,
Expand Down Expand Up @@ -120,6 +109,26 @@ students, diploma students, summer students) contributed to the
project since 2002. In an approximately decreasing chronological
order:

- Juan Francisco Pereira Corral <[email protected]>
Fix taxonomy regression test, for BibKnowledge.

- Jan Iwaszkiewicz <[email protected]>
Full-text snippet feature for full-text search.

- Christopher Hayward <[email protected]>
Improvements to the reference extraction tool.

- Travis Brooks <[email protected]>
Support for SPIRES search syntax and other improvements.

- Tony Ohls <[email protected]>
Fixes for regexp treatment in BibConvert.

- Marko Niinimaki <[email protected]>
Contributions to the BibRank citation module and WebSearch
summary output formats. Initial implementation of BibCatalog and
BibKnowledge.

- Mathieu Barras <[email protected]>
Initial implementation of SWORD client application.

Expand Down
30 changes: 15 additions & 15 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ About
=====

This document specifies how to build, customize, and install Invenio
v1.0.0-rc0 for the first time. See RELEASE-NOTES if you are upgrading
v1.0.0 for the first time. See RELEASE-NOTES if you are upgrading
from a previous Invenio release.

Contents
Expand Down Expand Up @@ -216,13 +216,13 @@ Contents
----------------

$ cd $HOME/src/
$ wget http://invenio-software.org/download/invenio-1.0.0-rc0.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.0-rc0.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.0-rc0.tar.gz.sig
$ md5sum -v -c invenio-1.0.0-rc0.tar.gz.md5
$ gpg --verify invenio-1.0.0-rc0.tar.gz.sig invenio-1.0.0-rc0.tar.gz
$ tar xvfz invenio-1.0.0-rc0.tar.gz
$ cd invenio-1.0.0-rc0
$ wget http://invenio-software.org/download/invenio-1.0.0.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.0.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.0.tar.gz.sig
$ md5sum -v -c invenio-1.0.0.tar.gz.md5
$ gpg --verify invenio-1.0.0.tar.gz.sig invenio-1.0.0.tar.gz
$ tar xvfz invenio-1.0.0.tar.gz
$ cd invenio-1.0.0
$ ./configure
$ make
$ make install
Expand Down Expand Up @@ -265,19 +265,19 @@ Contents
sources. (The built files will be installed into different
"target" directories later.)

$ wget http://invenio-software.org/download/invenio-1.0.0-rc0.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.0-rc0.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.0-rc0.tar.gz.sig
$ wget http://invenio-software.org/download/invenio-1.0.0.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.0.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.0.tar.gz.sig

Fetch Invenio source tarball from the distribution server,
together with MD5 checksum and GnuPG cryptographic signature
files useful for verifying the integrity of the tarball.

$ md5sum -v -c invenio-1.0.0-rc0.tar.gz.md5
$ md5sum -v -c invenio-1.0.0.tar.gz.md5

Verify MD5 checksum.

$ gpg --verify invenio-1.0.0-rc0.tar.gz.sig invenio-1.0.0-rc0.tar.gz
$ gpg --verify invenio-1.0.0.tar.gz.sig invenio-1.0.0.tar.gz

Verify GnuPG cryptographic signature. Note that you may
first have to import my public key into your keyring, if you
Expand All @@ -289,11 +289,11 @@ Contents
warning that may follow after the signature has been
successfully verified.

$ tar xvfz invenio-1.0.0-rc0.tar.gz
$ tar xvfz invenio-1.0.0.tar.gz

Untar the distribution tarball.

$ cd invenio-1.0.0-rc0
$ cd invenio-1.0.0

Go to the source directory.

Expand Down
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -511,4 +511,7 @@ update-v0.99.5-tables: # from v0.99.5 to v1.0.0-rc0
echo -e 'from invenio.access_control_firerole import repair_role_definitions;\
repair_role_definitions()' | $(PYTHON)

update-v1.0.0-rc0-tables: # from v1.0.0-rc0 to v1.0.0
@echo "Nothing to do; table structure did not change between v1.0.0-rc0 and v1.0.0."

CLEANFILES = *~ *.pyc *.tmp
123 changes: 122 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,127 @@ releases. For more information about the current release, please
consult RELEASE-NOTES. For more information about changes, please
consult ChangeLog.

Invenio v1.0.0 -- released 2012-02-29
-------------------------------------

*) BatchUploader: fix retrieval of recs from extoaiid

*) BibCirculation: fix regexp for dictionary checking; security check
before eval

*) BibConvert: fix UP and DOWN for UTF-8 strings

*) bibdocfile: add missing normalize_format() calls;
check_bibdoc_authorization caseless; fix append WRT
description/restriction; fix cli_set_batch function; fix
documentation WRT --with-version; fix handling of embargo firerole
rule; fix parsing of complex subformats

*) BibEdit: fix crash in Ajax request; fix undefined dictionary key

*) BibFormat: better escape BFE in admin test UI; do not exit if no
XSLT processor found; fix regression test; fix URL to ejournal
resolver; fix XSLT formatting of MARCXML snippets; removes 'No
fulltext' message; special handling of INSPIRE-PUBLIC type; use
default namespace in XSL

*) BibHarvest: check for empty resumptionToken; fix MARCXML creation
in OAI updater; optional JSON dependency

*) BibIndex: fix author:Campbell-Wilson word query; fix
double-stemming upon indexing; fix Porter stemmer in multithread;
Greek stemmer improvements

*) BibKnowledge: make XML/XSLT libs optional

*) BibRank: CERN hack to inactivate similarity lists; fix citation
indexer time stamp updating; fix citation indexing of deleted
records; fix citedby/refersto for infinite sets; fix empty
citation data cacher; fix incremental citation indexer leaks; make
numpy optional; minimum x-axis in citation history graphs; run
citation indexer after word indexer

*) BibRecord: fix for record_get_field_instances()

*) BibSched: fix guess_apache_process_user_from_ps; use larger
timouts for launching tasks

*) BibUpload: FFT regression tests not to use CDS

*) htmlutils: fix FCKeditor upload URLs

*) installation: add note about optional hashlib; change table TYPE
to ENGINE in SQL; fix 'install-mathjax-plugin'; fix issue with
FCKeditor; fix 'make install-jquery-plugins'; fix output message
cosmetics; new 'make install-ckeditor-plugin'; re-enable WSGI
pre-loading

*) intbitset: fix never ending loop in __repr__; fix several memory
leaks

*) inveniocfg: fix resetting ranking method names

*) inveniogc: new CLI options check/optimise tables

*) kwalitee: grep-like output and exit status changes; use
`--check-some` as default CLI option

*) mailutils: remove unnecessary 'multipart/related'

*) plotextractor: fix INSPIRE unit test

*) textmarc2xmlmarc: fix handling of BOM

*) urlutils: new Indico request generator helper

*) WebAccess: fix Access policy page; fix FireRole handling integer
uid; fix retrieving emails from firerole

*) WebAlert: fix the display of records in alerts

*) WebBasket: fix missing return statement; fix number of items in
public baskets

*) WebComment: CERN-specific hack for ATLAS comments; fix discussion
display in bfe_comments; fix washing of email to admin; improve
sanity checks

*) WebHelp: HOWTO MARC document update

*) WebJournal: fix seminar widget encoding issue; fix seminar widget
for new Indico APIs; update weather widget for new APIs

*) WebSearch: add refersto:/a b c/ example to guide; CERN-specific
hack for journal sorting; CERN-specific hack for latest additions;
fix case-insensitive collection search; fix CDSIndico external
search; fix collection translation in admin UI; fix
get_fieldvalues() when recid is str; fix
get_index_id_from_field(); fix structured regexp query parsing;
fix symbol name typo in loop checking; parenthesised collection
definitions; remove accent-search warning in guide; remove Report
for INSPIRE author pages; replace CDS Indico by Indico; updates
some output phrases

*) WebSession: fix crash when no admin user exists

*) WebStyle: better service failure message; fix implementation of
req.get_hostname; fluid width of the menu; pre-load citation
dictionaries for web

*) WebSubmit: avoid printing empty doctype section;
check_user_can_view_record in publiline; fix filename bug in
document manager; fix handling of uploaded files; fix
record_search_pattern in DEMOJRN

*) xmlmarclint: 'no valid record detected' error

*) I18N: updates to Catalan, Czech, French, German, Greek, Italian,
Slovak, and Spanish translations

*) Note: for a complete list of new features in Invenio v1.0 release
series over Invenio v0.99 release series, please see:
<http://invenio-software.org/blog/invenio-1.0.0-rc0>

CDS Invenio v0.99.5 -- released 2012-02-21
------------------------------------------

Expand All @@ -16,7 +137,7 @@ CDS Invenio v0.99.5 -- released 2012-02-21
CDS Invenio v0.99.4 -- released 2011-12-19
------------------------------------------

*) fixed double stemming during indexing (BibRank)
*) fixed double stemming during indexing (BibIndex)

*) fixed collection translation in admin UI (WebSearch)

Expand Down
Loading

0 comments on commit d2f103f

Please sign in to comment.