History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
3d7e61d5dbcb | Tibor Simko | Standardized unit and regression test suite building and running techniques. | Mar 23 2008 | |||
e6cc85bef37b | Jerome Caffaro | Better propagation of language links. | Mar 20 2008 | |||
4fb60aa1e076 | Jerome Caffaro | Fixed typo in string. | Mar 19 2008 | |||
e5cda21214b1 | Samuele Kaplun | Added CFG_WEBSUBMIT_ADDITIONAL_KNOWN_FILE_EXTENSIONS. | Mar 18 2008 | |||
eaf4f0f2b6df | Nicholas Robinson | Added a "tweak" to fix refereeing for doctypes with no category. | Mar 13 2008 | |||
9468e6747ca1 | Tibor Simko | Removed extraneous definition of update_doctype_details(). | Mar 12 2008 | |||
2b99705c3821 | Tibor Simko | Updated codebase to use CFG_SITE_URL instead of weburl everywhere. Updated… | Mar 12 2008 | |||
e2e54b3a1d85 | Tibor Simko | Updated codebase to use CFG_SITE_SECURE_URL instead of sweburl everywhere. The… | Mar 12 2008 | |||
2f0c1d0a4233 | Tibor Simko | Fixed a template argument name (imagepath->imageurl). | 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 | |||
334a51e2dee4 | Samuele Kaplun | Fixed code WRT pylint errors. | Mar 11 2008 | |||
7768546ebf94 | Tibor Simko | Updated codebase to use CFG_SITE_LANG and CFG_SITE_LANGS instead of cdslang and… | 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 | |||
34e82b2426a5 | Nicholas Robinson | Added some filename washing for uploaded files (paths, e.g. DFS paths) will now… | Mar 11 2008 | |||
a7670cf9f1c3 | Nicholas Robinson | The InvenioWebSubmitFileStamperError exception was moved from… | Mar 10 2008 | |||
071db1251965 | Nicholas Robinson | Moved exception InvenioWebSubmitFileStamperError into websubmit_config. | Mar 10 2008 | |||
189b3cd6405e | Nicholas Robinson | + Added calls to __init__ method of base-class Exception for the following… | Mar 10 2008 | |||
6dc20e3ca587 | Tibor Simko | Updated conf files. Replaced old style variable names (e.g. WEBURL) with new… | Mar 10 2008 | |||
e3634e9fa5e9 | Nicholas Robinson | Added quoting for all shell arguments. Crazy filenames should now be handled OK. | 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 | |||
f8295d07a88a | Nicholas Robinson | Fixed a bug: contcatenation of str and long types when moving between… | Mar 7 2008 | |||
e460d6be09cb | Samuele Kaplun | Added check for existence of md5sum (e.g. it doesn't exist on MacOS X). | Mar 7 2008 | |||
c5df153feee0 | Samuele Kaplun | Fixed bug that prevented recognizing .ps.Z as a valid format file. | Mar 7 2008 | |||
7c5af8ec8c53 | Nicholas Robinson | Fixed a variable naming bug (with Sam). | Mar 5 2008 | |||
34b19d5f6283 | Samuele Kaplun | Printing fixed here and there. Used intbitset for iterating over a huge… | Mar 4 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 | |||
717b18008e76 | Nicholas Robinson | Added "websubmit_file_stamper.py" to "pylib_DATA". | Feb 29 2008 | |||
9ea947f31179 | Samuele Kaplun | Ported fulltext_files_migration_kit to wrap_text_in_a_box. | Feb 28 2008 | |||
04a59ad045bd | Nicholas Robinson | Import of some CFG_ config variables from invenio.config; Updated help message… | Feb 27 2008 | |||
19091776d5d0 | Nicholas Robinson | + Replaced use of os.popen with os.system in places where it wasn't important… | Feb 27 2008 | |||
95760f506c45 | Samuele Kaplun | Fixed typo in touch() last commit. Addeded very detailed logging to the… | Feb 22 2008 | |||
2ea4f397f86a | Samuele Kaplun | Update bibrec modification time when bibdoc is modified. NOTE: are there any… | Feb 22 2008 | |||
66a3267b209f | Nicholas Robinson | More refactoring and renaming of stuff. Also now using tempfile.mkdtemp for… | Feb 19 2008 | |||
d5055c376970 | Nicholas Robinson | Plenty of refactoring and updates to the script. There are now 3 stamping… | Feb 19 2008 | |||
8af950c41037 | Nicholas Robinson | Initial commit of a utility to enable WebSubmit to add a stamp to a file. **… | Feb 14 2008 | |||
6538e4e25bad | Samuele Kaplun | Formalized __str__() method of BibRecDocs, BibDoc, BibDocFile. Fixed sorting of… | Feb 14 2008 | |||
4a928bf7bcc3 | Tibor Simko | Added forgotten Mail_New_Record_Notification.py. | Feb 12 2008 | |||
8c14c9619a6a | Tibor Simko | Fixed EXTRA_DIST target. | Feb 12 2008 | |||
cda73a488505 | Nicholas Robinson | Added 4th parameter "user_info" (defaulting to None) to definition of… | Feb 11 2008 | |||
80f0eff9b746 | Nicholas Robinson | In 'print_function_calls', added the framework to allow WebSubmit functions to… | Feb 11 2008 | |||
ca75cb18bbaf | Jerome Caffaro | Better checking of admin guides availability. | Feb 8 2008 | |||
c782c5bb2544 | Jerome Caffaro | Fixed regression tests to check for new webdoc pages. | Feb 7 2008 | |||
426608f85955 | Jerome Caffaro | New tests for help page availability and legacy urls. | Feb 5 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
f4f6a7f745c5 | Samuele Kaplun | Added security checking in RSS and searching WRT restricted collection. | Jan 24 2008 | |||
f15c39142b66 | Samuele Kaplun | Improved security handling WRT collections. Fixed security flaw in which users… | Jan 23 2008 | |||
e5c17167f352 | Samuele Kaplun | Removed normalization for filenames and format. Added __str__ & __repr__… | Jan 17 2008 | |||
b25f65e86b18 | Samuele Kaplun | Updated normalize format to transform '.jpg' into '.jpeg'. Does anybody of any… | Jan 16 2008 | |||
bb0c9708ee72 | Samuele Kaplun | Renamed dontcare variables to dummy variable (to follow Pylint standard). | Jan 15 2008 | |||
3d44dbc70e89 | Nicholas Robinson | updated to initialise func_returnval to None when an… | Jan 11 2008 | |||
ed0b467451e5 | Tibor Simko | Fixed guide link in the menu. Updated navtrail. | Dec 12 2007 | |||
d93fdcf3898e | Nicholas Robinson | + Added "warningMsg" and "errorMsg" function definitions back into websubmit… | Dec 10 2007 | |||
5bc48a03bbc9 | Samuele Kaplun | Fixed zero_version_bug (versions start from 1, fulltext_files_migration_kit… | Dec 7 2007 | |||
d0664808484a | Jerome Caffaro | Cleaned look. | Dec 7 2007 | |||
b421dd74ad5b | Samuele Kaplun | Strengthened readfile function (raise nice exception.) | Dec 6 2007 | |||
1b0dac2bf837 | Samuele Kaplun | New bibdocfile library for handling fulltextes, to be used in place of file.py. | Dec 6 2007 | |||
9f31ff96bb8f | Jerome Caffaro | Added 'citations' tab. 'ln' parameter is preserved by tabs. | Dec 6 2007 | |||
d6e0e150b174 | Samuele Kaplun | Temporarily disactivated _log_action function. | Dec 5 2007 | |||
d48d96c94d07 | Samuele Kaplun | First proposal for implementing logging on database of bibdocfile library… | Dec 4 2007 | |||
694081ac44ca | Samuele Kaplun | docfile.py -> bibdocfile.py | Nov 30 2007 | |||
3d8dbbfdba21 | Samuele Kaplun | 1) Bibupload FFT to support bibdocfile, 2) bibupload FFT to support icon… | Nov 30 2007 | |||
fc01f0936f82 | Samuele Kaplun | Moved docfile.py to bibdocfile.py. Move .doc_checksum to .md5, better handling… | Nov 30 2007 | |||
ba226e656841 | Samuele Kaplun | Sparse fixies. | Nov 26 2007 | |||
d0116f9fefec | Samuele Kaplun | Nice informative messages added and implemented table backup. | Nov 26 2007 | |||
a49c688f028b | Samuele Kaplun | Added referenc for fulltext_files_migration_kit.py | Nov 26 2007 | |||
e683614789e3 | Samuele Kaplun | Migration kit for converting the filesystem structure from file.py to docfile. | Nov 26 2007 | |||
d5e66d5d3f0c | Samuele Kaplun | New implementation of file.py. This module should render file.py deprecated. It… | Nov 26 2007 | |||
6ef9bed6cbdb | Jerome Caffaro | Removed replacement of whitespaces by HTML non breakable spaces in action names… | Nov 23 2007 | |||
3e4796b3f005 | Jerome Caffaro | Fixed class links and unnecessary escaping. | Nov 23 2007 | |||
5ce3d1651495 | Samuele Kaplun | Fixed try: except: finally:... | Nov 14 2007 | |||
90cfc1e16c8b | Samuele Kaplun | Added InvenioWebSubmitFileError. Implemented much safer exception handling and… | Nov 13 2007 | |||
0205aab376ea | Samuele Kaplun | Fixed bug when changing name of a given bibdoc. Added returning of newly… | Nov 12 2007 | |||
b5905318e1a0 | Samuele Kaplun | Update Warning/Error msg in order to correctly display header user's… | Nov 12 2007 | |||
9588b601dbf0 | Tibor Simko | Fixed missing column names in two SQL INSERT statements. | Nov 9 2007 | |||
9902a07a3c8d | Samuele Kaplun | Implemented support for restricted icon and some bugfixies. | Nov 7 2007 | |||
9ab40bcfa745 | Samuele Kaplun | SessionGC moved to more general InvenioGC. Now support old delete fulltext… | Nov 6 2007 | |||
689a847ba674 | Samuele Kaplun | BibUpload-FFT now in a working state. Previous regression tests works, Demo… | Nov 6 2007 | |||
d5de4d5956fb | Samuele Kaplun | Fixed typo bug. | Nov 6 2007 | |||
fcea2dc6071c | Nicholas Robinson | + A function to mail notification about the submission of a new record to the… | Nov 6 2007 | |||
b90e7b17bbcd | Samuele Kaplun | Enhancements to enforce unique bibdoc names linked with a given record. Added… | Nov 2 2007 | |||
216148924a91 | Nicholas Robinson | + Bug Fix: When WebSubmit forms contained a simple "FILE" input (e.g. | Sep 27 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 |
c4science · Help