| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
+ 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
|
| |
|
| |
|
|
|
|
| |
details.
|
| |
|
|
|
|
| |
post should be outside the gray sticky rectangle, not inside it.
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
module is disabled.
|
|
|
|
|
| |
+ 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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
| |
(got in through the code style improvements patch).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Restoring broken update path.
- Adding birthday/date function back, with update path.
- Show private fields when viewing your own profile, or for admins.
- Do not allow browsing of private fields for non admins (403)
- Throw a 404 for browsing unbrowsable fields, rather than an SQL error
- Fixing input processing: nothing is filtered twice anymore, and I replaced several strip_tags with specialchars (more flexible).
- Minor admin UI tweaks + added friendly field type names.
|
| |
|
|
|
|
|
| |
* Refactored the "brains" of user_login() to user_authenticate($user, $pass) so that blogapi (and others) can authenticate users (including those using DistAuth) without all the html and drupal_goto calls
* Updates blogapi_validate_user to use user_authenticate.
|
| |
|
|
|
|
|
| |
* Adds missing quotes around the username in "session closed" watchdog messages from user.module (session opened has quotes, but session closed does not).
* Changed "view detals" after watchdog entries to "details".
|
|
|
|
| |
the current statistics.module, clicking a page title should lead to the appropriate page within the local site. Instead, it leads to a 404 because the / character is turned into %2F... this is due to the paths being passed through urlencode(). The attached patch removes the problematic calls to urlencode.
|
| |
|
| |
|
|
|
|
| |
I had some trouble adding this feature but realized that the "who's online" block is a geek think, and therefore it won't hurt to add some more geekiness. If you don't know what "offline users" means, you would not have understood "online users" in the first place. Either way, I think most people who have the block enabled, will find this an interesting addition.
|
|
|
|
|
|
| |
module. (If this deprecates the memberlist module, it ought to be deprecated.)
I removed the permission njivi introduced and made the page title match the link title.
|