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 | |||
002dd06d18ec | Tibor Simko | Updated codebase to use CFG_SITE_SUPPORT_EMAIL instead of supportemail… | Mar 11 2008 | |||
7768546ebf94 | Tibor Simko | Updated codebase to use CFG_SITE_LANG and CFG_SITE_LANGS instead of cdslang and… | Mar 11 2008 | |||
4550cc6e2009 | Samuele Kaplun | Removed obsoleted main function. | Mar 11 2008 | |||
ca990a4e2355 | Tibor Simko | Updated codebase to use CFG_SITE_NAME and CFG_SITE_NAME_INTL instead of cdsname… | Mar 11 2008 | |||
b50ce942f702 | Samuele Kaplun | Typo "self" vs. "left". | Mar 11 2008 | |||
55333dcf8d2d | Samuele Kaplun | Fixed webalert to be up to date with centralized send_email tool. | Mar 11 2008 | |||
6dc20e3ca587 | Tibor Simko | Updated conf files. Replaced old style variable names (e.g. WEBURL) with new… | Mar 10 2008 | |||
f13f6776d1d0 | Jerome Caffaro | Fixed typo. | Feb 6 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
a76931af6c95 | Jerome Caffaro | Fixed wrong value for navmenuid. | Jan 11 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 | |||
ff8546bb5498 | Tibor Simko | Phased out WebAlert Admin static intro page. | Dec 13 2007 | |||
4261338e0953 | Tibor Simko | Verified webdoc files, removed WML files. | Dec 6 2007 | |||
a134788ddeee | Jerome Caffaro | WebDocified admin guide. | Nov 16 2007 | |||
efd88db8e031 | Samuele Kaplun | Bunch of fixes since the last commit that changed both account registration and… | Nov 1 2007 | |||
4f66384ee6bb | Samuele Kaplun | Automatically redirect user to login dialog whenever needed. | Nov 1 2007 | |||
8ab9f0e7bb4d | Samuele Kaplun | New refactored api for sending email (send_mail in mailutils.py). Includes new… | Jun 26 2007 | |||
c95739dfbceb | Jerome Caffaro | Removed content of <script> and <style> tags during the HTML-to-text processing… | Jun 22 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 | |||
c82e2e2e2e9c | Samuele Kaplun | Fixed a typo. | May 7 2007 | |||
9e3495590c7f | Tibor Simko | Pass current language to create_personal_baskets_selection_box(). Thanks to… | May 3 2007 | |||
663aee83e90b | Tibor Simko | Do not attempt to send alert messages to improperly deleted users or to guest… | Apr 16 2007 | |||
1b00b8becbd3 | Tibor Simko | Display warning message to guest users when they try to set up new alert… | Apr 2 2007 | |||
c683f0255f0b | Tibor Simko | Delete extraneous colon after the "Alert identification name:" heading. | Apr 2 2007 | |||
3ba501153ec8 | Tibor Simko | Do not use explicit user ID parameter in the remove alert functionality. | Mar 22 2007 | |||
5fec8ff81667 | Tibor Simko | Do no pass idu (id of the user) in remove alert links anymore. | Mar 22 2007 | |||
668204c948f4 | Tibor Simko | Do not use two id_user/uid arguments to perform_remove_alert(). Also, print… | Mar 22 2007 | |||
6dbc96e05033 | Jerome Caffaro | Added 'navmenuid' parameter in order to let functions creating webpages know in… | Mar 20 2007 | |||
2e10a4abf037 | Jerome Caffaro | Fixed vulnerability that would let users delete alerts that do not belong to… | Mar 20 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
aeabbc8013e5 | Tibor Simko | Removed not-very-expressive "This is the gate..." welcome messages on those… | Dec 7 2006 | |||
faef4a6868d1 | Tibor Simko | Fixed frequency list in tmpl_alert_email_body() where the 'weekly' frequency… | Oct 30 2006 | |||
20eb7fa38707 | Tibor Simko | Fixed basket checking code when setting up a new alert with no storing of… | Oct 23 2006 | |||
8257467bb7c2 | Tibor Simko | Removed wildcard config import and fixed some indentation problems. | Sep 20 2006 | |||
bdaa3eafc82c | Tibor Simko | Added __revision__ for all Python files that did not have it. | Sep 14 2006 | |||
5906d1f5cc93 | Tibor Simko | Fixed cases of importing global access control related parameters via local… | Sep 14 2006 | |||
fcef3232f08d | Tibor Simko | Removed __version__ in profit of __revision__. | Sep 13 2006 | |||
5e0a5985f4cb | Tibor Simko | Use UPPERCASE module config parameters. | Sep 13 2006 | |||
355b6dc4b2b4 | Tibor Simko | Fixed some obvious pylint warnings. | Sep 8 2006 | |||
7f9224ef13e7 | Tibor Simko | Do not pass weburl to templates, read it from the config file. Also, removed… | Aug 29 2006 | |||
fd6b5ae486db | Tibor Simko | Removed some variables no longer in use. | Aug 29 2006 | |||
4b105146869a | Tibor Simko | Fixed some pychecker warnings. | Aug 29 2006 | |||
cc2e7c3500fb | Tibor Simko | Added *.pyc. | Aug 29 2006 | |||
4046b042451b | Tibor Simko | Now that we do not support Python 2.2 anymore, removed the file textwrap.py as… | Aug 29 2006 | |||
a6f613babbd6 | Tibor Simko | Commented out True/False pre-Python-2.3 handling, to please pychecker. | Aug 29 2006 | |||
71da0a9fa431 | Tibor Simko | Fixed a typo in the python output formatting, correcting the personal search… | Aug 16 2006 | |||
3223e3b6a11e | Gregory Favre | Fixed bug while trying to access a page without parameter. Added check for… | Jul 21 2006 | |||
3bef264c2cdd | Tibor Simko | Started massive deployment of the regression test suite. Added basic tests for… | Jul 21 2006 | |||
e65ca78c643a | Tibor Simko | Use rather two different %(x_url*_close)s placeholders, for clarity. | Jul 20 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 | |||
2963abc3eebd | Gregory Favre | Modified some still uninternationalizable strings. | Jul 17 2006 | |||
e80665d7ceff | Gregory Favre | Refactored HTML output. Modified strings for internationalization. | Jul 17 2006 | |||
c2eba5270c61 | Tibor Simko | Respect language context in links and forms. | Jul 16 2006 | |||
124d6760a9d4 | Tibor Simko | Fixed display of alert name after itl update. Respect language context in… | Jul 16 2006 | |||
38e4495687ad | Tibor Simko | Preserve language context in the Your Account navtrail link. | Jun 27 2006 | |||
88b061123348 | Tibor Simko | Set email-sending failover parameters (number of tries, sleeptime between… | Jun 23 2006 | |||
acb600c536e4 | Tibor Simko | Slightly changed and documented send_email() API. Its failover retry and… | Jun 23 2006 | |||
b6a7b329364a | Tibor Simko | Started cleanup of the output messages so that we can have them fixed before… | Jun 21 2006 | |||
da0fb34585af | Tibor Simko | Use absolute URL when calling redirect_to_url(), as the installation may be… | Jun 15 2006 | |||
c4dec4479cb5 | Tibor Simko | Cosmetic docstring update. | Jun 14 2006 | |||
a09140fc5860 | Tibor Simko | WebAlert module is now using the new URL style. Your Alerts links updated… | Jun 14 2006 | |||
f8c485d623eb | Tibor Simko | Delete unused relative_redirect() and errorMsg() functions. | Jun 14 2006 | |||
ecfc50c8a447 | Tibor Simko | Print the `Detailed record' link after record was displayed, as it used to be… | Jun 13 2006 | |||
4fd01212b0b6 | Tibor Simko | Read the old DEBUGLEVEL variable from the new alert engine config file. | Jun 13 2006 | |||
584af2ba9341 | Tibor Simko | Added new alert_engine_config.py source file. | Jun 13 2006 | |||
ecc1e5869ad7 | Tibor Simko | Centralize all the various WebAlert free parameters here. | Jun 13 2006 | |||
475d5b07b43e | Tibor Simko | Remove "Detailed record" and "Similar records" text from the output. Always… | Jun 13 2006 | |||
a522842b8646 | Tibor Simko | Small email notification template updates, e.g. use configuration-based CDSNAME… | Jun 12 2006 | |||
71ab34262d08 | Tibor Simko | Adaped to the new URL schema induced search engine API change (string->int date… | Jun 12 2006 | |||
2ec46e7fa552 | Tibor Simko | Fixed arguments to create_personal_baskets_selection_box(). | Jun 12 2006 | |||
1ff80fe6d497 | Tibor Simko | Fixed last updated timestamp that still used WML call. | Jun 9 2006 | |||
e0ac7ad608c0 | Tibor Simko | Use /youraccount instead of /youraccount.py in the codebase everywhere. | Jun 9 2006 | |||
0e5b499c2190 | Tibor Simko | Updated page() arguments: req in, urlargs out. | Jun 5 2006 | |||
8fe97ec8800c | Tibor Simko | Reflect new search URL. | May 29 2006 | |||
d3d662a9ec62 | Tibor Simko | Point to secure web URL when referring to youraccount pages. (More of the… | May 9 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 | |||
6ccca4d034a0 | Tibor Simko | Fixed `try' statement typo introduced by commit 1.31. | Apr 26 2006 | |||
d46104f70a20 | Tibor Simko | Do not explicitly request leading zeros in time.strftime() formats, as they are… | Apr 18 2006 | |||
b1120eed7994 | Gregory Favre | Adapted webalert module to the new webbasket module. (now calls the correct… | 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 | |||
5ea91721652e | Frederic Gobry | Templatized the webalert email. In the process, added an option to run… | Mar 3 2006 | |||
c052b513dcc6 | Frederic Gobry | use the standard python email library to forge the alert emails, so that the… | Feb 28 2006 | |||
374a590462c7 | Tibor Simko | Added call to i18n_update_wml.py to update header/footer/etc in otherwise fully… | Jan 10 2006 | |||
a696b52c58a8 | Gregory Favre | - Fixed a small importation bug | Jan 10 2006 | |||
6b1700acdd20 | Tibor Simko | Python imports are now done in an absolute way (from cdsware.foo import bar)… | Dec 20 2005 | |||
8ed28d1f774c | Tibor Simko | Adding templating code. | Aug 15 2005 | |||
98e1510c17d6 | Tibor Simko | Getting rid of WML. | May 13 2005 | |||
df5a20dfef63 | Tibor Simko | Getting rid of WML. | May 13 2005 | |||
1811db2f06df | Tibor Simko | Getting rid of WML. | May 12 2005 | |||
f5f7a6fcd722 | Tibor Simko | cdsnavbar.wml is found in $(top_srcdir), not $(top_builddir). | Mar 2 2005 |
c4science · Help