Commit Graph

2686 Commits (4.6.5)

Author SHA1 Message Date
Dries Buytaert 0dc6609196 - Patch #40351 by Richard/chx: filter_xss_bad_protocol too hungry. 2005-12-08 09:06:23 +00:00
Steven Wittens 1f078a9d5f - Missing URLencode for remembering search keywords across tabs 2005-12-07 15:32:57 +00:00
Dries Buytaert 1167cb632a - Patch #39670 by frjo: fixed problem with filtering URLs twice. 2005-12-05 08:56:48 +00:00
Dries Buytaert 2dbbdbd482 - Improved the protocol whitelist code. 2005-11-30 20:18:59 +00:00
Dries Buytaert 2ac2e69571 - More fixes 2005-11-30 15:29:24 +00:00
Dries Buytaert 19d5a0a0e2 - Removed valid_input_check(). 2005-11-30 10:05:19 +00:00
Steven Wittens 4c71ddbe3b - #39362: Fix code warnings in filter.module 2005-11-30 00:11:53 +00:00
Dries Buytaert 4155b0a525 - Various fixes. Updated CHANGELOG.txt 2005-11-29 20:14:29 +00:00
Steven Wittens 6b6c50972d - #37956: Respect weighting in profile browse pages
- Fix non-pgsql compliant ORDER BY queries
- Clean up ugly section that used db_escape_string()
2005-11-24 21:18:48 +00:00
Dries Buytaert b6701ddf3f - Patch #12071 by ttt/Cvbge: fixed SQL query that was not compatible with PostgreSQL. 2005-11-15 20:37:56 +00:00
Dries Buytaert b6390a45e3 - Patch #36079 by ax/chx: various blogapi.module fixes. 2005-11-09 19:01:30 +00:00
Dries Buytaert 5ef87c9527 - Patch #36727 by Goba: fixed incorrect use of drupal_goto(). 2005-11-08 20:58:31 +00:00
Dries Buytaert f935b955f7 - Patch #35061 by Cvbge/ntosi: fixed SQL query problem on PostgreSQL 8. 2005-10-28 13:41:38 +00:00
Steven Wittens b0cddd8a2c - Backporting http header fixes to 4.6 2005-10-28 01:57:36 +00:00
Dries Buytaert 738ee7a1c9 - Patch #34749 by ax: make blogapi autodiscovery (rsd) work with Flock. Yay! 2005-10-21 10:00:13 +00:00
Dries Buytaert 09d16332e9 - Patch #31341 by kbahey: delete a user's session when the user is deleted. 2005-10-07 06:54:27 +00:00
Dries Buytaert 10db37d1f9 - Patch #26033 by danielc: fixed PHP5 warnings. 2005-09-09 06:14:24 +00:00
Dries Buytaert 5656f39b15 - Patch #21658 by Uwe: fixed broken link in help text. 2005-08-24 15:43:04 +00:00
Dries Buytaert 0692268dfd - Patch #29133 by DriesK: forum vid remains when vocabulary is deleted. Prevents forum topics from getting lost. 2005-08-18 21:54:40 +00:00
Dries Buytaert 69cec18349 - Patch #28482 by Uwe: add $ tags to all files. Patch has some rejects. 2005-08-17 20:03:29 +00:00
Steven Wittens 16f9efafb3 - #28728: Fix broken link in contact module help. 2005-08-17 00:56:13 +00:00
Dries Buytaert 1a81546edb - Backported chx's XML-RPC library. 2005-08-14 22:33:25 +00:00
Dries Buytaert d2b7d7c5dd - Patch #24030 by James: category selection does not work with Movable Type blogapi.
Not committing to HEAD -- needs a better fix.
2005-08-14 10:05:11 +00:00
Dries Buytaert 6766ed22c1 - Patch #23750 by jerakeen: use the creation date rather than the update date in RSS feeds. 2005-08-11 12:54:17 +00:00
Dries Buytaert 33646ad917 - Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'. 2005-08-10 20:37:19 +00:00
Steven Wittens 81c4c8fc37 - #23560: Sort watchdog date by wid to ensure unique ordering. 2005-08-06 00:36:25 +00:00
Steven Wittens dae7a788bd - #27852: redirect to user edit page on first log-in 2005-08-05 01:19:37 +00:00
Steven Wittens c39dedf3d4 - #27864: Correctly distinguish 403s from 404s for nodes. 2005-08-05 00:39:50 +00:00
Steven Wittens 9ef8e2b8e0 - #28154: remove useless /view from user results 2005-08-03 23:24:34 +00:00
Steven Wittens 98f926fca8 - #20668: Fix "username's blog" appearance rules. 2005-07-29 21:39:37 +00:00
Steven Wittens 91eccea6c6 - #16705: Make user_access always return a boolean. 2005-07-29 21:35:16 +00:00
Dries Buytaert ac39ff303c - Patch #25706 by Neil: book 'previous' link does not respect unpublished node setting 2005-07-29 07:29:25 +00:00
Steven Wittens df69978f7f - #27694: Correct username validation. 2005-07-29 07:19:12 +00:00
Steven Wittens fe0a55d29b - #26458: node_search doesn't node_view, causing bad snippets. 2005-07-29 03:29:38 +00:00
Steven Wittens 75a7a6410b - #26822: Fix logo upload being broken (drumm) 2005-07-26 01:56:18 +00:00
Steven Wittens 682d023eef - #26643: Restore accidentally lost "my blog" menu item. 2005-07-25 17:18:52 +00:00
Steven Wittens 9a10bdc108 - #25285: Use correct permission for node form comment admin 2005-07-25 09:41:20 +00:00
Steven Wittens 02aa0ca1fb - #27108: Columns in ORDER BY clause must be SELECTed on (pgsql) 2005-07-25 09:31:43 +00:00
Dries Buytaert 6237754d35 - Patch #26217 by HellRaider: fixed problem <front> setting in presence of slashes. 2005-07-20 11:41:57 +00:00
Dries Buytaert fb2e122f50 - Patch #26683 by matteo: added missing DISTINCT()s 2005-07-19 21:31:03 +00:00
Dries Buytaert acb67c567a - Updated handbook-link to reflect the recent handbook restructuring. 2005-07-18 08:46:53 +00:00
Dries Buytaert 13a4562a1c - Patch #25928 by Uwe: 'the the' -> 'the'. 2005-07-03 16:09:12 +00:00
Dries Buytaert 29793b594d - Patch #26233 by Goba: fixed problem with block regions being buggy. 2005-07-03 15:27:49 +00:00
Dries Buytaert c8c15dd30a - Fixed problems with filter formats and problem with XML-RPC server. 2005-06-29 19:53:35 +00:00
Dries Buytaert daeedceb88 - Patch #25504 by kumo: fixed problem with the weights of book pages not being remembered. 2005-06-22 20:24:35 +00:00
Dries Buytaert 910c94e00d - Patch #24397 by deekayen: replaced deprecated reference to conf.php. 2005-06-19 19:28:08 +00:00
Dries Buytaert f29cfa845c - Patch #21918 by budda/Robin: forum icons are broken when you change the forum icon path. TODO 1: the forum icons should probably be configurable on a per-site or per-theme basis. TODO 2: I spent 5 minutes looking for this setting. 2005-06-19 08:44:25 +00:00
Dries Buytaert f0a1f9c790 - Patch #24003 by Steven: fix problems with node attribute checking. 2005-06-06 19:01:31 +00:00
Dries Buytaert 0b72de8bcb - Fixed registration bug. 2005-06-01 20:16:04 +00:00
Steven Wittens ff2e156587 - Remove inappropriate check_plain() 2005-06-01 19:47:23 +00:00