Commit Graph

6761 Commits

Author SHA1 Message Date
Mark H. Wood
6bd7a1d6af Add 'read' command to execute a file of commands. 2013-01-09 10:31:31 -05:00
Mark H. Wood
0bafa3a159 [DS-1083] Command line tool for manipulating EPersons 2013-01-07 14:50:44 -05:00
helix84
576316079b Merge pull request #156 from akonczak/master
DS-1425 - OAI - ORACLE DB
2012-12-17 11:31:03 -08:00
helix84
9dfdb000b0 Merge pull request #155 from tuub/master
Fixes DS-1424
2012-12-14 05:20:36 -08:00
KevinVdV
5f3ae013eb Merge pull request #158 from aschweer/browse-sort-options
DS-1427 Keep sort options in order
2012-12-13 22:05:08 -08:00
Andrea Schweer
9e08472fd5 DS-1427 Keep sort options in order 2012-12-14 12:04:02 +13:00
Andrea Schweer
7b2624c112 DS-1426 Improve SolrLogger performance
Apply the patch to the right file for master
Fix whitespace issues
2012-12-14 09:46:32 +13:00
akonczak
c2d4c50f9a DS-1425 - OAI improved support for Oracle DB 2012-12-13 18:05:35 +00:00
Pascal-Nicolas Becker
3a8ac91631 Declare method register(Context,DspaceObject, String) of
org.dspace.identifier.IdentifierProvider to throw an
IdentifierException. Fixes DS-1424.
2012-12-13 14:39:07 +01:00
Jason Sherman
4e2142d0d2 Update dspace-api/src/main/java/org/dspace/app/mediafilter/BrandedPreviewJPEGFilter.java
fixed a variable name typo.  it didn't hurt functionality, just consistency.
2012-12-07 12:45:19 -06:00
Lyncode
deaa912605 Authoring 2012-12-07 16:17:55 +00:00
jsnshrmn
f10e327d84 Update dspace-api/src/main/java/org/dspace/app/mediafilter/JPEGFilter.java
Adds high quality scaling and blurring options for thumbnails.  Boolean options thumbnail.blurring and thumbnail.hqscaling need to be added to dspace.cfg for behavior to change.
2012-12-07 08:30:17 -06:00
jsnshrmn
dd8c7f02d2 Update dspace-api/src/main/java/org/dspace/app/mediafilter/BrandedPreviewJPEGFilter.java
Adds high quality scaling and blurring options for branded previews.  Boolean options webui.preview.blurring and webui.preview.hqscaling need to be added to dspace.cfg for behavior to change.
2012-12-07 08:23:46 -06:00
Tomas Cohen Arazi
c1ba9369d6 DS-1336 - Introduce a property for defining CC locale
This patch introduces a new property into dspace.cfg: cc.license.locale
and uses it.

Sponsored-by: Universidad Nacional de Córdoba
2012-12-05 16:55:20 +01:00
Tomas Cohen Arazi
c6c532142d DS-1336 - Honour CC 1.5 API
There's no mention on the currently used by DSpace API (v1.5) (or the dev one) to the /classes call:

http://api.creativecommons.org/docs/readme_15.html#locale-xx
http://api.creativecommons.org/docs/readme_dev.html#locale-xx

Looks like they belong to some legacy support.

