History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
2b99705c3821 | Tibor Simko | Updated codebase to use CFG_SITE_URL instead of weburl everywhere. Updated… | Mar 12 2008 | |||
e2e54b3a1d85 | Tibor Simko | Updated codebase to use CFG_SITE_SECURE_URL instead of sweburl everywhere. The… | Mar 12 2008 | |||
7768546ebf94 | Tibor Simko | Updated codebase to use CFG_SITE_LANG and CFG_SITE_LANGS instead of cdslang and… | Mar 11 2008 | |||
6dc20e3ca587 | Tibor Simko | Updated conf files. Replaced old style variable names (e.g. WEBURL) with new… | Mar 10 2008 | |||
f4b4d6c7a9f8 | Samuele Kaplun | Cleaned usage of indent_text everywhere. Cleaned foo = "%s%s" % (foo, bar) used… | Feb 29 2008 | |||
87907b476cbe | Samuele Kaplun | Fixed web interface bug in WebBasket when not selecting a topic, but creating a… | Feb 15 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
5dcccfe26b21 | Radoslav Ivanov | Add additional test for adding records to a basket. | Jan 17 2008 | |||
1f79364f869b | Radoslav Ivanov | Add additional test for adding records to a basket. | Dec 18 2007 | |||
7a37a9f9254c | Tibor Simko | Fixed get_basket_record() SQL query parameters. | Nov 30 2007 | |||
4f30f79b0e86 | Tibor Simko | Fixed get_basket_content() variable typo introduced by recent escape_string()… | Nov 22 2007 | |||
f72f0648e94a | Tibor Simko | Fixed multi-line INSERT statement cosmetic style so that it passes kwalitee… | Nov 9 2007 | |||
66c870ff5d5e | Tibor Simko | Replaced escape_string() calls. Deleted trailing whitespace. | Nov 8 2007 | |||
23370cd5b338 | Tibor Simko | Updated docstring. Deleted trailing whitespace. SQL escaping not fixed, since… | Nov 8 2007 | |||
efd88db8e031 | Samuele Kaplun | Bunch of fixes since the last commit that changed both account registration and… | Nov 1 2007 | |||
e8a9a5e24adc | Gregory Favre | Webbasket module now provide the 'of' parameter to page function. Therefore… | Aug 25 2007 | |||
a98c625da406 | Gregory Favre | When using perform_request_add, no check was made on the existence of the… | Aug 25 2007 | |||
0a2abb726af1 | Jerome Caffaro | Fixed some not XHTML-valid output. | Jun 13 2007 | |||
a0aedbdf2c3a | Jerome Caffaro | Moved from HTML to XHTML syntax. | May 29 2007 | |||
6dbc96e05033 | Jerome Caffaro | Added 'navmenuid' parameter in order to let functions creating webpages know in… | Mar 20 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
e58bc1a32c7a | Gregory Favre | Fixed bug while changing a public basket's topic (misplaced parentheses). | Feb 12 2007 | |||
9cc47e514a30 | Jerome Caffaro | Replaced usage of 'print_record' with 'format_record'. Made baskets display… | Feb 8 2007 | |||
5dda83af3d76 | Tibor Simko | When comparing to None, do not use "== None" or "!= None", but rather "is None"… | Nov 28 2006 | |||
f2cd7398c2f4 | Gregory Favre | Enhanced last quickfix on webbasket (problem while creating new baskets). | Nov 16 2006 | |||
0ac4f13eab41 | Diane Berkovits | Add check for parameter values in perform_request_add when topic and basket are… | Nov 2 2006 | |||
ae87a787dd15 | Gregory Favre | Corrected a bug, introduced with last modification of webbasket_dblayer's… | Oct 25 2006 | |||
0d4e258d8ed5 | Tibor Simko | Fixed the most visible XSS vulnerability issues in WebBasket. | Oct 23 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 | |||
5906d1f5cc93 | Tibor Simko | Fixed cases of importing global access control related parameters via local… | Sep 14 2006 | |||
f3aeb95faf7d | Tibor Simko | Use uppercase CFG_WEBSESSION_* module parameters. (All except errorlib related… | Sep 13 2006 | |||
44234d289fab | Tibor Simko | Use uppercase CFG_WEBBASKET_* module parameters. (All except for errorlib… | Sep 13 2006 | |||
355b6dc4b2b4 | Tibor Simko | Fixed some obvious pylint warnings. | Sep 8 2006 | |||
8406025a32bb | Tibor Simko | Put parentheses around table references in a LEFT JOIN statement, fixing the… | Sep 8 2006 | |||
3301da896a28 | Gregory Favre | Fixed a bug introduced by previous release. Couls not subscribe to a basket… | Jul 21 2006 | |||
9ab5aaf17eb6 | Gregory Favre | Fixed bugs discovered by the new regression tests (trying to access functions… | Jul 21 2006 | |||
3bef264c2cdd | Tibor Simko | Started massive deployment of the regression test suite. Added basic tests for… | Jul 21 2006 | |||
4b5fa80bb6ce | Tibor Simko | Fixed one more problem of string placeholder replacement. | Jul 21 2006 | |||
4b2173aa3ed4 | Gregory Favre | Update of strings for internationalization. Now the strings are created with… | Jul 20 2006 | |||
1e3802e61d1c | Nicholas Robinson | Fixed English in internationalized output messages. | Jul 18 2006 | |||
868101673e22 | Gregory Favre | Updated strings for better internationalizability. | Jul 18 2006 | |||
cfe08d23e15d | Tibor Simko | Continued in the process of making the output messages better translatable. | Jul 18 2006 | |||
fe2848dafd99 | Gregory Favre | Updated strings for internationalization | Jul 17 2006 | |||
92ebd0d7ec0d | Gregory Favre | In order to avoid database inconsistencies, guest users cannot share their… | Jul 12 2006 | |||
1d1305c0a8d6 | Tibor Simko | Respect language context in tmpl_topic_selection(). | Jul 11 2006 | |||
ba7d07df6f7f | Tibor Simko | Pass language context to perform_request_create_basket(). | Jul 11 2006 | |||
a285625ef283 | Gregory Favre | Bugfix: impossible to comment on a group-shared basket if this basket is also… | Jul 11 2006 | |||
089451fc1430 | Gregory Favre | Modified calls to user_usergroup table. Now handles the user_status used by… | Jun 29 2006 | |||
39d2fee4e376 | Tibor Simko | Fixed copyright message that got reverted back to CDSware during revision 1.5. | Jun 27 2006 | |||
38e4495687ad | Tibor Simko | Preserve language context in the Your Account navtrail link. | Jun 27 2006 | |||
5b18c00b3740 | Tibor Simko | More output message cleaning. | Jun 23 2006 | |||
da56a60793cb | Tibor Simko | More output messages cleanup. | Jun 23 2006 | |||
b6a7b329364a | Tibor Simko | Started cleanup of the output messages so that we can have them fixed before… | Jun 21 2006 | |||
702f64675a55 | Gregory Favre | Fixed bugs due to URL schema migration (comments were unavailable). | Jun 21 2006 | |||
1fe7d8836f40 | Tibor Simko | Changed database access code in order not to depend on MySQLdb but rather on… | Jun 20 2006 | |||
d6e4de45d3a6 | Gregory Favre | Fixed problems with new url schema. Enhanced design and code quality. | Jun 16 2006 | |||
aa101a0a524b | Tibor Simko | WebMessage module is now using the new URL style. The yourmessages links… | Jun 16 2006 | |||
9955c0b27510 | Tibor Simko | WebBasket module is now using the new URL style. Your Baskets links updated… | Jun 15 2006 | |||
694de0c84530 | Gregory Favre | Fixed an exception which occured while displaying comments of an unexisiting… | Jun 14 2006 | |||
1c9637304754 | Gregory Favre | Added new tests before proceeding to migration. Now user is warned if no… | Jun 14 2006 | |||
bd18a92ceeac | Tibor Simko | Add webbasket_migration_kit.py to the tarball. | Jun 12 2006 | |||
d334e73d093e | Gregory Favre | Added migration kit for webbasket (v.0.7.1 to 0.9). This utility will copy… | Jun 9 2006 | |||
e0ac7ad608c0 | Tibor Simko | Use /youraccount instead of /youraccount.py in the codebase everywhere. | Jun 9 2006 | |||
2d02c13c6e04 | Gregory Favre | Fixed bugs: couldn't create new basket while copying item. Fixed formatting of… | Jun 2 2006 | |||
5fe7109135c0 | Gregory Favre | Added new "edit basket" function (replacement of move/delete/rights management). | May 31 2006 | |||
f9e7af24f126 | Tibor Simko | Fixed English in the unsubscribe from baskets context. | May 8 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 | |||
9041bea374af | Gregory Favre | New webbasket module: business logic and templating | Apr 13 2006 | |||
bbfded6705a7 | Gregory Favre | Introduction of new webbasket_module: this is configuration file | Apr 13 2006 | |||
d856f393e6f5 | Gregory Favre | Introduction of new webbasket module. This is database access functions | Apr 13 2006 | |||
6b1700acdd20 | Tibor Simko | Python imports are now done in an absolute way (from cdsware.foo import bar)… | Dec 20 2005 | |||
bc8de7cd9634 | Tibor Simko | Adding templating code. | Aug 12 2005 | |||
71eb785f416b | Tibor Simko | Getting rid of WML. | May 12 2005 | |||
84b18f1b27c5 | Tibor Simko | Updated copyright years. | Jan 6 2005 | |||
96888943aefe | Tibor Simko | Fixed problem with item ordering in case there were holes in nb_order range. | Oct 6 2004 | |||
48abff1c3e1d | Tibor Simko | Wildcard expansion now refers to the source directory in order to correctly… | Aug 25 2004 | |||
cfbcd08b31b7 | Tibor Simko | Patch from Frederic be able to build CDSware out of its source tree. | Jul 15 2004 | |||
50f055b38e71 | Tibor Simko | Added output format argument to basket display functions. | Mar 17 2004 | |||
75efe8f6e317 | Tibor Simko | Remove sys.exit(). | Feb 11 2004 | |||
b5421e55430c | Tibor Simko | Delete unwanted zlib.decompress() calls now that we call search engine's… | May 23 2003 | |||
3a8ea0fba4fd | Tibor Simko | Fix basket display when records don't have pre-stored HTML brief formats. | May 23 2003 | |||
5f83e41f96a0 | Tibor Simko | Typo (owning baskets, not alerts) fixed. | May 22 2003 | |||
bd13e994fd0f | Julio Pernia Aznar | Fixed dynamic page account, quit comments, fixed new info box | May 19 2003 | |||
898813c29027 | Julio Pernia Aznar | Method warning, fixed new name warning_guest_user | May 12 2003 | |||
09583dd2e602 | Julio Pernia Aznar | Add perform_guest_user : alert message fixed | May 12 2003 | |||
ea35a339b651 | Tibor Simko | Fix alert links. | May 9 2003 | |||
a4b4e30fdfa7 | Tibor Simko | HTML cleanup. | May 7 2003 | |||
4cc44136f347 | Julio Pernia Aznar | Fixed guest user checking. | May 7 2003 | |||
489259e93baa | Tibor Simko | Add records to basket: fixed treatment of non-list arguments. | May 7 2003 | |||
033c49a3be3a | Julio Pernia Aznar | webbasket.py.wml | May 6 2003 | |||
88b07793694f | Julio Pernia Aznar | webbasket.py.wml | May 6 2003 | |||
f7812b31d0ab | Tibor Simko | Move information on associated alerts into the main basket info box. | May 5 2003 | |||
bd90d466e922 | Tibor Simko | Reflect new CSS style essay. | May 5 2003 | |||
21cb81be0922 | Tibor Simko | Test basket ownership before adding records. | Apr 30 2003 | |||
10d778c36867 | Tibor Simko | Added functionality to easily add records to a basket. Useful for the search… | Apr 30 2003 | |||
c669ad806dbb | Tibor Simko | All run_sql() queries edited to have proper argument quoting. | Apr 29 2003 |
c4science · Help