History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
d072dcf890c1 | Nicholas Robinson | Added some docstrings. Cleaned things up a bit. | Jun 11 2008 | |||
25b7148ad2e2 | Nicholas Robinson | First version of a function to register a new *simple* approval request in the… | Jun 10 2008 | |||
837657f4865f | Nicholas Robinson | Added the "User_is_Record_Owner_or_Curator.py" function. | Jun 6 2008 | |||
e77f12c6e98d | Nicholas Robinson | A function to test whether the user has the right to work with a given record… | Jun 6 2008 | |||
4eecd3bbfc0a | Nicholas Robinson | Added WebSubmit function "Send_Delete_Mail.py". | Jun 4 2008 | |||
e8fb4dcb2e84 | Nicholas Robinson | A function to mail the user (and record managers) when a record has been… | Jun 4 2008 | |||
06f7613dd7e6 | Nicholas Robinson | Added WebSubmit function "Convert_RecXML_to_RecALEPH_DELETE.py". | Jun 4 2008 | |||
cc12ce1e7f39 | Nicholas Robinson | Function to convert an XML MARC record to an ALEPH MARC *DELETE* record. | Jun 4 2008 | |||
cbf09564d0d9 | Nicholas Robinson | Changes made to the behaviour of this function: 1. Previously, a LaTeX template… | May 29 2008 | |||
eb86528cc547 | Samuele Kaplun | Using Nick's create_icon algorithm. | May 27 2008 | |||
c919b25afb91 | Samuele Kaplun | Improved version that (should) always allow the user to add wathever format… | May 23 2008 | |||
6354345cc953 | Nicholas Robinson | Added 'Ask_For_Record_Details_Confirmation.py' function. | May 18 2008 | |||
b971603fa686 | Nicholas Robinson | A function to display the details of a record and to prompt the user to confirm… | May 15 2008 | |||
89348d1b8863 | Nicholas Robinson | Added logging of the dictionary of arguments passed to websubmit_file_stamper… | May 15 2008 | |||
31e86b5b6be8 | Nicholas Robinson | In the following code: | May 10 2008 | |||
a4a93241e3d1 | Nicholas Robinson | If "managers" have been provided for a submission, send the email to them… | Apr 24 2008 | |||
42d43983f88c | Samuele Kaplun | Rnamed bibtask_low_level_submission to task_low_level_submission. | Apr 1 2008 | |||
0fb4ae583079 | Samuele Kaplun | New bibsched_low_level_task_submission for enqueing tasks via API. (changes a… | Mar 31 2008 | |||
9996b9538244 | Samuele Kaplun | Fixed extension handling WRT tar.gz tar.bz2 etc. | Mar 27 2008 | |||
4bc4c73928de | Tibor Simko | Deleted trailing whitespace in all Python files. | Mar 26 2008 | |||
eaf4f0f2b6df | Nicholas Robinson | Added a "tweak" to fix refereeing for doctypes with no category. | Mar 13 2008 | |||
2b99705c3821 | Tibor Simko | Updated codebase to use CFG_SITE_URL instead of weburl everywhere. Updated… | Mar 12 2008 | |||
9c53595a5887 | Tibor Simko | Fixed Frenglish cosmetics (notice->record). | Mar 12 2008 | |||
fe3f00b1b042 | Tibor Simko | Phased out legacy variables 'accessurl', 'urlpath', 'images', 'htdocsurl' used… | Mar 11 2008 | |||
002dd06d18ec | Tibor Simko | Updated codebase to use CFG_SITE_SUPPORT_EMAIL instead of supportemail… | Mar 11 2008 | |||
72c35da585a5 | Tibor Simko | Updated codebase to use CFG_SITE_ADMIN_EMAIL instead of adminemail everywhere. | Mar 11 2008 | |||
e457a05883f1 | Samuele Kaplun | Fixed a bunch of XHTML errors. | Mar 11 2008 | |||
ca990a4e2355 | Tibor Simko | Updated codebase to use CFG_SITE_NAME and CFG_SITE_NAME_INTL instead of cdsname… | Mar 11 2008 | |||
a7670cf9f1c3 | Nicholas Robinson | The InvenioWebSubmitFileStamperError exception was moved from… | Mar 10 2008 | |||
6dc20e3ca587 | Tibor Simko | Updated conf files. Replaced old style variable names (e.g. WEBURL) with new… | Mar 10 2008 | |||
6c093bac4e48 | Nicholas Robinson | Wanted to add a new parameter "decision_file", because the function previously… | Mar 9 2008 | |||
7abf06f48067 | Nicholas Robinson | + Corrected a bug encountered when using a regexp to search in the report… | Mar 9 2008 | |||
07fd5577c0b4 | Nicholas Robinson | Fixed a variable-name error. | Mar 9 2008 | |||
8d3a9da072ee | Nicholas Robinson | Added the Make_Dummy_MARC_XML_Record.py function | Mar 7 2008 | |||
ced890f6f76a | Nicholas Robinson | First version of a function to make a 'dummy' MARC XML record. This record… | Mar 7 2008 | |||
d3afa3637c87 | Nicholas Robinson | Fixed some bad handling of groups in regexp searches. | Mar 7 2008 | |||
5c14ed179126 | Nicholas Robinson | Added 'Stamp_Uploaded_Files.py' function. | Mar 3 2008 | |||
15a2c2b49fb8 | Nicholas Robinson | Fixed a bug encountered when trying to retrive a stamped file from the… | Mar 2 2008 | |||
ea883d2d78d2 | Nicholas Robinson | Updated docstring to take account of the "stamp" parameter. | Mar 2 2008 | |||
dd9a320474cd | Nicholas Robinson | First version of a function to stamp certain files when uploaded during a… | Mar 2 2008 | |||
4a928bf7bcc3 | Tibor Simko | Added forgotten Mail_New_Record_Notification.py. | Feb 12 2008 | |||
cda73a488505 | Nicholas Robinson | Added 4th parameter "user_info" (defaulting to None) to definition of… | Feb 11 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
bb0c9708ee72 | Samuele Kaplun | Renamed dontcare variables to dummy variable (to follow Pylint standard). | Jan 15 2008 | |||
1b0dac2bf837 | Samuele Kaplun | New bibdocfile library for handling fulltextes, to be used in place of file.py. | Dec 6 2007 | |||
fcea2dc6071c | Nicholas Robinson | + A function to mail notification about the submission of a new record to the… | Nov 6 2007 | |||
526c20471e4a | Nicholas Robinson | Fixed a bug caused by a bad import statement (from time import time) that… | Sep 12 2007 | |||
1d6f473921b5 | Axel Voitier | Initial experimental release of the complex approval and refereeing workflow. | Sep 7 2007 | |||
f4c7d767d2cd | Tibor Simko | Added Shared_Functions and Move_Files_to_Storage to the list of installable… | Sep 4 2007 | |||
548fbc1cdc69 | Diane Berkovits | Fixed a bug in renaming. | Aug 30 2007 | |||
08b2f6182093 | Diane Berkovits | Use os.path.splitext to split the filename and the extension instead of regexp. | Aug 30 2007 | |||
7a4f6ded128e | Diane Berkovits | Use os.path.splitext to split the filename and the extension instead of regexp. | Aug 29 2007 | |||
1437f3796825 | Diane Berkovits | Move some functions to Shared_Functions. | Aug 28 2007 | |||
8bbc8e88d7b0 | Diane Berkovits | This function moves to storage the files coming from file input elements of the… | Aug 28 2007 | |||
f52837a998cc | Diane Berkovits | File which gathers the functions shared by websubmit_functions. | Aug 28 2007 | |||
9d71495c3c96 | Nicholas Robinson | Corrected a typo. | Aug 20 2007 | |||
c52524064083 | Samuele Kaplun | Fixed typo bug due to recent intbitset migration. | Aug 10 2007 | |||
7a3572e4228f | Samuele Kaplun | Friday commit: removed dependency to Numeric. Migrated HitSet & Co. to… | Aug 3 2007 | |||
67bab3bc3dc0 | Diane Berkovits | Replace os.system by os.popen3 to execute the main command in order to catch… | Jul 27 2007 | |||
2221d1ae7019 | Samuele Kaplun | Small fix after recent api update. | Jun 29 2007 | |||
416a8aa6f211 | Samuele Kaplun | Fixed a recently introduced typo. | Jun 29 2007 | |||
9874b4cdf90b | Samuele Kaplun | Clean access_control_admin (renaming all CamelCase function to pylint_funtions). | Jun 28 2007 | |||
8ab9f0e7bb4d | Samuele Kaplun | New refactored api for sending email (send_mail in mailutils.py). Includes new… | Jun 26 2007 | |||
135fdf70c129 | Samuele Kaplun | Fixed bug with wrong variable passed. | May 25 2007 | |||
ceaf067fa2cd | Samuele Kaplun | Many changes, including: * Implementation of a firewall like role definition… | May 15 2007 | |||
08a7bc274142 | Nicholas Robinson | Added new behaviour: If the directory in which the counter-file is to be… | May 7 2007 | |||
7812eaedd6db | Diane Berkovits | If nothing is selected in the "change" select list, all the options of the… | Mar 27 2007 | |||
220a5270256e | Nicholas Robinson | Replaced 'functionStop' with 'InvenioWebSubmitFunctionStop'. Replaced… | Mar 20 2007 | |||
e07a3028c133 | Nicholas Robinson | Replaced 'functionStop' with 'InvenioWebSubmitFunctionStop'. Replaced… | Mar 20 2007 | |||
54b87b798b4a | Nicholas Robinson | Replaced 'functionStop' with 'InvenioWebSubmitFunctionStop'. | Mar 20 2007 | |||
35407fc90a00 | Nicholas Robinson | Replaced 'functionError' with 'InvenioWebSubmitFunctionError'. | Mar 20 2007 | |||
1bf9a11ec8dd | Nicholas Robinson | Replaced 'functionError' with 'InvenioWebSubmitFunctionError'; Fixed a missed… | Mar 20 2007 | |||
3b61bef79a0c | Nicholas Robinson | Replaced 'functionError' with 'InvenioWebSubmitFunctionError'. | Mar 20 2007 | |||
b5d2e83b4469 | Nicholas Robinson | Replaced 'functionError' with 'InvenioWebSubmitFunctionError'. | Mar 20 2007 | |||
322631cdc687 | Nicholas Robinson | Replaced "functionError" with "InvenioWebSubmitFunctionError". | Mar 20 2007 | |||
078444636de5 | Diane Berkovits | Report_Number_Generation.py: exetend possibility to generate report number… | Feb 23 2007 | |||
e4b29350a4b6 | Gregory Favre | Reverted to last version. Last commit is to be considered an error... | Feb 23 2007 | |||
1c6c9ca2199f | Diane Berkovits | Report_Number_Generation.py | Feb 23 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
9e49e824860d | Gregory Favre | Added possibility to generate report number using any of the files created… | Feb 14 2007 | |||
ebd48e577fa4 | Nicholas Robinson | Added module-level docstring. | Feb 13 2007 | |||
4c25964bcc3b | Nicholas Robinson | Added docstring; Marked this function as deprecated with direction to use… | Feb 13 2007 | |||
2ff6802992f3 | Nicholas Robinson | Added line for function 'Get_Recid.py'. | Feb 13 2007 | |||
d8daf03e71d8 | Nicholas Robinson | First version of 'Get_Recid' function. Given a report-number (stored in the… | Feb 13 2007 | |||
aa059729d912 | Nicholas Robinson | Renamed 'database' parameter to 'alephdatabase' (it is more meaningful in the… | Jan 16 2007 | |||
edff56b65cba | Nicholas Robinson | Completely re-wrote function. Better error-checking, etc. | Jan 16 2007 | |||
13c4201dc4e0 | Nicholas Robinson | Changed names of 3 config variables to take the standard 'CFG_*' form; Some… | Jan 16 2007 | |||
757547cec518 | Nicholas Robinson | * Updated 'Create_Modify_Interface_getfieldval_fromDBrec' function to enable… | Dec 21 2006 | |||
1719ecd974bf | Tibor Simko | Use new style URL for links to detailed record pages in sent emails. | Dec 21 2006 | |||
00a9284458bc | Tibor Simko | Fixed import statement typo. | Dec 14 2006 | |||
2218e5ef55e1 | Tibor Simko | Fixed bad indentation. | Dec 6 2006 | |||
626abd9b190e | Tibor Simko | (1) Fixed multiple free variable problems (os, re, shutil, string, time… | Dec 5 2006 | |||
24133d4f6bf1 | Tibor Simko | Fixed free variable problem (time). | Dec 4 2006 | |||
ed5209db6d4e | Tibor Simko | Added __init__.py so that WebSubmit functions can be imported. | Dec 4 2006 | |||
5dda83af3d76 | Tibor Simko | When comparing to None, do not use "== None" or "!= None", but rather "is None"… | Nov 28 2006 | |||
cb3b01d2590d | Tibor Simko | Fixed WebSubmit MESS functions importing problem. | Sep 21 2006 | |||
ec761f4dff4b | Tibor Simko | Harmonized CFG_PATH_* and CFG_WEBSEARCH_* config variable names. | Sep 18 2006 | |||
bdaa3eafc82c | Tibor Simko | Added __revision__ for all Python files that did not have it. | Sep 14 2006 | |||
7e360ada8faa | Tibor Simko | Do not re-expose global config variables vie WebSubmit local config. Also, use… | Sep 14 2006 | |||
4cf674eab500 | Tibor Simko | Added *.pyc. | Sep 7 2006 |
c4science · Help