| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
use /user/$uid instead of /user/$uid/edit (where possible).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Menu problems with Postgres (this is a highly critical 1 line fix)
2) Archive module fails with Postgres
3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch)
4) Book module fails with Postgres
5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug.
6) Creating accregator_item_table in PostgreSQL
7) Postgres - Polls not displayed on Poll Page
8) Blog module has sql errors with postgres
This should not affect MySQL users (hopefully).
|
|
|
|
| |
setting.
|
| |
|
|
|
|
|
|
| |
teaser data.
(makes excerpt.module possible)
|
|
|
|
| |
Comment previewing was broken since 1.263, resulting in a double page.
|
|
|
|
| |
not set (e.g. nodes that don't take attachments).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upload.module
- Fixing a bug caused by the PHP5 patches.
Beware: PHP4's array_merge() will silently accept objects and convert them to arrays. We should not depend on this behaviour in the future.
File.inc / file-using modules:
- Removing the constant FILE_SEPARATOR: forward slashes work fine on Windows, and it was being used incorrectly as an URL separator sometimes.
- Adding @ to mkdir and chmod to supress ugly PHP errors. They are already reported with drupal_set_message().
- Fixing default for variable 'file_directory_temp'.
- Clarifying the help tip for 'file_directory_temp' in admin > settings.
|
| |
|
| |
|
|
|
|
| |
broken.
|
| |
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
| |
isn't strictly necessary).
|
| |
|
| |
|
|
|
|
| |
changed the default value in one variable_get so the same default value is used everywhere.
|
|
|
|
| |
module consistent with the other node modules.
|
| |
|
|
|
|
| |
are XHTML compliant.
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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().
|
|
|
|
| |
we use elsewhere.
|
|
|
|
| |
details.
|
|
|
|
|
|
|
|
| |
- 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).
|
| |
|
|
|
|
| |
added some missing t() functions).
|
| |
|
|
|
|
|
|
|
| |
- 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).
|
| |
|
|
|
|
| |
easier to translate).
|
|
|
|
|
|
| |
+ " -> '
+ Using form_set_error() instead of drupal_set_message().
+ Removed dead code.
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
+ 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.
|
|
|
|
| |
from before clean URLs in node.module. This patch removes the global variable $mod, which is no longer set and not necessary here anyway.
|
| |
|
| |
|
|
|
|
| |
messages start with a capital letter.
|
| |
|
| |
|
| |
|