History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
50bf05621d8d | Christopher Parker | Added two websubmit functions (Generate_Group_File and… | Aug 19 2008 | |||
5aa042e0b862 | Christopher Parker | Modified the way in which the category is retreived for documents for which… | Aug 19 2008 | |||
d1a44433a9f2 | Samuele Kaplun | Commented out support for ranges, until mod_python support chunked encoding. | Aug 19 2008 | |||
d904599c2fb7 | Samuele Kaplun | Improved/completed support for HEAD requests. | Aug 19 2008 | |||
e193dd8e4bf4 | Jerome Caffaro | Fixed paramters used to call BibDoc.add_file_new_format() from BibRecDocs. | Aug 19 2008 | |||
5849b8c3b1d5 | Christopher Parker | Fixed a bug with simple approval | Aug 18 2008 | |||
11f5142c6707 | Samuele Kaplun | Refactored stream_file function. | Aug 14 2008 | |||
fa448aa270f8 | Christopher Parker | Generates a file during the complex approval process that contains the ID of… | Aug 14 2008 | |||
abae3f509008 | Christopher Parker | Sends an email message to the Publication Committee Chair when approval for a… | Aug 14 2008 | |||
cf74725db8d2 | Christopher Parker | Fixed an error with the function name | Aug 14 2008 | |||
74b048dec6f2 | Christopher Parker | Modified to make use of a updated way of obtaining the group_id using the group… | Aug 14 2008 | |||
e140b2740a9a | Christopher Parker | Edited the action to display the status text on screen | Aug 14 2008 | |||
0ea4f0be07d8 | Christopher Parker | Added clearer messages and added an alternate way of retrieving group… | Aug 14 2008 | |||
4ce515cb732a | Samuele Kaplun | Removed experimental row. | Aug 14 2008 | |||
d0ba4e5d3c56 | Christopher Parker | Added emailing logic to allow mails to be sent to actors in the workflow. | Aug 14 2008 | |||
4ae988271013 | Samuele Kaplun | New support for Content-Location. | Aug 13 2008 | |||
1b855ca419fb | Samuele Kaplun | Fixed support for date in IE6 | Aug 11 2008 | |||
5e748a658c58 | Christopher Parker | *** empty log message *** | Aug 11 2008 | |||
cdd72f47420e | Samuele Kaplun | Corrected range. | Aug 8 2008 | |||
e29e32894ab1 | Samuele Kaplun | Cleaning | Aug 7 2008 | |||
9cbac4dc2581 | Samuele Kaplun | Using binascii for checksum calculation for compatibility with Python 2.3 | Aug 7 2008 | |||
290ff08ff269 | Samuele Kaplun | BibUpload called with priority 3 by WebSubmit. (5 by BibEdit, 0 by everything… | Aug 7 2008 | |||
fec195eacad3 | Samuele Kaplun | Enhanced support for range. | Aug 7 2008 | |||
d20faa0e0c24 | Samuele Kaplun | Correct support for Content-MD5, If-Match, If-Range in stream_file. | Aug 6 2008 | |||
5d269b9e6ec6 | Samuele Kaplun | Supporting HEAD | Aug 4 2008 | |||
90975085f9cd | Samuele Kaplun | Added support for partial streaming of a file and for MD5 header. | Aug 4 2008 | |||
2e1c1ca76a28 | Samuele Kaplun | Fixed back the return | Aug 4 2008 | |||
811cc2a78daf | Samuele Kaplun | Aadded complete support for if-modified-since and if-none-match HTTP headers in… | Aug 4 2008 | |||
5cc61c453aeb | Samuele Kaplun | Added HTTP ETag suppor. | Aug 4 2008 | |||
a941bfc1d7e3 | Samuele Kaplun | New safe_mkstemp function that generates random temporary names without '.'… | Jul 31 2008 | |||
c143bff7eec0 | Samuele Kaplun | Decompose_file to exploit os.path.basename to accept ':' in names. | Jul 30 2008 | |||
0ac99c648bd3 | Samuele Kaplun | Fixed bugs in download_url | Jul 30 2008 | |||
380dac9d22f6 | Samuele Kaplun | Fixed missing parameter in calling of stream_file in stream_restricted_req. | Jul 29 2008 | |||
02a654b97b3a | Samuele Kaplun | Added support for setting user and password when downloading via download_url. | Jul 29 2008 | |||
c2bc5145e780 | Samuele Kaplun | New generic stream_file function. | Jul 28 2008 | |||
995c9a7dd306 | Samuele Kaplun | When streaming a file, the checksum is verified only with a probability of 1/4… | Jul 28 2008 | |||
1bc3ce2f4843 | Samuele Kaplun | Improved streaming header. | Jul 28 2008 | |||
3527bdc93556 | Samuele Kaplun | Fixed wrong creation of FFT for comment. Added delete CLI option. | Jul 25 2008 | |||
78e6ae3a7d4c | Samuele Kaplun | Added propose_next_docname handy function. bibdoc.delete to use microseconds… | Jul 18 2008 | |||
3260dc07cee3 | Samuele Kaplun | Added support for description/comment to bibrecdocs.add_new_file. | Jul 17 2008 | |||
76f4a5f0a72b | Samuele Kaplun | Sending email to cds.support when it's impossible to retrieve a file because of… | Jul 16 2008 | |||
7ca96c4817c1 | Samuele Kaplun | Plugged checks for empty files. Empty files should not be stored in a digital… | Jul 15 2008 | |||
81fd483ddd8f | Samuele Kaplun | Expunge to really expunge any traces of a bibdoc. | Jul 15 2008 | |||
a69c0fa90645 | Jerome Caffaro | Function createRelatedFormats(..) now correctly identify .ps.gz extension. | Jul 15 2008 | |||
67029bc7a610 | Samuele Kaplun | new format_already_exists_p API function for BibDoc object. download_url to use… | Jul 14 2008 | |||
0f4e2b0e4c28 | Tibor Simko | Added missing ParamFromFile() definition into Shared_Functions. Import it from… | Jul 9 2008 | |||
ff918c332187 | Samuele Kaplun | Fixed a link to bibconvert guide. | Jul 4 2008 | |||
38b23cc3f567 | Nicholas Robinson | The signature of 'get_approval_request_notes' (in websubmit_dblayer) has… | Jul 3 2008 | |||
f27108df59b1 | Nicholas Robinson | Dropped 'category' from the search for an approval request's 'notes' - it… | Jul 3 2008 | |||
bafd929de8c9 | Nicholas Robinson | Dropped language from the URL sent to the referee - we do not want to… | Jul 3 2008 | |||
21afb6ed3466 | Nicholas Robinson | Dropped an unused global 'emailvalue'; Now splitting author names by semi-colon… | Jul 3 2008 | |||
6b1d52737790 | Nicholas Robinson | Added a parameter to the function: 'newrnin'. This enables the 'success… | Jul 3 2008 | |||
161e111f55c9 | Nicholas Robinson | Bug fix: action_score was set as a string but websubmit_engine expected to work… | Jul 2 2008 | |||
9baf3306c098 | Nicholas Robinson | Added the 'Mail_Approval_Withdrawn_to_Referee.py' function. | Jul 2 2008 | |||
4068da4a8d3b | Nicholas Robinson | A function to mail the referee informing him/her that the request for approval… | Jul 2 2008 | |||
986eca416001 | Nicholas Robinson | Updated the format of the 'approval withdrawal' note that is stored in… | Jul 2 2008 | |||
4300339006b9 | Nicholas Robinson | Bug fix - had forgotten to raise an InvenioWebSubmitFunctionStop exception in a… | Jul 2 2008 | |||
c3087302ae10 | Nicholas Robinson | Bug fix - a variable was referenced before assignment. | Jul 2 2008 | |||
1e0a830167d1 | Nicholas Robinson | Added details of CERN mailing lists of referees. | Jul 1 2008 | |||
458f667a4782 | Nicholas Robinson | Updated the docstring. | Jul 1 2008 | |||
a281b48d021b | Nicholas Robinson | Added the Mail_Approval_Request_to_Referee.py function. | Jul 1 2008 | |||
c3f4ba976f47 | Nicholas Robinson | A function to mail the details of a document's approval request to the referee. | Jul 1 2008 | |||
bdad198b7e08 | Nicholas Robinson | Added the 'Withdraw_Approval_Request.py' function. | Jul 1 2008 | |||
fb90c8541f35 | Nicholas Robinson | A function to withdraw the request for (SIMPLE) approval of a document. | Jul 1 2008 | |||
a7310eaaf26f | Nicholas Robinson | Added the 'record owner(s)' (original submitter) into the list of recipents of… | Jul 1 2008 | |||
9530825c27e6 | Nicholas Robinson | Added the Stamp_Replace_Single_File_Approval function. | Jul 1 2008 | |||
3ba20548dfe0 | Nicholas Robinson | Stamp a single file that is already attached to a record as a bibdoc and… | Jul 1 2008 | |||
a63b187aefda | Nicholas Robinson | Renamed. | Jul 1 2008 | |||
b7555dd6200c | Tibor Simko | Added Print_Success_Approval_Request.py. | Jun 30 2008 | |||
3ffcdff9d6a2 | Tibor Simko | Removed Stamp_and_Replace_Single_File_Approval.py for the release. | Jun 30 2008 | |||
8720ae639717 | Tibor Simko | Comment out the new function Stamp_and_Replace_Single_File_Approval.py since… | Jun 30 2008 | |||
f0448c13a00a | Nicholas Robinson | Added "Stamp_and_Replace_Single_File_Approval.py" function. | Jun 30 2008 | |||
900014abdb9f | Nicholas Robinson | A function to allow a single file (that is already attached to a record as a… | Jun 30 2008 | |||
1c399a45fe93 | Samuele Kaplun | Added checks for md5sum in ./configure scripts. bibdoc.touch() to not touch… | Jun 30 2008 | |||
cec1b35b48fe | Tibor Simko | Use detected CFG_PATH_WGET. | Jun 29 2008 | |||
e48586fd1998 | Samuele Kaplun | Wget with timeout. | Jun 27 2008 | |||
a69e1c37926f | Samuele Kaplun | download_url to use wget because urllib/socket are influenced by signals(!?) | Jun 27 2008 | |||
dff066e77296 | Samuele Kaplun | Try to download twice a file before giving up in case of error. | Jun 27 2008 | |||
0719798c5b37 | Samuele Kaplun | Added sleeping before download option. | Jun 27 2008 | |||
076d90462409 | Samuele Kaplun | Addedd missing import | Jun 27 2008 | |||
1ccaf6e5adbc | Samuele Kaplun | Fixed wrong mkstemp implementation in download_url, that always left opened… | Jun 26 2008 | |||
7f6e7112e0b1 | Nicholas Robinson | Added the 'Second_Report_Number_Generation.py' function. | Jun 26 2008 | |||
17b7d4e9ec15 | Nicholas Robinson | A function for generating a secondary report number. Based upon the… | Jun 26 2008 | |||
c9d470721f76 | Tibor Simko | Explicitly specify column names for an sbmAPPROVAL INSERT statement. This fixes… | Jun 25 2008 | |||
deadb2077fab | Samuele Kaplun | Added big fat warning about bibdocfile not having a stable command line… | Jun 25 2008 | |||
170f2ea119d9 | Samuele Kaplun | BibDocFile+FFT to correctly support URL encoding (for spaces etc.) | Jun 23 2008 | |||
8db424d89d31 | Samuele Kaplun | Correctly escaping xml marc. | Jun 20 2008 | |||
c7ca1047c5ad | Samuele Kaplun | New FIX-MARC (+ FIX as become FIX-ALL) directive to bibdocfilecli and FFT, used… | Jun 20 2008 | |||
6f1a8bd47738 | Samuele Kaplun | Converted getfile.py URLs sent via emails to new /record/123/files/ URL… | Jun 20 2008 | |||
770b1e8ad44d | Samuele Kaplun | New _getfile_py implementation. Completely redirect to /record/123/files URL… | Jun 20 2008 | |||
887877f9fbea | Samuele Kaplun | Fixed other bug in _getfile_py WRT docid as string. | Jun 20 2008 | |||
c840149aefb5 | Samuele Kaplun | Fixed _getfile_py not handling correctly docids when they come as strings… | Jun 20 2008 | |||
38d005124151 | Nicholas Robinson | Bugfix. | Jun 19 2008 | |||
d692cdc5fcbf | Nicholas Robinson | Added Register_Referee_Decision.py function. | Jun 19 2008 | |||
c189c39d9f4d | Nicholas Robinson | Dropped the use of categ in the WHERE clause when updating or selecting details… | Jun 19 2008 | |||
10a3530b8383 | Nicholas Robinson | Small changes to functions that interact with the database layer. | Jun 19 2008 | |||
ec7a40b97201 | Nicholas Robinson | A function whose job is to update the status of a document in the approvals… | Jun 19 2008 | |||
73c27b211a90 | Nicholas Robinson | Added function for retrieving the category of a document for which an approval… | Jun 18 2008 | |||
341d3025fdfe | Nicholas Robinson | Moved database functions "update_approval_request_status"… | Jun 18 2008 | |||
a5dac9807037 | Nicholas Robinson | Added some functions relating to refereeing/approvals. | Jun 18 2008 |
c4science · Help