Steven Wittens
d7588e4594
- #12211 : Show link indicating that a node has attachments on the homepage
2005-03-18 08:05:47 +00:00
Steven Wittens
ab700960e4
- #18597 : Resolve conflict in column name between queue.module and poll.module.
2005-03-18 08:02:10 +00:00
Steven Wittens
c3f1f7345e
- #18939 (Stefan): Always use paragraph tags around page help text.
2005-03-18 07:07:04 +00:00
Steven Wittens
ab7815c8cd
- #19063 : Use module_implements instead of hand-rolled routine.
2005-03-18 06:50:41 +00:00
Dries Buytaert
332a56334d
- Patch #17161 by Morbus: increase 40-character limit in URL field for comments.
2005-03-16 22:14:15 +00:00
Dries Buytaert
82565266b8
- Patch #18927 by Periastron: as one navigates down through the forum taxonomy, the title used to change to the current term, but now it always just displays the vocabulary name. I have attached a patch that restores the previous behaviour. It looks like the regression may have been introduced in some changes to theme_forum_display.
2005-03-16 21:07:59 +00:00
Dries Buytaert
97ae6568e6
- Patch #13738 by TDobes: theme system fixes:
...
* Fix a bug which would cause the "configure" link for styles to be broken.
* Fix a bug with using drupal_get_filename for theme engines. Although this is not called anywhere in core, we should still fix it for contrib. (i.e. themes that may want to manually invoke a theme engine to create a hybrid theme)
* Correct an inaccurate comment in theme.inc
* Populate the default primary links with an "edit primary links" link for consistency with the secondary links
* remove some unnecessary variables in the theme administration which had misleading and confusing names
* replace time-consuming foreach when rendering theme admin page with a more efficient array_key_exists
* usability: rather than completely removing the search box checkbox when search.module is disabled, simply disable it. (UI elements shouldn't appear/disappear.)
2005-03-16 19:41:12 +00:00
Dries Buytaert
f4b5313483
- Patch #18983 by Ber: small code improvement.
2005-03-16 19:34:13 +00:00
Dries Buytaert
3b5589f436
- Patch #14109 by wulff/Morbus: added missing t() funciton
2005-03-16 19:31:47 +00:00
Dries Buytaert
032544cf08
- Patch #18861 by nkurz: fixed logic error in taxonomy_node_save().
...
(Not sure how/when it triggered.)
2005-03-15 21:18:19 +00:00
Dries Buytaert
1c4419c439
- Patch #18696 by Morbus: one '(' too much in taxonomy_term_count_nodes().
2005-03-13 21:20:51 +00:00
Dries Buytaert
3b70f0015f
- Patch #18787 by nysus: when trying to delete a forum or container, multiple instances of a Drupal page appear nested inside of each other when the confirmation of deletion page is displayed.
2005-03-13 21:04:43 +00:00
Dries Buytaert
a16e5d2492
- Patch #18692 by Goba: old comments (comments for nodes having no entry in the history table anymore) are counted as new comments, since the timestamp retrieved from the history table is used to check for new comments (which is 0, if an entry was not found). This patch sets the timestamp used to check for new comments to the NODE_NEW_LIMIT value at least (which is when the history table was/should have been pruned).
2005-03-12 08:52:29 +00:00
Dries Buytaert
2ec787df34
- Patch #18676 by frjo: When anonymuos users are allowed to add comments there are a required e-mail field. This field are, as far as i can see, not shown publicly. A user asked me about this and after confirming that it is not shown publicly I added a description that inform the users of this. I have included a patch that add the description "The content of this field is kept private and will not be shown publicly". This is the same description that is used by the profile module.
2005-03-10 18:28:21 +00:00
Dries Buytaert
743b10078a
- Patch #18465 by nysus: improved the forum container explanation.
2005-03-09 14:07:24 +00:00
Dries Buytaert
3becbd8997
- Patch #16914 by chx: avoid that putting a .theme file directly in './themes'
...
breaks your Drupal. Only themes in './themes/subdir' are picked up now.
2005-03-08 22:06:11 +00:00
Steven Wittens
9d8badb8de
- #18434 : (search) Try wildcards automatically if there were no results.
...
- Fix missing format_plural()
2005-03-08 18:08:17 +00:00
Steven Wittens
f7c858fcdf
#12369 : Linebreak filter should leave <pre> sections alone.
2005-03-07 22:44:54 +00:00
Dries Buytaert
49240b6b1e
- Patch #18216 : fixed nodeapi settings hook.
2005-03-07 21:58:13 +00:00
Dries Buytaert
0f7be2573e
- Bumped the RSS version from 0.92 to 2.0
2005-03-07 21:52:57 +00:00
Dries Buytaert
000c10eb79
- Patch #18491 : removed the 'access throttle block' permission. It is no longer used.
2005-03-07 21:17:03 +00:00
Dries Buytaert
9a47bc4e7e
- Renamed some more 'region's to 'sidebar's
2005-03-06 15:06:19 +00:00
Dries Buytaert
344f33f6af
- Patch by Neil: fixed typo.
2005-03-05 23:00:32 +00:00
Steven Wittens
ebc7c0dfe0
- Fix missing parameter in user.module
2005-03-05 18:03:16 +00:00
Dries Buytaert
77f7aa0211
- Patch #18418 by chx: jonbob node_access_view_all patch changed the return value of node_access_where_sql to empty which breaks nicely all queries which are still using this function. This is a good incentive to upgrade to db_rewrite_sql, yes, but I think it causes confusion, 'cos it is not really trivial why the query suddenly not works. Let's make it trivial -- rename it _node_access_where_sql, it is no longer a function to be called from outside. node_access_join_sql similarly.
2005-03-05 11:05:07 +00:00
Dries Buytaert
dcf985de21
- Patch #18404 by Gerhard: removed incorrect/outdated documentation from a form description.
2005-03-05 09:11:00 +00:00
Dries Buytaert
11dd94bde5
- Patch #18382 by Neil: usability improvement: organized the blocks on the block administration page by region. (I wanted to do that myself!)
2005-03-05 09:09:07 +00:00
Steven Wittens
ad973366ab
- Fix overzealous session wiping
2005-03-04 03:43:41 +00:00
Steven Wittens
96eb9c6f9f
#18226 : Non-admins were not obeying workflow.
2005-03-04 00:48:22 +00:00
Steven Wittens
d16e18f9bb
- Incorrectly filled in %name
2005-03-03 21:07:37 +00:00
Steven Wittens
198ec98f75
#18329 : Unify confirmation messages (and make them themable)
2005-03-03 20:51:27 +00:00
Dries Buytaert
96211c616e
- Patch #17955 by Neil: there was a subtle difference between form_select() and whatever taxonomy was doing.
2005-03-03 20:38:18 +00:00
Dries Buytaert
f7c8a2c080
- Patch #17160 by Neil: fixed problem with aggregator block throwing DB errors after being deleted.
2005-03-03 20:05:46 +00:00
Dries Buytaert
749f15e7c0
- Modified patch #18328 by Neil: currently the two forum topic blocks share a number of topics in block setting. This is a bit confusing since configuring one blockshould not affect another block. Fixed some indentation as well.
2005-03-03 20:02:07 +00:00
Dries Buytaert
03374fc0f6
- Patch #17897 by Neil: changed the order of the joins so that a vocabulary which is not associated with any node types doesn't disappear. Also removed a centered column that shouldn't be hard coded and, IMO, looked rather weird.
2005-03-03 19:18:19 +00:00
Steven Wittens
4a9b9f4aca
- Block admin usability: display block title if no description was given.
2005-03-03 05:54:25 +00:00
Steven Wittens
84b7defc07
- Bugfix: admin/forum tabs should not appear on edit forum/container pages.
2005-03-03 05:10:28 +00:00
Dries Buytaert
c1d9fffb57
- Patch #18231 by cprice: -> = 0
2005-03-02 08:13:15 +00:00
Dries Buytaert
cc78d6c8cf
- Fixed PHP warnings.
2005-03-01 21:13:46 +00:00
Dries Buytaert
c77153f19a
- Removed dumb taxonomy block (based on DrupalCon feedback).
2005-03-01 20:43:59 +00:00
Dries Buytaert
84268b3a34
- Patch #17770 by chx: added missing NULL-arguments to _user() hook.
2005-03-01 20:21:08 +00:00
Dries Buytaert
3123d7e6ec
- Patch #18045 by JonBob: the node type admin page uses an unclear callback name, and uses arg() where it is not necessary. The attached patch cleans this up by unifying node_types() with node_types_configure().
2005-03-01 20:07:48 +00:00
Dries Buytaert
a4befbb68b
- Patch #18123 by chx: the $return['distinct'] in the past should have been module_implements('node_grants') but after JonBob's node_access_view_all_nodes, that part happens only if node_grants is in effect, so it is simplified to 1.
2005-03-01 20:01:40 +00:00
Steven Wittens
ea08f062b2
- Fix broken session deleting on account blocking.
2005-03-01 18:44:41 +00:00
Steven Wittens
9803bc4321
- Delete a user's sessions when blocking his/her account.
2005-02-28 18:13:12 +00:00
Steven Wittens
ff386b90bb
#17747 : PGSQL improvements
2005-02-28 18:00:59 +00:00
Dries Buytaert
174d22dbbb
- Patch #17931 by Neil: fixed bug in access rules page:
...
* split up the menu callback for editing/adding/deleting rules
* improved the delete message
* fixed a double page printing bug
2005-02-28 16:41:15 +00:00
Steven Wittens
5f5f0b27ac
- Oops: don't show refused words message if there are none.
2005-02-27 23:31:47 +00:00
Steven Wittens
4f196311c1
- Fix submissions from search boxes in themes
2005-02-27 18:39:18 +00:00
Dries Buytaert
39adda1687
- Patch #17747 by Adrian: more PostgreSQL fixes. Committed part of the patch:
...
1. Removed a duplicate line from the changes to update.inc.
2. Excluded the session.inc changes: they did not make sense to me.
3. Excluded the search related changes in the node and search module. According to Steven these are not correct.
2005-02-27 15:40:35 +00:00