- Aug 21, 2004
-
-
Dries Buytaert authored
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
-
Dries Buytaert authored
- Patch by TDobes: bugfix: fixed a typo.
-
- Aug 20, 2004
-
-
Steven Wittens authored
-
Steven Wittens authored
- Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got reintroduced after the template changes. - Fixed separate styles: added theme_get_styles() and the xtemplate {styles} tag to make sure stylesheets get included in the right order (drupal-specific, template-specific, style-specific). - Fixing missing class on screenshots. - Renamed drupal_get_theme_setting() and drupal_get_theme_settings() to theme_get_setting() and theme_get_settings().
-
Dries Buytaert authored
- Usability improvement: changed 'Status' to 'Enabled' because that is what we use elsewhere.
-
Dries Buytaert authored
- Usability improvement: capitalize all header titles.
-
Dries Buytaert authored
+ removes 'toggle_search' from the features array in chameleon.theme + merges changes to bluemarine from just a couple of hours before template patch was committed
-
Dries Buytaert authored
-
Dries Buytaert authored
- Removed the CSS capitalization: it breaks on browsers like Konqueror.
-
Dries Buytaert authored
- Theme system changes. Please consult http://drupal.org/node/view/9576 for details.
-
Dries Buytaert authored
- Patch #10196 by drumm: fixed off by one error.
-
Steven Wittens authored
Tiny tweak to XTemplate CSS: the vertical padding at the bottom of a sticky post should be outside the gray sticky rectangle, not inside it.
-
Steven Wittens authored
- Changing theme('image') so the automatic image size fetching can be toggled independently from attributes. Specifying attributes and autosizing are 2 different things. - Suppressing PHP errors from getimagesize() using @. drupal_set_message() is used to report these errors already and in a much prettier way. - #9958: Fixing broken displaying of avatars. - Don't show the default avatar in 'edit my account' if the user has no avatar of his/her own. - Added ability to delete avatars (without having to replace them).
-
Steven Wittens authored
-
- Aug 19, 2004
-
-
Dries Buytaert authored
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
-
Steven Wittens authored
-
- Aug 18, 2004
-
-
Steven Wittens authored
- Admin - upload only shows up for 'access administration section' perms - Users without 'upload files' perm do not see the attachments form (and cannot attach even when sending their own http request) Note: if a user can edit a node, but not 'upload files', then the attachments are left untouched (and cannot be changed).
-
Dries Buytaert authored
- Bugfix, spotted by Gerhard: editing a book page did not update the author.
-
Dries Buytaert authored
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
-
Dries Buytaert authored
+ " -> ' + Using form_set_error() instead of drupal_set_message(). + Removed dead code.
-
Dries Buytaert authored
- Small change to the wording of the 'note'.
-
Steven Wittens authored
This makes sense because people will expect attachments to work everywhere when they enable this module. This also matches comment.module's behaviour, where comments are allowed by default unless turned off.
-
- Aug 17, 2004
-
-
Steven Wittens authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- The upload (filehandler) module has landed!
-
Dries Buytaert authored
-
Steven Wittens authored
-
- Aug 16, 2004
-
-
Steven Wittens authored
Fixing a faulty check in cache_get() which prevented empty data from being returned. This was required for filtercache, where a cache entry with empty data can have meaning (e.g. as the output for the input '<script></script>' when script is not allowed).
-
Dries Buytaert authored
- Patch #9900 by Al: bugfix: don't display two <hr />'s.
-
Dries Buytaert authored
-
Dries Buytaert authored
+ If an array of tb urls is given for mt_tb_ping_urls, the last url actually gets pinged twice. + mt_allow_comments and mt_convert_breaks were not being sent properly in the xmlrpc response for getPost.
-
Dries Buytaert authored
- Patch #10110 by JonBob: code improvement: looks like we have an artifact from before clean URLs in node.module. This patch removes the global variable $mod, which is no longer set and not necessary here anyway.
-
Dries Buytaert authored
- Patch #7458: bugfix: reverted the conditional inclusion of xmlrpc.inc.
-
Dries Buytaert authored
- Added missing ')'.
-
Dries Buytaert authored
- Patch #9983 by Stefan: usability improvement: made sure all status messages start with a capital letter.
-
Dries Buytaert authored
- Patch #10103 by Gerhard: book module cleanup.
-
Dries Buytaert authored
- Patch #10102 by Gerhard: removing some cruft from the node module!
-
Dries Buytaert authored
-
- Aug 15, 2004
-
-
Dries Buytaert authored
* Don't rely on a blog table (i.e. do 'extended' the drupal way. * Allow listing / setting new 'input format' - (using mt.supportedTextFilters). * Handle MT extensions to metaWeblog.newPost/editPost where applicable. * Implemented mt.supportedMethods. * Also did a bit of refactoring to make sure we generate post values the same for both newPost/editPost but also for getRecentPosts and getPost
-
Dries Buytaert authored
- Patch #9864 by JonBob: better form validation in menu administration.
-