Dries Buytaert [Mon, 15 Nov 2004 10:01:10 +0000]
- Patch #11977 by matteo: taxonomy_term_count() did not take node-level permissions into account and could return an incorrect number.
Dries Buytaert [Mon, 15 Nov 2004 09:56:56 +0000]
- Patch #11940 by kps: if the user is not allowed to view a newly submitted node, redirect him to the main page.
Dries Buytaert [Sun, 14 Nov 2004 19:35:02 +0000]
- Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a border=0 attribute on the img tag for the site logo.
Dries Buytaert [Mon, 8 Nov 2004 22:31:54 +0000]
- Patch #9292 by killes from Carl: fixed a PHP5 compatibility problem with file handling.
Dries Buytaert [Mon, 8 Nov 2004 22:28:30 +0000]
- Patch #12713 by Goba: remove useless t() function from help module.
Dries Buytaert [Sun, 7 Nov 2004 07:55:17 +0000]
- Patch #12658 by menesis: when an administrator adds a user, the 'authenticated user' role was not assigned to the new user.
Dries Buytaert [Sat, 6 Nov 2004 12:01:39 +0000]
- Patch #11871 by killes: forum topics could be displayed multiple times when node-level permission were used.
Dries Buytaert [Wed, 3 Nov 2004 22:47:06 +0000]
- Patch #12502 by Axel: fixed typo in SQL query: h.hid -> h.nid
Dries Buytaert [Wed, 3 Nov 2004 22:39:46 +0000]
- Patch #12515 by Goba: fixed problem with cookies not being set properly, causing users getting logged out.
Steven Wittens [Wed, 3 Nov 2004 00:47:19 +0000]
Rest of #12167 (respect input check bypass permission)
Dries Buytaert [Tue, 2 Nov 2004 15:09:52 +0000]
- Patch #12455 by Steven: optimized SQL query. This problem caused Drupal.org's
cron runs to time out.
Steven Wittens [Tue, 2 Nov 2004 12:43:42 +0000]
#12167: Respect 'bypass input data check' permission in file.inc.
Steven Wittens [Tue, 2 Nov 2004 12:20:43 +0000]
#12363: Bug in user_access() with uid 1 and $account parameter.
Dries Buytaert [Sun, 31 Oct 2004 07:59:47 +0000]
- Patch #7161 by jhriggs: fixed probem with 'last page' link not being correct under certain circumstances.
Steven Wittens [Sat, 30 Oct 2004 16:58:42 +0000]
#12295: missing </p> in filter help.
Steven Wittens [Fri, 29 Oct 2004 19:43:21 +0000]
- #12305: Blog it icon was broken due to missing parameter.
Steven Wittens [Fri, 29 Oct 2004 00:51:38 +0000]
#7607: Sort node types in node/add by translated names.
Steven Wittens [Fri, 29 Oct 2004 00:09:41 +0000]
#11440: Move search settings to admin (4.5 only, search patch will fix in HEAD).
Steven Wittens [Thu, 28 Oct 2004 23:56:00 +0000]
#12128: Change label for comment subject settings to match behaviour;
Steven Wittens [Thu, 28 Oct 2004 23:46:22 +0000]
#12186: Add xml icon to taxonomy listings.
Steven Wittens [Thu, 28 Oct 2004 23:42:28 +0000]
#12183: surpress php error on copy()
Dries Buytaert [Wed, 27 Oct 2004 18:24:10 +0000]
- Patch #12096 by Axel: fixed problem with plurals for some languages.
Steven Wittens [Tue, 26 Oct 2004 20:57:25 +0000]
#12155 : use defined constant rather than integer in file.inc.
Steven Wittens [Tue, 26 Oct 2004 17:21:10 +0000]
#12146: Improve locale import/export messages (Stefan)
Dries Buytaert [Sat, 23 Oct 2004 17:25:23 +0000]
- Patch #11725 by mrrowe: custom menus are not wrapped in <div class="menu"> tags which made their appearance differ from the built-in "navigation" menu.
Dries Buytaert [Sat, 23 Oct 2004 16:30:01 +0000]
- Patch #11868 by Neil Drumm: fixed broken link in the help text and made the help text more accurate.
Dries Buytaert [Sat, 23 Oct 2004 16:15:56 +0000]
- Patch #11935 by Neil Drumm: removed left-over documentation from archive module.
Dries Buytaert [Sat, 23 Oct 2004 13:46:43 +0000]
- Patch #11952 by Neil Drumm: the path module's help text contained information that was no longer up-to-date.
Dries Buytaert [Sat, 23 Oct 2004 13:42:09 +0000]
- Patch #11947 by puregin: ensured that a book node's weight is captured when the book node lists returned by book_location() and book_location_down() are generated. This information is required when selecting next page candidates in book_next().
Note that book_location_down() was missing an explicit field b.weight in the SQL SELECT statement, but this value would usually
be supplied implicitly because it is used to ORDER the result.
Steven Wittens [Wed, 20 Oct 2004 16:57:50 +0000]
Missing check if file upload fails.
Dries Buytaert [Tue, 19 Oct 2004 18:00:34 +0000]
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
Dries Buytaert [Mon, 18 Oct 2004 20:13:56 +0000]
- Fixed problem with comment deleting. Patch by UnConeD.
Dries Buytaert [Mon, 18 Oct 2004 18:56:45 +0000]
- Updating the date.
The Great Git Migration [Mon, 18 Oct 2004 18:40:54 +0000]
This commit was manufactured as part of Drupal's Great Git Migration to
create branch 'DRUPAL-4-5'.
Sprout from master 2004-10-18 18:40:53 UTC Dries Buytaert <dries@buytaert.net> '- Fixed parentheses.'
Delete:
modules/aggregator/aggregator.module
modules/archive/archive.module
modules/block/block.module
modules/blog/blog.module
modules/blogapi/blogapi.module
modules/book/book.module
modules/comment/comment.module
modules/drupal/drupal.module
modules/filter/filter.module
modules/forum/forum.module
modules/help/help.module
modules/legacy/legacy.module
modules/locale/locale.module
modules/menu/menu.module
modules/node/node.module
modules/page/page.module
modules/path/path.module
modules/ping/ping.module
modules/poll/poll.module
modules/profile/profile.module
modules/search/search.module
modules/statistics/statistics.module
modules/story/story.module
modules/system/system.module
modules/taxonomy/taxonomy.module
modules/throttle/throttle.module
modules/tracker/tracker.module
modules/upload/upload.module
modules/user/user.module
modules/watchdog/watchdog.module
Dries Buytaert [Mon, 18 Oct 2004 18:40:53 +0000]
- Fixed parentheses.
Dries Buytaert [Mon, 18 Oct 2004 18:35:19 +0000]
- Modified patch #11689 by Adrian: made the locale module work with PostgreSQL.
Dries Buytaert [Mon, 18 Oct 2004 18:29:15 +0000]
- Patch by James: made the blogapi module work again.
Dries Buytaert [Mon, 18 Oct 2004 17:46:19 +0000]
- Patch #11510 by Adrian: turned a non-ANSI SQL query into ANSI SQL so it works with PostgreSQL.
Dries Buytaert [Mon, 18 Oct 2004 08:00:41 +0000]
- Patch #11682: changed FILTER_DEFAULT_FORMAT to FILTER_FORMAT_DEFAULT to make the Blog API work.
Dries Buytaert [Sun, 17 Oct 2004 19:09:09 +0000]
- Patch #11670 by TDobes: comment.module did not properly set a breadcrumb for creating/previewing new comments. The node on which your commenting and its location within the menu is not displayed. Instead, there is only a "Home" link. This is especially apparent when the "add new comment" form is set up to display on a separate page.
Dries Buytaert [Sun, 17 Oct 2004 18:38:22 +0000]
- Patch by Gerhard: small update to INSTALL.txt.
Steven Wittens [Sat, 16 Oct 2004 19:42:52 +0000]
#11449: Adding a failsafe check for an improperly prefixed menu sequence. This is a temporary fix, awaiting a proper install system to end manual prefixing ;).
Dries Buytaert [Sat, 16 Oct 2004 16:59:59 +0000]
- Patch #11505 by Steven: 'my account' information is not saved.
+ Drupal 4.4 stored profile data in the serialized user->data column. Drupal 4.5 stores profile data in tables (but user->data is still available and used for other stuff, like locale or themes). The update from 4.4 to 4.5 didn't remove the old data from the user->data column properly, because there is no mechanism in user_save to do so (it did try to unset the fields, but this has no effect).
+ On registration, hook_user('insert') is invoked after saving the data column. This means that any module-specific data is put into the data field. We cannot move hook_user('insert') higher up, because before that point, we do not have a complete $user object yet.
Dries Buytaert [Sat, 16 Oct 2004 16:48:04 +0000]
- Patch #11642 by Steven: when editing a user as an admin, you can choose the user's roles through form checkboxes. If the form validation fails and the form is redisplayed, the roles are lost. This is because the format for $user->roles is different from what form_checkboxes uses.
Dries Buytaert [Sat, 16 Oct 2004 07:35:29 +0000]
- Fixed bug #9948: added some checks to system_setting_save() to avoid PHP warnings/errors.
Dries Buytaert [Sat, 16 Oct 2004 07:22:26 +0000]
- Patch #10664 by TDobes: fixed collapsed comments + updated the code comments.
Steven Wittens [Sat, 16 Oct 2004 01:00:23 +0000]
#7289: locale import fixes
Steven Wittens [Fri, 15 Oct 2004 22:16:00 +0000]
Tablesort used to output class=" active" for active columns with other properties (align="right"). Now it correctly uses class="foo active" if a class 'foo' was specified, and class="active" otherwise.
Steven Wittens [Fri, 15 Oct 2004 22:01:41 +0000]
search: Removing iso-8859-1 characters from update_index() and adding the same stripping to do_search().
This fixes the embarrasing bug of not being able to search for "4.5.0" because it is indexed as "450".
Dries Buytaert [Fri, 15 Oct 2004 16:57:20 +0000]
- Patch #9252 by TDobes: admins should be able to edit anonymous commenters' names.
Dries Buytaert [Fri, 15 Oct 2004 11:13:11 +0000]
- Patch #11605 by TDobes: if a user happens to have uid=0 defined in their database, the name assigned to that user will always override any name submitted by an anonymous commenter. Checking against $user->uid instead of $user->registered_name fixes this problem.
Dries Buytaert [Fri, 15 Oct 2004 10:56:23 +0000]
- Mofified patch #8862 by puregin: improved book module documentation.
Dries Buytaert [Fri, 15 Oct 2004 10:47:54 +0000]
- Patch #11600 by jhriggs: the module_load_all() function will currently behave unexpectedly if a module cannot be found (has been removed, renamed, etc). Once one module fails to load, all subsequent modules will not be loaded due to a short circuit condition when performing a boolean AND.
Dries Buytaert [Fri, 15 Oct 2004 05:10:35 +0000]
- Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it
translatable in languages such as Spanish.
Dries Buytaert [Thu, 14 Oct 2004 21:45:37 +0000]
- Fixed bug #11312: menu caching to aggresively. I did not apply the proposed
patch but moved the menu-logic to the $may_cache clause and added some checks
to avoid SQL overhead. I think this is the most performant solution.
Dries Buytaert [Thu, 14 Oct 2004 21:38:12 +0000]
- Patch #11430 by JonBob: reseting the menus broke the admin pages.
Dries Buytaert [Thu, 14 Oct 2004 21:35:12 +0000]
- Patch #10869 by JonBob: the menu.module forget the parent item on form error.
Dries Buytaert [Thu, 14 Oct 2004 21:27:33 +0000]
- Patch #10677 by drumm: removed dead code. Leftover.
Steven Wittens [Thu, 14 Oct 2004 15:28:24 +0000]
#10677: Confirmation when deleting a block + unifying confirmation screens.
Steven Wittens [Thu, 14 Oct 2004 05:34:12 +0000]
fixing typoes.
Steven Wittens [Thu, 14 Oct 2004 02:38:33 +0000]
Theme system bug: only show search box if search.module is enabled.
Steven Wittens [Wed, 13 Oct 2004 20:57:54 +0000]
Bug: the default filter setup had the wrong filter delta for the linebreak filter. Now it matches updates.inc.
Steven Wittens [Wed, 13 Oct 2004 20:35:46 +0000]
#6595: Unifying profile.module textbox widths with user.module.
Steven Wittens [Wed, 13 Oct 2004 20:29:12 +0000]
#11503: Fixing bad t()
Dries Buytaert [Wed, 13 Oct 2004 18:38:33 +0000]
- Modified patch #10424 by Jeremy: deleting terms can orphan child terms in the database.
I rewrote this patch for simplicity.
Steven Wittens [Wed, 13 Oct 2004 17:21:06 +0000]
Adding a note about the usage of form_hidden inside form_checkbox and form_checkboxes.
Dries Buytaert [Wed, 13 Oct 2004 17:08:50 +0000]
- Patch #11531 by killes: it was not possible to deselect all choices of a form_checkboxes array.
Dries Buytaert [Wed, 13 Oct 2004 17:03:06 +0000]
- Patch #11530 by Frodo: fixed long filter tips.
Steven Wittens [Tue, 12 Oct 2004 23:33:38 +0000]
Reverting the last #9292 (php 5 compatibility) patch, by request of killes. It broke stuff.
Dries Buytaert [Tue, 12 Oct 2004 20:20:28 +0000]
- Patch #9292 by Gerhard: fixed another array_merge + PHP5 woe.
Dries Buytaert [Tue, 12 Oct 2004 20:01:25 +0000]
- Modified patch #10613 by killes: generate a 'page not found'-page when a requested node does not exist. I modified the patch to avoid duplicate 'not found'-checking in the second bulk.
Dries Buytaert [Tue, 12 Oct 2004 19:55:53 +0000]
- Patch #11271 by Ber: fixed form_radios() to generate valid XHTML code. This makes the code generated by the poll module XHTML compliant.
- Similarly, I updated form_checkboxes() to generate valid XHTML code.
Dries Buytaert [Tue, 12 Oct 2004 19:50:12 +0000]
- Patch #11434: made request_uri() (and thus forms) work on IIS.
Dries Buytaert [Tue, 12 Oct 2004 19:44:16 +0000]
- Patch #11298 by nato: the function _forum_topics_read was not returning only nodes of type 'forum' resulting in the forum overview listing counting all node types as topics; attached patch modifies queries to return counts of only 'forum' type nodes.
Steven Wittens [Tue, 12 Oct 2004 16:16:22 +0000]
#11503: consistency improvements by Stefan
Steven Wittens [Tue, 12 Oct 2004 16:10:54 +0000]
#11503: (more) missing t()
Steven Wittens [Tue, 12 Oct 2004 15:56:02 +0000]
#11503: missing t() in throttle and filter modules.
Dries Buytaert [Mon, 11 Oct 2004 19:57:42 +0000]
- Patch #11431 by Gerhard: made sure no empty strings are exported + replaced some double quotes by single quotes.
Dries Buytaert [Sun, 10 Oct 2004 19:43:23 +0000]
- Bugfix: provide an absolute URL to the 'ping servers'.
Dries Buytaert [Sun, 10 Oct 2004 11:17:24 +0000]
- Code improvement: removed some redundant code from the node module.
Dries Buytaert [Sun, 10 Oct 2004 11:12:57 +0000]
- Orphaned the node_link() hook as per #9769.
Dries Buytaert [Sun, 10 Oct 2004 11:11:38 +0000]
- Code improvement: removed some redundant code from the book module.
Dries Buytaert [Sun, 10 Oct 2004 10:56:59 +0000]
- Fixed critical bug #10664: made comment in collapsed mode work. One more down.
Dries Buytaert [Sat, 9 Oct 2004 20:41:49 +0000]
- Changed FollowSymLinks to +FollowSymLinks.
Dries Buytaert [Sat, 9 Oct 2004 17:15:55 +0000]
- Patch #11426: the forum module generated an empty table for forums with no child forums.
Dries Buytaert [Sat, 9 Oct 2004 16:34:52 +0000]
- Setting the version number to '4.5.0 RC'.
Dries Buytaert [Sat, 9 Oct 2004 16:27:59 +0000]
- Fixed bug #11405: unchecking the "publish" box in the default workflow admin page (admin/node/configure/defaults) did not cause the default workflow to change. This was caused by the fact that node_validate() forced the value of the status field to "1".
Dries Buytaert [Sat, 9 Oct 2004 16:01:07 +0000]
- Bugfix: the filter tips contained a non-existing ID which resulted in invalid XHTML code.
Dries Buytaert [Sat, 9 Oct 2004 15:47:44 +0000]
- Bugfix: the filter module generated an empty <ul></ul> (= invalid XHTML) when no filter tips are present.
Dries Buytaert [Sat, 9 Oct 2004 06:52:35 +0000]
- Patch #10613 by Gerhard: calling a non-existent username or user ID in the blog module URL now returns a 404 error instead of an empty blog page.
Dries Buytaert [Sat, 9 Oct 2004 06:43:50 +0000]
- Patch #4925 by erikhopp: comment module emits too many id="comment"s, so the comment form's one has been renamed to 'comment-form'. This is also more consistent with the 'node-form' one.
Dries Buytaert [Sat, 9 Oct 2004 06:29:16 +0000]
- Patch #11401 by Goba: documentation updates:
+ Made error strings in blog.module consistent.
+ Explained a bit better what the RSD setting is for in the blog module.
+ Removed the notes about PHP content from block module and book module, since everything is handled via the input formats now.
Steven Wittens [Fri, 8 Oct 2004 18:15:15 +0000]
Changing the value of variable "update_start" to match updates.inc.
Dries Buytaert [Fri, 8 Oct 2004 16:54:35 +0000]
- Bug #10530: added a missing period to a sentence in the help text.
Dries Buytaert [Fri, 8 Oct 2004 16:52:02 +0000]
- Patch #11179 by stefan: fixed broken URL in context sensitive help.
Dries Buytaert [Fri, 8 Oct 2004 11:29:31 +0000]
- Patch #11388 by pss0ft/Stefan: fixed time offset bug in archive module.
Dries Buytaert [Fri, 8 Oct 2004 11:17:59 +0000]
- Reintroduced the book outline feature: non-book pages now have an outline-tab on their node page, given you have permission to maintain books. Using the outline-tab, nodes can be added to a book's hierarchy. Also added some context sensitive help and fixed some quotes.
Dries Buytaert [Thu, 7 Oct 2004 19:07:57 +0000]
- Patch #11375 by Robert Douglass: removed redundant 'global $user' from forum_insert().
Steven Wittens [Thu, 7 Oct 2004 14:33:54 +0000]
Hopefully fixing all filter issues with comments.
Dries Buytaert [Wed, 6 Oct 2004 20:43:05 +0000]
- Small refinement with regard to the page title.