History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
93886304be1c | Ludmila Marian/Tibor Simko | WebBasket: fix missing return statement | Feb 21 2012 | |||
683b399b4fe5 | Ludmila Marian/Tibor Simko | WebBasket: fix undefined 'add_ext_resource' | Nov 2 2010 | |||
8f0027eea7ee | Tibor Simko | global: update copyright years | Nov 1 2010 | |||
d30e56fa001a | Tibor Simko | global: CDS Invenio becomes Invenio | Nov 1 2010 | |||
16c4520ec404 | Samuele Carli/Tibor Simko | WebBasket: plug external item adding to UI | Aug 18 2010 | |||
f65191027541 | Samuele Carli/Tibor Simko | WebBasket: more basket export formats (fixes #232) | Aug 18 2010 | |||
4ba7d6c55f7b | Jerome Caffaro/Tibor Simko | WebComment: threads, rounds, restrictions, attach | Jul 12 2010 | |||
ea14971329bd | Jerome Caffaro/Tibor Simko | I18N: cleaned WebBasket, BatchUploader strings | Jun 28 2010 | |||
21fbd39770d7 | Nikolaos Kasioumis/Tibor Simko | WebBasket: local URL fixes | Apr 19 2010 | |||
6921eeb91edd | Nikolaos Kasioumis | WebBasket: fixed issues reported by kwalitee.py | Jan 22 2010 | |||
7401d019dd64 | Nikolaos Kasioumis | WebBasket: export as MARCXML | Jan 22 2010 | |||
541dfc19acfb | Nikolaos Kasioumis | WebBasket: code cleanup, docstrings and fixes | Jan 22 2010 | |||
39b0468b8d79 | Nikolaos Kasioumis | WebBasket: user interface and engine improvements | Jan 22 2010 | |||
7f437ad53735 | Nikolaos Kasioumis | WebBasket: support for external sources | Jan 22 2010 | |||
2b8748fbb0ed | Nikolaos Kasioumis | WebBasket: first release of external records | Jan 22 2010 | |||
40394efc1646 | Tibor Simko | Global move from javadoc to epydoc docstring style | Jun 15 2009 | |||
51bfbcb9fa42 | Tibor Simko | Removed $Id$ from file preamble comments. | Oct 27 2008 | |||
9720ac88b2e4 | Jerome Caffaro | Enabled upload of attachment for comments in baskets. | Aug 29 2008 | |||
c3e76c446d19 | Jerome Caffaro | Enable FCKeditor in WebBasket comments. | Aug 28 2008 | |||
6009c608f2b4 | Samuele Kaplun | Fixed couple of bugs in WebBasket (e.g. deleting the last basket of the second… | Jul 28 2008 | |||
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 | |||
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 | |||
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 | |||
f4b4d6c7a9f8 | Samuele Kaplun | Cleaned usage of indent_text everywhere. Cleaned foo = "%s%s" % (foo, bar) used… | Feb 29 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
0a2abb726af1 | Jerome Caffaro | Fixed some not XHTML-valid output. | Jun 13 2007 | |||
a0aedbdf2c3a | Jerome Caffaro | Moved from HTML to XHTML syntax. | May 29 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 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 | |||
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 | |||
44234d289fab | Tibor Simko | Use uppercase CFG_WEBBASKET_* module parameters. (All except for errorlib… | Sep 13 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 | |||
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 | |||
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 | |||
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 | |||
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 |
c4science · Help