Dries Buytaert
d02681afa4
- Fixed problems with filter formats and problem with XML-RPC server.
2005-06-29 19:53:59 +00:00
Dries Buytaert
e3260447be
- Fixed registration bug.
2005-06-01 19:27:12 +00:00
Dries Buytaert
99b3875935
- Patch #14109 by wulff/Morbus: added missing t() funciton
2005-03-16 19:32:27 +00:00
Dries Buytaert
0a41fd20b4
- Patch #16949 by Neil: fixed two HTML typos/brainos in the help text.
...
I found another HTML typo, and replaced a <u></u> by <strong></strong> because <u> does not validate as 'XHTML 1.0 stict'.
2005-02-08 19:19:37 +00:00
Dries Buytaert
6a1bf8241c
- Patch #14658 by Zed Pobre: fixed node-level permission bug in the taxonomy API.
2005-01-31 21:17:01 +00:00
Dries Buytaert
d07d55c16d
- Patch #13184 by JonBob: changed the 'my account' menu to a 'dynamic menu' so it can't be edited.
2005-01-27 21:32:14 +00:00
Dries Buytaert
581ea2c479
- Patch #15948 by matteo: the book module should call the nodeapi hook when printing printer-friendly pages.
2005-01-23 22:39:24 +00:00
Dries Buytaert
04ea277ed3
- Patch #14936 by Junyor: the 'add comment link' was not available for polls.
2005-01-20 19:38:59 +00:00
Dries Buytaert
30678ff4fc
- Patch #15690 by Goba: the vocabulary node types checks in taxonomy.module are very vulnerable to having node types names as prefixes of other node type names %%%s%% as it is there with %%blog%% will match a lot more, then just this simple node type. Since the node types are stored in a comma separated list, the solution is to search for 'blog' or '%%,blog,%%' or 'blog,%%' or '%%,blog', that is matching only for that node type, or matching that node type in a list, or at the beginning of a list, or at the end of a list. It does not look elegant, but this is the solution for the format used.
2005-01-19 20:35:27 +00:00
Steven Wittens
b1717abfee
#15500 : Fix tracker not showing nodes without comments.
2005-01-19 01:10:25 +00:00
Dries Buytaert
b6ac0a860a
- Patch #15500 by Morbus: ignore unpublished comments when determining last_post. (This matches the behavior in HEAD.)
2005-01-14 15:43:05 +00:00
Steven Wittens
114ed8da76
- Fix comment pager counting unpublished comments.
2005-01-12 16:01:55 +00:00
Steven Wittens
afd422b8e0
- #15172 : Old search.module punctuation stripping error.
2005-01-11 04:18:12 +00:00
Dries Buytaert
3732774137
- Patch #11366 by Junyor: fixed problem with comment counts.
2005-01-05 20:17:35 +00:00
Dries Buytaert
b1bc89701c
- Added missing space
2004-12-29 23:03:20 +00:00
Dries Buytaert
486ad3f9f7
- Patch #14545 by nysus: don't grant access to files if the node is not accessible.
2004-12-29 23:01:33 +00:00
Dries Buytaert
18fd82142e
- Patch #14882 by Jeremy: removed some cruft: status = 2 is no more.
2004-12-29 18:42:05 +00:00
Steven Wittens
4e6465241e
#10949 : Incorrect output with invalid term id
2004-12-24 06:49:46 +00:00
Steven Wittens
3b2484bbee
#11548 : node.module - Ensure that only valid fields are saved
2004-12-24 06:44:01 +00:00
Dries Buytaert
87314b80df
- Patch #14709 by matteo: added missing call to the nodeapi's 'view' hook.
2004-12-23 23:27:44 +00:00
Dries Buytaert
71df0fcbd2
- Patch #14710 by tangent: only show post button if preview is optional or if we are in preview mode. We show the post button in preview mode even if there are form errors so that optional form elements (e.g., captcha) can be updated in preview mode.
2004-12-23 06:48:09 +00:00
Dries Buytaert
788d2dc1d9
- Patch #12366 by mathias: fixed missing book edit tab.
2004-12-22 20:50:05 +00:00
Dries Buytaert
9aac2d98d3
- Bug #14609 : improved the status messages and avoid empty roles being saved.
2004-12-22 08:51:45 +00:00
Dries Buytaert
f9c685b64d
- Patch #14614 by Neil: made the archive module respect the node-level permissions.
2004-12-20 22:01:39 +00:00
Steven Wittens
410a2f6d91
Making comment moderation query PGSQL/ANSI compatible.
2004-12-20 02:05:13 +00:00
Dries Buytaert
bae399f47a
- Patch #14288 by Goba: "the archive module calendar indexes the array used to build up the header cells by the short names of the days. In Hungary, we have both Wednesday and Sunday start with the same two letters, so if I translate the short versions with the same two letters, the second associative array index will overwrite the first. The obvious soluion was to swap the array, and index by the full day name, which is expected to be unique in all languages."
2004-12-14 06:46:56 +00:00
Dries Buytaert
31ab842cca
- Modified patch by Goba: don't save user roles in the serialized data field of the user table.
2004-12-08 19:42:18 +00:00
Dries Buytaert
1915e2931f
- Patch #14035 by Goba: fixed problem with UTF-8 conversion when mixing LOWER() and strtolower().
2004-12-07 17:42:57 +00:00
Dries Buytaert
6b52988578
- Patch #14006 by Neil:
...
* user/view/$n has been replaced with user/$n.
* More blank lines in the right places.
* Prevent unwanted case fallthrough.
2004-12-07 07:25:31 +00:00
Dries Buytaert
95463a0fef
- Patch #13786 by drumm: fixed handling of HTTP 301 response codes.
2004-12-02 18:38:04 +00:00
Dries Buytaert
2fc351cf79
- Fixed #13643 : increased the maxlength of the 'path to custom logo'-setting.
2004-11-30 18:40:48 +00:00
Dries Buytaert
e6ba3497e2
- Modified patch #6475 by Killes: sites -> drupalsites -> drupal-sites.
2004-11-30 18:26:26 +00:00
Dries Buytaert
e4f1b30dd5
- Patch #13647 by Goba:
...
1. Fixed broken watchdog calls: two watchdog calls omitted the type parameter, and thus injected logs into the type field, instead of the message field.
2. Removed t() functions from user contributed content.
2004-11-29 17:59:53 +00:00
Dries Buytaert
096d4c9122
- Patch #12555 by svemir: fixed problem with the 'Preview comment' button not being present when previews are optional.
2004-11-29 12:58:13 +00:00
Dries Buytaert
8ce7ce5a05
- Patch #11977 by matteo: added extra DISTINCT()s to two SQL queries to make them work with node-level permissions.
2004-11-29 12:53:46 +00:00
Dries Buytaert
a713cecfc3
- Patch #10697 by matteo: avoid people creating nodes with the wrong node type.
2004-11-29 12:48:11 +00:00
Dries Buytaert
8cc8579690
- Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache.
2004-11-27 09:53:43 +00:00
Dries Buytaert
6cb219034e
- Patch #10693 by Ax: fixed broken (external) link in the taxonomy module's help.
2004-11-27 09:29:37 +00:00
Dries Buytaert
b76e971dc7
- Patch #12363 : fixed glitch in user_access() as pointed out by TDobes.
2004-11-23 21:52:43 +00:00
Dries Buytaert
24eb22b082
- Patch #11977 by matteo: taxonomy_term_count() did not take node-level permissions into account and could return an incorrect number.
2004-11-15 10:01:10 +00:00
Dries Buytaert
3b32f5161d
- Patch #11940 by kps: if the user is not allowed to view a newly submitted node, redirect him to the main page.
2004-11-15 09:56:56 +00:00
Dries Buytaert
ccf83e1bee
- Patch #12713 by Goba: remove useless t() function from help module.
2004-11-08 22:28:30 +00:00
Dries Buytaert
7ce95b201a
- Patch #12658 by menesis: when an administrator adds a user, the 'authenticated user' role was not assigned to the new user.
2004-11-07 07:55:17 +00:00
Dries Buytaert
7a5d12e8b2
- Patch #11871 by killes: forum topics could be displayed multiple times when node-level permission were used.
2004-11-06 12:01:39 +00:00
Dries Buytaert
05894fa7f9
- Patch #12502 by Axel: fixed typo in SQL query: h.hid -> h.nid
2004-11-03 22:47:06 +00:00
Dries Buytaert
1d6151dfe4
- Patch #12515 by Goba: fixed problem with cookies not being set properly, causing users getting logged out.
2004-11-03 22:39:46 +00:00
Dries Buytaert
9b2312c34d
- Patch #12455 by Steven: optimized SQL query. This problem caused Drupal.org's
...
cron runs to time out.
2004-11-02 15:09:52 +00:00
Steven Wittens
ebe5706b63
#12363 : Bug in user_access() with uid 1 and $account parameter.
2004-11-02 12:20:43 +00:00
Steven Wittens
788dbc645e
#12295 : missing </p> in filter help.
2004-10-30 16:58:42 +00:00
Steven Wittens
6c54734836
- #12305 : Blog it icon was broken due to missing parameter.
2004-10-29 19:43:21 +00:00