History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
708868f3b8fa | Tibor Simko | Removed CFG_WEBSEARCH_GOOGLE_* variables not needed anymore. | Nov 30 2006 | |||
c760424e8541 | Tibor Simko | When detecting the position of creation_time column in TABLE STATUS commands in… | Nov 29 2006 | |||
52650bbba74c | Tibor Simko | Closed open parenthesis in a test description. | Nov 28 2006 | |||
6840bce5cba2 | Gregory Favre | Added new test units to htmlutils. Improved htmlutils.HTMLWasher: now escapes… | Nov 23 2006 | |||
68ef8f0679fa | Gregory Favre | Introduced function create_url and create_html_link. Suppressed a_href function. | Nov 22 2006 | |||
3be9447c52cf | Gregory Favre | Added new escape_html function. This method should be used instead of… | Nov 22 2006 | |||
d01e70caf041 | Gregory Favre | Added reference for new htmlutils module | Nov 22 2006 | |||
ce7ccd14f936 | Gregory Favre | Fixed a missing object reference. | Nov 20 2006 | |||
b92e4791db7c | Gregory Favre | Introducing htmlutils. This pythonic module provides a class which escapes HTML… | Nov 20 2006 | |||
e4bc8a5fca59 | Tibor Simko | Added general support infrastructure for the Croatian translation, with dynamic… | Nov 13 2006 | |||
019d5ab8ebfd | Jerome Caffaro | Removed kwalitee test of test_5.py element as it has no docstring on purpose… | Nov 6 2006 | |||
c11cc7055b22 | Tibor Simko | Removed debug print statement introduced in the previous commit. | Nov 6 2006 | |||
9a03c408352b | Jerome Caffaro | Filter non python files when checking kwalitee of some files to prevent… | Nov 6 2006 | |||
975bbd247ad7 | Tibor Simko | For get_table_update_time() and get_table_status_info() functions, when… | Oct 24 2006 | |||
122502a7ac43 | Tibor Simko | Added tests for international GUI date output. | Sep 26 2006 | |||
2d02bcab416c | Tibor Simko | Made BibSched refresh time configurable. Set to 5 seconds by default. Note… | Sep 25 2006 | |||
8f0d3da8da25 | Tibor Simko | Add forgotten space at the end of CVS Date parse string. | Sep 21 2006 | |||
027f7c78a06c | Tibor Simko | Document the usage of the '$' + 'Date...' technique. | Sep 21 2006 | |||
40e6ed77f76c | Tibor Simko | When converting CVS dates, have to use a technique like '$'+'Date: ...'… | Sep 21 2006 | |||
9b0352a2f2f3 | Tibor Simko | Added tests for dateutils datecvs conversion. | Sep 21 2006 | |||
997f4623b4e1 | Tibor Simko | Added function for converting CVS dates to datestruct. Useful for Last updated… | Sep 21 2006 | |||
6e8c42a83c85 | Tibor Simko | Added explicit test for the number of missing docstrings. Currently there are… | Sep 21 2006 | |||
1efd3cceb702 | Tibor Simko | Added CFG_PREFIX. | Sep 20 2006 | |||
ec761f4dff4b | Tibor Simko | Harmonized CFG_PATH_* and CFG_WEBSEARCH_* config variable names. | Sep 18 2006 | |||
4057d0d70661 | Tibor Simko | Updated to work with the latest pychecker 0.8.17. (Limit on the number of… | Sep 15 2006 | |||
8fc23841490f | Tibor Simko | Renamed cfg_oai_* config variables to follow the uppercase model. Fixed the… | Sep 15 2006 | |||
770420bc2854 | Tibor Simko | Renamed cfg_bibindex_* config variables to follow the uppercase model. | Sep 15 2006 | |||
5c823ebc750c | Tibor Simko | Renamed cfg_webcomment_* config variables to follow the uppercase model. | Sep 15 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 | |||
fcef3232f08d | Tibor Simko | Removed __version__ in profit of __revision__. | Sep 13 2006 | |||
c8586dff9888 | Tibor Simko | Improved kwalitee of the code. | Sep 13 2006 | |||
9e6b2a4c8952 | Tibor Simko | Print complete usage info message in case the modules subdir well exists but… | Sep 12 2006 | |||
821fde776352 | Tibor Simko | Added get_table_status_info() to serve for MySQL 4.x and 5.x versions. | Sep 11 2006 | |||
2a31ade3b7bd | Tibor Simko | Fixed detection of pychecker-stripped leading ../../ path. | Sep 8 2006 | |||
4d4c663e0fe1 | Tibor Simko | Harmonized desirable PyLint score. | Sep 8 2006 | |||
e3a0c8c46262 | Tibor Simko | Print a legend for the kwalitee results table. | Sep 8 2006 | |||
5708ee0375b4 | Tibor Simko | Fixed some obvious pylint warnings. | Sep 8 2006 | |||
0d76f4394c87 | Tibor Simko | Fixed some pylint warnings. | Sep 8 2006 | |||
00c5162af931 | Tibor Simko | Added __revision__. | Sep 8 2006 | |||
ac0047789430 | Tibor Simko | Improved kwalitee checking CLI API in order to be able to rapidly scan a subset… | Sep 8 2006 | |||
868cda5b89cd | Tibor Simko | Fixed cosmetic print of the second separator. | Sep 7 2006 | |||
73b05e45e140 | Tibor Simko | Print the number of pychecker warnings per 1k source lines in three decimal… | Sep 7 2006 | |||
545bab52a705 | Tibor Simko | Initial release of the Python code kwalitee measurement tool. | Sep 7 2006 | |||
317eab95122d | Tibor Simko | Added tests for get_table_update_time(). | Sep 5 2006 | |||
ae073edcfa94 | Tibor Simko | Added get_table_update_time() function to detect properly table update_time… | Sep 5 2006 | |||
62a970c8d01a | Tibor Simko | Used the term `stream' instead of `file' in the errorlib API, since file has… | Sep 4 2006 | |||
358db196167d | Tibor Simko | Document example directory in deduce_site_packages_location(). | Sep 4 2006 | |||
3a89520f2c78 | Tibor Simko | Do not import readline. | Aug 29 2006 | |||
77a90afbd0da | Tibor Simko | Added urlargs_replace_text_in_arg() that used to live in search_engine.py. | Aug 24 2006 | |||
805feffa4627 | Tibor Simko | Added regression tests for the testutils library itself. | Aug 23 2006 | |||
97afea7d4bdd | Tibor Simko | Enhanced test_web_page_content() to offer an easy way of checking for a… | Aug 23 2006 | |||
aad91519a916 | Tibor Simko | Added `php' variable that eventually holds path to the PHP CLI executable. | Aug 22 2006 | |||
ccfdc0e70caf | Tibor Simko | Make regression test suite warning message a bit more explicit. | Aug 22 2006 | |||
3bef264c2cdd | Tibor Simko | Started massive deployment of the regression test suite. Added basic tests for… | Jul 21 2006 | |||
8cefcf0512f0 | Tibor Simko | Added helper function test_web_page_content() to easily test the availability… | Jul 21 2006 | |||
076116818ca9 | Nicholas Robinson | Added variable 'xmlmarc2textmarc', containing path to 'xmlmarc2textmarc' tool… | Jul 12 2006 | |||
2156ef561a99 | Tibor Simko | General support infrastructure for the Bulgarian translation. Dynamic elements… | Jul 12 2006 | |||
2068c705c9ff | Tibor Simko | Added testutils.py for the distribution. | Jun 30 2006 | |||
9cef0f935232 | Tibor Simko | Improved documentation of run_sql() API. Documented escape_string() and… | Jun 20 2006 | |||
1b62d846e773 | Tibor Simko | Expose Python DB API 2.0 exceptions and escape_string() to the clients so that… | Jun 20 2006 | |||
a058c0e2f837 | Martin Vesely | Unification of OAI configuration variables naming. | Jun 15 2006 | |||
5200b83baddf | Tibor Simko | MiscUtil module is now using the new URL style. The changes concern error… | Jun 15 2006 | |||
45b3b007ecab | Tibor Simko | Do not connect to the database or run queries when the site is closed for… | Jun 5 2006 | |||
ff9073c84a2b | Tibor Simko | Deleted unneeded function create_language_selection_box(), as it was integrated… | Jun 5 2006 | |||
63a61a1c7e7e | Tibor Simko | Replaced search.py by search as per the new URL schema. | May 29 2006 | |||
49062060ac68 | Frederic Gobry | Implementation of the new URL scheme (/record/... and friends) for websearch… | May 24 2006 | |||
e1da0767d12c | Tibor Simko | Initial release of the importing test, suggesting how to create Python module… | May 23 2006 | |||
5129ad67b96f | Tibor Simko | Run importing test during `make install'. | May 23 2006 | |||
5f971c3b93b0 | Frederic Gobry | renamed httpsurl into sweburl to be more coherent with weburl. | May 6 2006 | |||
a86c8e90f9bf | Frederic Gobry | added support for login over https | May 5 2006 | |||
18b100fe8575 | Tibor Simko | Implemented name change CDSware to CDS Invenio. Also, introduced new configure… | May 4 2006 | |||
d5b36a574e3c | Tibor Simko | Updated copyright years. | May 2 2006 | |||
4f01fc28cf81 | Martin Vesely | Configurable sleeptime between consecutive OAI requests. | Apr 28 2006 | |||
259f20c4bdb0 | Tibor Simko | Removing messages.wml and its last traces now that we use different I18N… | Apr 18 2006 | |||
ccc0ac8e54f7 | Gregory Favre | Fixed bus in urlutils | Apr 13 2006 | |||
9abc45568c71 | Gregory Favre | Fixed minor bugs in dateutils. | Apr 13 2006 | |||
bc692c0a1277 | Tibor Simko | Do not initialize all the msg_* strings anymore now that all the client code… | Apr 11 2006 | |||
9355d8102250 | Frederic Gobry | For non-CERN sites, bibupload should match records on their 970$a field in a… | Feb 24 2006 | |||
6b72f6d610ca | Gregory Favre | Added missing WebComment configurations variables… | Feb 13 2006 | |||
05d222a3acb5 | Tibor Simko | Added two missing WebComment configuration variables. | Feb 12 2006 | |||
f108c787d4f7 | Tibor Simko | Fixed typos in initializations of two messages for Spanish, Catalan, and Slovak. | Feb 10 2006 | |||
70b8446a1f9c | Gregory Favre | Fixed a problem with output of the default date in… | Feb 9 2006 | |||
eb6f2891c706 | Gregory Favre | Added a function to log all queries in order to help debugging. | Feb 8 2006 | |||
34308163bb01 | Tibor Simko | During make clean, remove only those Python files that were produced out of WML… | Jan 31 2006 | |||
4189727c5f89 | Gregory Favre | Added a new function to urlutils: def get_client_ip_address(req): """… | Jan 17 2006 | |||
d205eab0275d | Tibor Simko | Introducing Polish translation. (General supporting infrastructure, plus… | Jan 15 2006 | |||
98d9215e171f | Tibor Simko | General support infrastructure for the Japanese translation. Dynamic elements… | Dec 21 2005 | |||
26027c4ef350 | Gregory Favre | - tests separated in multiple functions. | Dec 20 2005 | |||
6b1700acdd20 | Tibor Simko | Python imports are now done in an absolute way (from cdsware.foo import bar)… | Dec 20 2005 | |||
2cdd5b38ab20 | Gregory Favre | -added hacking documentation for miscutil -added urlutils (for the moment… | Dec 20 2005 | |||
4d9f5933680c | Gregory Favre | - Solved an importation problem. - Added a special error when module_config… | Dec 15 2005 | |||
1f781318ab1b | Gregory Favre | Errors are now internationalized. Minor bug fixes, global code improvement. To… | Dec 15 2005 | |||
c2b262513c62 | Gregory Favre | Corrected return values when giving default values (return N/A on GUI) | Dec 5 2005 | |||
1bef0e7c4f9f | Gregory Favre | Clarified function names. added every necessary convert function. Lexicon… | Nov 16 2005 | |||
53b4bd3b7f8d | Gregory Favre | function name have changed! bugs due to python2.2 corrected | Nov 16 2005 | |||
2b5bf757a06e | Gregory Favre | corrected i18n bug in create_year... | Nov 16 2005 | |||
eca4c35dbe9e | Gregory Favre | Changed function create_year_selectbox. Now it can begin with current year… | Nov 16 2005 | |||
8723869f5916 | Tibor Simko | Compatibility with recent MySQLdb (1.0.0 and later). | Nov 15 2005 | |||
f98d6905e077 | Gregory Favre | Made change to dateutils, importing module time rather than datetime, for… | Nov 14 2005 |
c4science · Help