CVS Commit Overview for 2006-12-07
==================================
2006-12-07 Jerome Caffaro <[email protected]>
* modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabfill.sql.wml: Moved (old) BibFormat KBs
demo data from tabfill to democfgdata. Added new demo data for new
BibFormat to democfgdata.
2006-12-07 Tibor Simko <[email protected]>
* modules/miscutil/lib/dbquery.py.wml: Fixed problem of table
status detection in case of mxdatetime module presence/absence for
some MySQLdb versions. (Returning back to the technique of
checking for long/None rather than datetime/str types.)
2006-12-07 Tibor Simko <[email protected]>
* modules/miscutil/lib/dbquery_tests.py: Added test of table update
time detection for empty tables (no indexes, unusual branch).
2006-12-07 Jerome Caffaro <[email protected]>
* modules/websubmit/lib/websubmit_regression_tests.py: Fixed typo.
2006-12-07 Jerome Caffaro <[email protected]>
* modules/bibupload/lib/bibupload.py: Save option
insert/replace/both (-r -i) before the upload of each record in
order to restore it after, as upload function modifies this option
to 'insert' in the case where 'insert_or_replace' mode is used and
insertion of record has to be done.
2006-12-07 Tibor Simko <[email protected]>
* modules/bibupload/lib/bibupload.py: Do not use table aliases in
"DELETE x FROM ... LEFT JOIN" SQL statements, because MySQL 4.0 and
5.0 behave differently in this regard. (One version requires
aliases to be in x too, the other version forbids it.)
2006-12-07 Tibor Simko <[email protected]>
* modules/bibupload/lib/bibupload.py: Changed bibupload behaviour
so that it would not modify the "mode" option from record to
record. This provides a cleaner fix of the previous mode-saving
commit (1.15). Also, fixed time and stats updating in case of
"replace_or_insert" mode.
2006-12-07 Nicholas Robinson <[email protected]>
* modules/websubmit/web/admin/websubmitadmin.py: Plugged in
'organise submission page' functionality.
2006-12-07 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Added
functionality for 'organise submission page'.
2006-12-07 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmitadmin_templates.py: Added
functionality for 'organise submission page'; minor updates to
display of all document types.
2006-12-07 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmitadmin_engine.py: Added
functionality for 'organise submission page'.
2006-12-07 Tibor Simko <[email protected]>
* modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/commonPhpFunctions.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Removed
the old WebSubmit Admin in PHP, now that the new Python version is
complete.
2006-12-07 Tibor Simko <[email protected]>
* config/cdsnavbar.wml: Fixed navbar to respect the new WebSubmit
Admin in Python.
2006-12-07 Tibor Simko <[email protected]>
* config/cdsnavbar.wml: Fixed BibFormat Admin index link.
2006-12-07 Tibor Simko <[email protected]>
* modules/bibedit/doc/admin/index.html.wml,
modules/bibformat/doc/admin/index.html.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/bibindex/doc/admin/index.html.wml,
modules/bibrank/doc/admin/index.html.wml,
modules/bibsched/doc/admin/index.html.wml,
modules/webaccess/doc/admin/index.html.wml,
modules/webalert/doc/admin/index.html.wml,
modules/webbasket/doc/admin/index.html.wml,
modules/webcomment/doc/admin/index.html.wml,
modules/websearch/doc/admin/index.html.wml,
modules/webstyle/doc/admin/index.html.wml: Removed
not-very-expressive "This is the gate..." welcome messages on those
admin splash pages that still had it, in order to standardize this
across all the modules. (The admin interfaces should be generally
improved later when the admin pages are moved onto the new URL
schema.)
--
CDS Invenio Developers <[email protected]>