Commit Graph

6761 Commits

Author SHA1 Message Date
Keiji Suzuki
791ce57784 Added a new modifier LanguageCondeModifier 2013-11-28 17:28:04 +09:00
Keiji Suzuki
2cce9abc97 Fixed bugs and edited inadequate configs 2013-11-28 17:28:04 +09:00
Jason Sherman
3dbb69d783 Update XPDF2Thumbnail.java
Remove a bit of commented cruft.
2013-11-27 16:19:41 -06:00
Mark H. Wood
420435b536 [DS-1530] Insist on a nonblank email address 2013-11-27 11:46:06 -05:00
Andrea Bollini
d4f87ffeb6 Merge pull request #369 from EKT/DS-1741
[DS-1741] Batch import UI - only the File DataLoaders should appear in the drop down
2013-11-27 02:50:08 -08:00
Andrea Bollini
5d5e5c2131 Merge pull request #394 from zuki/DS-1792
DS-1792 Submitter is not set to the item in BTE
2013-11-27 02:43:50 -08:00
Hardy Pottinger
0e8df4e7ab applying patch from DS-1410, merging with changes from DS-1503/PR-196 2013-11-26 19:43:11 +00:00
Pascal-Nicolas Becker
8c701394ae Bugfix: Changed modifiers in DataCiteConnector.
Set the modifier of some variables and methods from private to
protected. This makes it easier to extend the DataCiteConnector.
2013-11-26 14:17:16 +01:00
Pascal-Nicolas Becker
164dc8e5d3 Bugfix: DataCiteConnector ignored the configured scheme. 2013-11-26 14:15:31 +01:00
Luigi Andrea Pascarelli
6c391256cc Merge pull request #389 from EKT/DS-1780
Fix the bug DS-1780
2013-11-25 15:30:33 -08:00
Mark H. Wood
753d2a4273 Merge pull request #379 from aschweer/DS-1483-citation_pdf_url
DS-1483 Generate citation_pdf_url in more cases
2013-11-25 09:07:38 -08:00
Andrea Bollini
5e58013acf Merge pull request #395 from lap82/DS-1793-DS-1794
[DS-1793][DS-1794] Redesing embargo advanced form
2013-11-25 08:42:16 -08:00
Pascarelli Luigi Andrea
3f1516bfc4 Add message embargo in review section for bitstream 2013-11-25 17:39:51 +01:00
Andrea Bollini
7c63d65272 Merge pull request #400 from DSpace/DS-1774
DS-1774 move hardcoded text to i18n
2013-11-25 08:21:19 -08:00
Pascal-Nicolas Becker
6e2ba1296e Bugfix for DOI support using DataCite.
The DOIIdentifierProvider checked whether a DOI is reserved or
registered at the registration agency already. This should be done by
the DOIConnector if it is necessary at all.
2013-11-25 16:23:27 +01:00
Andrea Bollini
4fafcdfb52 Fix misuse of previous button to avoid file upload when required (noted by lap82) 2013-11-25 14:38:00 +01:00
Pascal-Nicolas Becker
1dbe77b654 Bugfix: Renamed static final int in DOIIdentifierException.
Renamed DOIIdentifierException.REGISTER_FIRST to
DOIIdentifierException.RESERVE_FIRST.
2013-11-25 14:15:21 +01:00
Andrea Bollini
032444e8f0 DS-1676 Impossible to cancel/save or go back in the upload step with upload progress bar enabled 2013-11-25 12:35:45 +01:00
Keiji Suzuki
e029ba2d28 display error screen when no workspace item exists or no workspace item is selected 2013-11-23 23:58:59 +01:00
Andrea Bollini
5b17a6548b DS-1774 move hardcoded text to i18n 2013-11-23 15:37:45 +01:00
Jason Sherman
65e2f00afb Update XPDF2Thumbnail.java
Bringing XPDF thumbnails up to par with the regular JPEG thumbnails.
2013-11-19 10:44:50 -06:00
Pascarelli Luigi Andrea
db1dc85ce9 Add support in review page for access settings 2013-11-16 20:18:21 +01:00
Pascarelli Luigi Andrea
151d7ffeeb Minimal redesing to uniform to the xmlui, add datepicker js on embargo date, limit policy name field to maxlength=30 2013-11-16 16:55:08 +01:00
Keiji Suzuki
19057fcf70 Fixed a bug the submitter is not set to the item in BTE 2013-11-15 11:57:42 +09:00
Mark H. Wood
c2ad18ce4c Merge pull request #391 from helix84/javadoc2
JavaDoc for statistics converter/importers
2013-11-14 07:31:46 -08:00
Ivan Masár
cfc18c57e4 JavaDoc for statistics converter/importers 2013-11-13 23:05:30 +01:00
Ivan Masár
6877ab67a6 fix a bunch of typos 2013-11-13 23:01:50 +01:00
Panagiotis Koutsourakis
db168cd840 Fix the bug DS-1780
The batch import would go into an infinite loop when loading from a
pubmed, arxiv or crossref XML file. This was due to the fact that the
respective data loaders open the file each time getRecords() is called
coupled with the complicated logic of TransformationEngine.

