- 21 Aug, 2004 2 commits
-
-
Dries 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 authored
- Patch by TDobes: bugfix: fixed a typo.
-
- 20 Aug, 2004 12 commits
-
-
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 authored
- Usability improvement: changed 'Status' to 'Enabled' because that is what we use elsewhere.
-
Dries authored
- Usability improvement: capitalize all header titles.
-
Dries 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 authored
-
Dries authored
- Removed the CSS capitalization: it breaks on browsers like Konqueror.
-
Dries authored
- Theme system changes. Please consult http://drupal.org/node/view/9576 for details.
-
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
-
- 19 Aug, 2004 2 commits
-
-
Dries authored
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
-
Steven Wittens authored
-
- 18 Aug, 2004 6 commits
-
-
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 authored
- Bugfix, spotted by Gerhard: editing a book page did not update the author.
-
Dries authored
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
-
Dries authored
+ " -> ' + Using form_set_error() instead of drupal_set_message(). + Removed dead code.
-
Dries 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.
-
- 17 Aug, 2004 5 commits
-
-
Steven Wittens authored
-
Dries authored
-
Dries authored
- The upload (filehandler) module has landed!
-
Dries authored
-
Steven Wittens authored
-
- 16 Aug, 2004 11 commits
-
-
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 authored
-
Dries 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 authored
- Added missing ')'.
-
Dries authored
-
- 15 Aug, 2004 2 commits
-
-
Dries 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
-