Skip to content

Commit d2a2343

Browse files
committed
Invenio v1.1.0
1 parent eb81f6f commit d2a2343

5 files changed

Lines changed: 449 additions & 63 deletions

File tree

AUTHORS

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,27 @@ The CERN development team currently consists of:
4444
- Jiri Kuncar <jiri.kuncar@cern.ch>
4545
Contributions to the Czech translation.
4646

47+
- Esteban J. G. Gabancho <esteban.jose.garcia.gabancho@cern.ch>
48+
Initial release of WebApiKey, enhancements for WebSubmit.
49+
50+
- Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
51+
Initial release of Invenio Upgrader and jsonutils; patches for
52+
pluginutils,
53+
54+
- Patrick Glauner <patrick.oliver.glauner@cern.ch>
55+
Cleanup of SQL queries for several modules.
56+
57+
- Raquel Jimenez Encinar <raquel.jimenez.encinar@cern.ch>
58+
Errorlib refactoring, improvements to search UI, discussion tab,
59+
merged record redirect, adaptation to new web test framework.
60+
61+
- Vasanth Venkatraman <vasanth.venkatraman@cern.ch>
62+
Improvements to BibUpload version treatment, monotask and
63+
sequence tasks for BibSched.
64+
65+
- Thorsten Schwander <thorsten.schwander@gmail.com>
66+
Improvements to dbdump.
67+
4768
- Jan Aage Lavik <jan.age.lavik@cern.ch>
4869
Improvements to BibMatch with remote matching capabilities,
4970
improvements to plot extractor, improvements to harvesting and
@@ -63,6 +84,15 @@ The CERN development team currently consists of:
6384
- Alessio Deiana <alessio.deiana@cern.ch>
6485
Improvements to data cacher and cite summary.
6586