The bug was fixed by checking if offset is greater than zero in
getRecords(DataLoadingSpec) (which is equivalent to the condition that
the file has already been read) and if so the method returns an empty
RecordSet signaling the TransformationEngine that the input has ended.
2013-11-13 17:26:15 +02:00
Mark H. Wood
9566760346 Merge pull request #380 from mwoodiupui/DS-449
[DS-449] Command line utility org.dspace.app.harvest.Harvest -S throws AuthorizeException
2013-11-11 13:17:32 -08:00
Mark H. Wood
ea774c9f3d Merge pull request #385 from mwoodiupui/DS-1751
[DS-1751] Request a copy of the document page has 'Mensaje:' (should be message?)
2013-11-11 13:14:10 -08:00
Mark H. Wood
d750c8a320 [DS-1751] Small adjustments of punctuation and word order. 2013-11-08 14:43:01 -05:00
Andrea Bollini
229c3e376a Use a more appropriate sample DOI 2013-11-08 09:58:13 +01:00
Andrea Bollini
e900b914a7 DS-1755 Fix no collections selected message, reordering accordion in a more friendly way, minor UI tweeks 2013-11-08 09:31:53 +01:00
Mark H. Wood
f56f47bba2 [DS-1751] Some edited English message texts 2013-11-07 14:41:19 -05:00
Andrea Bollini
ef86938fc3 Merge branch 'DS-1755' of https://github.com/zuki/DSpace into DS-1755 2013-11-07 15:43:42 +01:00
Keiji Suzuki
6eb00f4286 fixed DS-1755 2013-11-07 11:45:02 +09:00
Andrea Schweer
4e75c809c3 DS-1483 Generate citation_pdf_url in more cases
Google Scholar uses the citation_pdf_url header tag on item pages to determine
which of an item's bitstreams to link to (if any). Standard DSpace behaviour is
to include this link only if the item has exactly one bitstream in the ORIGINAL
bundle and if this item is of type application/pdf. The desired behaviour for
the LCoNZ IRRs is this:
 - if the item has only one bitstream in the ORIGINAL bundle, link to this one
 - if the item has a primary bitstream in the ORIGINAL bundle, link to this one
   (regardless of how many bitstreams there are in total in the ORIGINAL bundle).
Additionally, the bitstream link should only appear when the bitstream selected
according to the rules above is publicly visible.
The mimetype of the bitstream is not taken into account, as per Google Scholar
feedback that this is no longer as important to them.
2013-11-07 08:17:04 +13:00
Mark H. Wood
a343a86a47 Squash a deprecation warning 2013-11-06 11:37:58 -05:00
Mark H. Wood
1fcd660d05 [DS-449] Read harvester.eperson from the correct configuration, and use it 2013-11-06 10:42:35 -05:00
Mark H. Wood
bf65050fc0 Clean up whitespace so I can read the code 2013-11-06 10:32:51 -05:00
Andrea Schweer
6f0c9b518f Time calculations when parsing log files 2013-11-06 10:56:35 +13:00
Andrea Schweer
66414dda73 DS-1754 Use canonical not absolute path
Using the canonical path when determining the location of the undo information
leads to consistent behaviour when using "." as the source vs using eg an
absolute path. This also adds the name of the directory to the error message in
case the directory cannot be created, to help with troubleshooting.
2013-11-05 14:14:35 +13:00
Mark H. Wood
4a9fe6f8a4 [maven-release-plugin] prepare for next development iteration 2013-11-01 14:58:34 -04:00
Mark H. Wood
4745985383 [maven-release-plugin] prepare release dspace-4.0-rc1 2013-11-01 14:58:17 -04:00
Tim Donohue
405cf2104c DS-1745 : Backwards compatibility for Initial Questions. If item is "unpublished" and no issued date, set it to today's date. 2013-10-31 17:50:38 +00:00
Tim Donohue
0e4b0f39e2 DS-1745 : Change logic in InstallItem so that dc.date.issued MUST be specified to be set. Add an option to set dc.date.issued="today" to auto-apply today's date. Also add unit tests for new logic 2013-10-31 17:49:56 +00:00
Kostas Stamatis
e6e2123604 Merge branch 'master' into dspace-rest-fixes 2013-10-31 08:40:46 +02:00
Andrea Bollini
32de6ff835 Merge pull request #361 from DSpace/final-tweaks-jspui4
Final tweaks jspui4
2013-10-30 15:47:56 -07:00
Andrea Bollini
2b5145c888 Merge pull request #360 from DSpace/private-items
DS-1711 DS-1712 DS-1466 Implement consistent definition of Private items
2013-10-30 14:38:57 -07:00
Kostas Stamatis
e023da2f26 batch import UI - display only applicable data loaders 2013-10-30 15:31:00 +02:00