History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
41bc871ff2c8 | Tibor Simko | Display 'Detailed record' link also when the viewer does not have any… | Jun 24 2008 | |||
dc78af8bed2f | Tibor Simko | Added 'Detailed record' links to the standard basket item display. Renamed… | Jun 24 2008 | |||
cc575a966a27 | Samuele Kaplun | Fixed list_public_baskets WRT guest users not differentiated. | May 27 2008 | |||
a0793050b36e | Samuele Kaplun | Removed restriction that guest users can not access public baskets (added by… | May 27 2008 | |||
b5942a6e7f34 | Samuele Kaplun | Fixed regression tests WRT CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS. | May 23 2008 | |||
791da637ef0b | Samuele Kaplun | Support for CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS and enforced inf_limit… | May 14 2008 | |||
c76a7dd85714 | Tibor Simko | Fixed beg/prev/next/end arrow display in the list of public baskets. | May 11 2008 | |||
b00299effbda | Tibor Simko | Moved globally interesting CFG variables from local foo_config.py files into… | Mar 27 2008 | |||
8d48ade87292 | Samuele Kaplun | New function used by WebAlert. | Mar 26 2008 | |||
4bc4c73928de | Tibor Simko | Deleted trailing whitespace in all Python files. | Mar 26 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 | |||
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 | |||
29dd5c456425 | Tibor Simko | Cosmetic megacommit to standardize whitespaces in WebDoc tags ("<!-- WebDoc-Foo… | Dec 20 2007 | |||
651893530fe1 | Jerome Caffaro | Removed WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select. | Dec 20 2007 | |||
1f79364f869b | Radoslav Ivanov | Add additional test for adding records to a basket. | Dec 18 2007 | |||
42e201ad8418 | Tibor Simko | Phased out WebBasket Admin static intro page. | Dec 13 2007 | |||
a40e83798f69 | Tibor Simko | Verified and fixed webdoc files, removed WML files. | Dec 7 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 | |||
2af30f03d874 | Jerome Caffaro | WebDocified admin guide. | Nov 14 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 | |||
aeabbc8013e5 | Tibor Simko | Removed not-very-expressive "This is the gate..." welcome messages on those… | Dec 7 2006 | |||
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 | |||
29e8c61fcb54 | Gregory Favre | New webbasket module: web interface. | Apr 13 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 | |||
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 | |||
9dc4eb1d2800 | Frederic Gobry | Don't export baskets in XML as if it were an HTML page. | Feb 27 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 | |||
bc8de7cd9634 | Tibor Simko | Adding templating code. | Aug 12 2005 | |||
df5a20dfef63 | Tibor Simko | Getting rid of WML. | May 13 2005 |
c4science · Help