History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
b00299effbda | Tibor Simko | Moved globally interesting CFG variables from local foo_config.py files into… | Mar 27 2008 | |||
df1059e00ecd | Samuele Kaplun | Fixed update_data_user -> updateDataUser. | Mar 26 2008 | |||
e5cf1e00e21a | Tibor Simko | Adapted Makefiles to the new standard webdoc source directory… | Mar 25 2008 | |||
49bc91c1d742 | Jerome Caffaro | Added <label> tags here and there. Closed one <input> tag. | Mar 25 2008 | |||
3d7e61d5dbcb | Tibor Simko | Standardized unit and regression test suite building and running techniques. | Mar 23 2008 | |||
70ac2850410f | Tibor Simko | Updated two new output messages. | Mar 21 2008 | |||
4a6af5043484 | Samuele Kaplun | Moved user_preferences['preferred_lang'] to 'language'. | Mar 20 2008 | |||
fbaa3da35c53 | Samuele Kaplun | Fixed session library to be able to load old sessions (without __remember_me… | Mar 19 2008 | |||
ca34942d121b | Samuele Kaplun | Implemented permanent sessions support - a.k.a Remember Me, automatic preferred… | Mar 19 2008 | |||
4fb60aa1e076 | Jerome Caffaro | Fixed typo in string. | Mar 19 2008 | |||
0f3ed3054e4a | Jerome Caffaro | Fixed string. | Mar 18 2008 | |||
4ef40221fdc6 | Tibor Simko | Fixed I18N messages WRT the %s and %(x_foo)s convention; see ABOUT-NLS. | Mar 13 2008 | |||
11550d6bfced | Samuele Kaplun | Cleaned page_not_authorized calls. | Mar 13 2008 | |||
40fc99dc4b60 | Samuele Kaplun | If the referer is not specified for page_not_authorized it is guessed from req. | Mar 13 2008 | |||
6206fbb167d6 | Samuele Kaplun | Registered exception when OperationalError during getUid. | Mar 13 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 | |||
a523c44f2e88 | Samuele Kaplun | send_email used in place of local smtplib calls. Bug fixes and restyling… | Mar 12 2008 | |||
002dd06d18ec | Tibor Simko | Updated codebase to use CFG_SITE_SUPPORT_EMAIL instead of supportemail… | Mar 11 2008 | |||
72c35da585a5 | Tibor Simko | Updated codebase to use CFG_SITE_ADMIN_EMAIL instead of adminemail everywhere. | Mar 11 2008 | |||
7768546ebf94 | Tibor Simko | Updated codebase to use CFG_SITE_LANG and CFG_SITE_LANGS instead of cdslang and… | Mar 11 2008 | |||
e457a05883f1 | Samuele Kaplun | Fixed a bunch of XHTML errors. | Mar 11 2008 | |||
ca990a4e2355 | Tibor Simko | Updated codebase to use CFG_SITE_NAME and CFG_SITE_NAME_INTL instead of cdsname… | Mar 11 2008 | |||
6dc20e3ca587 | Tibor Simko | Updated conf files. Replaced old style variable names (e.g. WEBURL) with new… | Mar 10 2008 | |||
16ac55dc44a8 | Samuele Kaplun | Fixed some strings. | Mar 7 2008 | |||
a860b908f355 | Samuele Kaplun | Added some checks for spotting misuses of collect_user_info. | Mar 5 2008 | |||
91f948f95fd3 | Samuele Kaplun | collect_user_info allows now a dictionary as input. It will consider it as a… | Mar 5 2008 | |||
508c8a5892de | Samuele Kaplun | Corrected SELECT * queries. | Mar 5 2008 | |||
eb4312de7e4d | Samuele Kaplun | Used wrap_text_in_a_box to print messages. | Mar 3 2008 | |||
f4b4d6c7a9f8 | Samuele Kaplun | Cleaned usage of indent_text everywhere. Cleaned foo = "%s%s" % (foo, bar) used… | Feb 29 2008 | |||
e6e853bc185b | Samuele Kaplun | Moved action name from runsessiongc to runinveniogc. | Feb 25 2008 | |||
dedbafbdbf55 | Samuele Kaplun | Small cleaning. | Feb 25 2008 | |||
ce77de2ba16e | Tibor Simko | Fixed variable replacement in the output message string of the last commit. | Feb 8 2008 | |||
0fdc70575318 | Tibor Simko | Made new output messages translatable. Added x_ prefix to arguments, removed… | Feb 8 2008 | |||
a0886c95c0d2 | Jerome Caffaro | XHTML-valid login link ('&'->'&' before referer). | Feb 8 2008 | |||
c7cd7c91d748 | Samuele Kaplun | Updated links for webaccess, small fixies in webaccess admin plus using… | Feb 6 2008 | |||
6c5f73b79725 | Jerome Caffaro | Fixed broken link. | Feb 5 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
d6bdd85702a9 | Tibor Simko | Changed test account "foo@bar.org" to a domain under our maintenance ("foo@cds. | Jan 31 2008 | |||
6f97225d36a9 | Samuele Kaplun | Introduced new algorithms in InvenioGC to clean the cache of RSS and WebJournal. | Jan 24 2008 | |||
8a2df192aa9e | Tibor Simko | Added new garbage collection option to clean unreferenced bibliographic values… | Jan 14 2008 | |||
5335f14bc43e | Jerome Caffaro | Made a clearer distinction between BibHarvest and OAIRepository. Added… | Jan 11 2008 | |||
f6f314cff1ae | Jerome Caffaro | Fixed links. | Jan 11 2008 | |||
4c876fe64fb1 | Tibor Simko | Used navmenuid 'youraccount' instead of 'login' for all login pages, fixing… | Jan 11 2008 | |||
c117ba24a7b5 | Jerome Caffaro | Added small space between user icon and following link. | Jan 10 2008 | |||
29dd5c456425 | Tibor Simko | Cosmetic megacommit to standardize whitespaces in WebDoc tags ("<!-- WebDoc-Foo… | Dec 20 2007 | |||
78cc2ac2e256 | Jerome Caffaro | Removed WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select. | Dec 20 2007 | |||
e7706f20e453 | Tibor Simko | Phased out WebSession Admin static intro page. | Dec 13 2007 | |||
a60d5a294f52 | Samuele Kaplun | Updated InvenioGC documentation and cleaned the command line parameters and… | Dec 7 2007 | |||
2944d36aafdf | Tibor Simko | Verified webdoc files, removed WML files. | Dec 7 2007 | |||
5c92e673dd9e | Jerome Caffaro | Changed default login user icon. | Dec 5 2007 | |||
0a40f0e1b2ce | Samuele Kaplun | Broken a message in two in order to exploit same translation in an other part… | Dec 4 2007 | |||
4cae9d209515 | Samuele Kaplun | Ported inveniogc to bibdocfile. | Dec 4 2007 | |||
2b5814a25e1f | Samuele Kaplun | Restored original behaviour of auth_apache_user_p and fixed some… | Nov 30 2007 | |||
6fc3d52ad487 | Samuele Kaplun | Fixed very slow query in get_email_from_username. If username is empty (it's… | Nov 28 2007 | |||
2db619199bbf | Samuele Kaplun | Made collect_user_info not crashing. It now accept any possible value as req. | Nov 27 2007 | |||
4aad083db880 | Samuele Kaplun | *** empty log message *** | Nov 26 2007 | |||
e4b0d9102aed | Samuele Kaplun | Corrected wrong error message code. (displayed network problems when user typed… | Nov 22 2007 | |||
c20a70c66d98 | Samuele Kaplun | Small temporary hack to aid CERN migration. It's enabled only when… | Nov 22 2007 | |||
dc2220bf51bb | Samuele Kaplun | Huge and nasty hack in order to nicely suggest all the potential apache-aware… | Nov 21 2007 | |||
55243a5c8772 | Jerome Caffaro | WebDocified admin guide. | Nov 15 2007 | |||
1d4b868b6173 | Samuele Kaplun | Clean up after "check email caseless" regression_test. | Nov 14 2007 | |||
2446d2299dc5 | Samuele Kaplun | Better described page_not_authorized within comment. Fixed handling of not yet… | Nov 14 2007 | |||
ecac6c97fd0f | Tibor Simko | Adapted test case to the new output message in the sending lost password… | Nov 14 2007 | |||
e911c9c4391c | Tibor Simko | Renamed also the form button for the password reset link facility. | Nov 13 2007 | |||
788c13ade9fb | Tibor Simko | Prettified output messages and email instructions for the new email-based… | Nov 13 2007 | |||
9d86ada26327 | Samuele Kaplun | Fixed typo bug. | Nov 13 2007 | |||
ac12a19770dc | Samuele Kaplun | Better handling of smtp server not online, better handling of user interaction… | Nov 12 2007 | |||
77fd89be7f78 | Tibor Simko | Removed unneeded session handling PHP library. | Nov 12 2007 | |||
6702e2448847 | Samuele Kaplun | Added verbose option to display user_info dictionary when verbose=9 and looking… | Nov 12 2007 | |||
17a92ca5fdc1 | Samuele Kaplun | Fixed comments positions. | Nov 12 2007 | |||
9026d41aefcd | Samuele Kaplun | Fixed request for email confirmation even when external authentication methods… | Nov 12 2007 | |||
e0c2f7c23ee8 | Samuele Kaplun | Updated comment that describe password_migration_kit | Nov 12 2007 | |||
ef25e3883773 | Samuele Kaplun | Cosmetic correction in comment. | Nov 12 2007 | |||
4d8fa730e1fe | Tibor Simko | Fixed missing column names in three multi-line SQL INSERT statements. | Nov 9 2007 | |||
db94187c1394 | Tibor Simko | Fixed English typo. The new registration output messages are still to be… | Nov 8 2007 | |||
e07ab61c6b6f | Tibor Simko | Replaced escape_string() calls. | Nov 8 2007 | |||
3fa699dbda9a | Tibor Simko | Replaced escape_string() calles. | Nov 8 2007 | |||
337c71ce85f9 | Tibor Simko | Removed unnecessary escape_string() import. | Nov 8 2007 | |||
557070474317 | Tibor Simko | Added inveniogc to the list of CVS-ignorable files. | Nov 6 2007 | |||
9ab40bcfa745 | Samuele Kaplun | SessionGC moved to more general InvenioGC. Now support old delete fulltext… | Nov 6 2007 | |||
efd88db8e031 | Samuele Kaplun | Bunch of fixes since the last commit that changed both account registration and… | Nov 1 2007 | |||
ff426b6617e9 | Samuele Kaplun | New support for checking correctness of email addresses provided at local… | Nov 1 2007 | |||
1c08bee07a31 | Samuele Kaplun | Hopefully fixed the possibility to register foo@bar.org alongside FOO@bar.org… | Oct 18 2007 | |||
3a76764370a2 | Gregory Favre | Renamed first occurence of get_group function to get_group_with_description… | Oct 11 2007 | |||
00c854040b5b | Samuele Kaplun | Make every header of the display account page a working link to the proper… | Oct 2 2007 | |||
830435b576d5 | Samuele Kaplun | Exploit SSO login_method name from CFG_EXTERNAL_AUTH_USING_SSO and redirect to… | Oct 1 2007 | |||
e8fdd8aa23fc | Tibor Simko | Disable false positive E1102 pylint warnings due to the use of mechanize. | Sep 12 2007 | |||
17a7ea249308 | Tibor Simko | Added password_migration_kit.py to the distribution. | Sep 4 2007 | |||
5f6a0be02b3a | Samuele Kaplun | Always fill the referer part of the login link in the right-upper corner to… | Aug 21 2007 | |||
dfd40d228b53 | Samuele Kaplun | Made collect_user_info build a dictionary whose values are all strings and not… | Aug 16 2007 | |||
602cc38d3271 | Samuele Kaplun | Correctly supporting -V flag in bibtasks. | Aug 7 2007 | |||
7a3572e4228f | Samuele Kaplun | Friday commit: removed dependency to Numeric. Migrated HitSet & Co. to… | Aug 3 2007 | |||
f99151e4d827 | Marcus Johansson | Added admin link to WebStat module. | Jul 27 2007 | |||
4697d858ee81 | Samuele Kaplun | Fixed logic bug. | Jul 13 2007 | |||
01be3cc605b6 | Samuele Kaplun | Fixed the behaviour when importing external registered user into CDS Invenio… | Jul 5 2007 | |||
c4006f196924 | Samuele Kaplun | Moved migration of password into new automatic password_migration_kit. | Jul 2 2007 | |||
be6af7754515 | Samuele Kaplun | Cleaned indentations and various stuff. | Jun 28 2007 | |||
9874b4cdf90b | Samuele Kaplun | Clean access_control_admin (renaming all CamelCase function to pylint_funtions). | Jun 28 2007 | |||
754d3c429537 | Samuele Kaplun | Various stuff for nicely display (re)new(d) apache password requests. | Jun 27 2007 |
c4science · Help