History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
6491f4c194b2 | Tibor Simko | Added dependency on the general navbar. | Feb 14 2005 | |||
84b18f1b27c5 | Tibor Simko | Updated copyright years. | Jan 6 2005 | |||
df2a21fad05c | Tibor Simko | Removed unnecessary pylibdir handling. | Dec 15 2004 | |||
ce7b0c3476cb | Trond Aksel Myklebust | related to site open/close update in webaccess | Nov 2 2004 | |||
6ff1d9bea12c | Trond Aksel Myklebust | *Added "Access Policy" options. *Possible to send an email to admin/user when a… | Oct 19 2004 | |||
f5dc88ff365e | Tibor Simko | Print run time information with two decimal places only. | Sep 1 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 | |||
d06643a22e2f | Tibor Simko | Display version number. | May 11 2004 | |||
bfde94514c11 | Tibor Simko | Initial release of the documentation. | May 4 2004 | |||
feb9cf72faec | Tibor Simko | Do not import unnecessary stuff from webuser. | Mar 23 2004 | |||
33f16ba65087 | Tibor Simko | Do not import * from config.py for security reasons. | Mar 11 2004 | |||
5d16d8df4db8 | Tibor Simko | Added dependence on cdswmllib. | Mar 10 2004 | |||
fa20436c8e01 | Tibor Simko | Make pretty version number. | Mar 10 2004 | |||
92d1a5ddb865 | Tibor Simko | Remove unwanted sys.exit(). | Feb 11 2004 | |||
75efe8f6e317 | Tibor Simko | Remove sys.exit(). | Feb 11 2004 | |||
6b4abd9e50ba | Tibor Simko | Use %Y-%m-%d when displaying alert times in email messages. | Jan 23 2004 | |||
fe314a2da60b | Tibor Simko | Change developer's address to ``supportemail''. | Jan 23 2004 | |||
028887e58a97 | Tibor Simko | Add the `last updated' argument for page footer display. | Sep 16 2003 | |||
6d3bfcecfe9c | Erik Simon | passed into production mode | Jul 11 2003 | |||
98f4099a6711 | Erik Simon | *** empty log message *** | Jul 11 2003 | |||
7525d89c310c | Erik Simon | cosmetics and better debugging information | Jun 12 2003 | |||
ccffb769787c | Erik Simon | bugfix | Jun 11 2003 | |||
a3db399b0deb | Julio Pernia Aznar | Fixed account_list_alerts | Jun 11 2003 | |||
a202492ca3b8 | Erik Simon | added logging, fixed some bugs | Jun 11 2003 | |||
d6f41a4e3894 | Erik Simon | cosmetics | Jun 10 2003 | |||
39cc05aa10a0 | Erik Simon | cosmetics | Jun 10 2003 | |||
3a9536e32314 | Erik Simon | cosmetics | Jun 10 2003 | |||
5aee7747140c | Erik Simon | bug fix in wrap | Jun 10 2003 | |||
a0722d361de2 | Erik Simon | bug fix in wrap | Jun 10 2003 | |||
d87566386ede | Erik Simon | bug fix in wrap | Jun 10 2003 | |||
8d612ea6a14a | Erik Simon | Added word wrap | Jun 10 2003 | |||
174b023de9d2 | Erik Simon | cosmetics | Jun 10 2003 | |||
d36512fc872f | Julio Pernia Aznar | Fixed list alerts in account page | Jun 10 2003 | |||
f254f9e66be9 | Erik Simon | Bug fix | Jun 6 2003 | |||
885f7653ef23 | Erik Simon | Added some error handling | Jun 6 2003 | |||
9b7705a29305 | Erik Simon | Fixed date arguments in url. | Jun 6 2003 | |||
09dd56cf1851 | Erik Simon | Bug fix | Jun 5 2003 | |||
913fcbc61fe8 | Erik Simon | Bugfix for testing. | Jun 5 2003 |
c4science · Help