summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Moved some documentation around and fixed a missing translation.Dries Buytaert2004-09-08
|
* - Modified patch #10644 by drumm: fixed some broken URLs. Patch modified toDries Buytaert2004-09-08
| | | | use /user/$uid instead of /user/$uid/edit (where possible).
* - Patch #10622 by Adrian: fixes various PostgreSQL related problems.Dries Buytaert2004-09-08
| | | | | | | | | | | | | 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).
* - Patch #6464 by TDobes: don't enforce book revision -- rely on the default ↵Dries Buytaert2004-09-07
| | | | setting.
* - Decode node type to userfriendly name.Kjartan Mannes2004-09-06
|
* Node.module: teaser autogeneration should not overwrite user/module-supplied ↵Steven Wittens2004-09-06
| | | | | | teaser data. (makes excerpt.module possible)
* Comment.module:Steven Wittens2004-09-05
| | | | Comment previewing was broken since 1.263, resulting in a double page.
* Upload.module: add explicit cast to (array) for $node->files in case it's ↵Steven Wittens2004-09-05
| | | | not set (e.g. nodes that don't take attachments).
* #9292: Minor PHP5 fix.Steven Wittens2004-09-03
|
* - #10398: User role settings corrupt after requesting new password.Steven Wittens2004-08-27
|
* - #10342: PHP5 fix with undefined array.Steven Wittens2004-08-25
|
* Removing a left-over debug statement from Distributed Authentication.Steven Wittens2004-08-24
|
* Patch by me and Kjartan.Steven Wittens2004-08-24
| | | | | | | | | | | | 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.
* Book.module: <top-level> item didn't show up in parent selector.Steven Wittens2004-08-24
|
* - Fixing bug with PHP5 patch.Steven Wittens2004-08-23
|
* - #9292: Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly ↵Steven Wittens2004-08-22
| | | | broken.
* - #9576: Patch by TDobes, only allow the user to choose between enabled themes.Steven Wittens2004-08-22
|
* Locale:Steven Wittens2004-08-21
| | | | | | | - 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).
* Patch #7603 by JonBob: emit absolute URLs where possible (even though it ↵Dries Buytaert2004-08-21
| | | | isn't strictly necessary).
* - Patch #9942 by JonBob: fixed a typo: 'form' -> 'from'.Dries Buytaert2004-08-21
|
* - Patch #10187 by JonBob: bugfix: added missing permission check.Dries Buytaert2004-08-21
|
* - Patch #10247 by Bart Jansens: bugfixes: added some missing braces and ↵Dries Buytaert2004-08-21
| | | | changed the default value in one variable_get so the same default value is used everywhere.
* - Patch #10084: added 'edit own book page' permission: this makes the bookDries Buytaert2004-08-21
| | | | module consistent with the other node modules.
* - Patch #9576 by TDobes: bugfix: fixed bug in recent theme system changes.Dries Buytaert2004-08-21
|
* - Patch #10233 by Ax: code improvement: made sure the default filtered tagsDries Buytaert2004-08-21
| | | | are XHTML compliant.
* - Patch by JonBob: for consistency and readability, add brief descriptions ↵Dries Buytaert2004-08-21
| | | | 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.
* - Patch by TDobes: bugfix: fixed a typo.Dries Buytaert2004-08-21
|
* - Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got ↵Steven Wittens2004-08-20
| | | | | | | | 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().
* - Usability improvement: changed 'Status' to 'Enabled' because that is whatDries Buytaert2004-08-20
| | | | we use elsewhere.
* - Theme system changes. Please consult http://drupal.org/node/view/9576 for ↵Dries Buytaert2004-08-20
| | | | details.
* Avatar/picture fixes:Steven Wittens2004-08-20
| | | | | | | | - 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).
* user.module - Fixing incorrect t() replacement string.Steven Wittens2004-08-20
|
* - Code improvements by Stefan: use capital letters for header titles (and ↵Dries Buytaert2004-08-19
| | | | added some missing t() functions).
* Fixing incorrect default value of allowed_html at one instance.Steven Wittens2004-08-19
|
* Fixed bad permissions in upload.module:Steven Wittens2004-08-18
| | | | | | | - 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).
* - Bugfix, spotted by Gerhard: editing a book page did not update the author.Dries Buytaert2004-08-18
|
* - Code improvements by Stefan: made all status messages consistent (and ↵Dries Buytaert2004-08-18
| | | | easier to translate).
* - Code improvements by Stefan:Dries Buytaert2004-08-18
| | | | | | + " -> ' + Using form_set_error() instead of drupal_set_message(). + Removed dead code.
* - Small change to the wording of the 'note'.Dries Buytaert2004-08-18
|
* Setting the default workflow for attachments by upload.module to be enabled.Steven Wittens2004-08-18
| | | | 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.
* - The upload (filehandler) module has landed!Dries Buytaert2004-08-17
|
* Minor code clean-up in aggregator_configure().Steven Wittens2004-08-17
|
* - Patch #10115 by James: bugfixes:Dries Buytaert2004-08-16
| | | | | + 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.
* - Patch #10110 by JonBob: code improvement: looks like we have an artifact ↵Dries Buytaert2004-08-16
| | | | from before clean URLs in node.module. This patch removes the global variable $mod, which is no longer set and not necessary here anyway.
* - Patch #7458: bugfix: reverted the conditional inclusion of xmlrpc.inc.Dries Buytaert2004-08-16
|
* - Added missing ')'.Dries Buytaert2004-08-16
|
* - Patch #9983 by Stefan: usability improvement: made sure all status ↵Dries Buytaert2004-08-16
| | | | messages start with a capital letter.
* - Patch #10103 by Gerhard: book module cleanup.Dries Buytaert2004-08-16
|
* - Patch #10102 by Gerhard: removing some cruft from the node module!Dries Buytaert2004-08-16
|
* - Patch #10111 by Killes: fixed some SQL queries.Dries Buytaert2004-08-16
|