summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* - Updated the user module to use the new help system approach.Dries Buytaert2003-08-19
|
* - Documentation fixes by Michael F.Dries Buytaert2003-08-13
|
* - Usability improvement: changed the title of the main block on the userDries Buytaert2003-08-13
| | | | information page. Suggested by Keith Instone.
* - Applied modified version of almaw's 0064 patch: form item attributes.Kjartan Mannes2003-08-12
| | | | | | | | | - Applied modified version of mathias' 0073 patch: node form name. $params["options"] is now an array so some contrib modules might need minor changes. - Applied mathhias' 0074 patch: missing access check on who is new block.
* - Added missing t() functions to watchdog. Patch #80 by Stefan.Dries Buytaert2003-08-12
|
* Applied 0007.almaw.home-link-using-l.patchKjartan Mannes2003-08-11
| | | | | | | - Fix link_page to use l() to generate home link. Applied 0058.kika.themeable-usermenu.patch - Modifies user menu be themeable.
* - Added missing {}. Fixes bug 2423 reported by kenzky.Dries Buytaert2003-08-05
|
* - Fixed bug in user_validate_name(): . (dot) should be allowed for DA to work.Dries Buytaert2003-07-26
| | | | Fixes bug #107.
* - Fixed the update path of user_save(). Patch by Gerhard. Tnx.Dries Buytaert2003-07-23
|
* - Fixed typo: implde() -> implode(). Reported by Moshe.Dries Buytaert2003-07-23
|
* - Fixed node_save() and user_save() bug introduced by table prefix changes.Dries Buytaert2003-07-21
| | | | | | Modified patches from Gerhard. - Changed the order of the checks in node_teaser(). Patch from Kobus.
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
|
* - Bugfix: fixed the "check for duplicate e-mail addresses" test. Patch byDries Buytaert2003-07-09
| | | | Marco.
* - Improvement: made it possible to translate the forum module. Patch #53 by ↵Dries Buytaert2003-07-02
| | | | | | | | Stefan. - Improvement: some small changes to the user module to ease translation and to make things slightly more consistent. This should be a better alternative for patch #54. - Improvement: increase the maxlength of the node title. This should fix bug #2018 and #2176.
* - Fixed some "search related" bugs introduced by Moshe's latest patch.Dries Buytaert2003-06-30
| | | | Fixes bug #2127.
* - Improvement: moved hard-coded CSS from user module to drupal.css. PatchDries Buytaert2003-06-26
| | | | #57 by Kristjan.
* - Narrow the set of allowed usernames to prevent people from messing with it.Dries Buytaert2003-06-25
|
* - Improvement: SQL improvements to the user module. Patch #44 and #45 byDries Buytaert2003-06-23
| | | | | | | | | | Gerhard. - Improvement: CSS improvements. Patch #40 by Al. (TODO: we might be able to simplify admin.css now both drupal.css and admin.css are included to render administration pages. Tags like "body" and friends can probably be inherited.)
* - Translation improvement. Patch by Stefan.Dries Buytaert2003-06-20
|
* - Bugfix: fixed problem with changing themes. Didn't apply Al's patch asDries Buytaert2003-06-20
| | | | | | | | the fix was somewhat simpler. Fixes bug #2003. - Bugfix: fixed problem with voting on certain poll pages. Patch #37 by Al. - Improvement: removed stupid descriptions from profile module.
* - Bugfix: fixed problem with the use of % on the user module form. PatchDries Buytaert2003-06-20
| | | | by Slavica. Fixes bug #1730.
* - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below. Patch ↵Dries Buytaert2003-06-19
| | | | | | | | | | | | #33 by Al. - Bugfix: fixed translation problems in the user module and the block module. Patch by Stefan. - Improvement: made it impossible to delete user role #1 and #2. Patch #38 by Al. - Improvement: fixed the "Allowed HTML tag" issues. Makes for better code and improved usability. Patch #35 by Al. NOTE: as soon the compose tips make their way into CVS, most of this code can be removed.
* - Bugfix: it was not possible to delete a user account when "delete" wasDries Buytaert2003-06-18
| | | | translated. Patch by Stefan.
* - Improvement: made the user module use themeable lists. Patch #32 by Kristjan.Dries Buytaert2003-06-18
|
* Bugfix: user timezone-selection now uses the site's configured ↵Steven Wittens2003-06-16
| | | | date_format_long value rather than a hardcoded one.
* - Usability improvement: avoid showing two login forms on one page. SuggestedDries Buytaert2003-06-15
| | | | by Keith.
* - Bugfix: the variable 'user_mail_welcome_approval_subject' was too long.Dries Buytaert2003-06-15
| | | | | Modified patch from Al; used 'user_mail_approval_subject' instead of 'user_mail_welcome_approval_subj'. Patch #11 by Al. Fixes bug #1976.
* - Improvement: fixed wrapping in code samples in user module so that admin ↵Dries Buytaert2003-06-15
| | | | help doesn't have a huge horizontal scrollbar. Patch #13 by Al.
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
|
* - Moved some CXX checks to a centralized place; less error-prone.Dries Buytaert2003-06-14
|
* - Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.)Dries Buytaert2003-06-13
| | | | | | | | | | | | | - Bugfix: block patch fix. Patch by Gerhard. - Bugfix: fixed broken URL in ping. Patch by Gerhard. (This should fix the problems shown on http://www.blo.gs/info.php?id=1515.) - Improvement: added better password generator. Patch #1 by Al. Fixes bug #1935. - Improvement: performance improvement to the blog module. Patch by Marco.
* - Bugfix: when clean URLs are enabled, the cookie path was not always set ↵Dries Buytaert2003-06-11
| | | | | | correctly when the user logged using the user block from within a subdirectory. Patch by Ulf Rompe.
* - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be ↵Dries Buytaert2003-06-11
| | | | | | | | | | | | | | | | | | | | | | | | prefixed with GO for some obscure reason. Patch by Kjartan. - Bugfix: fixed the defaults for blocks in database.mssql so the NOT NULL fields get values. Patch by Kjartan. - Bugfix: changed check_form() to use htmlspecialchars() instead of drupal_specialchars() as this caused Drupal to emit incorrect form items in presence of quotes. Example: <input type="submit" class="form-submit" name="op" value="Submit "top nodes" block changes" /> IMO, drupal_specialchars() is better called xmlspecialchars() to avoid confusion. - Bugfix: when an anonymous user visits a site, they shouldn't see any content (except the login block, if it is enabled) unless they have the "access content" permissions. Patch by Matt Westgate. - Improvement: improved the error checking and the error messages in the profile module. Updated the code to match the Drupal coding conventions. Modified patch from Matt Westgate. - Improvement: don't generate the <base href=""> tag in the base theme; it is already emitted by theme_head(). Patch by Kristjan. - Improvement: don't execute any SQL queries when checking the permissions of user #1. Patch by Kjartan. - Improvement: made a scalable layout form that works in IE and that behaves better with narrow themes. Part of patch #51 by Al. - Improvement: removed some redundant print statements from the comment module. Modified patch from Craig Courtney.
* Patch be Matt Westgate:Dries Buytaert2003-06-10
| | | | | | - Bugfix: in the user_admin_edit() function, the data array returned from the callback modules was not being merged into the edit array. - Bugfix: added enctype="multipart/form-data" to the form tag so that we can update things like the avatar image in the admin interface.
* - Bugfix: fixed approval e-mail and tidied up the e-mail handling. Patch #43 byDries Buytaert2003-06-08
| | | | Al. Fixes bug #1828.
* - Bugfix: clicking the "Login" button after having created the first userDries Buytaert2003-06-07
| | | | redirected you to an incorrect page. Patch by Moshe.
* - Check the destrination URL before redirecting.Dries Buytaert2003-06-07
|
* - Dropped check_input(); use check_query() instead.Dries Buytaert2003-06-06
| | | | - Made the statistics module use referer_uri() for security's sake.
* - Bugfix: removed redundant check_input()s such that quotes are handledDries Buytaert2003-06-06
| | | | properly. You couldn't use a username or passwords that had quotes.
* - Bugfix: fixed the login problem due to incorrect use of drupal_goto().Dries Buytaert2003-06-06
| | | | Gerhard's patch was not 100% correct and I found a better alternative.
* - CSS improvements: use form functions wrapped in a <div> instead ofDries Buytaert2003-06-03
| | | | | | | hard-coded form elements. Modified patch by Kristjan. I added some CSS to drupal.css to center the text and ordered the list of CSS tags alphabetically.
* - Resized two textfields for UI consistentcy. Patch by Stefan.Dries Buytaert2003-06-02
|
* - Documentation fixes by Kjartan.Dries Buytaert2003-05-31
|
* - Al's CSS patches. This commit improves the themability of some coreDries Buytaert2003-05-29
| | | | | | components such as lists, form items, removes an ugly hack from the archive module and should fix the poll problem (although it doesn't Opera/Konqueror).
* - Michael Frankowski's excellent help text improvements!Dries Buytaert2003-05-29
|
* - $_SERVER["edit"] -> $_POST["edit"]Kjartan Mannes2003-05-19
|
* - Patch by Jonathan Chaffer: $_SERVER["op"] -> $_POST["op"]Kjartan Mannes2003-05-19
|
* - Undid my changes to user_access().Dries Buytaert2003-05-19
|
* - Replaced some PHP_SELF's by request_uri()'s. Patch by Gerhard.Dries Buytaert2003-05-18
|
* - Small change that reduces the number of SQL queries when a certain role hasDries Buytaert2003-05-18
| | | | no permissions set.