Commit Graph

6761 Commits

Author SHA1 Message Date
Mark H. Wood
556352f105 Merge pull request #163 from mwoodiupui/DS-1083
[DS-1083] Create new users from the command line
[DS-1567] Stream multiple commands into one invocation of bin/dspace
2013-05-30 06:54:17 -07:00
Mark H. Wood
591b6c9072 Manually re-merge UTF-8 changes lost in rebase.
See c4c493c4cf.
See 802cce856f.
2013-05-28 06:38:43 -04:00
Mark H. Wood
6c89fb1ac0 Reintroduce factored-out methods as @deprecated wrappers, so we don't
break third-party code.

These should *not* be mirrored in ConfigurationService.
2013-05-28 05:55:12 -04:00
Mark H. Wood
e0d803cc2d getConfigurationFile cannot return null anymore. 2013-05-28 05:55:12 -04:00
Mark H. Wood
e930def354 Clean up comments and unused imports. 2013-05-28 05:55:12 -04:00
Mark H. Wood
02e718b694 Oops, missing license headers. 2013-05-28 05:55:12 -04:00
Mark H. Wood
ed9149608d [DS-1390] stage 1: move license, email texts, news out of Configuration Manager. 2013-05-28 05:55:12 -04:00
Ivan Masár
268bc7dde8 javadoc for AuthorizeManager 2013-05-25 13:09:21 +02:00
Ivan Masár
12632f67c5 fix Resourcepolicy JavaDoc 2013-05-25 13:09:20 +02:00
Ivan Masár
6746387f35 javadoc for Bitstream 2013-05-25 13:09:20 +02:00
Ivan Masár
2a70ea08c9 comment-only change - fix format of some authors 2013-05-25 13:09:20 +02:00
Ivan Masár
3f9aa46f9e javadoc for the bulkedit package 2013-05-25 13:09:20 +02:00
Ivan Masár
5876dfcbf6 javadoc for the util package 2013-05-25 13:09:20 +02:00
Ivan Masár
6e94a8846c javadoc for SFXFileReader 2013-05-25 13:09:20 +02:00
Mark H. Wood
8a02466391 rebased 2013-05-23 15:24:48 -04:00
Mark H. Wood
4fc9a01614 Stop abusing Spring and do the list merging we'd hoped it would do. 2013-05-23 13:21:02 -04:00
Mark H. Wood
6aaccc5e3b Apply patch extracted from old SVN development tree 2013-05-23 13:21:01 -04:00
Mark H. Wood
20d4668f75 Fix obvious error: store fetched request parameter 2013-05-22 09:41:56 -04:00
Mark H. Wood
b8f6f91bcb Fix badly broken .gitignore, include new scm.properties template.
I fumbled a rebase and hadn't cleaned up properly.  Including recent
changes to .gitignore from others also means that I don't need to
exempt the .properties files in this work anymore.
2013-05-17 15:09:28 -04:00
Mark H. Wood
913577eaf1 Add SCM revision number (= git commit hash) and branch name (but the
build-number plugin doesn't get that from git yet).
2013-05-17 14:31:30 -04:00
Mark H. Wood
d4a4068d28 Test for Discovery/Lucene search 2013-05-17 14:31:30 -04:00
Mark H. Wood
657c441219 Fix .gitignore to not ignore maven.properties 2013-05-17 14:31:30 -04:00
Mark H. Wood
003c86ce4f Add the Version class to report on DSpace's version, build environment, and runtime environment. 2013-05-17 14:27:30 -04:00
KevinVdV
5ac655e61c [DS-1272] Enable Discovery By Default 2013-05-17 13:52:36 +02:00
Hardy Pottinger
e2d38cbcd8 re: #736, fix logic error in handling multiple values in SHIB-SCOPED-AFFILIATION header, also make minor revisions to help messages to correct for suggested syntax and config file location 2013-05-14 17:17:10 -05:00
Hardy Pottinger
bed56b14aa Merge pull request #114 from richardrodgers/readonlyctx
Adds support for read-only contexts that bypass internal DSO cache
2013-05-08 13:17:23 -07:00
helix84
4e3a4154a3 Merge pull request #103 from helix84/DS-1336
[DS-1336] Creative Commons Locale
2013-05-02 04:25:15 -07:00
Pascal-Nicolas Becker
c4c493c4cf Also read license files UTF-8 encoded.
Close Reader an InputStreams after using them.
2013-03-05 17:32:37 +01:00
mah-rob
802cce856f Forcing dspace.cfg and email files to be read in UTF-8 2013-03-05 17:31:35 +01:00
Sam Ottenhoff
b68042dac4 DS-1503 use getAttribute first before attempting to check getHeader for
the user value. ShibUseHeaders is not enabled by default in Apache.
2013-02-28 18:45:21 -05:00
Mark H. Wood
24f7e55177 Merge pull request #165 from helix84/DS-1085
[DS-1085] EPerson last_active field is defined but never filled

Tested, appears to work.  No negative reviews after several weeks.
2013-02-14 11:43:21 -08:00
Mark H. Wood
7857c0184f Recreate OptionGroups each time they are used.
It's not obvious from the Commons CLI documentation, but an
OptionGroup stores command state, specifically which of its member
options was given.  This causes mysterious exceptions when you reuse
an OptionGroup.

I suspect that Option objects also contain command state, but haven't
run into trouble with that yet.
2013-02-06 15:09:10 -05:00
Mark H. Wood
c00bcffb99 Add missing license reference, handle blank lines 2013-02-06 15:06:59 -05:00
Mark H. Wood
dfafcf657f Don't call System.exit() in a launcher step; throw something instead.
At least don't use exit() for a normal completion.  That prevents
streaming multiple commands.
2013-02-06 12:45:33 -05:00
Mark H. Wood
3acfcaba2b Email addresses need at-symbol to be a word character when tokenizing 2013-02-06 12:44:04 -05:00
Mark H. Wood
aa419fa5df Context is not valid if there was no understandable verb 2013-02-05 16:09:47 -05:00
KevinVdV
d1759671e6 Merge pull request #177 from KevinVdV/DS-1407
[DS-1407] Refactor SOLR Statistics to use OpenCSV
2013-01-30 00:28:12 -08:00
KevinVdV
ecb14db96b [DS-1449] Fixing related items retrieval 2013-01-24 22:33:17 +01:00
KevinVdV
a1c28957fb [DS-1407] Refactor SOLR Statistics to use OpenCSV 2013-01-24 17:20:34 +01:00
KevinVdV
a5cec688ee [DS-1407] Refactor SOLR Statistics to use OpenCSV 2013-01-24 17:11:50 +01:00
Pascal-Nicolas Becker
974da7dc55 Bugfix: use printStackTrace to print a sack trace. 2013-01-23 16:03:29 +01:00
Ivan Masár
b0117cb67b DS-1459 Testing of dissemination crosswalks 2013-01-22 16:42:32 +01:00
akonczak
ce9ca80080 [DS-1435] fix for empty schema name for oracle db 2013-01-17 22:09:37 +00:00
Mark H. Wood
0d948ae708 [DS-1085] Apply patch (slightly updated) from Jira ticket 2013-01-11 18:05:09 +01:00
Mark H. Wood
853d81d600 Make command reparsing work properly, and general cleanup 2013-01-11 10:15:32 -05:00
Mark H. Wood
318d696943 Used the wrong reference to test command and got an NPE 2013-01-11 10:10:53 -05:00
Mark H. Wood
6f43cfde0f Normalize some naming, implement --modify verb. 2013-01-10 13:58:06 -05:00
Mark H. Wood
5ed660a5f3 Factor that looong 'if' into one function per operation (add etc.) 2013-01-09 14:07:15 -05:00
Mark H. Wood
113f287e14 Give feedback when an EPerson is created or destroyed 2013-01-09 13:26:26 -05:00
Mark H. Wood
61f0a30bd7 Factor runManyCommands() out to a new class, so that 'read' can be an ordinary command 2013-01-09 12:20:14 -05:00