Branch changes:
Removed Zotero.dot.dmg Hard-coded version numbers to 1.0b1 (.pre1 for now) Turned off debug logging (though I don't know if dump() actually takes any resources)
This commit is contained in:
parent
66bf8f5d07
commit
e6530643ce
BIN
Zotero.dot.dmg
BIN
Zotero.dot.dmg
Binary file not shown.
|
@ -2,7 +2,7 @@ const SCHOLAR_CONFIG = {
|
|||
GUID: 'zotero@chnm.gmu.edu',
|
||||
DB_FILE: 'zotero.sqlite',
|
||||
DB_REBUILD: false, // erase DB and recreate from schema
|
||||
DEBUG_LOGGING: true,
|
||||
DEBUG_LOGGING: false,
|
||||
DEBUG_TO_CONSOLE: true, // dump debug messages to console rather than (much slower) Debug Logger
|
||||
REPOSITORY_URL: 'http://www.zotero.org/repo',
|
||||
REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<em:id>zotero@chnm.gmu.edu</em:id>
|
||||
<em:name>Zotero</em:name>
|
||||
<em:version>1.0b1.SVN</em:version>
|
||||
<em:version>1.0b1.pre1</em:version>
|
||||
<em:description>The Next-Generation Research Tool</em:description>
|
||||
<em:creator>Center for History and New Media<br/>George Mason University</em:creator>
|
||||
<em:contributor>Dan Cohen</em:contributor>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<RDF:Seq>
|
||||
<RDF:li>
|
||||
<RDF:Description>
|
||||
<version>1.0b1.SVN</version>
|
||||
<version>1.0b1.pre1</version>
|
||||
<targetApplication>
|
||||
<RDF:Description>
|
||||
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
|
||||
|
|
Loading…
Reference in New Issue
Block a user