summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #8179 by JonBob: reintroduced menu caching.Dries Buytaert2004-09-16
|
* #10862: Smarter filter cache wiping.Steven Wittens2004-09-15
|
* #10279: Adding a note to taxonomy_render_nodes when there are no nodes to ↵Steven Wittens2004-09-14
| | | | show, rather than showing an empty page.
* Removing useless 'read more' title attribute, as discussed.Steven Wittens2004-09-14
|
* - Roll back of earlier patch.Dries Buytaert2004-09-14
|
* - Fixed SQL problem in _comment_update_node_statistics().Dries Buytaert2004-09-14
|
* #10648: Fix watchdog-related tablesort coloring bug in IE, add support for ↵Steven Wittens2004-09-14
| | | | <tr> attributes to theme_table() and reduce specificy of watchdog coloring CSS rules.
* - Patch #10830 by killes: bugfix: made sticky post feature work for blogs.Dries Buytaert2004-09-14
|
* - Patch #10308 by Bart Jansens/ccourtne: fixed shadow copies.Dries Buytaert2004-09-14
| | | | - Patch #10308 by ccourtne: performance improvements: comment statistics are now cached in a new SQL table which significantly improves performance of the forum block and the forum pages. These pages are about 3 times faster now!
* #8424: more meaningful link title=".." attributes for node_title_list().Steven Wittens2004-09-14
|
* Aggregator.module: code comments say items older than 3 months get discarded ↵Steven Wittens2004-09-14
| | | | | | automatically, but the limit in the code is in fact set for 2 weeks. Changing to 3 months (caught by drumm).
* Filter.module usability: the default format is implicitly accessible to ↵Steven Wittens2004-09-13
| | | | | | everyone (prevents misconfigurations). The role checkboxes are disabled in the admin interface for the default format.
* #10560: Upload.moduleSteven Wittens2004-09-13
| | | | | - removing file checks for uid #1 to be consistent with the roles/permissions. - renaming script files to .txt's to prevent accidental execution (we don't allow them by default, but you never know)
* - Fixed stupid 'SELECT u.* FROM users u WHERE LOWER(u.uid) = 'S' AND ↵Dries Buytaert2004-09-13
| | | | u.status < N LIMIT N, N' query.
* - Patch #10777 by ccourtne: performance improvement: the user module ↵Dries Buytaert2004-09-13
| | | | executes a query and never uses the results.
* - Renamed the 'first day of week' setting to be more consistent with the ↵Dries Buytaert2004-09-12
| | | | other date settings.
* - Patch #10668 by drumm: moved the 'first day of week' settings to the ↵Dries Buytaert2004-09-12
| | | | system module for other modules to reuse. This is considered to be a usability improvement because it simplifies some pages/workflow.
* #10733: fixing problems when creating users.Steven Wittens2004-09-12
|
* #10733: fixing broken user registration due to roles selection patch.Steven Wittens2004-09-11
|
* Typo: "are be"Steven Wittens2004-09-11
|
* - Usability improvement: made the page titles better match the link titles.Dries Buytaert2004-09-11
| | | | - Bugfix: fixed some incorrect colspan's.
* - Bugfix: comment subject where not always enabled by default because the ↵Dries Buytaert2004-09-11
| | | | default value of comment_subject_field varies.
* - Fixing taxonomy descriptions in node_view links.Kjartan Mannes2004-09-11
|
* - Removed 'aggressive' message.Dries Buytaert2004-09-11
|
* - Patch #10718 by drumm: bugfix: it was possible to save a user with no ↵Dries Buytaert2004-09-10
| | | | roles assigned when the form clearly said at least one was required. The result of saving that was silently leaving the roles unchanged, which is rather bad.
* Replace hardcoded <html lang="en"> with a locale dependant one. This is ↵Steven Wittens2004-09-09
| | | | especially important for asian sites where this has an effect on font selection.
* Tiny change to drupal_directory_page() in drupal.module to allow the site ↵Steven Wittens2004-09-09
| | | | list to be sorted on any column (alphabetical is prone to abuse by prefixing the site name with quotes, dashes, hash, ...).
* - Patch #10663 by JonBob: documentation improvements: fixed some typos and ↵Dries Buytaert2004-09-09
| | | | improved consistency to the use of Doxygen/api.module commands in the comments.
* - Patch #10669 by Ax: bugfix: getting a post from latest Drupal into latest ↵Dries Buytaert2004-09-09
| | | | ecto yields an error "response contains string value where integer expected".
* - Patch #10678 by drumm: usability improvement: one-liner to make the ↵Dries Buytaert2004-09-09
| | | | deletion message more consistent with the rest of Drupal. Use <em>-tags instead of single quotes.
* - Bugfix: removed bogus $name parameters.Dries Buytaert2004-09-08
| | | | TODO: when 'previewing' an existing node, the breadcrumb trail is incorrect.
* - 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).