Commit Graph

4370 Commits (4.6.5)

Author SHA1 Message Date
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
Steven Wittens e999488994 - Line-break filter now also ignores <style> (already ignored <pre> and <script>). 2005-05-07 00:07:00 +00:00
Dries Buytaert 14841a48af - Patch #22118 by Robin Monks: made file_transfer() more robust. 2005-05-06 09:32:03 +00:00
Dries Buytaert 75fe9bb9e3 - Patch #21397 by jjeff: fixed behavior of theme_image with regard to attributes. 2005-05-06 09:02:00 +00:00
Dries Buytaert a4a2ea7df7 - Patch #22123 by Djun: fixed off by one error in printer-friendly book pages. 2005-05-06 08:43:15 +00:00
Steven Wittens b86403a0fc - #22154: Change : in aggregator block IDs to -, the colon is an illegal character and causes problems in CSS. 2005-05-06 06:46:19 +00:00
Steven Wittens 866d1142b8 - Oopsie 2005-05-06 06:42:43 +00:00
Steven Wittens 5c0a2ea240 - #22154: Change : in aggregator block IDs to -, the colon is an illegal character and causes problems in CSS. 2005-05-06 06:34:44 +00:00
Steven Wittens efc8272def - Missing theme placeholder in forum delete message. 2005-05-06 06:33:00 +00:00
Dries Buytaert abcb802290 - Patch #21939 by Usability Poobah Chris: added missing </p> tag. 2005-05-05 11:24:49 +00:00
Dries Buytaert 6e7bd8a603 - Patch by Robert: fixed typo in code comments. 2005-05-03 05:22:41 +00:00
Dries Buytaert 9b6485b0a1 - Patch #21252 by patryk: fixed size of location field. 2005-05-03 05:20:07 +00:00
Dries Buytaert 128b376d57 - Patch #21751 by crunchywhelch: added missing check_plain() when emitting the <category>-tag in RSS feeds. 2005-05-02 08:22:01 +00:00
Dries Buytaert b390a2e19d - Patch #21445 by Goba: added missing t() function. 2005-05-01 18:38:02 +00:00
Dries Buytaert 11b1ecf0cf - Patch #21252 by patryk: increased the length of the location field in the locale_sources table. 2005-05-01 16:05:59 +00:00
Dries Buytaert be31ec61a3 - Patch #21686 by Robin Monks: added two missing t() functions. 2005-05-01 09:34:44 +00:00
Dries Buytaert da3a253efe - Patch #21687 by faago: fixed boroken 'delete'-link on the book administration page. 2005-04-30 21:36:48 +00:00
Steven Wittens a0aad5e9a9 - PGSQL Fix: missing columns in GROUP BY (aggregator news -> sources was broken). 2005-04-27 17:17:21 +00:00
Steven Wittens cf6e632820 - Missing parameter for variable_get 2005-04-27 17:07:52 +00:00
Dries Buytaert 0e04896b30 - Patch #21249 by patryk: made SQL query work with PostgreSQL by correcting a 'GROUP BY'-clause. 2005-04-25 17:57:42 +00:00
Dries Buytaert c7b02565b6 - Patch #21246 by patryk: made the prefix.sh script work with PostgreSQL. 2005-04-25 17:52:10 +00:00
Steven Wittens e58233c58c - Useless print statement 2005-04-24 22:07:37 +00:00
Steven Wittens 82cd34fff7 - #21195: book admin broken under php5 2005-04-24 20:59:41 +00:00
Dries Buytaert 46eaec0db4 - Patch #19750 by Steven/Moshe: fixed problem with deleting users. 2005-04-24 11:46:54 +00:00
Steven Wittens 590650d368 - Fix search index not wiping on admin settings change. 2005-04-23 07:34:42 +00:00
Steven Wittens 705bd98515 - #20868: Blogapi was still using the old workflow variables. 2005-04-23 06:38:35 +00:00
Steven Wittens 8ace49bf81 - #21021: wrong url in INSTALL.txt 2005-04-23 05:07:49 +00:00