- 22 Aug, 2004 3 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
- 21 Aug, 2004 16 commits
-
-
Steven Wittens authored
- Fixing broken .po import (due to file.inc changes). - Do not show error notice on import page when no languages have been added (no longer necessary due to ability to add-and-import in one step). - Added a notice about importing possibly taking a while. - Raised the PHP execution time limit for importing (if not in safe mode, similar to cron.php).
-
Steven Wittens authored
The patch for renumbering the filter.module filters (after the legacy.module patch) forgot about updates.inc. Fixed.
-
Dries authored
-
Dries authored
- Patch #10166 by jvandyk: bugfix: valid_url() believed that URLs with encoded spaces in them (eg. http://example.org/my%20file.html ) are not valid.
-
Dries authored
-
Dries authored
module consistent with the other node modules.
-
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 1 commit
-
-
Steven Wittens authored
-