History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
02894a86a6a4 | Samuele Kaplun | blob_to_string to return ablob when ablob is empty. | Apr 22 2008 | |||
7439ca571fc9 | Tibor Simko | Fixed SQL syntax errors. | Apr 15 2008 | |||
9d6f76c7ed5a | Samuele Kaplun | Added Romeo & Juliet characters in demo site. | Apr 15 2008 | |||
9840677d2f4a | Samuele Kaplun | Mega commit that includes: Added support for keeping comments and descriptions… | Apr 15 2008 | |||
3694b674d0f1 | Tibor Simko | Clarified docstring. | Apr 15 2008 | |||
aeac88e9e5fa | Tibor Simko | Fixed test case for situations where English is not the default language. | Apr 15 2008 | |||
fdfea9cdabc6 | Jerome Caffaro | Testing washing of 'fr-ca' style LNs | Apr 15 2008 | |||
dcf32da5dfaa | Jerome Caffaro | Testing string to nmtoken conversion. | Apr 15 2008 | |||
d5154db84bb1 | Jerome Caffaro | Unit tests for messages library. | Apr 15 2008 | |||
78e8888451d3 | Tibor Simko | Fixed the order of enabled languages returned by language_list_long(), for it… | Apr 14 2008 | |||
4061b87d50c6 | Tibor Simko | Do not use equality operators when comparing against True/False/None singletons… | Apr 14 2008 | |||
6bbd25fd83a8 | Jerome Caffaro | Added 'enabled_langs_only' param to language_list_long(..) function in order to… | Apr 14 2008 | |||
be4302f67191 | Tibor Simko | Harmonized test cases' names. | Apr 14 2008 | |||
71dec45ac291 | Nicholas Robinson | Added string escaping tests for the 'escape_shell_arg' function. | Apr 14 2008 | |||
5b5e1e278f03 | Tibor Simko | Use run_shell_command() from the new shellutils library. | Apr 11 2008 | |||
443b2e738d8a | Tibor Simko | Added run_shell_command() function that used to live in inveniocfg.py. (Beware… | Apr 11 2008 | |||
5433a86c9c0f | Tibor Simko | Added some unit tests for shellutils. | Apr 11 2008 | |||
6cd4bf519506 | Nicholas Robinson | Added "shellutils.py" to "pylib_DATA". | Apr 11 2008 | |||
de7724058d9a | Nicholas Robinson | Helper functions and utilities that could be useful when interacting with the… | Apr 11 2008 | |||
3fed23c71a79 | Tibor Simko | Updated demo site data so that the Books collection would use different sort… | Apr 10 2008 | |||
61bfdf029a02 | Tibor Simko | When creating demo site, reset fieldnames after inserting democfgdata. (Needed… | Apr 9 2008 | |||
e484d8d759d1 | Tibor Simko | Added citesummary format for Articles & Preprints collection. | Apr 8 2008 | |||
5205319780b9 | Tibor Simko | Added HTML citesummary format. | Apr 8 2008 | |||
62d387e942cc | Samuele Kaplun | Added proper CFG_BIBUPLOAD_FFT_ALLOWED_LOCAL_PATHS handling. | Apr 7 2008 | |||
9bc57b9d39ca | Tibor Simko | Fixed table definition of rnkCITATIONDATA. Added some comment cosmetics to… | Apr 7 2008 | |||
42d49d311f85 | Samuele Kaplun | Added (but commented out) stemming in demo site. Will be uncommented once… | Apr 4 2008 | |||
7c832161471b | Samuele Kaplun | Cleaned rnkCITATIONDATA table creation and insertion. | Apr 4 2008 | |||
5bfa2af54598 | Samuele Kaplun | Added drop for hstTASK. | Apr 2 2008 | |||
006e34bed813 | Samuele Kaplun | New BibSched purging of BibTask implementation. Not critical tasks are garbage… | Apr 2 2008 | |||
a62fbf5814b9 | Samuele Kaplun | Fixed not correctly handling of empty ln. | Apr 2 2008 | |||
3f20b60d5cc0 | Samuele Kaplun | Fixed typo bug, that broke wash_language | Apr 1 2008 | |||
791a420bfba6 | Samuele Kaplun | Support for 'fr-CA' (if it doesn't exist it is truncated to 'fr' and checked… | Apr 1 2008 | |||
8d02e87cd052 | Tibor Simko | Added special treatment for CFG_SITE_SECURE_URL that may be empty, in which… | Mar 31 2008 | |||
0fb4ae583079 | Samuele Kaplun | New bibsched_low_level_task_submission for enqueing tasks via API. (changes a… | Mar 31 2008 | |||
6cc415393a69 | Tibor Simko | Do not use the word 'skipped' when tests fail for a reason. | Mar 31 2008 | |||
f733f7ace936 | Tibor Simko | Fail gracefully with a SKIPPED message if languages used in the test cases are… | Mar 31 2008 | |||
503d77e837fe | Marko Niinimaki | changed doc, column name, added index | Mar 31 2008 | |||
b8b9b3605ca3 | Marko Niinimaki | tables for missing citations, author citations | Mar 31 2008 | |||
b00299effbda | Tibor Simko | Moved globally interesting CFG variables from local foo_config.py files into… | Mar 27 2008 | |||
8188cf6b3d22 | Tibor Simko | Standardized two list-like options into (nicer) comma-separated value lists… | Mar 26 2008 | |||
5b94664dee29 | Tibor Simko | Fixed one occurrence of CFG_MISCUTIL_SQL_USE_SQLALCHEMY. | Mar 26 2008 | |||
6485f1bce56c | Tibor Simko | Completed missing documentation for conf parameters. Removed some obsoleted… | Mar 26 2008 | |||
94a2cefd62bf | Samuele Kaplun | Removed fulltext description from FFT in demosite ("Fulltext" etc.) | Mar 26 2008 | |||
9d7caebdc992 | Tibor Simko | Added --update-web-tests CLI option in order to replace URLs in web test cases… | Mar 26 2008 | |||
5fad117e51c7 | Tibor Simko | Added explicit default charset UTF-8 so that the dbexec client works well also… | Mar 26 2008 | |||
a3fadc8ca7e7 | Tibor Simko | Added more charset variables in the output of '--detect-system-details'. | Mar 26 2008 | |||
12c9c8031cc0 | Samuele Kaplun | Cleaned newlines and tabs. | Mar 26 2008 | |||
1517fd174d5e | Jerome Caffaro | Updated 'nmtoken_from_string' docstring. | Mar 26 2008 | |||
4bc4c73928de | Tibor Simko | Deleted trailing whitespace in all Python files. | Mar 26 2008 | |||
67226ac65ffd | Tibor Simko | Fixed 175 cases of bad code indentation throughout the codebase. (Please set up… | Mar 25 2008 | |||
9091a325d2d5 | Tibor Simko | Added counting of web tests. | Mar 25 2008 | |||
e5cf1e00e21a | Tibor Simko | Adapted Makefiles to the new standard webdoc source directory… | Mar 25 2008 | |||
97d84a3a5781 | Tibor Simko | Do not index URL fields (856*) in the "any field" global word index anymore. | Mar 25 2008 | |||
47f2a51b57b9 | Tibor Simko | Fixed regression tests to take into account the new language passing policy. | Mar 25 2008 | |||
77b9911485ed | Tibor Simko | Improved cosmetics regarding wait_for_user(). | Mar 24 2008 | |||
f2026b616661 | Tibor Simko | Always print the same confirmation message in wait_for_user(). | Mar 24 2008 | |||
cca000104a79 | Tibor Simko | Standardized 'Yes, I know!' confirmation message. (Not using wait_for_user()… | Mar 24 2008 | |||
514ec3eee653 | Tibor Simko | wait_for_user() now requires typing the full phrase 'Yes, I know!' in order to… | Mar 24 2008 | |||
0d75c0b34198 | Tibor Simko | When removing demo records, remove the whole 'data' directory, not only… | Mar 24 2008 | |||
164d10559b08 | Tibor Simko | Initial release of the web test suite infrastructure, to be run via 'inveniocfg… | Mar 23 2008 | |||
3d7e61d5dbcb | Tibor Simko | Standardized unit and regression test suite building and running techniques. | Mar 23 2008 | |||
eb3c2378b73b | Tibor Simko | Fixed deduction of the 'site-packages' location. Removed trailing whitespace. | Mar 21 2008 | |||
5778816735aa | Tibor Simko | When detecting Apache (and mod_python) version from available executables… | Mar 21 2008 | |||
77a585b304b2 | Samuele Kaplun | Fixed regression tests WRT recent changes to ln url parameter. | Mar 20 2008 | |||
4e9e1bff8abc | Samuele Kaplun | Fixed stupid bug. | Mar 20 2008 | |||
3afe67af6829 | Tibor Simko | Do not force English as default, take CFG_SITE_LANG. | Mar 20 2008 | |||
2988171242a6 | Samuele Kaplun | If the language of the system is e.g. en, and an Invenio URL contains ln=en… | Mar 20 2008 | |||
e60b0904c1cb | Tibor Simko | Fixed variable shadowing issues. | Mar 19 2008 | |||
52c26d1f9c24 | Tibor Simko | Updated docstrings. | Mar 19 2008 | |||
2f87349dc7fe | Samuele Kaplun | Added wash_languages to pick up the first good language within a list. | Mar 19 2008 | |||
e5cda21214b1 | Samuele Kaplun | Added CFG_WEBSUBMIT_ADDITIONAL_KNOWN_FILE_EXTENSIONS. | Mar 18 2008 | |||
c50dd427fef3 | Samuele Kaplun | Commented out doi field. | Mar 14 2008 | |||
883944f09a3c | Samuele Kaplun | Fixed bunch of errors. Added test for single new line -> space, added support… | Mar 14 2008 | |||
41a17d2931d9 | Samuele Kaplun | Fixed adding translation for translatable field only. | Mar 14 2008 | |||
e224ac57b335 | Samuele Kaplun | Added isbn for books. | Mar 14 2008 | |||
592614249c0c | Samuele Kaplun | Added isbn to books (when possible). | Mar 14 2008 | |||
104ad1fe7ce7 | Nicholas Robinson | Updated the descriptions of some of the DEMO* submission document types. | Mar 14 2008 | |||
7c9abbfe9a6c | Tibor Simko | Added '--detect-system-details' option that tries to detect and print system… | Mar 13 2008 | |||
e806745d1265 | Tibor Simko | Removed extra printed newline. | Mar 13 2008 | |||
05af2b8ab2c7 | Tibor Simko | Updated Apache vhost snippet examples to include Listen directives and to… | Mar 13 2008 | |||
2ef69c995755 | Tibor Simko | Updated cosmetics WRT hints on how to set up the database. | Mar 13 2008 | |||
06908de0f1cd | Nicholas Robinson | I misspelled Dorian's surname - changed to gray. Sorry Dorian! | Mar 13 2008 | |||
e3341657265a | Nicholas Robinson | + Added new demo site user 'Dorian Grey' (dorian.grey@cds.cern.ch; dorian). | Mar 13 2008 | |||
12c5b2831bf0 | Tibor Simko | Synchronized creation of SSL and non-SSL Apache conf snippet ("/author" missing… | Mar 12 2008 | |||
53678c49b4e7 | Tibor Simko | Fixed CFG_SITE_SECURE_URL name. | Mar 12 2008 | |||
59fb26beb504 | Tibor Simko | Added /stats URL to the Apache LocationMatch. | Mar 12 2008 | |||
2b99705c3821 | Tibor Simko | Updated codebase to use CFG_SITE_URL instead of weburl everywhere. Updated… | Mar 12 2008 | |||
d80ba251b999 | Nicholas Robinson | The DEMOTXT submission was renamed to DEMOART. Accordingly, all of the… | Mar 12 2008 | |||
e2e54b3a1d85 | Tibor Simko | Updated codebase to use CFG_SITE_SECURE_URL instead of sweburl everywhere. The… | Mar 12 2008 | |||
265b49593194 | Nicholas Robinson | Updated the format of the DEMOTXT report number. Moved away from: + DEMO… | Mar 12 2008 | |||
ed0cf537dbb5 | Nicholas Robinson | Dropped the configuration information for the "RTEXT" and "TEXT" document types. | Mar 12 2008 | |||
b77b501bc620 | Nicholas Robinson | + Added configuration information for the Demo Poetry Submission (DEMOPOE). +… | Mar 12 2008 | |||
199d94d81b4c | Nicholas Robinson | Made the "DEMOBOO_FILE" field of the DEMOBOO (SBI) submission optional. (I.e. | 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 | |||
7768546ebf94 | Tibor Simko | Updated codebase to use CFG_SITE_LANG and CFG_SITE_LANGS instead of cdslang and… | Mar 11 2008 | |||
62dab242dc03 | Samuele Kaplun | Added logging of w3c-validator output. | Mar 11 2008 | |||
6d399595de35 | Samuele Kaplun | Fixed docstring. | Mar 11 2008 | |||
b1f2924f6909 | Samuele Kaplun | Prettyfied the registered exception logging. | Mar 11 2008 |
c4science · Help