Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - #23560: Sort watchdog date by wid to ensure unique ordering. | Steven Wittens | 2005-08-06 |
| | |||
* | - #25395: Allow for more integers in node_access grant_x columns | Steven Wittens | 2005-08-05 |
| | |||
* | - #27852: redirect to user edit page on first log-in | Steven Wittens | 2005-08-05 |
| | |||
* | - #27864: Correctly distinguish 403s from 404s for nodes. | Steven Wittens | 2005-08-05 |
| | |||
* | - #28154: remove useless /view from user results | Steven Wittens | 2005-08-03 |
| | |||
* | - #28053: left-over blogapi bugs after xmlrpc library switch | Steven Wittens | 2005-08-02 |
| | |||
* | - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). | Dries Buytaert | 2005-08-01 |
| | | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs. | ||
* | - Add some Unicode checks to username validation | Steven Wittens | 2005-07-31 |
| | |||
* | - Patch by Neil: removed redundant form_group() from throttle settings page. | Dries Buytaert | 2005-07-31 |
| | |||
* | - Patch #27535 by Ber: set 'preview status message' using drupal_set_message(). | Dries Buytaert | 2005-07-31 |
| | |||
* | - Patch #27633 by Tobias: | Dries Buytaert | 2005-07-31 |
| | | | | | + made it possible to specify a subject when submitting a message on the contact form. + fixed some bugs/glitches. | ||
* | - Removed some whitespace | Dries Buytaert | 2005-07-31 |
| | |||
* | - #23310: Gray out picture theme settings if pictures are disabled. | Steven Wittens | 2005-07-30 |
| | |||
* | - #24673: Fix deprecated usage of implode | Steven Wittens | 2005-07-30 |
| | |||
* | - #20668: Fix "username's blog" appearance rules. | Steven Wittens | 2005-07-29 |
| | |||
* | - #16705: Make user_access always return a boolean. | Steven Wittens | 2005-07-29 |
| | |||
* | - #27551: Rename check_output() to check_markup(). Needs contrib updates! | Steven Wittens | 2005-07-29 |
| | |||
* | - #27624, #27614, #27627: dead code | Steven Wittens | 2005-07-29 |
| | |||
* | - #27694: Correct username validation. | Steven Wittens | 2005-07-29 |
| | |||
* | - Patch #25706 by Neil: book 'previous' link does not respect unpublished ↵ | Dries Buytaert | 2005-07-29 |
| | | | | node setting | ||
* | - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale. | Steven Wittens | 2005-07-29 |
| | | | | - (#15121) Improve string cut-off for locale table | ||
* | - #27626: Correct function name | Steven Wittens | 2005-07-29 |
| | |||
* | - #23651: Display referrer info with watchdog messages. | Steven Wittens | 2005-07-29 |
| | |||
* | - #27707: Use local tasks for book administration | Steven Wittens | 2005-07-29 |
| | |||
* | - #26458: node_search doesn't node_view, causing bad snippets. | Steven Wittens | 2005-07-29 |
| | |||
* | - #26458: node_search doesn't node_view, causing bad snippets. | Steven Wittens | 2005-07-29 |
| | |||
* | - #27531: Leftover string_length(). | Steven Wittens | 2005-07-27 |
| | |||
* | - #26822: Fix logo upload being broken (drumm) | Steven Wittens | 2005-07-26 |
| | |||
* | - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. | Steven Wittens | 2005-07-25 |
| | |||
* | - #26643: Restore accidentally lost "my blog" menu item. | Steven Wittens | 2005-07-25 |
| | |||
* | - #25285: Use correct permission for node form comment admin | Steven Wittens | 2005-07-25 |
| | |||
* | - #27108: Columns in ORDER BY clause must be SELECTed on (pgsql) | Steven Wittens | 2005-07-25 |
| | |||
* | - #16440: Allow taxonomy vocabulary and term forms to be extended. | Steven Wittens | 2005-07-25 |
| | |||
* | - Modified patch #27131 by DriesK: removed some cache_clear_all()s. | Dries Buytaert | 2005-07-23 |
| | |||
* | - Patch #24183 by drumm: remove unnecessary setting from upload module. ↵ | Dries Buytaert | 2005-07-22 |
| | | | | Currently the upload module checks two max file sizes. First it checks a global option; if its too big it quits. Then it checks another max file size (or even sizes) related to the roles which a user is in. We can remove the global option since the individual roles are checked. | ||
* | - Fixed typo reported by Stefan: theem -> theme | Dries Buytaert | 2005-07-20 |
| | |||
* | - Patch #26217 by HellRaider: fixed problem <front> setting in presence of ↵ | Dries Buytaert | 2005-07-20 |
| | | | | slashes. | ||
* | - Patch #26467 by drumm: make the destination persist across multiple pages | Dries Buytaert | 2005-07-20 |
| | | | | and fixed the node delete form to use a return destination. | ||
* | - Fix PHP notice (killes) | Steven Wittens | 2005-07-20 |
| | |||
* | - Patch #26683 by matteo: added missing DISTINCT()s | Dries Buytaert | 2005-07-19 |
| | |||
* | - Removed <strong>s | Dries Buytaert | 2005-07-19 |
| | |||
* | - Patch #27062 by nysus: improved the help text of the 'access control' page. | Dries Buytaert | 2005-07-19 |
| | | | | | Generally improves readability; gets rid of technical jargon; provides concrete example; provides suggestions for how permissions can be used. | ||
* | - Modified patch #18656 by Moshe: unifies the admin comment form and the ↵ | Dries Buytaert | 2005-07-19 |
| | | | | | | usual comment form, similar to what we did for nodes. This resulted lots of duplicate code removal. Also gave administrators the ability to change the author and timestamp of a comment. Also removed comment links from the bottom of the comment preview box (as we did for nodes) Modifications: fixed breadcrumbs, tidied up delete confirmation page to be consistent with node deletions.. | ||
* | - Misplaced backet | Dries Buytaert | 2005-07-19 |
| | |||
* | - Modified patch #20505 by Morbus: fixed scalability issues with terms, ↵ | Dries Buytaert | 2005-07-19 |
| | | | | tried to create a better distinction between vocabularies and terms, fixed problem with term pager (temporary fix). | ||
* | - Fixed problem with node_load() in blogapi. Reported by nysus. | Dries Buytaert | 2005-07-19 |
| | |||
* | - Fix oopsie in node_load() after recent patch. | Steven Wittens | 2005-07-18 |
| | |||
* | - Patch #19621 by Morbus/drumm: fixed bugs with taxonomy_save_xxx() functions. | Dries Buytaert | 2005-07-18 |
| | | | | TODO: update image module too? | ||
* | - Patch #9178 by mathias: improved menu system integration. | Dries Buytaert | 2005-07-18 |
| | |||
* | - Patch #24805 by Ber: removed some dead code. | Dries Buytaert | 2005-07-18 |
| |