History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
610dd098425b | Samuele Kaplun | Intbitset: Renamed universe to trailing_bits, some docstrings cosmetics, some… | Aug 10 2007 | |||
1ce83bfcdf53 | Samuele Kaplun | Added checks for negative numbers. | Aug 10 2007 | |||
e1f3c31bd61e | Samuele Kaplun | Added more test cases. | Aug 10 2007 | |||
53a96fd8f9bb | Samuele Kaplun | Removed not needed anymore config parameter CFG_MAX_RECID. | Aug 10 2007 | |||
747a0cf07a73 | Samuele Kaplun | Fixed bug where intbitset.__nonzero__ reported wrongly non empty sets as empty. | Aug 10 2007 | |||
8d7ad21d69b6 | Samuele Kaplun | Fixed bad bug! | Aug 9 2007 | |||
e2bac9c19790 | Samuele Kaplun | Fixed bug. | Aug 9 2007 | |||
cfdd1ea34eed | Samuele Kaplun | New intbitset with universe support. | Aug 9 2007 | |||
899c3e4dee86 | Samuele Kaplun | Reorganization of code. | Aug 7 2007 | |||
eaa0580ac6e6 | Samuele Kaplun | Fix compatibility bug. | Aug 7 2007 | |||
15d724f3c891 | Samuele Kaplun | Added buffer interface. It still don't work. Need some investigation. | Aug 7 2007 | |||
8d0b4dbd605e | Samuele Kaplun | Cleaned spacing, docstring and added nice __str__. | Aug 7 2007 | |||
4cbdc5cc2d29 | Samuele Kaplun | Fixed bug in fastload method. | Aug 7 2007 | |||
46a5f1bf05c7 | Tibor Simko | Added tests for in-place set operations, marshalling, and ascii bit dump. | Aug 7 2007 | |||
45c92ef3eb69 | Tibor Simko | Added basic test suite for the intbitset module. | Aug 7 2007 | |||
319751e50cb6 | Tibor Simko | Added intbitset.c and build. | Aug 6 2007 | |||
705338acb685 | Tibor Simko | Plugged intbitset into the general make/make-install/make-clean build scheme. | Aug 6 2007 | |||
b3657474b19d | Tibor Simko | Fixed the try clause syntax problem. | Aug 6 2007 | |||
cb3145819554 | Samuele Kaplun | Support both Cython and Pyrex. | Aug 6 2007 | |||
df11ac0cbc0b | Tibor Simko | Updated description string. | Aug 6 2007 | |||
435272282d29 | Tibor Simko | Replaced "+=" operator to satisfy older Pyrex versions. Updated docstrings. | Aug 6 2007 | |||
bfb7dba502bd | Samuele Kaplun | Removed wrong comment. | Aug 3 2007 | |||
118d899af361 | Samuele Kaplun | Moved often used (de)serialize_via_marshal functions here, since they're needed… | Aug 3 2007 | |||
07a20934c22d | Samuele Kaplun | New intbitset data structure for storing integer in a set, using fast bit-level… | Aug 3 2007 | |||
10ded9a77a84 | Samuele Kaplun | Added reference for removing latex markup. | Jul 31 2007 | |||
6311159a7fb5 | Jerome Caffaro | "Detailed record" pages reorganisation. | Jul 20 2007 | |||
8ff521296baf | Samuele Kaplun | Added skip for dbexec.in which is a bash script and not a python one. | Jul 12 2007 | |||
b88d8f6b4b74 | Samuele Kaplun | Added api_migration_kit to update customized release of CDS Invenio in order to… | Jul 2 2007 | |||
144eb727d6e5 | Samuele Kaplun | Update comments | Jun 29 2007 | |||
d0147b3cb993 | Samuele Kaplun | Masked mailutils.py. | Jun 26 2007 | |||
8ab9f0e7bb4d | Samuele Kaplun | New refactored api for sending email (send_mail in mailutils.py). Includes new… | Jun 26 2007 | |||
c1f7bd115199 | Samuele Kaplun | Fixed small bug. | Jun 21 2007 | |||
3148e640e4d7 | Jerome Caffaro | Updated 'test_web_page_content(..)' to accept lists as input for parameters… | Jun 15 2007 | |||
37609f359eeb | Samuele Kaplun | For removing global DB_CONN to make Invenio happy with multithreading I… | Jun 12 2007 | |||
0dbaf776347b | Samuele Kaplun | Fixed dbquery when running multi-threaded apache, even without using SQLAlchemy. | Jun 12 2007 | |||
9ef913629b83 | Samuele Kaplun | Implement pooling of Mysql connections (when CFG_MISCUTIL_USE_SQLALCHEMY is… | Jun 12 2007 | |||
016792c330a2 | Samuele Kaplun | Added _db_logout for giving the possibility (if such a thing works in python)… | Jun 8 2007 | |||
a081cef0ce1d | Samuele Kaplun | Added hidden cli flag for forcing w3c validation. | May 31 2007 | |||
38c1b948c51d | Samuele Kaplun | New tool for validating html strings against W3C validators (for CDS at CERN… | May 30 2007 | |||
a0aedbdf2c3a | Jerome Caffaro | Moved from HTML to XHTML syntax. | May 29 2007 | |||
b98d3870e673 | Samuele Kaplun | Used cdsname(intl) everywhere in place of "CDS( Invenio)" | May 25 2007 | |||
9657e2ace771 | Samuele Kaplun | Moved from the obsolete sre module to re. | May 22 2007 | |||
e7ef636064e5 | Samuele Kaplun | Cleaned run_sql_cached and added log facility similar to run_sql. | May 18 2007 | |||
fdf29e5a5c7d | Samuele Kaplun | Added derivate SQL cache. | May 18 2007 | |||
ceaf067fa2cd | Samuele Kaplun | Many changes, including: * Implementation of a firewall like role definition… | May 15 2007 | |||
cb40db67bfc5 | Samuele Kaplun | Fixed a regression-test which looked for 'localhost' instead of weburl | May 2 2007 | |||
5581b841c09d | Tibor Simko | Added general support infrastructure for the Chinese translations (zh_CN… | Apr 12 2007 | |||
feefe892e5ca | Tibor Simko | Replace "&" by "&" after encoding URL arguments in make_canonical_urlargd(). | Mar 15 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
9ef136c20260 | Nicholas Robinson | Removed note '# FIXME: not used?' from CFG_PATH_GFILE - gfile is used by… | Feb 14 2007 | |||
d70a7934d1de | Jerome Caffaro | Added <sub> and <sup> to default list of allowed tags. | Feb 12 2007 | |||
a2be4620120d | Diane Berkovits | New variable for download graph | Feb 8 2007 | |||
70f0c9b8d93a | Tibor Simko | Improved the detection of the most probable "site-packages" directory location… | Dec 20 2006 | |||
3e750a4692e6 | Tibor Simko | Added test of table update time detection for empty tables (no indexes, unusual… | Dec 7 2006 | |||
6051ce1958a6 | Tibor Simko | Fixed problem of table status detection in case of mxdatetime module… | Dec 7 2006 | |||
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 |
c4science · Help