summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - #23685: urlencode() profile field names and values in the URL (any dynamic ↵Steven Wittens2005-06-01
| | | | data in an url should be urlencoded to prevent characters like # and & from being interpreted by the browser/server).
* - #23736: Remove dependency of system.module on node.moduleSteven Wittens2005-06-01
|
* - #23734: Replace date() with format_date() in aggregatorSteven Wittens2005-06-01
|
* - #18836: Cleanup teaser generation code, and refine handling of PHP code ↵Steven Wittens2005-06-01
| | | | teasers.
* - #18836: Cleanup teaser generation code, and refine handling of PHP code ↵Steven Wittens2005-06-01
| | | | teasers.
* - Use & instead of numerical entity in autop.Steven Wittens2005-06-01
|
* - Code cleanup: improve format_plural usage, add some missing ↵Steven Wittens2005-05-31
| | | | placeholder/check calls, and introduce API for <link> tags.
* - Typo in upload messages: %quote -> %quotaSteven Wittens2005-05-31
|
* - Patch #18275 by Steven: "create content" menu displays extraneous links.Dries Buytaert2005-05-26
| | | | (Not sure if this needs to be backported to DRUPAL-4-6.)
* - Patch #23633 by Moshe: improve grouping in default profile page.Dries Buytaert2005-05-26
|
* - Patch #23588 by Ber: fixed incorrect call to theme_user_picture.Dries Buytaert2005-05-25
|
* - #18406: make node_page 404 on meaningless nidsSteven Wittens2005-05-25
|
* - #19434: Improved forum admin texts.Steven Wittens2005-05-25
|
* - #20809: User-configurable, per-theme, optional favicons.Steven Wittens2005-05-25
|
* - #23213: Report upload size limits in megabytes, not bytes.Steven Wittens2005-05-25
|
* - #20963: Make taxonomy_select_nodes() more useful to other modules, by ↵Steven Wittens2005-05-25
| | | | allowing custom sorting orders.
* - #23014: Only show forum blocks if there are topics to list.Steven Wittens2005-05-25
|
* - Sort admin-content by descending node date. This got lost in the ↵Steven Wittens2005-05-25
| | | | refinement-filter patch.
* * cue Star Wars theme tune *Steven Wittens2005-05-24
| | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags.
* - Patch #23383 by Ber: added theme_user_list() function.Dries Buytaert2005-05-23
|
* - #23285: Allow theming of comment previews, like node previews.Steven Wittens2005-05-22
|
* - Patch #22192 by tostinne: fixed invalid XHTML codeDries Buytaert2005-05-22
|
* - Patch #16452 by chx: made it possible to rewrite some taxonomy queries.Dries Buytaert2005-05-21
|
* - Patch #7684 by MrRoot/grohk: order taxonomy terms by vocabulary weight, ↵Dries Buytaert2005-05-21
| | | | then term weight.
* - Patch #11791 by kps: trim passwords to avoid copy-paste mistakes.Dries Buytaert2005-05-21
|
* - Patch #22469 by mathias: added missing DISTINCT()s to two SQL queries.Dries Buytaert2005-05-21
|
* - Patch #16303 by Gerhard: fixed some warnings.Dries Buytaert2005-05-21
|
* - Patch #23320 by Chris Messina: made it easier to theme the ↵Dries Buytaert2005-05-21
| | | | printer-friendly book pages.
* - Removing the /*! USE INDEX */. It actually degrades performance ↵Dries Buytaert2005-05-20
| | | | significantly.
* - Patch #23160 by drumm: fixed status message by adding a missing string ↵Dries Buytaert2005-05-19
| | | | substition.
* - Renamed "top users" page to "top visitors" and added some page generation ↵Dries Buytaert2005-05-19
| | | | | | times per user. This make it trivial to spot evil crawlers.
* - Fixing some plain/url check calls.Steven Wittens2005-05-18
|
* - Patch #23028 by chx: fixed file_check_location() problems.Dries Buytaert2005-05-17
|
* - Patch by chx: added a db_rewrite_sql() in node_load() just to make sure.Dries Buytaert2005-05-17
|
* - Improvement: avoid people hitting 'Send message' without checking the ↵Dries Buytaert2005-05-16
| | | | category/subject.
* - Modified patch #22878 by Junyor: made all terms on the taxonomy overview ↵Dries Buytaert2005-05-14
| | | | page links to the taxonomy term list page.
* - Patch #22883 by darix: system_theme_listing() passes scalar to ↵Dries Buytaert2005-05-14
| | | | drupal_attributes(). this patch fixes it and wraps the params into array()
* - Patch #22723 by ejort: 'from' to 'FROM'.Dries Buytaert2005-05-14
|
* - Patch #22786 by mathias: now that db_affected_rows() returns the number of ↵Dries Buytaert2005-05-14
| | | | rows matched instead of only changed we can get rid of the hacks that worked around this.
* - Patch #22804 by Cvbge: fixed typo in documentation.Dries Buytaert2005-05-14
|
* - Patch #22806 by Neil: replaced left-over <em>foo<em> with ↵Dries Buytaert2005-05-14
| | | | theme('placeholder', 'foo')
* - Patch #22857 by mathias: removed redundant DISTINCT().Dries Buytaert2005-05-14
|
* - Patch #22035 by mathias/mikeryan: improved performance of path aliases.Dries Buytaert2005-05-14
|
* - Bugfix: changed -> accessDries Buytaert2005-05-12
|
* - Added the ability to track page generation times in the statistics module.Dries Buytaert2005-05-12
| | | | | | (Made some improvements as per the suggestions in the issue.) - Added extended timer implementation.
* - Fixed a braino.Dries Buytaert2005-05-11
|
* - Fixing patch for aggregator block id fix.Steven Wittens2005-05-09
|
* - Patch #22262 by Robert: removed extra comma from SQL query.Dries Buytaert2005-05-07
|
* - Patch #22264 by patryk: made a SQL query PostgreSQL compliant. Thanks Patryk.Dries Buytaert2005-05-07
|
* - User module improvements: added an 'access' column to the users-table toDries Buytaert2005-05-07
| | | | | | | | | | | | | keep track of the user's last access. In turn, this allowed me to: 1. Optimize the "Who's online" block. On drupal.org, the "Who's online" block requires 32 SQL queries. With this patch, only 2 queries are left (eliminated 30 SQL queries), and one of the two remaining queries became appr. 20 times faster. 2. Correct the "Last access" column in the user administration overview table. The presented data was not accurate, which led to the column being removed. You can now sort users by 'last access'.