Commit Graph

4346 Commits (34421b5d39f7b645833542643b2cde8b1459f533)

Author SHA1 Message Date
Steven Wittens 34421b5d39 - #20963: Make taxonomy_select_nodes() more useful to other modules, by allowing custom sorting orders. 2005-05-25 04:04:59 +00:00
Steven Wittens 0ff0af1601 - #23014: Only show forum blocks if there are topics to list. 2005-05-25 03:59:38 +00:00
Steven Wittens 09354344e0 - Sort admin-content by descending node date. This got lost in the refinement-filter patch. 2005-05-25 03:51:00 +00:00
Steven Wittens a52bb9b1dd - #23516: Remove ][ from form item id's. 2005-05-25 03:50:25 +00:00
Steven Wittens 3598cbb988 - #23495: Clean up pager code. Now uses $page instead of $from, and counts pages, not items. 2005-05-25 03:29:06 +00:00
Steven Wittens 10e37b8957 - Remove left-over CSS 2005-05-25 01:12:15 +00:00
Steven Wittens 91f666b522 - #23506: Fix autocomplete throbber firing on wrong events.
- Add simple throbber to drupal.css
2005-05-25 00:14:42 +00:00
Dries Buytaert 8aba3a430b - Patch #23530 by Thox/Robin: removed the wrap="virtual" attribute from textareas. According to Thox this is no longer neccessary. Makes textareas validate as XHTML. 2005-05-24 20:38:00 +00:00
Steven Wittens 58bddf8abc * cue Star Wars theme tune *
Return of the JavaScript!

