Split index-all into index-init and index-update. index-init is run to re-initalize after a configuration change while index-update will just update the index for all items. This simplifies upgrading an existing DSpace by having one easy indexing command to run after the upgrade.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2614 9c30dcfa-912a-0410-8fc2-9e0234be79fd
grahamtriggs | 2007-08-01 11:55:51 -0400
Added IBM ICU dependency
First attempt at integrating the configurable browse patch
First attempt at integrating the UI changes for Configurable Browse
Configurable browse patch - web.xml
Java code modifications from Configurable Browse patch
JSP changes from the Configurable Browse patch
Removed browse changes that should have been committed to the browse branch
Documentation, config and scripts for configurable browse
Re-adding Configurable Browse changes following merge
Messages for the configurable browse
Fixed use of DCDate for i18n patch
First attempt to make xmlui compatible with the new BrowseIndex, although not fully use the configuration
First attempt to make xmlui compatible with new Browse API. Browse basically works, but it's more costly than needs be (unnecessary Item.find()), and only works if you use the default Browse configuration.
Fixed problem with second level browse (items for author / subject)
Updates xmlui components to handle BrowseItem DSOs, ArtifactBrowser now passes these directly. r407@libaxis1: grahamtriggs | 2007-08-06 09:14:05 -0400
Minor fixes to make class easier to use
Fix to only display sort by options on a second level browse
Updates the ArtifactBrowser, to replace all browse functionality with entirely customisable browse code
Update the browse index creation on fresh_install
Fixed problem with indexing non-archived items
Added caching support (key generation / validity)
Moved internal class to bottom of file
Browse code changes
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2116 9c30dcfa-912a-0410-8fc2-9e0234be79fd
r2271@libaxis1 (orig r1780): jrutherford | 2007-04-10 09:41:17 -0400
Branching for 1.4.x development.
r2272@libaxis1 (orig r1781): jrutherford | 2007-04-10 12:31:50 -0400
Removed the following patches:
=========
(Andrea Bollini)
- SF Patch #1687815 Search function for select eperson JSPUI
(Richard Jones)
- SF Patch #1659868 Improved database level debugging
- SF Patch #1659901 Import community and collection structure
- SF Patch #1659837 ItemIterator now deals with item ids also
- SF Patch #1659796 Create administrator wtih command line options
- SF Patch #1659841 Add option to clear context object cache
(Stuart Lewis)
- SF Patch #1641678 [dspace]/bin scripts for import and export
- SF Patch #1642336 Restrict domains of self-registered users
- SF Patch #1587225 Google and html sitemap generator
(Monika Mevenkamp)
- SF Patch #1654466 dsprop convenience script
(Dorothea Salo)
- SF Patch #1557948 Link subjects and authors on item pages
r2276@libaxis1 (orig r1785): cjuergen | 2007-04-11 08:09:26 -0400
(James Rutherford)
- SF Patch #1695702 Update SubmitServlet to use default.language instead of "en" for SF bug 1636792 default.language not applied to new submissions
r2277@libaxis1 (orig r1786): cjuergen | 2007-04-11 08:13:24 -0400
updated year in copyright statement
r2280@libaxis1 (orig r1789): mdiggory | 2007-04-11 15:39:28 -0400
(Mark Diggory/Graham Triggs)
- SF Patch 1655583 Fixes issues with FilterMedia, the UI and Index locking, includes
a lucene upgrade to support better management of index locking.
r2281@libaxis1 (orig r1790): jrutherford | 2007-04-12 04:40:31 -0400
Fixed a bug in DSIndexer where there was a Long/long mixup.
r2284@libaxis1 (orig r1793): jrutherford | 2007-04-12 06:36:23 -0400
updated to reflect the removal of lucene-sandbox.jar and the update of
lucene.jar
r2285@libaxis1 (orig r1794): mdiggory | 2007-04-12 12:57:15 -0400
Missing file for [ 1655583 ] Avoid index lock with filter-media
r2286@libaxis1 (orig r1795): mdiggory | 2007-04-12 16:44:29 -0400
rolling back DSpaceServletContextListener to previous revision.
r2287@libaxis1 (orig r1796): jrutherford | 2007-04-14 08:02:09 -0400
(James Rutherford)
- SF Patch #1699903 for SF Bug #1695692 make-release-package still uses CVS commands
r2288@libaxis1 (orig r1797): mdiggory | 2007-04-14 23:04:59 -0400
[ 1655583 ] Avoid index lock with filter-media: More internal solution for orphaned file handles in Microsoft Windows. Close any open IndexSearcher on finalization, works in Servlet Engine or CLI. Removed IndexReader from DSIndexer, get it from DSQuery so it can be managed there likewise.
r2289@libaxis1 (orig r1798): mdiggory | 2007-04-14 23:15:34 -0400
[ 1655583 ] Correct small logic error introduced in last commit.
r2290@libaxis1 (orig r1799): jrutherford | 2007-04-17 08:15:58 -0400
(Flavio Botelho)
- SF Patch #1601946 for SF Bug #1601875 - Makes javascript idependent to form position
r2455@libaxis1 (orig r1856): jrutherford | 2007-04-20 06:40:41 -0400
(Claudia Juergen)
- SF Patch #1702177 For SF bug #1638605 bin/cleanup fails on deleted primary bitstream
r2456@libaxis1 (orig r1857): stuartlewis | 2007-04-20 08:33:26 -0400
SF Patch #1445573 Stats not working in Oracle
r2457@libaxis1 (orig r1858): stuartlewis | 2007-04-20 08:36:01 -0400
SF Patch #1445573 Stats not working in Oracle
r2458@libaxis1 (orig r1859): cjuergen | 2007-04-20 09:02:19 -0400
Bouncy Castle libs required by the current pdfbox.jar for text extraction of encrypted pdf's
r2459@libaxis1 (orig r1860): cjuergen | 2007-04-20 09:02:49 -0400
Bouncy Castle libs required by the current pdfbox.jar for text extraction of encrypted pdf's
r2460@libaxis1 (orig r1861): cjuergen | 2007-04-20 09:03:14 -0400
License for Bouncy Castle libs required by the current pdfbox.jar for text extraction of encrypted pdf's
r2461@libaxis1 (orig r1862): cjuergen | 2007-04-20 09:03:29 -0400
License for Bouncy Castle libs required by the current pdfbox.jar for text extraction of encrypted pdf's
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1866 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- SF Patch #1670110 for SF Bug #1670106 Onebox and textarea fail when visibility set to workflow
- SF Patch #1628889 Improve file size descriptions in ItemTag
- SF Patch #1641678 [dspace]/bin scripts for import and export
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1765 9c30dcfa-912a-0410-8fc2-9e0234be79fd
Fix for SF Bug #1653151 Checker file shows filter-media (just a typo in header)
Fixed bin/index-all similar typo
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1733 9c30dcfa-912a-0410-8fc2-9e0234be79fd
being a particularly useful piece of information, since the reporter might
span several files and searching for WARN is easy enough!)
git-svn-id: http://scm.dspace.org/svn/repo/trunk@540 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- Updated DB schema:
* New "subscription" table
* EPerson: renamed "active" to "can_log_in", and added "last_active",
"self_registered" and "sub_frequency" columns (unused right now, but
easier to make the changes at once)
- Updated EPerson object to reflect table changes, and callers of EPerson
object
- Removed MIT-only filters from web.xml
git-svn-id: http://scm.dspace.org/svn/repo/trunk@446 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- Slight reorganisation of installation layout
- New webapp for OAI - DSpace now contains 2 webapps
git-svn-id: http://scm.dspace.org/svn/repo/trunk@411 9c30dcfa-912a-0410-8fc2-9e0234be79fd