History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
cf4842ac2e17 | Tibor Simko | Sort cdslangs, cdsnameintl by language codes. | Nov 12 2007 | |||
b049d4c5d36e | Tibor Simko | Removed file now that we have webdoc. | Nov 12 2007 | |||
2d12d0c2c001 | Tibor Simko | Removed unneeded error handling PHP library. | Nov 12 2007 | |||
510538ae19ac | Jerome Caffaro | Added 'cdslangs' config variable in order to choose which languages to display… | Nov 12 2007 | |||
2c59f56e96d0 | Tibor Simko | Fixed missing column names in an SQL INSERT statement. | Nov 9 2007 | |||
860bfaf2f1e6 | Jerome Caffaro | Changed syntax for defining page options to HTML comment style. | Nov 8 2007 | |||
8c9ac238c20e | Jerome Caffaro | Initial release of Invenio-style WML to HTML converter. | Nov 7 2007 | |||
da2306cdf148 | Tibor Simko | Updated docstring to use Pyrex instead of Cython. | Nov 7 2007 | |||
49af5e8e8efc | Samuele Kaplun | Compiled intbitset.pyx with Pyrex-0.9.6.3 which still support Python-2.3… | Nov 7 2007 | |||
ef54e30c0c6f | Tibor Simko | Set DB connection parameter preferences to UTF-8 binary strings. | Nov 6 2007 | |||
4a09a1012939 | Tibor Simko | Added test for UTF-8 treatment in the Python<->MySQLdb<->MySQL storage chain. | Nov 6 2007 | |||
57852d5b43c3 | Samuele Kaplun | New intbitset.c generated by cython-0.9.6.8. | Nov 2 2007 | |||
60d1fc940ea6 | Tibor Simko | Fixed an English typo, and updated docstring. | Nov 1 2007 | |||
43574f9c1d9b | Samuele Kaplun | Added prefix and suffix optional string to be printed alongside a register… | Nov 1 2007 | |||
d8f0143bd4ae | Samuele Kaplun | Removed unused import that caused circular import error. | Nov 1 2007 | |||
db79013610e8 | Samuele Kaplun | Removed dependency on Pyrex/Cython. We can directly ship the produced intbitset. | Oct 31 2007 | |||
6102b8c8a6da | Samuele Kaplun | Added optional verbose_description to register_exception, in order to allow for… | Oct 22 2007 | |||
6895a4526a06 | Samuele Kaplun | Added register_exception for nicely logging a given exception with all its… | Oct 19 2007 | |||
c1615b7e481b | Tibor Simko | Fixed run_sql_cached() to take into account the case of empty supplied list of… | Oct 16 2007 | |||
ab9f1a1d70a4 | Samuele Kaplun | Fixed last standing bug! Maybe lost some bit of perfomance (but maybe not, it… | Oct 3 2007 | |||
1a85947bfa33 | Tibor Simko | Added detection of Pylint details: the number of Fatal, Error, Warning… | Sep 17 2007 | |||
af2260b6b17d | Samuele Kaplun | Fixed a bug which prevented correct compilation of intbitset with Python-2.4… | Sep 13 2007 | |||
e8fdd8aa23fc | Tibor Simko | Disable false positive E1102 pylint warnings due to the use of mechanize. | Sep 12 2007 | |||
46198dc845e7 | Samuele Kaplun | Added backward compatibility method tolist(). | Sep 7 2007 | |||
ea46d2ffa777 | Tibor Simko | Added w3c_validator.py, api_migration_kit.py and updateapi.data.sed to the… | Sep 4 2007 | |||
d529cd6664d8 | Tibor Simko | Use proper CFG_MISCUTIL_SMTP_* variables. | Sep 4 2007 | |||
495db5f4a626 | Tibor Simko | De-WML-ized mailutils. | Sep 4 2007 | |||
ef561cec4ec9 | Samuele Kaplun | Perfectioned the tests, adding some meaningful failure messages, and some big… | Aug 17 2007 | |||
652152ba12d2 | Samuele Kaplun | Fixed bug in which intbitset([]) would raise a wrong exception instead of… | Aug 17 2007 | |||
d4a1d7e3f52d | Samuele Kaplun | Fixed various tests, never checking empty intbitsets. | Aug 17 2007 | |||
18bb373f5de6 | Samuele Kaplun | Added __revision__, float __apilevel__ (= 1.0 ;-), __maxelem__. | Aug 16 2007 | |||
31ed59bba051 | Samuele Kaplun | Addedd sanity checks with the possibility to switch them on/off via… | Aug 16 2007 | |||
e479647d2465 | Samuele Kaplun | Added many tests and many many exceptions checks. | Aug 16 2007 | |||
36cb4d1eb767 | Samuele Kaplun | Addedd even more tests and corrected the semantic of clear() method. | Aug 16 2007 | |||
5b77eb60056d | Samuele Kaplun | Maybe fixed a bug, previously introduced (set difference not in place). | Aug 15 2007 | |||
8a6b30200377 | Samuele Kaplun | Fixed compatibility with < Python-2.5? | Aug 15 2007 | |||
1cf32b7d1d60 | Samuele Kaplun | Fixed a bad bug about memory allocation, introduced with yesterday optimization. | Aug 15 2007 | |||
c67b45bc6952 | Samuele Kaplun | New tests, that succeeded in spotting a bad bug with memory allocation. | Aug 15 2007 | |||
982045c3f213 | Tibor Simko | Fixed test case spelling and enriched test case description. | Aug 15 2007 | |||
103f031d35fa | Samuele Kaplun | New big commit with extensive testing of all the possibile cases with boolean… | Aug 15 2007 | |||
62aee8d84ba5 | Samuele Kaplun | Extract_finite_list is a helper function that return the list of element… | Aug 15 2007 | |||
1741b314c605 | Samuele Kaplun | Added helper functions extract_finite_list (see docstring) and is_infinite. | Aug 14 2007 | |||
2d07bdc34350 | Samuele Kaplun | Fixed bug where intersection in place between empty intbitset and non empty… | Aug 14 2007 | |||
78748d17b4af | Samuele Kaplun | 1st commit of deep iterative testing of intbitset. | Aug 14 2007 | |||
ff63087fee33 | Samuele Kaplun | Added nice speed optimizations for intersection and subtraction between… | Aug 13 2007 | |||
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 |
c4science · Help