History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
f80152df3863 | Tibor Simko | Deleted unnecessary cvsignore files. | Nov 24 2008 | |||
51bfbcb9fa42 | Tibor Simko | Removed $Id$ from file preamble comments. | Oct 27 2008 | |||
15a6b2687452 | Tibor Simko | When skipping tests, fail with a SKIPPED heading. | Mar 31 2008 | |||
4bc4c73928de | Tibor Simko | Deleted trailing whitespace in all Python files. | Mar 26 2008 | |||
cdd3d5437047 | Tibor Simko | Unified two definitions of EZEmailCreateError exception. Also, removed… | Mar 25 2008 | |||
e5cf1e00e21a | Tibor Simko | Adapted Makefiles to the new standard webdoc source directory… | Mar 25 2008 | |||
3d7e61d5dbcb | Tibor Simko | Standardized unit and regression test suite building and running techniques. | Mar 23 2008 | |||
2b99705c3821 | Tibor Simko | Updated codebase to use CFG_SITE_URL instead of weburl everywhere. Updated… | Mar 12 2008 | |||
593039eda71d | Tibor Simko | Fixed English in a comment. | Mar 11 2008 | |||
a1dc99329e62 | Samuele Kaplun | Fixed support for system-provided magic library. | Mar 11 2008 | |||
3a935840cf89 | Samuele Kaplun | Removed bundled magic python wrapper. It now comes with the UNIX file utility. | Mar 11 2008 | |||
b20b5f2b9db0 | Samuele Kaplun | *** empty log message *** | Mar 11 2008 | |||
72c35da585a5 | Tibor Simko | Updated codebase to use CFG_SITE_ADMIN_EMAIL instead of adminemail everywhere. | Mar 11 2008 | |||
ca990a4e2355 | Tibor Simko | Updated codebase to use CFG_SITE_NAME and CFG_SITE_NAME_INTL instead of cdsname… | Mar 11 2008 | |||
6dc20e3ca587 | Tibor Simko | Updated conf files. Replaced old style variable names (e.g. WEBURL) with new… | Mar 10 2008 | |||
aaf4d952a872 | Tibor Simko | Moved important runtime parameters (URLs, DB credentials) from configure… | Feb 15 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
29dd5c456425 | Tibor Simko | Cosmetic megacommit to standardize whitespaces in WebDoc tags ("<!-- WebDoc-Foo… | Dec 20 2007 | |||
9ead20fd440e | Jerome Caffaro | Removed WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select. | Dec 20 2007 | |||
fd9fef6d8364 | Tibor Simko | Removed obsoleted target from CLEANFILES. | Dec 18 2007 | |||
8dd8f3c75ca8 | Tibor Simko | Phased out ElmSubmit Admin static intro page. | Dec 13 2007 | |||
446441deb33c | Tibor Simko | Cleaned CLEANFILES target. | Dec 10 2007 | |||
f366576543ef | Tibor Simko | Verified and fixed webdoc files, removed WML files. | Dec 7 2007 | |||
d4e01d2cc820 | Jerome Caffaro | WebDocified admin guide. | Nov 14 2007 | |||
b98d3870e673 | Samuele Kaplun | Used cdsname(intl) everywhere in place of "CDS( Invenio)" | May 25 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
8519f41445cc | Tibor Simko | Fixed "CDSWare" typos; either replaced by CDSware, or by CDS Invenio, or… | Feb 14 2007 | |||
d7d69fad9684 | Tibor Simko | Fixed bad indentation. | Dec 6 2006 | |||
7d99c2eb75a8 | Tibor Simko | Fixed free variable problems (ParseDataError, binascii). Left several false… | Dec 4 2006 | |||
f2e996e8b4f5 | Tibor Simko | Fixed free variable problems (dirlist, perms). | Dec 4 2006 | |||
9f79c63fac81 | Tibor Simko | Fixed free variable problem (zlib). | Dec 4 2006 | |||
a2d054c3c70b | Tibor Simko | Fixed free variable problem (doctype). | Dec 1 2006 | |||
7fcd5154b1bb | Tibor Simko | Removed explicit "is" and "is not" comparisons against True/False singletons… | Nov 29 2006 | |||
153f4b09ccd5 | Tibor Simko | Removed explicit == and != comparisons against True/False singletons, as per… | Nov 28 2006 | |||
5dda83af3d76 | Tibor Simko | When comparing to None, do not use "== None" or "!= None", but rather "is None"… | Nov 28 2006 | |||
e3bc0d9f4a26 | Tibor Simko | Do not depend on bz2 globally, only when bz2 files are actually processed at… | Oct 24 2006 | |||
64219a78a324 | Tibor Simko | Ignore long lines warning, they are here per design. | Sep 20 2006 | |||
bb3cf98f872a | Tibor Simko | Added copyright messages to the files where they were missing. Fixed copyright… | Sep 14 2006 | |||
bdaa3eafc82c | Tibor Simko | Added __revision__ for all Python files that did not have it. | Sep 14 2006 | |||
65ad73f0cfc8 | Tibor Simko | Local config parameters changed to CFG_ELMSUBMIT_*. | Sep 14 2006 | |||
fcef3232f08d | Tibor Simko | Removed __version__ in profit of __revision__. | Sep 13 2006 | |||
75928c3cd4e1 | Tibor Simko | Fixed away the most obvious pylint warnings. | Sep 8 2006 | |||
47b33f2085d0 | Tibor Simko | Removed unused encdet files, one of them syntactically wrong. | Sep 7 2006 | |||
24af927fba33 | Krzysztof Jedrzejek | Added test case messages. Modified the xml structure of desired test case… | May 30 2006 | |||
3be829fc727a | Tibor Simko | Not needed anymore. | May 16 2006 | |||
4df4aff31eb4 | Tibor Simko | Replaced cdsware import with invenio. Standardized test case messages. When… | May 15 2006 | |||
0866613f0fc9 | Krzysztof Jedrzejek | Corrected the handling of test case files written into tmpdir. | May 12 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 | |||
ac3e5a617931 | Tibor Simko | Put standard FIXME placeholder. | Apr 28 2006 | |||
6bec7c9adc4c | Tibor Simko | Remove info on the necessity of login, as ElmSubmit Admin does not have a web… | Apr 28 2006 | |||
1d58d73937e0 | Tibor Simko | Added standard `help' and `version' command line arguments. | Apr 26 2006 | |||
ecfa7933ac76 | Tibor Simko | Added __version__ number. | Apr 26 2006 | |||
2358497e13a8 | Krzysztof Jedrzejek | Cleanup of the elmsubmit module. Changes include: removal of lex/yacc based… | Apr 25 2006 | |||
9f81b44b322f | Tibor Simko | Respect new names for i18n_extract_from_wml_source.py, i18n_update_wml_target. | Apr 11 2006 | |||
6b13f0051c34 | Tibor Simko | Adapted to the new way of I18N, removing MSG_ dependencies. | Apr 11 2006 | |||
374a590462c7 | Tibor Simko | Added call to i18n_update_wml.py to update header/footer/etc in otherwise fully… | Jan 10 2006 | |||
6b1700acdd20 | Tibor Simko | Python imports are now done in an absolute way (from cdsware.foo import bar)… | Dec 20 2005 | |||
2e55ad5a7df4 | Tibor Simko | Getting rid of WML. | May 23 2005 | |||
3daf391cc4f9 | Tibor Simko | Getting rid of WML. | May 13 2005 | |||
7eca61861556 | Tibor Simko | Getting rid of WML. | May 12 2005 | |||
9fb44497c594 | Tibor Simko | Added dependency on cdsnavbar.wml. | Mar 2 2005 | |||
84b18f1b27c5 | Tibor Simko | Updated copyright years. | Jan 6 2005 | |||
41f01144716d | Tibor Simko | Added parser.out to the distro. | Dec 17 2004 | |||
16460a7a7838 | Tibor Simko | Added mime.types.edited to the distro. | Dec 17 2004 | |||
201a5a3dd621 | Tibor Simko | Added magic.ext and magic.ext.mgc to the distro. | Dec 17 2004 | |||
8f94650262a0 | Tibor Simko | Do not pay CVS attention to elmsubmit executable. | Nov 1 2004 | |||
68d12763585a | Tibor Simko | Temporarily removing magic.so target. | Oct 25 2004 | |||
e46f4c6dfc75 | Richard Owen | Initial full checkin of elmsubmit code. | Oct 14 2004 | |||
efd5c7797ee9 | Richard Owen | Initial checkin of this file. | Sep 29 2004 | |||
9a15fdeac50d | Tibor Simko | Added skeleton for ElmSubmit module. | Sep 29 2004 |
c4science · Help