Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve ↵ | Dries Buytaert | 2008-04-02 |
| | | | | visibility of the 'more help' link by adding an icon. | ||
* | - Patch #218403 by Gabor, catch, Arancaytar, keith, doug, et al: duplicate ↵ | Dries Buytaert | 2008-04-02 |
| | | | | entry errors in search idexer due to collation issues. | ||
* | - Patch #241629 by solotandem: the cron.php query left an extra row in the ↵ | Dries Buytaert | 2008-04-02 |
| | | | | watchdog table due to a off-by-one error. | ||
* | - Patch #241369 by kkaefer: code style improvements for easier patching later. | Dries Buytaert | 2008-04-01 |
| | |||
* | - Patch #241021 by keith.smith: we forgot to remove a reference to the ↵ | Dries Buytaert | 2008-04-01 |
| | | | | 'story' node type. It was renamed to 'article'. | ||
* | - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing. | Dries Buytaert | 2008-03-31 |
| | | | | | | | | | | | | | | | | | | | This is a big and important patch for Drupal's security. We are switching to much stronger password hashes that are also compatible with the Portable PHP password hashing framework. The new password hashes defeat a number of attacks, including: - The ability to try candidate passwords against multiple hashes at once. - The ability to use pre-hashed lists of candidate passwords. - The ability to determine whether two users have the same (or different) password without actually having to guess one of the passwords. Also implemented a pluggable password hashing API (similar to how an alternate cache mechanism can be used) to allow developers to readily substitute an alternative hashing and authentication scheme. Thanks all! | ||
* | - Patch #238564 by scor: missing t() functions in the operations parameter ↵ | Dries Buytaert | 2008-03-31 |
| | | | | of watchdog(). | ||
* | - Patch #239196 by jvandyk: fix negative percentage on search status page. | Dries Buytaert | 2008-03-27 |
| | |||
* | - Patch #223175 by cwgordon07: administers should be able to send as many ↵ | Dries Buytaert | 2008-03-25 |
| | | | | contacts as they want. | ||
* | - Patch #237191 by birdmanx35, keith.smith et al: improve description of ↵ | Dries Buytaert | 2008-03-23 |
| | | | | color module. | ||
* | - Patch #237717 by hass: missing t() function. | Dries Buytaert | 2008-03-23 |
| | |||
* | - Patch #235821 by kbahey and pwolanin: include upgrade path for cron ↵ | Dries Buytaert | 2008-03-21 |
| | | | | changes, improved security of key. | ||
* | - Patch #232037 by pwolanin and flobruit: block_list() renders all blocks ↵ | Dries Buytaert | 2008-03-21 |
| | | | | even on 404. Refactored the code a bit so ithere is a split between loading and rendering of blocks. By doing so, we are no longer forced to render _all_ blocks if we know they won't be shown. There is more room for improvement here, I believe, but this is an incremental improvement. | ||
* | - Patch #226501 by webchick: permission descriptions were used incorrectly ↵ | Dries Buytaert | 2008-03-19 |
| | | | | at admin/user/user. | ||
* | - Patch #52910 by kbahey, keith.smith, Susurrus, et al: restict access to ↵ | Dries Buytaert | 2008-03-17 |
| | | | | cron.php. | ||
* | - Patch #214271 by recidive: improved schema identation. | Dries Buytaert | 2008-03-15 |
| | |||
* | - Patch #234065 by David_Rothstein: added missing period. | Dries Buytaert | 2008-03-14 |
| | |||
* | - Patch #231587 by pwolanin et al: fixed scalability issue in the menu system. | Dries Buytaert | 2008-03-14 |
| | |||
* | - Patch #229517 by keith.smith and flobruit: de-html selected interface strings. | Dries Buytaert | 2008-03-13 |
| | |||
* | - Patch #226480 by gpk: improved code comment. | Dries Buytaert | 2008-03-11 |
| | |||
* | - Patch #231437 by catch, Rob, freso et al: remove ping module from core. | Dries Buytaert | 2008-03-11 |
| | |||
* | - Patch #228120 by jvandyk: fixed code comment. | Dries Buytaert | 2008-03-10 |
| | |||
* | - Patch #226878 by boydjd: fixed coding standards. | Dries Buytaert | 2008-03-02 |
| | |||
* | - Patch #216813 by pwolanin et al: fixed upgrade path for primary links and ↵ | Dries Buytaert | 2008-02-23 |
| | | | | navigation. | ||
* | - Patch #81931 by keith.smith: improved wording of help text. | Dries Buytaert | 2008-02-23 |
| | |||
* | - Patch #81931 by webchick et al: made the recent comments block ↵ | Dries Buytaert | 2008-02-21 |
| | | | | configurable. Somme minor changes by me. | ||
* | - Patch #206820 by boydjd: corrected the forum deletion help text/documentation. | Dries Buytaert | 2008-02-20 |
| | |||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | - Patch #222183 by Gabor and Keith: make the input formats reorderable as a ↵ | Dries Buytaert | 2008-02-19 |
| | | | | first step towards better input format handling, and ultimately, good WYSIWYIG support. | ||
* | - Patch #181578 by Moshe: removed distributed authentication code from ↵ | Dries Buytaert | 2008-02-18 |
| | | | | user_save(). Factored the relevant code out to a separate function. | ||
* | - Patch #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #220893 by AjK: fixed some watchdog calls. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #221192 by damz: wrong new comment link in forum listings. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #181411 by Moshe: use schema API for saving and updating user records. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #203846 by pwolanin: remove PHP4 compatibility code. | Dries Buytaert | 2008-02-17 |
| | |||
* | - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵ | Dries Buytaert | 2008-02-17 |
| | | | | real PHP5 clone(). | ||
* | - Patch #163297 by pwolanin et al: remove $_POST from taxonomy module's form ↵ | Dries Buytaert | 2008-02-14 |
| | | | | handling. | ||
* | - Patch #220522 by meba: missing t() function. | Dries Buytaert | 2008-02-14 |
| | |||
* | - Patch #221072 by Pancho: fixed access control check on the theme ↵ | Dries Buytaert | 2008-02-14 |
| | | | | configuration page. | ||
* | - Patch #221057 by pwolanin: book module may overwrite another node's link. | Dries Buytaert | 2008-02-14 |
| | |||
* | - Patch #219366 by pwolanin: cannot add external links to admin interface. | Dries Buytaert | 2008-02-12 |
| | |||
* | - Patch #220329 by catch: bumped the minimum MySQL requirement for Drupal 7 ↵ | Dries Buytaert | 2008-02-12 |
| | | | | to MySQL 5. | ||
* | - Patch #220260 by webchick: proper version constant for D7. Oh yeah. :) | Dries Buytaert | 2008-02-12 |
| | |||
* | - Patch #214209 by Arancaytar, pwolanin, gabor, etc: blogapi doesn't confirm ↵ | Dries Buytaert | 2008-02-12 |
| | | | | node type exist. | ||
* | - Patch #219883 by gdevlugt and webernet: files attached to newly created ↵ | Dries Buytaert | 2008-02-12 |
| | | | | nodes are listed despite unchecking list option. | ||
* | - Patch #220004 by webernet et al: menu items reorder after edit one of menu ↵ | Dries Buytaert | 2008-02-12 |
| | | | | item. | ||
* | - Patch #215958 by pwolanin: fixed broken link in documentation. | Dries Buytaert | 2008-02-10 |
| | |||
* | - Patch #215858 by pwolanin, goba, catch et al: localized menu link data ↵ | Dries Buytaert | 2008-02-10 |
| | | | | getting saved back to the database. | ||
* | - Patch #216904 by pwolanin et al: if there are more than 21 menu items ↵ | Dries Buytaert | 2008-02-10 |
| | | | | under a parent, the weights got screwy. | ||
* | - Patch #219334 by Goba et al: prevent the upload table being created if it ↵ | Dries Buytaert | 2008-02-10 |
| | | | | already exists. |