Sponsored-by: Universidad Nacional de Córdoba
2012-12-05 16:55:16 +01:00
Juan Corrales Correyero
ba003132bd [DS-1336] Creative Commons Locale 2012-12-05 16:54:29 +01:00
Mark H. Wood
5ab2ef106d Update DSpace module versions (and adjust a little whitespace) 2012-12-03 15:30:58 -05:00
Ivan Masár
3bfe6b471a typo fixes and comment changes in dspace.cfg 2012-12-03 09:38:35 +01:00
Hardy Pottinger
5221f92ce4 [maven-release-plugin] prepare for next development iteration 2012-11-30 11:12:42 -06:00
Hardy Pottinger
b05e67a50d [maven-release-plugin] prepare release dspace-3.0 2012-11-30 11:12:31 -06:00
Mark H. Wood
32cc6002d2 Merge pull request #125 from mwoodiupui/javadoc
Javadoc cleanup (get rid of scads of WARNINGs)
2012-11-28 12:48:10 -08:00
Mark H. Wood
b53314d62f Merge remote-tracking branch 'origin/master' into javadoc 2012-11-28 10:32:46 -05:00
Robin Taylor
1bb933b414 Merge pull request #139 from atmire/DS-1345
Ds 1345,DS-1346 Bugfix for the fact that all versions where searchable/browsable
2012-11-26 01:37:31 -08:00
helix84
3749a2ad64 Merge pull request #141 from atmire/DS-1395
[DS-1395] Hit highlighting not operational
2012-11-22 05:01:21 -08:00
Robin Taylor
4eaba3ffb2 Merge pull request #138 from atmire/DS-1333
[DS-1333] Versioning an Item causes some metadata values to be lost
2012-11-21 12:18:59 -08:00
helix84
ce99dfad3f Merge pull request #131 from atmire/DS-1363
[DS-1363] Unable to create new version when previous version was deleted in workspace
2012-11-21 12:11:13 -08:00
KevinVdV
7eeb042a36 [DS-1395] Hit highlighting not operational 2012-11-21 11:40:46 +01:00
KevinVdV
6bdb98f5d7 [DS-1345, DS-1346] Item Level Versioning, all versions are searchable & recent submission list in collections shows all the versions (removed unused import) 2012-11-21 10:54:03 +01:00
KevinVdV
d9df145a4e [DS-1345, DS-1346] Item Level Versioning, all versions are searchable & recent submission list in collections shows all the versions 2012-11-21 10:51:39 +01:00
Robin Taylor
a2a8dffd44 Merge pull request #132 from tdonohue/DS-1392
DS-1392 fix: Add a new "root.basedir" property to every POM.
2012-11-20 01:09:07 -08:00
Hardy Pottinger
a300ea755c DS-1174: added e.printStackTrace to exception handling in itemUpdate.java 2012-11-19 14:33:52 -06:00
Tim Donohue
e98a1fdea6 Add a new "root.basedir" property to every POM. This property always specifies the relative path to the root [dspace-src] directory. It is used to reference the path to the LICENSE_HEADER & build.properties file from each submodule. 2012-11-16 15:59:49 -06:00
KevinVdV
9961c0a990 [DS-1363] Unable to create new version when previous version was deleted in workspace 2012-11-16 13:59:57 +01:00
Tim Donohue
6e6e26b442 Merge pull request #126 from robintaylor/DS-1365
DS 1365 - Reinstate runtime filtering of dspace.dir to allow developers to specify dspace.dir during build
2012-11-15 08:33:59 -08:00
KevinVdV
77393e42e2 [DS-1291] Statistics no longer working. 2012-11-08 14:48:17 +01:00
robintaylor
cbf7cab08f Fix so that the testing framework also uses the new property dspace.install.dir 2012-11-08 09:26:56 +00:00
helix84
459d0d1068 Merge pull request #122 from helix84/DS-1364
DS-1364 checker-emailer ignores advanced mail configuration
2012-11-06 05:44:38 -08:00
Mark H. Wood
96a577dbfd Undo overzealous reindentation.
I went overboard while trying to make things more readable.  That can
wait for another time.  Some minor rewrapping, punctuation, etc. of
comments stands.
2012-11-05 15:26:24 -05:00
Mark H. Wood
255288a367 Clean up dspace-api doc comment warnings 2012-11-02 16:08:00 -04:00
Hardy Pottinger
5f30ed24d0 [maven-release-plugin] prepare for next development iteration 2012-11-02 10:33:27 -05:00
Hardy Pottinger
e4332de1ab [maven-release-plugin] prepare release dspace-3.0-rc3 2012-11-02 10:33:18 -05:00
Ariel J. Lira
3aa695cadc DS-1364 checker-emailer ignores advanced mail configuration 2012-11-01 14:45:54 +01:00
Lyncode
d269a30a15 Line endings normalization (rebased) 2012-11-01 01:07:36 +00:00
Ivan Masár
b10be85130 fix build failure introduced by pull #111 2012-11-01 00:03:56 +01:00
Mark Diggory
aa62323e64 Merge pull request #118 from atmire/DS-1246
[DS-1246] Discovery indexer indexes collection license field.
2012-10-31 14:53:34 -07:00
KevinVdV
adf05dd7dd Merge pull request #111 from atmire/DS-1248
[DS-1248] Remove unused SolrLogger code for unsupported "metadata.item." settings
2012-10-31 14:35:08 -07:00
Tim Donohue
deac1b0a8a Merge pull request #109 from atmire/DS-851
[DS-851] When a "qualdrop_value" is set to "required", submit form always fails
2012-10-31 14:20:28 -07:00
KevinVdV
36554dc9a6 [DS-1246] Discovery indexer indexes collection license field.
Added configuration for community/collection/item metadata, by default the license field will not be indexed for communities and collections.
2012-10-30 12:56:12 +01:00
Richard Rodgers
4a42776bc8 Adds support for read-only contexts that bypass internal DSO cache 2012-10-25 14:59:15 -04:00
KevinVdV
1159f332d2 [DS-1248] Remove unused SolrLogger code for unsupported "metadata.item." settings 2012-10-25 10:40:28 +02:00