summaryrefslogtreecommitdiff
path: root/modules/user.module
Commit message (Collapse)AuthorAge
* - Fixed the "affiliate" text when all distributed authententication modulesDries Buytaert2002-11-25
| | | | are disabled. Patch by Gerhard.
* - Applied Stefan's t()-function patches.Dries Buytaert2002-11-10
|
* * User patch by Natrak:Dries Buytaert2002-11-09
| | | | | - Moved the Drupal login XML-RPC API to drupal.module. - DA logins are now assigned the proper role.
* * Added Jeremy's pager:Dries Buytaert2002-11-09
| | | | | | | | | | | | | | | | | | | | | | | "This is a simple, generic pager for Drupal-CVS. It is designed to be easily themeable and expandable. The code is highly-commented to enhance readability." "Pagers are constructed by combining the provided pieces (all of which can be easily modified to display the text or image you prefer) into your custom pager." * Statistics module fixes by Jeremy: - removed superfluous check for existence of watchdog() - saving changes in admin page displays status and returns same page - no longer return 1971/01/01 in "view statistics" table - switched from "!=" to "<>" in SQL queries for ANSI-SQL compliance - switched from "MAX(timestamp) as timestamp" to "MAX(timestamp) as max_timestamp" moving towards ANSI-SQL compliance. * Added a "theme_item_list" function to format itemized lists. Also changed a couple of modules to take advantage of it. Makes for a more consistent UI.
* - Fixed glitch in block module: the admin links were not composedDries Buytaert2002-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | correctly. Patch by Stefan. - Added missing t() functions and improved the %x directives for better readability and to ease the process of translating your site. Patches by Stefan. - Made two small additions to the 'code-clean.sh' script; it will now remove patch related junk. NOTES: - I removed the &middot; related bits. Let's tackle these later on in a separate patch after we got some sort of consensus. - I removed the 'module_exist("drupal")' check in the user module; I *think* it is incomplete and therefore incorrect. - Stefan, try using quotes in your translations and check whether everything still works. Example: translate the "Create account" button to "Create \"haha\" account \'hihi\'" and see if you can still create new accounts. Maybe automate this using a quick hack in the locale module ...
* - Committed Marco's block rewrite:Dries Buytaert2002-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Blocks are not longer called if not rendered: major performance improvement. + Fixed some bugs (preview option was broken, path option was broken). + Removed "ascii"-type blocks. + Added permission to for "PHP blocks" + ... NOTES: + You'll want to run "update.php": ALTER TABLE blocks DROP remove; ALTER TABLE blocks DROP name; + You'll want to update your custom modules as well as the modules in the contrib repository. Block function should now read: function *_block($op = "list", $delta = 0) { if ($op == "list") { return array of block infos } else { return subject and content of $delta block } }
* - Wrapped some hardcoded colors in "theme_invoke()"s; we can still createDries Buytaert2002-10-22
| | | | | | | | a drupal_error() later on but I think we better get used to theme_invoke(). - Fixed translation bug. Patch by Moshe. - Fixed PHP warning. Patch by ax.
* - Fixed bug in user_save().Dries Buytaert2002-10-13
| | | | - Added "Who's new" block. I accidentically removed it.
* - Committed Jeremy's incarnation of the statistics module. Last minutesDries Buytaert2002-10-13
| | | | | | | | | | | | | | | changes include: * a couple of coding style changes, renamed some "stats" into "statistics", etc. * removed the "Who's online" block from the user module. * added db_affected_rows() to the resp. database abstraction layers and made the statistics module use db_affected_rows() instead. * added update logic to "update.php".
* - Fixed warning in user module.Dries Buytaert2002-10-07
|
* - coding style improvements.Kjartan Mannes2002-09-30
|
* - fixing user registration and field validation.Kjartan Mannes2002-09-25
|
* - Fixed e-mail regex to accept ".info" TLDs as well as other future TLDs,Dries Buytaert2002-09-17
| | | | | fixed e-mail regex to accept IP addresses (eg. 127.0.0.1), changed some HTML to XHTML, fixed some cosmetic glitches, etc.
* - fixing a typo (was missing a $).Kjartan Mannes2002-09-10
|
* - adding "Default theme" option to user_admin_edit()Kjartan Mannes2002-09-08
|
* - fixing creation of first user.Kjartan Mannes2002-09-08
| | | | | - password is now printed for uid 1. - made user_fields() always return something.
* - use <?pjp instead of <?. //TODO: check other files to make sure they areKjartan Mannes2002-09-08
| | | | not using short tags.
* - Removed a MySQL-ism from the user module. Patch by James.Dries Buytaert2002-08-18
| | | | - Fixed the "uid < 0" issue. Fix by Marco.
* - Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa.Dries Buytaert2002-08-16
|
* - Applied user.module patch from Marco's sandbox.Dries Buytaert2002-08-08
| | | | - Added profile.module written by Marco.
* - fixing email regular expression.Kjartan Mannes2002-07-31
|
* - preventing a segfault in PHP. Can someone verify that session writing ↵Kjartan Mannes2002-07-26
| | | | still works?
* - Fixed small bug in user.module. Patch by Marco.Dries Buytaert2002-07-13
|
* - added some missing title attributs to links.Kjartan Mannes2002-06-14
|
* - fixing an error when no DA modules were loaded.Kjartan Mannes2002-06-13
| | | | - indentation issue in node module.
* - default theme added to theme options + some clean up.Kjartan Mannes2002-06-10
| | | | | | - title of "blog it" item is used as default node title. - added link to news feed admin pages on import_page. - "blog it" link only shows when the blog module is available.
* - fixing outgoing mails and added some documentation.Kjartan Mannes2002-06-09
|
* - Some small editorial changes to the user module.Dries Buytaert2002-06-09
|
* - Included Moshe's *excellent* user module documentation.Dries Buytaert2002-06-09
| | | | | NOTE: I remove the gravity stuff as this optional and already documented in rating.module.
* - improved module descriptions.Kjartan Mannes2002-06-08
| | | | | | | - removed admin options for queue and comment module if the modules are not loaded. - nodes are now auto promoted when queue module isn't enabled. - moderation result block is now visible by the node author.
* - More documentation updates. Added "Requires crontab" message to theDries Buytaert2002-06-08
| | | | settings that require crontab, make some things more consistent, etc.
* - Clarified the help texts a bit.Dries Buytaert2002-06-08
|
* - Small detail in the help.Dries Buytaert2002-06-08
|
* - adding descriptions to modules (thanks Joe + Scott).Kjartan Mannes2002-06-01
| | | | | | | | | | - fixed comment flat list view missing 1 comment. - changed update.php around a bit. * security check isn't in effect if the db hasn't been updated. * instructions re-organized. * fixed some minor updates. - updated database.mysql done by UnConeD. - changelog update.
* - fixing who is online block.Kjartan Mannes2002-05-31
|
* - modified the user blocks to use the same layout and trim long usernames toKjartan Mannes2002-05-29
| | | | keep the blocks from ruining theme layouts.
* - the user_admin_edit() would loose the theme settings.Kjartan Mannes2002-05-24
| | | | - added some more help text to page.module.
* - pending user accounts will not be notified to the site_email.Kjartan Mannes2002-05-23
| | | | | | | | | | | | | - fixed access checks on the register form, do this before you enter the _save function. If registrations are disabled the register link will no longer show (again). - changed &#187 to &raquo, using the names of entities are better than the numbers. - fixed user information being set when account is registered (properly this time, really!) - reversed the if(!...) commit. - node_add specifies more defaults. - added link to blog entries from user page.
* - fixing the last fixes.Kjartan Mannes2002-05-22
|
* - Fixed typo in the "request new password" e-mail:Dries Buytaert2002-05-20
| | | | | | | | diff -r1.69 user.module 869c869 < $body = strtr(variable_get("user_mail_pass_body", t("%username,\n\nHere is your new password for %site. You may now login to %uri". drupal_url(array("mod" => "user", "op" => "login"), "module") ." using the following username and password:\n\nusername: %username\npassword: %password\n\nAfter logging in, you may wish to change your password at %uri". drupal_url(array("mod" => "user", "op" => "edit"), "module") ."\n\nYour new %site membership also enables to you to login to other Drupal powered web sites (e.g. http://www.drop.org) without registering. Just use the following Drupal ID and password:\n\nDrupal ID: %username@%uri_brief\npassword: %password\n\n\n-- %site team")), $variables); --- > $body = strtr(variable_get("user_mail_pass_body", t("%username,\n\nHere is your new password for %site. You may now login to %uri". drupal_url(array("mod" => "user", "op" => "login"), "module") ." using the following username and password:\n\nusername: %username\npassword: %password\n\nAfter logging in, you may wish to change your password at %uri". drupal_url(array("mod" => "user", "op" => "edit"), "module") .".\n\nYour new %site membership also enables you to login to other Drupal powered web sites (e.g. http://www.drop.org/) without registering. Just use the following Drupal ID and password:\n\nDrupal ID: %username@%uri_brief\npassword: %password\n\n\n-- %site team")), $variables);
* - updating all nodes to use taxonomy terms.Kjartan Mannes2002-05-19
| | | | | | | - updated node modules not to cause errors when taxonomy module is disabled. - added %date variable to user mail configuration. - added hyperlinks to admin.php?mod=system (site configuration) for easy access. - usual coding style and xhtml fixes.
* Fixed bug reported by Gerhard:Steven Wittens2002-05-17
| | | | module.php?mod=login should be module.php?mod=user&op=login in the emails that user.mod sends out.
* - xhtml errorsKjartan Mannes2002-05-15
| | | | - improper link attributes.
* - applied Stevens link patch.Kjartan Mannes2002-05-12
| | | | | | - fixed block permissions. - fixed user admin page errors: http://www.drupal.org/node.php?id=173. - cleaned up common.inc a bit: removed format_info, path_img, field_merge.
* - user.module used a obsolete variable_get.Kjartan Mannes2002-05-02
| | | | - set blocks for new users.
* Applied Moshe's user module improvements:Dries Buytaert2002-05-02
| | | | | | | | | | | | | | - Admins may now change passwords for users. - Confirmation message for user_admin_edit is now formatted by standard status() function. - Improved user experience for anonymous users when they browse to an access controlled URL. Such users will now login and then are redirected to the destination URL. Previously, they received the message_access() text. - Added a "Who's new" block.
* - clearing extra spaces from user.module.Kjartan Mannes2002-05-02
| | | | - patching weblogs.module.
* - fixed a few coding style issues.Kjartan Mannes2002-05-01
| | | | | | | - got the _nasty_ Netscape 4 bug. Even wrote a nice blog about it. Now I need sleep. http://www.kjartan.net/node.php?id=53 - fixed the register now link showing up when user registration are disabled.
* - fixed the son of session crash. Its amazing how vitally important it is to ↵Kjartan Mannes2002-04-29
| | | | | | return valid data is to PHP.. one mistake and things start to crash at random times.
* - Rewrote role management, splitting the table in two. There are noDries Buytaert2002-04-28
| | | | | improvements right now, but this patch will help me adding support for taxonomy-based permissions. Contributed by Marco.