History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
2357076a987a | Samuele Kaplun | Added get_groups function useful for retrieving all the groups of a uid. | Apr 20 2007 | |||
76fe2e66bf4d | Tibor Simko | Show only the login link in the user info box for guests users, making this… | Apr 2 2007 | |||
3e180714dd6c | Samuele Kaplun | Fixed a bug in which even if CFG_ACCESS_CONTROL_LEVEL_ACCOUNTS was set to 4… | Mar 27 2007 | |||
6dbc96e05033 | Jerome Caffaro | Added 'navmenuid' parameter in order to let functions creating webpages know in… | Mar 20 2007 | |||
19359a1da504 | Samuele Kaplun | List of modification: 1. Implemented automatic import of external nickname. 2. | Mar 9 2007 | |||
c28b274e525d | Samuele Kaplun | Fixed a bug when CERN authentication webservice doesn't work. Hiding external… | Mar 8 2007 | |||
55dc58cbe832 | Samuele Kaplun | Restyling of the "Edit settings" form: the new separated password part now… | Feb 28 2007 | |||
4db9812b6986 | Tibor Simko | Added a note on the possibility to use nicknames or email addresses to login. | Feb 20 2007 | |||
28f8086a1a29 | Tibor Simko | Print "Login via:" message in bold. | Feb 20 2007 | |||
10a2ff7d79ad | Tibor Simko | Fixed internal password editing form when nickname is already set up. | Feb 20 2007 | |||
a31aad9ec2a3 | Tibor Simko | Changed test order in updateDataUser(). Documented new ignore_password_p… | Feb 20 2007 | |||
0a4975b8b96a | Samuele Kaplun | Fixed dropping internal password when updating nickname while using an external… | Feb 20 2007 | |||
22b15db070be | Tibor Simko | Changed get_user_preferences() to return empty dictionary instead of None when… | Feb 20 2007 | |||
8035f7268a48 | Tibor Simko | Deleted unused import, moved some imports on top, and minor code kwalitee… | Feb 20 2007 | |||
07a681c4611d | Tibor Simko | One more output message update. | Feb 20 2007 | |||
a867f0bc6c45 | Tibor Simko | Print external account settings in a sorted order. | Feb 20 2007 | |||
73e77c8791dc | Tibor Simko | Updated output phrases related to external login mechanism. | Feb 19 2007 | |||
36677f8c2a49 | Samuele Kaplun | Fixed various problems within the exception handling. | Feb 19 2007 | |||
a67b1e2b8f87 | Samuele Kaplun | Fixed regression test (wrong string was looked up) 2.0 | Feb 16 2007 | |||
b2df2a992a10 | Samuele Kaplun | Fixed regression test (wrong string was looked up) | Feb 16 2007 | |||
9aaf0fc097cb | Samuele Kaplun | Changed edit_websearch -> edit_websearch_settings. | Feb 16 2007 | |||
5454a8720c84 | Tibor Simko | When logging via external login method, use user's email instead of user-typed… | Feb 16 2007 | |||
4344199a0cc2 | Samuele Kaplun | Changed the external group names to make clear what login method they belong to. | Feb 16 2007 | |||
336aef079e27 | Samuele Kaplun | Strengthening the login authentication system for unusual situations. | Feb 15 2007 | |||
5cfd5aaaf5a4 | Tibor Simko | Edited an ouput message. | Feb 15 2007 | |||
6773e76697f4 | Tibor Simko | Changed wording of some output messages. | Feb 15 2007 | |||
3886f6c4289c | Samuele Kaplun | Fixed webuser regression tests to be indipendent from CERN stuff presence. | Feb 15 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
5fae82ca7b70 | Tibor Simko | Fixed test of "set" behaviour on Python 2.3. | Feb 14 2007 | |||
852200695592 | Samuele Kaplun | Added support for external user groups and external user settings. Updated CERN… | Feb 14 2007 | |||
d6efd60e0b23 | Tibor Simko | Use .py extension in links to Your Approvals and Your Submissions pages, as… | Dec 21 2006 | |||
69634a4c0fd8 | Diane Berkovits | Infos message indeed not translated(cf previous commit). _ removed to avoid… | Dec 13 2006 | |||
28d703d4194c | Diane Berkovits | bug fixes: info messages were displayed in a bad way _(info) info… | Dec 12 2006 | |||
153f4b09ccd5 | Tibor Simko | Removed explicit == and != comparisons against True/False singletons, as per… | Nov 28 2006 | |||
5dda83af3d76 | Tibor Simko | When comparing to None, do not use "== None" or "!= None", but rather "is None"… | Nov 28 2006 | |||
819066b8b61f | Tibor Simko | Changed passwords of the demo users Dr. Jekyll and Mr. Hyde in order to have… | Nov 1 2006 | |||
7cbd91d4ea9b | Tibor Simko | When authentifying user-supplied email or nickname, use two SQL queries rather… | Nov 1 2006 | |||
1698a6b6bb0b | Tibor Simko | Fixed some XSS vulnerabilities when editing and displaying user groups. | Oct 23 2006 | |||
b5a79d5f87dd | Tibor Simko | Added test for "Lost Your Password" functionality for internal accounts. | Oct 12 2006 | |||
28ae12c953ec | Tibor Simko | Fixed sending lost passwords for internal accounts (implicit or expressely… | Oct 12 2006 | |||
3991b85243ce | Tibor Simko | Added template for the "Lost Your Password" email that reminds users of their… | Oct 12 2006 | |||
3cb9a584b545 | Tibor Simko | Added missing space between "Lost Your Password?" page phrases. | Oct 12 2006 | |||
4549b134f4a2 | Tibor Simko | When editing account parameters, if the email address editing is disabled, such… | Oct 11 2006 | |||
d29562b9510f | Tibor Simko | Prettified fix of the previous commit. | Oct 11 2006 | |||
df35afa64a24 | Tibor Simko | Introduced a possibility to register users without having to supply a valid… | Oct 11 2006 | |||
c33905dacd82 | Tibor Simko | Configure BibHarvest now points to common OAI providing and OAI harvesting… | Oct 10 2006 | |||
e87674cf611a | Tibor Simko | A little cleanup of the new I18N messages. | Sep 25 2006 | |||
af4a85dac604 | Tibor Simko | Fixed config wildcard import everywhere. Fixed some randomly spotted import… | Sep 20 2006 | |||
ec761f4dff4b | Tibor Simko | Harmonized CFG_PATH_* and CFG_WEBSEARCH_* config variable names. | Sep 18 2006 | |||
807b89d89128 | Tibor Simko | Fixed uppercase for all remaining cfg_* module variables except for those… | Sep 15 2006 | |||
bb3cf98f872a | Tibor Simko | Added copyright messages to the files where they were missing. Fixed copyright… | Sep 14 2006 | |||
bdaa3eafc82c | Tibor Simko | Added __revision__ for all Python files that did not have it. | Sep 14 2006 | |||
b07423532846 | Tibor Simko | Use uppercase for CFG_MODULENAME_ERROR_MESSAGES and… | 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 | |||
f3aeb95faf7d | Tibor Simko | Use uppercase CFG_WEBSESSION_* module parameters. (All except errorlib related… | Sep 13 2006 | |||
355b6dc4b2b4 | Tibor Simko | Fixed some obvious pylint warnings. | Sep 8 2006 | |||
d40143e1cddf | Tibor Simko | In the Your Administrative Activities box, link directly to the new BibFormat… | Sep 8 2006 | |||
db60f7ffdbec | Tibor Simko | Fixed one variable name change forgotten by previous commit. | Sep 5 2006 | |||
26d2ecde8764 | Tibor Simko | Fixed some pychecker and pylint warnings. | Sep 5 2006 | |||
bc4079ca45b1 | Tibor Simko | Fixed all pychecker warnings as well as some pylint ones. | Sep 5 2006 | |||
8f5ad3cae306 | Tibor Simko | Added tests for Apache user password and group membership checking. | Sep 5 2006 | |||
0233025a4035 | Tibor Simko | Adapted arguments to webuser.updateDataUser() now that req is not needed there. | Sep 5 2006 | |||
f5c9346b5bc9 | Tibor Simko | Changed Apache authentication functions to accept password/group files as an… | Sep 5 2006 | |||
55b31dd8b49e | Tibor Simko | Remove forgotten print statement. | Sep 4 2006 | |||
894136ee3fb7 | Tibor Simko | If cfg_apache_password_file and cfg_apache_group_file are not absolute… | Sep 4 2006 | |||
99c45c6ef944 | Tibor Simko | Instruct Emacs to use Python mode in addition to the file encoding. This… | Sep 4 2006 | |||
cc2e7c3500fb | Tibor Simko | Added *.pyc. | Aug 29 2006 | |||
8ae1eb9b13e2 | Tibor Simko | Do not permit to guest users to edit account settings, fixing page availability… | Aug 17 2006 | |||
a69853177d09 | Tibor Simko | Fixed an output message python formatting, correcting Your Administrative… | Aug 17 2006 | |||
d2d884c19846 | Tibor Simko | Pass language context to display_admin_group() and display_member_group()… | Jul 23 2006 | |||
3bef264c2cdd | Tibor Simko | Started massive deployment of the regression test suite. Added basic tests for… | Jul 21 2006 | |||
80a6de8a9677 | Tibor Simko | Fixed hardcoded image URL (pcusrent01), spotted by Iaroslav. | Jul 21 2006 | |||
00edeee7049b | Tibor Simko | Fixed several output string formatting bugs introduced during yesterday's I18N… | 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 | |||
304840914b1d | Nicholas Robinson | Fixed English for the latest commit. | Jul 19 2006 | |||
1827898cc5c5 | Diane Berkovits | Send webmessage to user when he is accepted or rejected as a new member.Send… | Jul 19 2006 | |||
1e3802e61d1c | Nicholas Robinson | Fixed English in internationalized output messages. | Jul 18 2006 | |||
cfa7ae506f19 | Tibor Simko | Added forgotten _() to an output phrase. | 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 | |||
ce5ab51fbb8e | Gregory Favre | Updated strings for internationalization. | Jul 17 2006 | |||
7e8a79d46ff8 | Tibor Simko | Fixed output message typo (load/loan). | Jul 16 2006 | |||
cc5ad7a136e5 | Gregory Favre | Adapated garbage collection for new version of webbasket module. | Jul 12 2006 | |||
087b3e91289f | Tibor Simko | Removed dependency of sessiongc on WML. Added missing import of run_sql. The… | Jul 12 2006 | |||
d6bcb7e0a126 | Tibor Simko | Pass language context to display_admin_group() and display_member_group(). | Jul 11 2006 | |||
4cb0daff6dd3 | Tibor Simko | Internationalize title phrases for tmpl_group_table_title(). | Jul 11 2006 | |||
78fc71167c1d | Tibor Simko | Take out unnecessary force_https false setting for Your Groups pages. | Jun 30 2006 | |||
6b13d34ada0e | Diane Berkovits | Refined output messages and removed unnecessary empty select boxes. | Jun 30 2006 | |||
c8fd2d1c2539 | Tibor Simko | Plugging Your Groups pages to the site. Fixed problem of HTTPS in groups pages. | Jun 29 2006 | |||
315fcd4f1b39 | Tibor Simko | Added get_nickname() function. | Jun 29 2006 | |||
fd8ef6264c1d | Gregory Favre | Modified nickname validity check. Now uses regexp defined at beginning of… | Jun 29 2006 | |||
6d05ec5b0b19 | Diane Berkovits | Introduce group management features. Users can create, delete and modify group… | Jun 29 2006 | |||
3206e5a19ac6 | Tibor Simko | Fixed email argument typo in one of change() failed branches, thanks to Greg. | Jun 29 2006 | |||
5bed5fdc6ba5 | Tibor Simko | Added treatment of nicknames. For new users, it is now mandatory to create… | Jun 28 2006 | |||
5ba9da2cf5f3 | Tibor Simko | Prepared access control infrastructure for BibEdit and added the BibEdit link… | Jun 27 2006 | |||
90ef831b99f3 | Tibor Simko | Waterproofed situation when page() is called without req argument. Now both the… | Jun 22 2006 | |||
28b565ab9c16 | Tibor Simko | Harmonize order of personal features to be identical in the user info box in… | Jun 21 2006 | |||
d0b9b0964eb6 | Tibor Simko | Changed url_referrer to url_referer. Even if it is wrong spelling, the term… | Jun 21 2006 |
c4science · Help