CVS Commit Overview for 2008-06-23
==================================
2008-06-23 Jerome Caffaro <[email protected]>
* modules/webstyle/lib/webstyle_templates.py: Do not create empty
<h1 /> when page title is not given.
2008-06-23 Jerome Caffaro <[email protected]>
* modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Added "show_title_p"
parameter to page(..) and tmpl_page(..) functions, so that it is
possible to show/hide title in the body ('<h1 />') of the page
independently of its addition in the navtrail, window title and
HTML metada headers.
2008-06-23 Tibor Simko <[email protected]>
* modules/websession/lib/webuser.py: Fixed page() language
argument. (It is 'language', not 'ln'.)
2008-06-23 Tibor Simko <[email protected]>
* modules/webstat/lib/webstat_webinterface.py: Made '/stats' URL
callable.
2008-06-23 Tibor Simko <[email protected]>
* po/el.po: Completed Greek translation, thanks to Theodoros
Theodoropoulos.
2008-06-23 Samuele Kaplun <[email protected]>
* modules/webaccess/lib/access_control_admin.py: Workaround to
avoid crash. Note this function should still be revised and better
fixed.
2008-06-23 Samuele Kaplun <[email protected]>
* modules/bibformat/lib/elements/bfe_fulltext.py,
modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/bibupload/lib/bibupload.py: BibDocFile+FFT to correctly
support URL encoding (for spaces etc.)
2008-06-23 Samuele Kaplun <[email protected]>
* modules/bibrank/lib/bibrank_word_indexer.py: Added new checks for
Overflow o ZeroDivision.
2008-06-23 Lars Christian Raae <[email protected]>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py, config/invenio.conf:
Added CFG_BIBEDIT_LOCKLEVEL - when a user tries to edit a record
being edited by another user, the lock level determines when it is
permitted to do so. Levels are 0-4 and are described in
invenio.conf. Also a minor bugfix; if a user reloaded bibedit while
editing a record, he would lose state and not be informed that he
was editing a temporary record.
2008-06-23 Samuele Kaplun <[email protected]>
* modules/webalert/lib/webalert.py: Fixed (I think) a query in
webalert that had a broken join that produced to much rows
(including invalid ones).
2008-06-23 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibsched.py: Removed a deadlock WRT
bibupload enforced ordering.
2008-06-23 Lars Christian Raae <[email protected]>
* modules/bibedit/lib/bibedit_engine.py: Removed * imports. Error
in previous commit message: Lock levels are 0-3, not 0-4.
2008-06-23 Tibor Simko <[email protected]>
* modules/webalert/lib/webalert.py: Raise now an exception to the
site admin when an alert query was deleted for a user but still
exists in the list of her alerts.
2008-06-23 Tibor Simko <[email protected]>
* modules/webalert/lib/webalert.py: Clarified exception message of
the last commit.
2008-06-23 Lars Christian Raae <[email protected]>
* modules/bibedit/web/admin/test_bibedit_access_none.html,
modules/bibedit/web/admin/test_bibedit_basic_record_locking.html,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibedit/web/admin/test_bibedit_access_all.html,
modules/bibedit/web/admin/test_bibedit_access_collection.html,
modules/bibedit/web/admin/test_bibedit_reedit_warning.html,
modules/bibedit/lib/bibedit_engine.py: Enriched demo site
configuration - bibedit now takes collection as optional argument.
Added both general and collectionspecific curator roles to
accomodate for this extension. Added five Selenium test cases for
testing of bibedit functionality.
--
CDS Invenio Developers <[email protected]>