Commit Graph

3820 Commits (4.5.4)

Author SHA1 Message Date
Dries Buytaert f327ccc046 - Updated CHANGELOG.txt 2005-06-29 20:23:13 +00:00
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 a92e93e5e2 - Patch #15976 by Neil: if one single admin modifiable menu item is added then it is not put in the menu table because the comparison is > 1 instead of > 0. 2005-01-22 09:09:52 +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 84b96713bb - Updated the CHANGELOG.txt 2005-01-15 09:09:01 +00:00
Dries Buytaert 7d73fa84a5 - Corrected the 'update_start' date. 2005-01-15 08:52:01 +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
Dries Buytaert 906e08411d - Patch #15337 by Gerhard: fixed bug in upgrade path. The 'update_start' variable got corrupted. 2005-01-13 19:25:30 +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 0b5ad81d98 - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted into the session table. 2005-01-10 19:35:37 +00:00
Dries Buytaert 5cbeb742a7 - Patch #15328 by Goba: add error marker border for textareas 2005-01-09 10:00:46 +00:00
Dries Buytaert c427ab8988 - Patch #15337 by Gerhard: fixed a broken date query in the database scheme. 2005-01-09 09:05:30 +00:00
Dries Buytaert a1873bc15d - Patch #15254: removed hardcoded 'public' schema from the PostgreSQL backend. 2005-01-07 19:20:01 +00:00
Steven Wittens f0c6141439 - Pushbutton: fix background arrow overlapping foreground in IE (peekaboo bug) 2005-01-07 06:49:41 +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
Dries Buytaert ccab3ee80b - Improved the input checking. 2004-12-28 11:04:14 +00:00
Steven Wittens d0755828dc #14757: Fix XSS vulnerability due to entity usage. 2004-12-25 14:57:32 +00:00
Steven Wittens c825c00efe Bad indentation. 2004-12-24 06:52:51 +00:00
Steven Wittens 98d3666307 #10457: Warnings during update process 2004-12-24 06:51:47 +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
Steven Wittens cad3135f74 #13531: Xtemplate {directory} tag 2004-12-24 06:40:12 +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 81f62f2185 - Patch #14334 by killes: fixed PHP warning. 2004-12-14 22:16:42 +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 8c010f3f53 - Added a note about PHP5 compatibility to avoid future confusion. DRUPAL-4-5 only. 2004-12-05 21:24:34 +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 20a1e3edcb - Patch #13405 by Moshe: make you actually do something useful with the init hook. A recent patch to 4.5 and HEAD made this patch run too early in the request (for non-cached pages). 2004-12-01 12:09:56 +00:00
Dries Buytaert 995277f41a *** empty log message *** 2004-11-30 20:08:45 +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