87+
- Daniel Stanculescu <daniel.stanculescu@cern.ch>
88+
Improvements to Unicode treatment for textutils.
89+
90+
- Sebastian Witowski <sebastian.witowski@cern.ch>
91+
Improvements to multi-record editor.
92+
93+
- Laura Rueda <laura.rueda@cern.ch>
94+
Mechanize compatibility for Invenio Connector.
95+
6696
- Annette Holtkamp <annette.holtkamp@cern.ch>
6797
Updates to `Howto MARC' guide.
6898

@@ -80,6 +110,9 @@ The SLAC development team currently consists of:
80110
- Mike Sullivan <sul@slac.stanford.edu>
81111
Improvements to author pages.
82112

113+
- Eduardo Benavidez <eduardo.benavidez@gmail.com>
114+
Improvements to BibCatalog.
115+
83116
The Harvard-Smithsonian Center for Astrophysics development team
84117
currently consists of:
85118

@@ -95,6 +128,14 @@ currently consists of:
95128
- Roman Chyla <roman.chyla@cern.ch>
96129
WSGI handler accepts UTF-8 strings.
97130

131+
The Cornell development team currently consists of:
132+
133+
- Simeon Warner <simeon.warner@cornell.edu>
134+
Team leader.
135+
136+
- Peter Halliday <phalliday@cornell.edu>
137+
Configurable /record URL name space, improvements to dbquery.
138+
98139
Many former team members (mostly CERN staff and fellows, technical
99140
students, diploma students, summer students) contributed to the
100141
project since 2002. In an approximately decreasing chronological
@@ -110,27 +151,53 @@ order:
110151
to code kwalitee in numerous modules. Improvements to
111152
BibClassify.
112153

154+
- Nikola Yolov <nikola.yolov@cern.ch>
155+
Improvements and refactoring of BibAuthorID, fixes for
156+
WebAuthorProfile.
157+
158+
- Lewis Barnes <lewis.barnes@cern.ch>
159+
Amendments for INSPIRE linking style.
160+
113161
- Olivier Canévet <olivier.canevet@cern.ch>
114162
Fixes for WebComment report abuse facility.
115163

116164
- Belinda Chan <belinda.chan@cern.ch>
117165
User documentation for personal features like alerts and baskets.
118166

167+
- Carmen Alvarez Perez <carmen.alvarez.perez@cern.ch>
168+
Improvements to WebStat.
169+
119170
- Henning Weiler <henning.weiler@cern.ch>
120171
Initial implementation of BibAuthorID module, with Samuele Carli.
121172

122173
- Juan Francisco Pereira Corral <juan.francisco.pereira.corral@cern.ch>
123174
Fix taxonomy regression test, for BibKnowledge.
124175

176+
- Stamen Todorov Peev <stamen.peev@cern.ch>
177+
Enrichment of Dublin Core XSL stylesheet.
178+
125179
- Jan Iwaszkiewicz <jan.iwaszkiewicz@cern.ch>
126180
Full-text snippet feature for full-text search.
127181

182+
- Björn Oltmanns <bjoern.oltmanns@gmail.com>
183+
Initial release of BibEncode, multi-node support for BibSched,
184+
style refactoring for WebComment.
185+
186+
- Christopher Dickinson <christopher.dickinson@cern.ch>
187+
Patch for auto-suggest facility.
188+
128189
- Christopher Hayward <christopher.james.hayward@cern.ch>
129190
Improvements to the reference extraction tool.
130191

131192
- Travis Brooks <travis@slac.stanford.edu>
132193
Support for SPIRES search syntax and other improvements.
133194

195+
- Juliusz Sompolski <julsomp@gmail.com>
196+
Reimplementation of pdf2hocr2pdf.
197+
198+
- Jurga Girdzijauskaite <jurga.gird@gmail.com>
199+
Contributions to the Lithuanian translation.
200+
134201
- Tony Ohls <tony.ohls@cern.ch>
135202
Fixes for regexp treatment in BibConvert.
136203

@@ -230,6 +297,9 @@ order:
230297
- Alberto Pepe <alberto.pepe@cern.ch>
231298
BibClassify, OAIHarvest Admin.
232299

300+
- Øyvind Østlund <oyvind.ostlund@cern.ch>
301+
Sample BibTeX to MARCXML conversion, for BibConvert.
302+
233303
- Nikolay Dyankov <ndyankov@gmail.com>
234304
XML-based BFX formatting engine, for BibFormat.
235305

INSTALL

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ About
55
=====
66

77
This document specifies how to build, customize, and install Invenio
8-
v1.0.2 for the first time. See RELEASE-NOTES if you are upgrading
8+
v1.1.0 for the first time. See RELEASE-NOTES if you are upgrading
99
from a previous Invenio release.
1010

1111
Contents
@@ -278,13 +278,13 @@ Contents
278278
----------------
279279

280280
$ cd $HOME/src/
281-
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz
282-
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.md5
283-
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.sig
284-
$ md5sum -c invenio-1.0.2.tar.gz.md5
285-
$ gpg --verify invenio-1.0.2.tar.gz.sig invenio-1.0.2.tar.gz
286-
$ tar xvfz invenio-1.0.2.tar.gz
287-
$ cd invenio-1.0.2
281+
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz
282+
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz.md5
283+
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz.sig
284+
$ md5sum -c invenio-1.1.0.tar.gz.md5
285+
$ gpg --verify invenio-1.1.0.tar.gz.sig invenio-1.1.0.tar.gz
286+
$ tar xvfz invenio-1.1.0.tar.gz
287+
$ cd invenio-1.1.0
288288
$ ./configure
289289
$ make
290290
$ make install
@@ -329,19 +329,19 @@ Contents
329329
sources. (The built files will be installed into different
330330
"target" directories later.)
331331

332-
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz
333-
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.md5
334-
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.sig
332+
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz
333+
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz.md5
334+
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz.sig
335335

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

340-
$ md5sum -c invenio-1.0.2.tar.gz.md5
340+
$ md5sum -c invenio-1.1.0.tar.gz.md5
341341

342342
Verify MD5 checksum.
343343

344-
$ gpg --verify invenio-1.0.2.tar.gz.sig invenio-1.0.2.tar.gz
344+
$ gpg --verify invenio-1.1.0.tar.gz.sig invenio-1.1.0.tar.gz
345345

346346
Verify GnuPG cryptographic signature. Note that you may
347347
first have to import my public key into your keyring, if you
@@ -353,11 +353,11 @@ Contents
353353
warning that may follow after the signature has been
354354
successfully verified.
355355

356-
$ tar xvfz invenio-1.0.2.tar.gz
356+
$ tar xvfz invenio-1.1.0.tar.gz
357357

358358
Untar the distribution tarball.
359359

360-
$ cd invenio-1.0.2
360+
$ cd invenio-1.1.0
361361

362362
Go to the source directory.
363363

NEWS

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,182 @@ releases. For more information about the current release, please
66
consult RELEASE-NOTES. For more information about changes, please
77
consult ChangeLog.
88

9+
Invenio v1.1.0 -- released 2012-10-21
10+
-------------------------------------
11+
12+
*) BatchUploader: RESTful interface, runtime checks, TextMARC input,
13+
job priority selection
14+
15+
*) BibAuthorID: new automatic author disambiguation and paper
16+
claiming facility
17+
18+
*) BibCatalog: storage of ticket requestor, default RT user
19+
20+
*) BibCirculation: security fixes
21+
22+
*) BibClassify: UI improvements and refactoring
23+
24+
*) BibConvert: new BibTeX-to-MARCXML conversion, new oaidmf2marcxml
25+
conversion, fixes for WORDS
26+
27+
*) BibDocFile: new filesystem cache for faster statistics, caseless
28+
authorisation, disable HTTP range requests, improve file format
29+
policies, and more
30+
31+
*) BibEdit: new options related to preview and printing, reference
32+
curation, autocompletion, record and field template manager,
33+
editing fields and subfields, per-collection authorisations, use
34+
of knowledge bases, and more
35+
36+
*) BibEditMulti: new actions with conditions on fields, partial
37+
matching for subfields, faster preview generation, and more
38+
39+
*) BibEncode: new audio and video media file processing tool, new
40+
Video demo collection
41+
42+
*) BibFormat: new full-text snippet display facility, new
43+
configuration for I18N caching, updates to EndNote, Excel, Dublin
44+
Core and other formats, updates to formatting elements such as
45+
DOI, author, updates to podcast output, updates to XSLT
46+
processing, and more
47+
48+
*) OAIHarvest: new configurable workflow with reference extraction,
49+
new author list extraction post process, upload priority, OpenAIRE
50+
compliance, better handling of timeouts, and more
51+
52+
*) BibIndex: new full-text indexing via Solr, new support for author
53+
ID indexing, better author tokeniser
54+
55+
*) BibKnowledge: dynamic knowledge bases for record editor, support
56+
for JSON format
57+
58+
*) BibMatch: new matching of restricted collections
59+
60+
*) BibMerge: subfield order in slave record, confirmation pop up,
61+
record selection bug fix
62+
63+
*) BibRank: new index term count ranking method, new support for flot
64+
graphs, updates to citation graphs
65+
66+
*) BibRecord: new possibility to use lxml parser, sanity checks
67+
68+
*) BibSched: new motd-like facility for queue monitor, new
69+
continuable error status for tasks, new tasklet framework, new
70+
multi-node support, new monotask support, new support for task
71+
sequences, improvements to scheduling algorithm
72+
73+
*) BibSort: new in-memory fast sorting tool using configurable
74+
buckets
75+
76+
*) BibUpload: new automatic generation of MARC tag 005, new
77+
`--callback-url' CLI parameter, fixes for appending existing
78+
files, fixes for multiple 001 tags, and more
79+
80+
*) WebAccess: new external person ID support, performance
81+
improvements, robot manager UI improvements, fixes for firerole
82+
handling,
83+
84+
*) WebAlert: new alert description facility, fixes for restricted
85+
collections
86+
87+
*) WebApiKey: new user-signed Web API key facility
88+
89+
*) WebAuthorProfile: new author pages with dynamic box layout
90+
91+
*) WebBasket: add to basket interface improvements, better XML
92+
export, fixes for external records and other improvements
93+
94+
*) WebComment: new collapsible comment support, new permalink to
95+
comments, loss prevention of unsubmitted comments, tidying up HTML
96+
markup of comments, and more
97+
98+
*) WebJournal: new Open Graph markup, more customisable newsletter,
99+
redirect to latest release of specific category, refresh chosen
100+
collections on release, remove unnecessary encoding/decoding,
101+
update weather widget for new APIs, and more
102+
103+
*) WebSearch: new index-time and search-time synonym support, new
104+
Open Graph markup, new Google Scholar friendly metadata in page
105+
header, new limit option for wildcard queries, new support for
106+
access to merged records, new next/previous/back link support, new
107+
`authorcount' indexing and searching, new relative date search
108+
facility, clean OpenSearch support, improved speed, improvements
109+
to SPIRES query syntax support, improvements to self-cite math,
110+
primary collection guessing, other numerous fixes
111+
112+
*) WebSession: new useful guest sessions, reintroduces configurable
113+
IP checking, enforcement of nickname refresh, several other fixes
114+
115+
*) WebStat: new login statistics, new custom query summary, error
116+
analyser, custom event improvements
117+
118+
*) WebStyle: new display restriction flag for restricted records, new
119+
initial right-to-left language support, authenticated user and
120+
HTTPS support, IP check for proxy configurations, layout updates
121+
and fixes for MSIE, and more
122+
123+
*) WebSubmit: new initial support for converting to PDF/X, new
124+
embargo support, better LibreOffice compatibility, better async
125+
file upload, enhancements for Link_Records, support for hiding
126+
HIDDEN files in document manager, configurable initial value for
127+
counter, make use of BibSched task sequences, and more
128+
129+
*) installation: updates to jQuery, CKEditor, unoconv, and other
130+
prerequisites
131+
132+
*) dbdump: new compression support, reworked error handling
133+
134+
*) dbquery: new possibility to query DB slave nodes, new dict-like
135+
output, fix for MySQL 5.5.3 and higher versions
136+
137+
*) errorlib: stack analysis improvements, outline style improvements
138+
for invenio.err
139+
140+
*) htmlutils: improvements to HTML markup removal, HTML tidying
141+
142+
*) I18N: new Arabic and Lithuanian translations, updates to Catalan,
143+
Czech, French, German, Greek, Italian, Russian, Slovak, Spanish
144+
translations
145+
146+
*) intbitset: new performance improvements, new get item support, new
147+
pickle support, several memory leak fixes
148+
149+
*) inveniocfg: new automated Invenio Upgrader tool
150+
151+
*) InvenioConnector: new search with retries, improved search
152+
parameters, improved local site check, use of Invenio user agent
153+
154+
*) jsonutils: new JSON utility library
155+
156+
*) mailutils: possibility to specify Reply-To header, fixes to
157+
multipart
158+
159+
*) plotextractor: better TeX detection, better PDF harvesting from
160+
arXiv, configurable sleep timer
161+
162+
*) pluginutils: new create_enhanced_plugin_builder API, external
163+
plugin loading
164+
165+
*) RefExtract: new daemon operation mode, new DOI recognition, better
166+
author recognition, new author knowledge base
167+
168+
*) remote debugger: new remote debuggng support
169+
170+
*) sequtils: new sequence generator tool
171+
172+
*) solrutils: new support for full-text query dispatching to Solr
173+
174+
*) testutils: new Selenium web test framework
175+
176+
*) textutils: updates to string-to-ascii functions, LaTeX symbols to
177+
Unicode
178+
179+
*) urlutils: fix for redirect_to_url
180+
181+
*) xmlmarclint: fix for error report formatting
182+
183+
*) ... and other numerous smaller fixes and improvements
184+
9185
Invenio v1.0.2 -- released 2012-10-19
10186
-------------------------------------
11187

0 commit comments

Comments
 (0)