History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
ab51ee6fdd8d | Nicholas Robinson | + Dropped configuration data for "PICT" and "RPICT" submissions (they have… | Oct 18 2007 | |||
32455daf5b69 | Nicholas Robinson | Fixed 2 incorrect "modification field MARC codes" in the "DEMOPIC_KW" and… | Oct 18 2007 | |||
25b81679cf6a | Nicholas Robinson | Added details of 'Move_Files_to_Storage' function. | Oct 18 2007 | |||
5ca256e02ad0 | Nicholas Robinson | Added configuration data for "DEMOPIC" submission. | Oct 18 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 | |||
e467d4e47eea | Jerome Caffaro | Added checkbox to display/hide output formats in list of output formats on… | Sep 14 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 | |||
35dfc35e4ce6 | Tibor Simko | Added IF NOT EXISTS for sbmCPLXAPPROVAL table creation statement. | Sep 9 2007 | |||
3da5f7950074 | Tibor Simko | Added forgotten clsMETHOD table. | Sep 9 2007 | |||
ebb204b371f8 | Tibor Simko | Added forgotten sbmCPLXAPPROVAL table. | Sep 9 2007 | |||
1d6f473921b5 | Axel Voitier | Initial experimental release of the complex approval and refereeing workflow. | Sep 7 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 | |||
ac2bf61da8b3 | Tibor Simko | Added clsMETHOD table for the BibClassify daemon. | Sep 3 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 | |||
662c3b14e23a | Tibor Simko | Fixed column | 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 | |||
3d9380546c50 | Samuele Kaplun | Corrected typo , -> ; | Jul 31 2007 | |||
d1d2b1e335b8 | Marcus Johansson | First(!) commit of extended WebStat. | Jul 27 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 | |||
c4006f196924 | Samuele Kaplun | Moved migration of password into new automatic password_migration_kit. | Jul 2 2007 | |||
575231f4751a | Samuele Kaplun | Changed boolean values to integer to make happy mysql 4.1. | Jun 29 2007 | |||
ad47adbd370f | Samuele Kaplun | Added the boolean encrypted column to the user table, in order to assert when… | Jun 29 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 | |||
d22163733183 | Samuele Kaplun | Fixed a small after-friday-commit-bug. | Jun 22 2007 | |||
9acea6e4e420 | Samuele Kaplun | Send via email a unique url to properly reset local lost password. | Jun 22 2007 | |||
c12b0c767034 | Samuele Kaplun | Encrypted local passwords and various fixes. | Jun 21 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 | |||
4d447c7bb554 | Samuele Kaplun | Fixed typo. | Jun 6 2007 | |||
b2733173c6ec | Samuele Kaplun | Added runsessiongc new action for running sessiongc as a bibtask. | Jun 4 2007 | |||
a081cef0ce1d | Samuele Kaplun | Added hidden cli flag for forcing w3c validation. | May 31 2007 | |||
622ed719133c | Samuele Kaplun | Added note=1 for hyde & jekyll. | 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 | |||
d1e6d6344edb | Samuele Kaplun | Changed the Demo Theses viewer group policy to VO in order to accept new users… | May 21 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 | |||
6726c311408f | Tibor Simko | Added demo users Dr. Jekyll and Mr. Hyde, with the rights to see the Theses… | May 16 2007 | |||
ceaf067fa2cd | Samuele Kaplun | Many changes, including: * Implementation of a firewall like role definition… | May 15 2007 | |||
828713d897ab | Samuele Kaplun | Reverting last addition for the upcoming firerole, because of installation… | May 15 2007 | |||
3ac739b55eca | Samuele Kaplun | Small Italian translation correction (English plural for words that are not… | May 11 2007 |
c4science · Help