History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
a22fe032c7cc | Nicholas Robinson | Rewrote readfile() to better handle unreadable files | Feb 2 2007 | |||
0d1a93b3fc9c | Tibor Simko | More fixes related to the new bibdoc.status column meaning. (Still, the… | Jan 19 2007 | |||
f4efe49095ae | Nicholas Robinson | Fixed a bug in the display of submission-collections on WebSubmit main-page. | Jan 18 2007 | |||
aa059729d912 | Nicholas Robinson | Renamed 'database' parameter to 'alephdatabase' (it is more meaningful in the… | Jan 16 2007 | |||
e0c1dd390155 | Nicholas Robinson | Fixed a bug where re.escape was used instead of cgi.escape to escape values in… | 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 | |||
7948688b3909 | Nicholas Robinson | Corrected bug in modification of doctype details. Attempted to cgi.escape a… | Jan 8 2007 | |||
212af8a3be7f | Nicholas Robinson | Corrected bug when washing 'clonefrom' variable when adding new document type. | Jan 8 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 | |||
0ea840dc3dad | Tibor Simko | Use new URL schema in the "more information: click here" link on the… | Dec 21 2006 | |||
7e5519b4933e | Nicholas Robinson | Fixed some Undefined Variable problems | Dec 21 2006 | |||
66217361609e | Nicholas Robinson | Corrected undefined variable problems; corrected import of 'acc_deleteUserRole'… | Dec 15 2006 | |||
e760c1fc3e16 | Nicholas Robinson | Fixed unquoted SIZE attribute of INPUT tag in function… | Dec 15 2006 | |||
00a9284458bc | Tibor Simko | Fixed import statement typo. | Dec 14 2006 | |||
2e80be6df7a7 | Nicholas Robinson | Fixed a bug where text input fields could have a MAXLENGTH of ZERO when a value… | Dec 14 2006 | |||
b261c669b496 | Diane Berkovits | bug fixed: maxlength was not set for text input html elements | Dec 12 2006 | |||
c52bfbb32db9 | Tibor Simko | Updated the WebSubmit Admin Guide page availability test to reflect the new… | Dec 8 2006 | |||
1352cfbfbb49 | Nicholas Robinson | Added functionality for 'organise submission page'; minor updates to display of… | Dec 7 2006 | |||
2aa90ebf88b0 | Nicholas Robinson | Added functionality for 'organise submission page'. | Dec 7 2006 | |||
855a33c406eb | Jerome Caffaro | Fixed typo. | Dec 7 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 | |||
2b4e0a744afe | Tibor Simko | Fixed free variable problem (_). Moved function exceptions to the config file. | Dec 5 2006 | |||
3b88e5f91b78 | Tibor Simko | Added functionError, functionStop exceptions from the main WebSubmit engine… | 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 | |||
5ead108e1674 | Nicholas Robinson | Added functions to correct the scores of the categories of a document type, and… | Nov 8 2006 | |||
cb8ab2d0117d | Nicholas Robinson | Added functions to enable a category to be moved up or down in score when… | Nov 8 2006 | |||
c5a41ba76170 | Nicholas Robinson | Added arrow buttons enabling the categories of a document type to be moved up… | Nov 8 2006 | |||
fab0581a24e4 | Nicholas Robinson | Modified the display of a document type's categories - now displayed in… | Nov 8 2006 | |||
d876dee1a8c9 | Tibor Simko | Fixed problem of Propose_Next_Action's language argument not being initialized. | Oct 23 2006 | |||
cb3b01d2590d | Tibor Simko | Fixed WebSubmit MESS functions importing problem. | Sep 21 2006 | |||
fd789e0d681c | Tibor Simko | Leave wildcard config import here, because MESS functions seem to have funny… | Sep 20 2006 | |||
af4a85dac604 | Tibor Simko | Fixed config wildcard import everywhere. Fixed some randomly spotted import… | Sep 20 2006 | |||
ec761f4dff4b | Tibor Simko | Harmonized CFG_PATH_* and CFG_WEBSEARCH_* config variable names. | Sep 18 2006 | |||
1a17e4790144 | Tibor Simko | Use uppercase WebSubmit Admin module wide config parameters. | Sep 14 2006 | |||
bdaa3eafc82c | Tibor Simko | Added __revision__ for all Python files that did not have it. | Sep 14 2006 | |||
b07423532846 | Tibor Simko | Use uppercase for CFG_MODULENAME_ERROR_MESSAGES and… | Sep 14 2006 | |||
5906d1f5cc93 | Tibor Simko | Fixed cases of importing global access control related parameters via local… | Sep 14 2006 | |||
7e360ada8faa | Tibor Simko | Do not re-expose global config variables vie WebSubmit local config. Also, use… | Sep 14 2006 | |||
355b6dc4b2b4 | Tibor Simko | Fixed some obvious pylint warnings. | Sep 8 2006 | |||
4cf674eab500 | Tibor Simko | Added *.pyc. | Sep 7 2006 | |||
d20086a49973 | Tibor Simko | Fixed a syntax error that was introduced in commit 1.4 (2004-09-13!), detected… | Sep 7 2006 | |||
231cea77809e | Tibor Simko | Added *.pyc. | Aug 30 2006 | |||
db4bc15080bb | Tibor Simko | Fixed URL to resume pending submissions on the Your Submissions page. Thanks to… | Aug 22 2006 | |||
f67d2900b54f | Tibor Simko | Use `attachment' instead of `file' in the Content-Disposition header, as per… | Aug 21 2006 | |||
b773fc059715 | Tibor Simko | Fixed an SQL problem for inserting new documents into the bibdoc table that was… | Aug 21 2006 | |||
d71c89921d79 | Tibor Simko | Handle URLs like /record/123/files without trailing slash, fixing the… | Aug 16 2006 | |||
6eab4488c945 | Yohann Paris | Modified the status field in bibdoc usage to reflect the status of the document… | Jul 27 2006 | |||
3bef264c2cdd | Tibor Simko | Started massive deployment of the regression test suite. Added basic tests for… | Jul 21 2006 | |||
4b2173aa3ed4 | Gregory Favre | Update of strings for internationalization. Now the strings are created with… | Jul 20 2006 | |||
1e3802e61d1c | Nicholas Robinson | Fixed English in internationalized output messages. | Jul 18 2006 | |||
55ebdea66846 | Tibor Simko | Remove dash from e-mail, as used elsewhere. | Jul 18 2006 | |||
868101673e22 | Gregory Favre | Updated strings for better internationalizability. | Jul 18 2006 | |||
cfe08d23e15d | Tibor Simko | Continued in the process of making the output messages better translatable. | Jul 18 2006 | |||
0b4552894599 | Gregory Favre | Updated strings for internationalization | Jul 17 2006 | |||
5a1a21238075 | Nicholas Robinson | Added docstring. | Jul 11 2006 | |||
26da04af0865 | Nicholas Robinson | Added 'Convert_RecXML_to_RecALEPH.py' to list of files. | Jul 11 2006 | |||
2defa354a867 | Nicholas Robinson | Function to convert an XML MARC record to an ALEPH MARC record. | Jul 11 2006 | |||
26ad215f1d7b | Nicholas Robinson | Added copyright message. | Jul 11 2006 | |||
e90e19006171 | Nicholas Robinson | Added test for age of lock-file. Admin informed by email if lock-file found to… | Jul 11 2006 | |||
255b6e5a5c24 | Nicholas Robinson | Added copyright message. | Jul 11 2006 | |||
220d522d3d78 | Nicholas Robinson | First version of function to allocate an ALEPH System number to a record. | Jul 11 2006 | |||
74ebe68acf47 | Nicholas Robinson | Fixed a bug - parameters weren't displayed for document types without any… | Jun 30 2006 | |||
64c14db8e83a | Tibor Simko | Added copyright messages to the new WebSubmit Admin. | Jun 30 2006 | |||
5d85e241ef25 | Tibor Simko | In the navtrail, point to the common new-old WebSubmit Admin page. Also, added… | Jun 30 2006 | |||
333ed27a8b4c | Nicholas Robinson | Fixed some badly named exceptions | Jun 30 2006 | |||
963971ba762b | Nicholas Robinson | changed links to 'organise main page' page | Jun 30 2006 | |||
f59ce22624f9 | Nicholas Robinson | Plugged in more error checking | Jun 30 2006 | |||
12544b8ee77e | Tibor Simko | Fixed old links still pointing to sub.py. | Jun 30 2006 | |||
95eb7382c92d | Nicholas Robinson | Added functionality for configuring function parameters for a document type | Jun 29 2006 | |||
499beefaf8e5 | Nicholas Robinson | Added functions for manipulating the value of function parameters for a… | Jun 29 2006 | |||
fdf0b6bfe0e1 | Nicholas Robinson | Added new exception 'InvenioWebSubmitAdminWarningIOError', used when file… | Jun 29 2006 | |||
ae666afe706a | Nicholas Robinson | added the templates for editing function parameters and for editing a parameter… | Jun 29 2006 | |||
a6323e911359 | Nicholas Robinson | Added new exception 'InvenioWebSubmitAdminWarningNoUpdate'. | Jun 23 2006 | |||
c633d997fbed | Nicholas Robinson | Replaced mechanism for moving a WebSubmit function from one location to another | Jun 23 2006 | |||
f6379d3820f2 | Nicholas Robinson | Wrote new function for moving a WebSubmit function from one location to another | Jun 23 2006 | |||
4eeb136ecde2 | Nicholas Robinson | plugged the 'add a function to submission' functionality in | Jun 22 2006 | |||
c92591964171 | Nicholas Robinson | changed name of exception 'InvenioWebSubmitAdminWarningForeignKeyViolation' to… | Jun 22 2006 | |||
edc3eedbd9cb | Nicholas Robinson | changed some exception names; added function to add a new WebSubmit function at… | Jun 22 2006 | |||
894df75cdd46 | Nicholas Robinson | more updates to templates for configuring submission functions | Jun 22 2006 | |||
c886b91a9280 | Nicholas Robinson | Updated templates related to configuring functions of a submission; corrected… | Jun 20 2006 | |||
493c0c922ca5 | Nicholas Robinson | Plugged 'delete a function from a submission' functionality; other cleaning; | Jun 20 2006 | |||
dde201315a26 | Nicholas Robinson | Some cleaning of function names and docstrings; Added function to correct the… | Jun 20 2006 | |||
9058c4b00b2a | Nicholas Robinson | Changed names of exceptions to reflect that they are WARNINGS | Jun 20 2006 | |||
1fe7d8836f40 | Tibor Simko | Changed database access code in order not to depend on MySQLdb but rather on… | Jun 20 2006 | |||
ab31455fed3a | Nicholas Robinson | Added functions used to configure submission interfaces. More to follow... | Jun 18 2006 | |||
9609ac00e726 | Nicholas Robinson | Updates to templates used for the configuration of submission interfaces. More… | Jun 18 2006 | |||
d375734227da | Nicholas Robinson | Updates to configuration of submission interfaces. More to follow... | Jun 18 2006 | |||
99a1a54e9617 | Nicholas Robinson | Added some Exceptions and warnings to be used in error/warning checking and… | Jun 18 2006 | |||
da0fb34585af | Tibor Simko | Use absolute URL when calling redirect_to_url(), as the installation may be… | Jun 15 2006 | |||
3f3cfdbfbb0d | Frederic Gobry | added missing import for /submit/direct | Jun 9 2006 |
c4science · Help