- #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags.
2005-05-24 06:00:22 +00:00
Dries Buytaert 0de88f50ba - Patch #23383 by Ber: added theme_user_list() function. 2005-05-23 21:23:04 +00:00
Dries Buytaert 7dcb9086f8 - Patch #23465 by Gerhard: tiny performance improvement to db_query_range(). 2005-05-23 21:14:01 +00:00
Dries Buytaert fc1f1e94a5 - Patch #23452 by berkes: moves the avatar settings to within the check for "user info" on a node tpe. 2005-05-23 20:24:52 +00:00
Steven Wittens 21274fbb94 - #23285: Allow theming of comment previews, like node previews. 2005-05-22 21:14:59 +00:00
Dries Buytaert 2abaae6baf - Patch #22192 by tostinne: fixed invalid XHTML code 2005-05-22 12:48:47 +00:00
Dries Buytaert 2b1664bc66 - Patch #16452 by chx: made it possible to rewrite some taxonomy queries. 2005-05-21 21:32:54 +00:00
Dries Buytaert a7bced320e - Patch #18663 by chx: fix empty form elements. 2005-05-21 18:33:59 +00:00
Dries Buytaert a31b1b3876 - Patch #7684 by MrRoot/grohk: order taxonomy terms by vocabulary weight, then term weight. 2005-05-21 12:15:54 +00:00
Dries Buytaert 2a744f8950 - Patch #11791 by kps: trim passwords to avoid copy-paste mistakes. 2005-05-21 11:57:59 +00:00
Dries Buytaert fafa11aff0 - Patch #16729: fixed CSS problems in konquerer. 2005-05-21 11:53:01 +00:00
Dries Buytaert 27f5119c2a - Patch #23269 by Robin: removed border attribute from <img>-tag. 2005-05-21 11:38:32 +00:00
Dries Buytaert 4bedad588c - Patch #22469 by mathias: added missing DISTINCT()s to two SQL queries. 2005-05-21 11:35:45 +00:00
Dries Buytaert cdec2f7e3e - Patch #16303 by Gerhard: fixed some warnings. 2005-05-21 11:33:03 +00:00
Dries Buytaert 62427644eb - Patch #23320 by Chris Messina: made it easier to theme the printer-friendly book pages. 2005-05-21 09:59:15 +00:00
Dries Buytaert d77cf05823 - Patch #23211 by Neil: better formatting of sizes in format_size(). 2005-05-20 11:31:16 +00:00
Dries Buytaert 235a39e589 - Removing the /*! USE INDEX */. It actually degrades performance significantly. 2005-05-20 11:04:06 +00:00
Dries Buytaert 52c383d2e4 - Patch #23160 by drumm: fixed status message by adding a missing string substition. 2005-05-19 19:33:49 +00:00
Dries Buytaert e7b70296be - Renamed "top users" page to "top visitors" and added some page generation times per user.
This make it trivial to spot evil crawlers.
2005-05-19 19:05:27 +00:00
Steven Wittens 5154c3aca4 - Fixing some plain/url check calls. 2005-05-18 21:12:17 +00:00
Dries Buytaert c3cf0622b6 - Patch by Drumm: one more attempt at fixing file_create_path(). 2005-05-18 05:17:11 +00:00
Dries Buytaert fa2469c1dd - Patch #23028 by chx: fixed file_check_location() problems. 2005-05-17 20:49:54 +00:00
Dries Buytaert a5489b7b1c - Patch by chx: added a db_rewrite_sql() in node_load() just to make sure. 2005-05-17 20:24:33 +00:00
Dries Buytaert ecd7cfed48 - Improvement: avoid people hitting 'Send message' without checking the category/subject. 2005-05-16 11:17:41 +00:00
Dries Buytaert 85cbb1be6e - Modified patch #22878 by Junyor: made all terms on the taxonomy overview page links to the taxonomy term list page. 2005-05-14 21:40:42 +00:00
Dries Buytaert b86a5d495a - Patch #22883 by darix: system_theme_listing() passes scalar to drupal_attributes(). this patch fixes it and wraps the params into array() 2005-05-14 21:32:20 +00:00
Dries Buytaert b0c9983190 - Patch by James/Gerhard: made file_create_path() more robust. 2005-05-14 21:05:08 +00:00
Dries Buytaert 0c4db41309 - Patch by Mathias: database updates for path alias improvements. 2005-05-14 20:59:01 +00:00
Dries Buytaert ae98abc15b - Patch #22652 by Stefan: improved PHPdoc of drupal_set_message(). 2005-05-14 18:32:22 +00:00
Dries Buytaert 33f4134fac - Patch #22723 by ejort: 'from' to 'FROM'. 2005-05-14 18:15:23 +00:00
Dries Buytaert 3a02ee64b2 - Patch #22786 by mathias: now that db_affected_rows() returns the number of rows matched instead of only changed we can get rid of the hacks that worked around this. 2005-05-14 17:26:02 +00:00
Dries Buytaert e5ecab0797 - Patch #22804 by Cvbge: fixed typo in documentation. 2005-05-14 17:23:18 +00:00
Dries Buytaert 14f0d9a90a - Patch #22806 by Neil: replaced left-over <em>foo<em> with theme('placeholder', 'foo') 2005-05-14 17:20:47 +00:00
Dries Buytaert dbd806c41a - Patch #22857 by mathias: removed redundant DISTINCT(). 2005-05-14 17:01:31 +00:00
Dries Buytaert 139ef4027c - Patch #22035 by mathias/mikeryan: improved performance of path aliases. 2005-05-14 09:23:47 +00:00
Dries Buytaert 229e2e4f23 - Bugfix: changed -> access 2005-05-12 16:20:36 +00:00
Dries Buytaert f2d200f51e - Patch #19442 by chx: cache_set sometimes failed.
TODO: this patch lets us clean up more code in code!  Let's have a look
        at this ...
2005-05-12 14:36:43 +00:00
Dries Buytaert 2b7f504dc8 - Added the ability to track page generation times in the statistics module.
(Made some improvements as per the suggestions in the issue.)

- Added extended timer implementation.
2005-05-12 11:21:35 +00:00
Dries Buytaert 91170a4fba - Fixed a braino. 2005-05-11 16:36:06 +00:00
Dries Buytaert 228290553b - Patch #22531 by Morbus: the CHANGELOG for Drupal 4.5 claims that a URL alias of "rss.xml" for "node/feed" was added. This ONLY occurs in updates.inc however - if people grab a fresh 4.5 (or now, 4.6), they are never going to get this added alias. The attached patch adds this INSERT into the default database.* files, adds another update into the updates.inc (so that those who started with a fresh 4.5 or 4.6 will get it via update.php the next time around) and fixes some minor whitespace/style inconsistencies. 2005-05-10 20:48:32 +00:00
Dries Buytaert 55dc257b77 - Patch #22307 by Robert: added missing ')' 2005-05-10 19:59:45 +00:00
Dries Buytaert 7355739be1 - Patch #21252 by baudolino: fixed upgrade path of locale_sources table change. 2005-05-10 19:58:21 +00:00