Re: [Invenio] #416: WebJournal: update alert/newsletter to workaround bug in Exchange 2010

2011-01-11 Thread Invenio Trac
#416: WebJournal: update alert/newsletter to workaround bug in Exchange 2010
--+-
  Reporter:  jcaffaro |   Owner:  jcaffaro
  Type:  enhancement  |  Status:  closed  
  Priority:  trivial  |   Milestone:  
 Component:  WebJournal   | Version:  
Resolution:  fixed|Keywords:  
--+-
Changes (by Jerome Caffaro ):

  * status:  in_merge => closed
  * resolution:  => fixed


Comment:

 In [7da2a6b539acf250a364b003b0e28fa77ee6e1a1]:
 {{{
 #!CommitTicketReference repository=""
 revision="7da2a6b539acf250a364b003b0e28fa77ee6e1a1"
 mailutils: remove unnecessary 'multipart/related'

 * HTML messages are now sent with the following structure
   to avoid message truncation in some clients when retrieved
   over IMAP protocol from an Exchange 2010 server, when the
   the multipart/related contains only one sub-part (fixes #416):

   multipart/alternative
 -- text/plain
 -- multipart/related
  text/html
  image/png

   or (when no image):

   multipart/alternative
 -- text/plain
 -- text/html

   instead of:

   multipart/related
 -- multipart/alternative
  text/plain
  text/html
 }}}

-- 
Ticket URL: 
Invenio 



Is it enough to submit a ticket and leave as new? (re #425)

2011-01-11 Thread Ferran Jorba
Hello Tibor,

I'm really interested in ticket http://invenio-software.org/ticket/425,
because I hope it can speed up our indexing time, as well as provide a
more general way to remove diacritics.  As we have a bunch of
digitalisation of old material, with OCR provided by different
softwares, we have lots of funny combinations of characters.

I'm sorry I don't have the time infrastructure to build and test a patch
for it, but given that the test units Invenio provides, it sould not be
difficult to test.

Can I do anything else?  Is it up to you to assign it to somebody else?
Do you think it is feasible to get into the 1.0 release?

Thanks,

Ferran


Re: [Invenio] #430: BibEdit: make it work in load-balanced architecture

2011-01-11 Thread Invenio Trac
#430: BibEdit: make it work in load-balanced architecture
---+
  Reporter:  simko |   Owner:  simko 
  Type:  defect|  Status:  closed
  Priority:  critical  |   Milestone:  v1.0  
 Component:  BibEdit   | Version:
Resolution:  fixed |Keywords:
---+
Changes (by Tibor Simko ):

  * status:  in_work => closed
  * resolution:  => fixed


Comment:

 In [270b55215c70009864e5c6d8fe13850cd93cc741]:
 {{{
 #!CommitTicketReference repository=""
 revision="270b55215c70009864e5c6d8fe13850cd93cc741"
 BibEdit: use tmp-shared space for temporary files

 * In a load-balanced multi-node setup, some temporary files need to be
 shared
   between worker nodes.  This commit introduces new tmp-shared space that
   exists alongside the usual worker-node-specific tmp space.  The tmp-
 shared
   space is to be mounted on some AFS or NFS shared filesystem.

 * Adapts BibEdit and BibEditMulti to use the tmp-shared space. (closes
 #430)

 * Adds tmp-shared space (CFG_TMPSHAREDDIR) alongside node-specific tmp
 space
   (CFG_TMPDIR) to the list of FFT-allowed directories for
 bibupload/bibdocfile.
 }}}

-- 
Ticket URL: 
Invenio 



Re: [Invenio] #430: BibEdit: make it work in load-balanced architecture

2011-01-11 Thread Invenio Trac
#430: BibEdit: make it work in load-balanced architecture
---+
  Reporter:  simko |   Owner:  simko  
  Type:  defect|  Status:  in_work
  Priority:  critical  |   Milestone:  v1.0   
 Component:  BibEdit   | Version: 
Resolution:|Keywords: 
---+
Changes (by simko):

  * status:  assigned => in_work


-- 
Ticket URL: 
Invenio 



Re: [Invenio] #430: BibEdit: make it work in load-balanced architecture

2011-01-11 Thread Invenio Trac
#430: BibEdit: make it work in load-balanced architecture
---+
  Reporter:  simko |   Owner:  simko   
  Type:  defect|  Status:  assigned
  Priority:  critical  |   Milestone:  v1.0
 Component:  BibEdit   | Version:  
Resolution:|Keywords:  
---+
Changes (by simko):

  * owner:  => simko
  * status:  new => assigned


-- 
Ticket URL: 
Invenio 



[Invenio] #439: WebSubmit: Function Allocate_ALEPH_SYS.py to not allocate SYSNO if already done

2011-01-11 Thread Invenio Trac
#439: WebSubmit: Function Allocate_ALEPH_SYS.py to not allocate SYSNO if already
done
-+--
 Reporter:  jcaffaro |   Owner: 
 Type:  enhancement  |  Status:  new
 Priority:  critical |   Milestone: 
Component:  WebSubmit| Version: 
 Keywords:   |  
-+--
 Function Allocate_ALEPH_SYS.py does allocate an "Aleph" system number even
 if one has already been allocated for the current submission. It can
 happen that the function is run twice in some particular scenarios.

 Similarly to Create_Recid.py, the function could check that a system
 number has not already been allocated in file "SNa500".

-- 
Ticket URL: 
Invenio