Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #159332 by jakeg: can't save roles on user_save(). | Dries Buytaert | 2007-07-14 |
| | |||
* | #158289 by merlinofchaos: Remove paragraph tag from drupal_set_message() | Gábor Hojtsy | 2007-07-11 |
| | |||
* | #156910 by asimmonds: fix code indentation problems introduced with new code ↵ | Gábor Hojtsy | 2007-07-05 |
| | | | | in this development cycle; only whitespace changes | ||
* | #156812 by tangent: coding style issues corrected in user.module, identified ↵ | Gábor Hojtsy | 2007-07-04 |
| | | | | with coder module | ||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵ | Gábor Hojtsy | 2007-07-01 |
| | | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail() | ||
* | - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we | Dries Buytaert | 2007-07-01 |
| | | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7. | ||
* | - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable. | Dries Buytaert | 2007-07-01 |
| | |||
* | #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵ | Gábor Hojtsy | 2007-06-30 |
| | | | | router path based lookups, and also full path argument lookup with a passed argument array | ||
* | - Patch #130108 by webchick: link to newly created account in admin panel. | Dries Buytaert | 2007-06-29 |
| | |||
* | - Patch #148410 by jvandyk: added rewrite of the actions module! | Dries Buytaert | 2007-06-29 |
| | | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;) | ||
* | - Patch #118730 by kaerast, kkaefer and webchick: subltle but important ↵ | Dries Buytaert | 2007-06-29 |
| | | | | documentation improvement | ||
* | - Patch #147662 by Gordon et al: add new #pre_render callback to ↵ | Dries Buytaert | 2007-06-28 |
| | | | | drupal_render(). | ||
* | #154218 by Steven: HTML to text email converter, centralizing email wrapping ↵ | Gábor Hojtsy | 2007-06-26 |
| | | | | in Drupal core and providing a solid conversion function for contributed modules | ||
* | #154046: Optimize confirm_form syntax for common usage (and fix some ↵ | Steven Wittens | 2007-06-24 |
| | | | | $form_state bugs). | ||
* | #148678: Fix notices/warnings on invalid paths like 'node/zzz'. ↵ | Steven Wittens | 2007-06-24 |
| | | | | (chx/pwolanin/webernet) | ||
* | #113983 by damien_vancouver and myself: allow administrators to search users ↵ | Gábor Hojtsy | 2007-06-23 |
| | | | | by e-mail too | ||
* | #152492 by JohnAlbin: clean up global user setting, which is done already | Gábor Hojtsy | 2007-06-23 |
| | |||
* | #153372 by bjaspan: fix user login form values and openid interacion | Gábor Hojtsy | 2007-06-23 |
| | |||
* | #115139: Add centralized json handler (and send text/javascript content-type ↵ | Steven Wittens | 2007-06-22 |
| | | | | header). | ||
* | #153781: Convert all remaining confirm_forms() to deletion api. | Steven Wittens | 2007-06-22 |
| | |||
* | #144397: Use drupal_render for user profiles and convert to themer-friendly ↵ | Steven Wittens | 2007-06-21 |
| | | | | .tpl.php files. | ||
* | - Patch #149692 by asimmonds: fixed FAPI breakage. | Dries Buytaert | 2007-06-17 |
| | |||
* | - Patch #147947 by hswong3i: some files shouldn't defined as text:big for ↵ | Dries Buytaert | 2007-06-15 |
| | | | | Oracle compatibility. | ||
* | - Patch #148419 by Moshe, bjaspan et al: refactor distributed auth out of ↵ | Dries Buytaert | 2007-06-15 |
| | | | | user.module. | ||
* | - Patch #151270 by moshe: fixed braino. | Dries Buytaert | 2007-06-12 |
| | |||
* | - Patch #143532 by Gurpartap: don't redirect to 'my account' after editing ↵ | Dries Buytaert | 2007-06-11 |
| | | | | profiles. | ||
* | - Patch #150167 by fwalch: fixed problem with fapi migration -- one-time ↵ | Dries Buytaert | 2007-06-11 |
| | | | | login not working. | ||
* | - Patch #143026 by ChrisKennedy and Steven: dynamically check password ↵ | Dries Buytaert | 2007-06-08 |
| | | | | strength and confirmation. | ||
* | - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵ | Dries Buytaert | 2007-06-08 |
| | | | | core compatibility version. | ||
* | - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵ | Dries Buytaert | 2007-06-05 |
| | | | | using db_last_insert_id() instead of db_next_id(). | ||
* | - Patch #146667 by Jeff Eaton: form API fixes. | Dries Buytaert | 2007-06-04 |
| | |||
* | - Patch #148974 by hunmonk: fixed whois online block on PostgreSQL. | Dries Buytaert | 2007-06-04 |
| | |||
* | - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵ | Dries Buytaert | 2007-06-04 |
| | | | | redundant arguments | ||
* | - Patch #148744 by catch: fixed some code comments. | Dries Buytaert | 2007-06-03 |
| | |||
* | Some RTL CSS files had wrong CVS Id comments, fix that | Gábor Hojtsy | 2007-05-30 |
| | |||
* | - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵ | Dries Buytaert | 2007-05-30 |
| | | | | improved file API, centralized file validation, implemented quotas and fixed file previews. | ||
* | - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. | Dries Buytaert | 2007-05-28 |
| | |||
* | #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵ | Gábor Hojtsy | 2007-05-27 |
| | | | | | | | | | CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support. | ||
* | - Patch #146313 by walkah: _user_edit_validate assumes arg(1) == 'register' ↵ | Dries Buytaert | 2007-05-25 |
| | | | | when being called for the user_register form | ||
* | - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵ | Dries Buytaert | 2007-05-25 |
| | | | | Oh, behave. | ||
* | - Patch #140218 by Crell et al: make it possible to move page callbacks to ↵ | Dries Buytaert | 2007-05-22 |
| | | | | their own include files. | ||
* | - Patch #144919 by dww: hide user picture settings when possible. | Dries Buytaert | 2007-05-20 |
| | |||
* | - Patch #144859 by dww: added optional e-mail notifications when user are ↵ | Dries Buytaert | 2007-05-20 |
| | | | | approved, blocked, or deleted. | ||
* | - Patch #144676 by webchick and dww: form API-fied user settings. | Dries Buytaert | 2007-05-17 |
| | |||
* | - Patch #137767 by chx and pwolanin: multiple menu support. | Dries Buytaert | 2007-05-16 |
| | |||
* | - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) | Dries Buytaert | 2007-05-14 |
| | |||
* | - Patch #141637 by merlinofchaos, gabor, et al: provide a site config form ↵ | Dries Buytaert | 2007-05-10 |
| | | | | at the end of install to collect data, plus allow profiles to modify and add more. | ||
* | - Patch #142619 by erdemkose: fixed E_ALL warnings. | Dries Buytaert | 2007-05-10 |
| | |||
* | - Patch #128082 by Goba et al: Allow localization of built-in menu items. | Dries Buytaert | 2007-04-30 |
| |