forked from infrae/moai
-
Notifications
You must be signed in to change notification settings - Fork 2
/
HISTORY.txt
190 lines (137 loc) · 4.92 KB
/
HISTORY.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
MOAI Changes
============
MOAI 2.0.0 (2013-02-28)
-----------------------
- First public release in the 2.x series, switched to mod_wsgi,
smaller simpler codebase, pluggability through entry_points instead of ZCA.
- New docs and examples, simpler direct integration with external databases
- Update mods format and support for EU GAL metadata MODS extension
- Several documentation and tool improvements by Filipe Correia
MOAI 1.1.2 (2010-09-30)
-----------------------
- Changed contact info, and switched repository from svn to mercurial
this release has no code changes
Changes
~~~~~~~
MOAI 1.1.1 (2010-09-02)
-----------------------
Changes
~~~~~~~
- Fixed ID/IDref attributes in MODS format
- Fixed ZeroDivisionError in progressbar drawing of updatedb script
MOAI 1.1.0 (2010-04-08)
-----------------------
Changes
~~~~~~~
- Added new config option `deleted_sets` which can be used to make all
resources within a specific set `oai deleted` within the context of a
specific feed. In many cases this is preferable compared to `disallowed_sets`
since resources will just dissapear when they are not allowed without
leaving a proper deleted resource behind.
- Disable ranged HTTP requests in Apache mod_python backend. This was giving
problems with acrobat plugin and its "Fast Web View" feature.
- Show records sorted on descending datestamp, instead of ascending record id,
in sqlite backend.
Changes
~~~~~~~
MOAI 1.0.10 (2010-03-25)
------------------------
Changes
~~~~~~~
- Changed DIP:objectType to rdf:type in the didl metadata format,
as required by darenet/driver/didl 3.0 format
- Added support for modification dates and accessrights in the didl format
MOAI 1.0.9 (2010-02-16)
-----------------------
Changes
~~~~~~~
- Added checking on XML compatibility in update.py, update_database_iterate().
This prevents the OAI server from crashing on invalid data.
- Fixed a minor bug in tools.py. The -d (debug) flag for the update_database
script didn't halt on errors.
- Added a flush_threshold attribute to the DatabaseUpdater. This can be
used to make the database flush after n records. By default the value
is -1, and flushing only happens at the end of the update.
- Fixed assertion statements in content.py (gave warnings in python2.6)
MOAI 1.0.8 (2009-16-18)
-----------------------
Changes
~~~~~~~
- Added a MANIFEST.in file to make sure all files are included
in the python package.
MOAI 1.0.7 (2009-16-11)
-----------------------
Changes
~~~~~~~
- Changed DIP namespace in didl metadata extension
- Fixed bug in ListMetadataFormats verb
- Uses pyoai 2.4.1, which when specifying a date (not a datetime)
for the until parameter, defaults to 23:59:59 instead of 00:00:00.
MOAI 1.0.6 (2009-08-12)
-----------------------
Changes
~~~~~~~
- Fixed metadataPrefix value in didl:Resource URL. This was using
`didl` instead of `nl_didl`
MOAI 1.0.5 (2009-08-12)
-----------------------
- Unicode bug in Fedora provider
- Added support for mods:location/url
Make url prefered identifier in oai_dc:identifier instead of uri
- Update method of Content Objects can now return False to prevent
further processing of the object. The object will be logged as
`ignored`
MOAI 1.0.4 (2009-07-15)
-----------------------
Changes
~~~~~~~
- Fixed misspelled mimeType attribute in DIDL metadata prefix
MOAI 1.0.3 (2009-06-23)
-----------------------
Changes
~~~~~~~
- Bug in ListMetadataFormats when using nl_didl prefix
- Added simple dc example profile
MOAI 1.0.2 (2009-05-20)
-----------------------
Changes
~~~~~~~
- Location in mod_python config is dynamicly extracted
from Metro Server class.
MOAI 1.0.1 (2009-05-19)
-----------------------
Changes
~~~~~~~
- Fixed URL error in didl metadata prefix
- Seperated darenet specific didl extensions in nl_didl prefix
MOAI 1.0 (2009-05-04)
-----------------------
Changes
~~~~~~~
- Improved documentation
- Added description to Identify header
- More complete mods name roles
- Require newer pyoai version that gives better error responses
when wrong datatime values are used in OAI requests
MOAI 0.9.x (2009-02-01)
-----------------------
Changes
~~~~~~~
- Added Apache mod_python backend
- Added basic authentication for fedora provider
- Made fedora provider datastream argument optional,
if not specified the whole foxml file is returned
- Ported SQLite database backend from EUR RePub
- Renamed MetaDataPrefix classes to MetaDataFormat
- Added configurable plugin system
- Added documentation website (more info in README.txt)
- Made Fedora provider not write all files in same directory
Changes
~~~~~~~
- OAI ListRecords with from and until dateparams where not inclusive in SQLite engine
- OAI ListSets did not return dynamic sets (added test)
- OAI GetRecord returning the same record (added test)
MOAI 0.9 (2008-11-18)
-----------------------
- Initial development borrowing code and ideas from RepubXML,
a repository environment build for the Erasmus Univiersity Rotterdam