R3600/modules/websession/libiugw2017
R3600/modules/websession/lib
iugw2017
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
0af4a1c5b181 | Samuele Kaplun | Strengthened checking for failure (adding register_errors here and there...). | May 19 2008 | |||
fd7bb301ac2f | Samuele Kaplun | Added get_uid_from_email. | May 19 2008 | |||
620319114bd6 | Samuele Kaplun | Initialized a variable and small aesthetical change. | May 17 2008 | |||
79a2ac87825a | Samuele Kaplun | Updated tests to respect small changes in funtion calls. | May 16 2008 | |||
dce46aff3f50 | Samuele Kaplun | Fixed a url redirection. | May 14 2008 | |||
13d9391c0fd3 | Samuele Kaplun | Fixed small typo. | May 14 2008 | |||
f82f432b2798 | Samuele Kaplun | Fixed session bug! session was written in a cookie sent to headers_out. For re… | May 14 2008 | |||
ab212aa7920c | Samuele Kaplun | Disabled isUserReferee algorithm because it's too slow in production… | May 13 2008 | |||
0dacb7cb2063 | Samuele Kaplun | Added CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS support (warning not still… | May 13 2008 | |||
e51db795600b | Samuele Kaplun | New apache password functions that not uses grep. | May 13 2008 | |||
a97e011cee8d | Samuele Kaplun | Fixing collect_user_info doing lots of useless analysis for guest users. | May 12 2008 | |||
90828873991e | Samuele Kaplun | Hack to cache user_info into mod_python request_object. | May 12 2008 | |||
1f9f0dda101e | Samuele Kaplun | Disable CERN hack to redirect directly to authentication for apache group. It's… | May 12 2008 | |||
e2741f208f02 | Samuele Kaplun | Memoized all queries with FROM usergroup g, user_usergroup ug. | May 12 2008 | |||
f0b8591f6c27 | Samuele Kaplun | Memoized get_groups function to give a bit of relieve to the system (it is… | May 12 2008 | |||
d8c072e799a1 | Samuele Kaplun | Added small check for IntegrityError in inserting a new group. It could be that… | May 12 2008 | |||
b9d0a588c8b4 | Samuele Kaplun | Added a hack in get_preferred_user_language to work with Yeti robot. | May 11 2008 | |||
49031e8cb193 | Samuele Kaplun | Fixed error external user not able to login via nickname when local user has… | Apr 29 2008 | |||
990a2447cdee | Samuele Kaplun | Fixed collect_user_info non working with IPv6. In case IPv6 is used the IP… | Apr 15 2008 | |||
120d391407df | Samuele Kaplun | Made the migration kit more verbose. | Apr 15 2008 | |||
035efc07345b | Tibor Simko | Improved password migration kit cosmetics. (Most notably, flushing stdout… | Apr 15 2008 | |||
18bcfbba8c3b | Samuele Kaplun | Updated comment. | Apr 14 2008 | |||
7d46b4baaf3f | Samuele Kaplun | Fixed a bug when calling get_last_login on a never logged in user was returning… | Apr 14 2008 | |||
006e34bed813 | Samuele Kaplun | New BibSched purging of BibTask implementation. Not critical tasks are garbage… | Apr 2 2008 | |||
e3deb0cfa7c8 | Samuele Kaplun | Fixed FIXME reminder comment. | Apr 2 2008 | |||
0fb4ae583079 | Samuele Kaplun | New bibsched_low_level_task_submission for enqueing tasks via API. (changes a… | Mar 31 2008 | |||
12a17fd8337e | Samuele Kaplun | Fixed backward compatibility session code not creating __dirty_remember_me… | Mar 31 2008 | |||
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 | |||
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 | |||
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 | |||
a60d5a294f52 | Samuele Kaplun | Updated InvenioGC documentation and cleaned the command line parameters and… | 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 | |||
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 | |||
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 | |||
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 |
c4science · Help