Commit Graph

3808 Commits (4.5.2)

Author SHA1 Message Date
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
Dries Buytaert fce496e02f - Patch #13700 by Jose: cured some 'undefined index' messages by using array_key_exists() 2004-11-30 18:31:43 +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 c555bebfbc - Patch #12606 by Gerhard: corrected the pattern of the download link in the installation instructions. 2004-11-27 11:29:08 +00:00
Dries Buytaert ccb1836f7e - Patch #13030 by killes: fixed invalid CSS code in bluemarine's stylesheet. 2004-11-27 11:24:02 +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
Steven Wittens ba85e25b24 #6400: Improved pushbutton arrows. 2004-11-27 01:36:53 +00:00
The Great Git Migration cfac51e7e6 This commit was manufactured as part of Drupal's Great Git Migration to
create branch 'DRUPAL-4-5'.

Cherrypick from master 2004-11-27 01:36:40 UTC Steven Wittens <steven@10.no-reply.drupal.org> '#6400: Improved pushbutton arrows.':
    themes/pushbutton/arrow-next-visited.png
    themes/pushbutton/arrow-prev-visited.png
    themes/pushbutton/arrow-up-visited.png
2004-11-27 01:36:41 +00:00