Commit Graph

4396 Commits (4.6.8)

Author SHA1 Message Date
Dries Buytaert 910c94e00d - Patch #24397 by deekayen: replaced deprecated reference to conf.php. 2005-06-19 19:28:08 +00:00
Dries Buytaert 0cdc02eb7a - Patch #24157 by chx/Robin/...: changed file_exists() to is_file() to fix several problems with modules using theimage toolkit. 2005-06-19 08:59:31 +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 d74d175dc0 - Patch #25143 by Robin: use count() instead of is_array() so we don't render code for empty arrays, and such you don't get warnings using PHP5. 2005-06-19 08:14:12 +00:00
Dries Buytaert f0a1f9c790 - Patch #24003 by Steven: fix problems with node attribute checking. 2005-06-06 19:01:31 +00:00
Steven Wittens ad0cf415ca - #24278: Emit correct XHTML <link> tag. 2005-06-05 19:11:02 +00:00
Dries Buytaert a634f9335e - Patch #22416: fixed typo that prevented menu item descriptions from showing up in links. 2005-06-05 09:47:51 +00:00
Dries Buytaert 4cdeaa4b3a - Patch #24141: fix XML UTF-8 bom issue with PHP5.
Workaround for the fact that PHP5 cannot parse UTF-8 encoded XML feeds
    that start with the so-called "byte order mark".
2005-06-04 14:15:05 +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
Steven Wittens 008af4726e - Extra bracket 2005-06-01 19:40:01 +00:00
Steven Wittens 05011bfb2c - #18275: Backporting from HEAD. Create content menu displayed extraneous links with flexinode and friends. 2005-06-01 04:57:58 +00:00
Steven Wittens 7557df51b3 - #23685: urlencode() profile field names and values in the URL (any dynamic data in an url should be urlencoded to prevent characters like # and & from being interpreted by the browser/server). 2005-06-01 04:30:07 +00:00
Steven Wittens d3ba43c538 - #23736: Remove dependency of system.module on node.module 2005-06-01 04:17:17 +00:00
Steven Wittens eb68dc5fe0 - #23734: Replace date() with format_date() in aggregator 2005-06-01 04:04:02 +00:00
Steven Wittens 9586155b22 - #18836: Cleanup teaser generation code, and refine handling of PHP code teasers. 2005-06-01 03:42:26 +00:00
Steven Wittens db938104aa - #18836: Cleanup teaser generation code, and refine handling of PHP code teasers. 2005-06-01 03:34:00 +00:00
Steven Wittens a5ae600d23 - Use &amp; instead of numerical entity in autop. 2005-06-01 03:21:36 +00:00
Steven Wittens 5e92872e78 - Fix node form fieldsets being broken in IE after Safari/Konqueror fix. 2005-05-31 23:24:18 +00:00
Steven Wittens 38f93e2e8b - Code cleanup: improve format_plural usage, add some missing placeholder/check calls, and introduce API for <link> tags. 2005-05-31 21:13:45 +00:00
Steven Wittens ca84d2c13c - Fixing charset in mime_header_encode() 2005-05-30 18:09:08 +00:00
Steven Wittens 04e285c6e3 - #23360: Chameleon: fix taxonomy terms disappearing if there are no node links. 2005-05-27 05:19:47 +00:00
Steven Wittens f5017665f2 - #23700: Fix some broken t()'s in common.inc 2005-05-26 23:41:12 +00:00
Dries Buytaert 9727d6165d - Patch #23588 by Ber: fixed incorrect call to theme_user_picture. 2005-05-25 19:54:19 +00:00
Steven Wittens 010758b136 - Mime_header_encode() was buggy. Each chunk of encoded text must be
a valid UTF-8 string, beginning and ending on a character boundary.
2005-05-25 07:17:29 +00:00
Steven Wittens 3a31f54ed4 - #23213: Report upload size limits in megabytes, not bytes. 2005-05-25 04:28:59 +00:00
Steven Wittens 22c0ad3243 - #23014: Only show forum blocks if there are topics to list. 2005-05-25 03:59:46 +00:00
Steven Wittens 74cb00b0a7 - Sort admin-content by descending node date. This got lost in the refinement-filter patch. 2005-05-25 03:58:25 +00:00
Dries Buytaert a4adbea0c2 - Patch by factoryjoe: made printer-friendly book style sheet themable. 2005-05-23 20:46:33 +00:00
Steven Wittens 2f58834f4b - #23285: Allow theming of comment previews, like node previews. 2005-05-22 21:16:23 +00:00
Dries Buytaert 72c3b780de - Patch #22192 by tostinne: fixed invalid XHTML code 2005-05-22 12:50:09 +00:00
Dries Buytaert c3620684e8 - Patch #11791 by kps: trim passwords to avoid copy-paste mistakes. 2005-05-21 11:59:29 +00:00
Dries Buytaert 716539c277 - Patch #16729: fixed CSS problems in konquerer. 2005-05-21 11:53:36 +00:00
Dries Buytaert d8965d74be - Patch #22469 by mathias: added missing DISTINCT()s to two SQL queries. 2005-05-21 11:36:12 +00:00
Dries Buytaert 6504dc0144 - Removing the /*! USE INDEX */. It actually degrades performance significantly. 2005-05-20 11:05:12 +00:00
Steven Wittens c8ecad5ed7 - Fixing some plain/url check calls. 2005-05-18 21:13:52 +00:00
Dries Buytaert a6da0678f0 - Patch by Drumm: one more attempt at fixing file_create_path(). 2005-05-18 05:17:56 +00:00
Dries Buytaert c1b9946431 - Patch #23028 by chx: fixed file_check_location() problems. 2005-05-17 20:50:36 +00:00
Dries Buytaert 9d41a9ecf8 - Patch by chx: added a db_rewrite_sql() in node_load() just to make sure. 2005-05-17 20:37:54 +00:00
Dries Buytaert c4a690f82c - Patch #23083 by Mathias: reverting theme patch. HEAD only. 2005-05-17 20:36:52 +00:00
Dries Buytaert 1904391605 - Patch by James/Gerhard: made file_create_path() more robust. 2005-05-15 07:58:55 +00:00
Dries Buytaert 0e87920b08 - Patch #22723 by ejort: 'from' to 'FROM'. 2005-05-14 18:15:41 +00:00
Dries Buytaert 8a176ba2d9 - Patch #22804 by Cvbge: fixed typo in the comment module's help text. 2005-05-14 17:24:10 +00:00
Dries Buytaert a8786d14bd - Patch #22806 by Neil: replaced left-over <em>foo<em> with theme('placeholder', 'foo') 2005-05-14 17:21:13 +00:00
Dries Buytaert eceabd5f64 - Patch #22857 by mathias: removed redundant DISTINCT(). 2005-05-14 17:13:30 +00:00
Steven Wittens f534b59f58 - Fixing patch for aggregator block id fix. 2005-05-09 22:48:33 +00:00
Dries Buytaert 32999843be - Patch #22264 by patryk: made a SQL query PostgreSQL compliant. Can we clone this guy? 2005-05-07 21:54:01 +00:00
Dries Buytaert 0a6933461c - Patch by Patryck: provide upgrade path for the locales_source changes. 2005-05-07 08:36:24 +00:00
Steven Wittens eb6d4210e2 - #21429: Maximum upload file size was checked in bytes, not megabytes. 2005-05-07 02:00:22 +00:00
Steven Wittens 628456ee29 - Line-break filter tag matching was not case-insensitive, so it didn't pick up e.g. <PRE> 2005-05-07 00:09:07 +00:00