Compare commits

..

No commits in common. "3a68a851720110cea0de2fe1a993323ee9d96266" and "141f973d8cc902335ead55823d0a590821fa4a4d" have entirely different histories.

3 changed files with 10 additions and 26 deletions

View file

@ -19,8 +19,8 @@ else:
for regex, fragments in ( for regex, fragments in (
['Vol. (\d+), No. (\d+)', ['Vol.', 'No.']], ['Vol. (\d+), No. (\d+)', ['Vol.', 'No.']],
['Vol (\d+) no (\d+)', [' Vol ', ' no ']], ['Vol (\d+) no (\d+)', [' Vol ', ' no ']],
['vol (\d+) no (\d+)', [' Vol ', ' no ']],
['Vol:(\d+) #(\d+)', ['Vol:', '#']], ['Vol:(\d+) #(\d+)', ['Vol:', '#']],
#['no (\d+) (\d+)-', [' no ']],
): ):
query = { query = {
'conditions': [ 'conditions': [

View file

@ -245,15 +245,6 @@
"find": true, "find": true,
"sort": true "sort": true
}, },
{
"id": "space",
"title": "Space",
"type": ["string"],
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
{ {
"id": "date", "id": "date",
"title": "Date", "title": "Date",
@ -681,6 +672,15 @@
"find": true, "find": true,
"sort": true "sort": true
}, },
{
"id": "space",
"title": "Space",
"type": ["string"],
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
{ {
"id": "date", "id": "date",
"title": "Date", "title": "Date",

View file

@ -420,22 +420,6 @@ pandora.ui.documentInfoView = function(data, isMixed) {
.appendTo($statistics); .appendTo($statistics);
renderRightsLevel(); renderRightsLevel();
// Links
$('<div>')
.css({marginTop: '16px', marginBottom: '16px', pointer: 'cursor'})
.append('')
.append(
Ox.Theme.formatColor(null, 'gradient')
.html('View Document')
.css({poiner: 'cursor'})
.on({
click: function() {
pandora.UI.set({documentView: 'view'})
}
})
)
.appendTo($statistics);
function editMetadata(key, value) { function editMetadata(key, value) {
if (value != data[key]) { if (value != data[key]) {
var edit = { var edit = {