CVS Commit Overview for 2006-06-29
==================================
2006-06-29 Tibor Simko <[email protected]>
* Makefile.am, modules/bibformat/bin/bibreformat.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/bin/bibrank.in, modules/bibsched/bin/bibtaskex.in,
modules/websearch/bin/webcoll.in: BibSched task authentication now
accepts nicknames as usernames too. Modified demo site
installation process accordingly, e.g. now we can run tasks as
'admin' in the batch mode instead of asking users to enter
ADMINEMAIL interactively for each task.
2006-06-29 Nicholas Robinson <[email protected]>
* modules/websubmit/web/admin/websubmitadmin.py: Plugged in the
edit function parameters functionality; plugged in placeholder for
'showall' functionality - currently defaults to index, to be
updated
2006-06-29 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmitadmin_templates.py: added the
templates for editing function parameters and for editing a
parameter file
2006-06-29 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmitadmin_config.py: Added new
exception 'InvenioWebSubmitAdminWarningIOError', used when file
operations fail; added 'functions_with_file_params' list - used to
determine which functions have parameter that are files to be
edited
2006-06-29 Tibor Simko <[email protected]>
* modules/websession/lib/websession_webinterface.py: Fixed email
argument typo in one of change() failed branches, thanks to Greg.
2006-06-29 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Added functions
for manipulating the value of function parameters for a document
type;
2006-06-29 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmitadmin_engine.py: Added
functionality for configuring function parameters for a document
type
2006-06-29 Diane Berkovits <[email protected]>
* modules/websession/lib/Makefile.am,
modules/websession/lib/group.py,
modules/websession/lib/group_dblayer.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py: Introduce group
management features. Users can create, delete and modify group(if
the user is the group creator). Group creator can specify join
level.If joining a group needs an approval the group's admin has to
accept manually new members. User can join or leave group.
2006-06-29 Gregory Favre <[email protected]>
* modules/websession/lib/webuser.py: Modified nickname validity
check. Now uses regexp defined at beginning of module
(sre_invalid_nickname). Nicknames cannot contain ',@ characters or
begin/end with whitespaces. This could also be the usage for group
names.
2006-06-29 Yohann Paris <[email protected]>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py: New button method to edit
field; Add foonction to make link easier.
2006-06-29 Gregory Favre <[email protected]>
* modules/webstyle/img/webbasket_usergroup_gray.png: Introduced a
gray version of usergroup icon (to be used for pending users in
group.py)
2006-06-29 Gregory Favre <[email protected]>
* modules/webbasket/lib/webbasket_dblayer.py: Modified calls to
user_usergroup table. Now handles the user_status used by
groups.py.
2006-06-29 Gregory Favre <[email protected]>
* modules/webmessage/lib/webmessage_dblayer.py: Changes calls to
table user_usergroup. Now handles the user_status defined by
groups.py (used for pending users).
2006-06-29 Gregory Favre <[email protected]>
* modules/webmessage/lib/webmessage_templates.py: Fixed some
internationalization issues (sentences difficult to translate
because of the HTML inside sentence)
2006-06-29 Tibor Simko <[email protected]>
* modules/websession/lib/webuser.py: Added get_nickname() function.
2006-06-29 Tibor Simko <[email protected]>
* modules/miscutil/sql/tabcreate.sql: Changed join policy and user
status column types of group-related tables. Updated length of the
submission field table.
2006-06-29 Tibor Simko <[email protected]>
* Makefile.am: Alter submission field table definition when
upgrading from v0.7.
2006-06-29 Tibor Simko <[email protected]>
* INSTALL, modules/websession/lib/Makefile.am,
modules/websession/lib/group.py,
modules/websession/lib/group_dblayer.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/webstyle/lib/webinterface_layout.py: Plugging Your Groups
pages to the site. Fixed problem of HTTPS in groups pages. Fixed
problem of displaying join group interface for the first group
ever. Listing brief group link in the user info box. Listing more
verbose group link in the Your Account page. Output messages not
yet cleaned.
--
CDS Invenio Developers <[email protected]>