Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #520764 by Damien Tournoud, JoshuaRogers, brianV: fixed ↵ | Dries Buytaert | 2009-12-05 |
| | | | | SA-CORE-2009-007: request values in URL, including password/username. | ||
* | - Patch #648744 by Crell: specified more @return type definitions for ↵ | Dries Buytaert | 2009-12-04 |
| | | | | auto-completion in IDEs. | ||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵ | Dries Buytaert | 2009-09-29 |
| | | | | url() only accept an array. Another nice API clean-up! | ||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | #496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, ↵ | Angie Byron | 2009-08-26 |
| | | | | so that modules can know the final query/arguments before they are run. | ||
* | #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵ | Angie Byron | 2009-08-22 |
| | | | | Convert 'class' attribute to use an array, not a string. | ||
* | - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order ↵ | Dries Buytaert | 2009-05-22 |
| | | | | by table headers first, before ordering by other fields. | ||
* | - Patch #299267 by Crell: add extender support to the SELECT query builder. | Dries Buytaert | 2009-02-22 |
| | |||
* | #242962 by Heine: Add a 'tablesort' Form API element to unify various places ↵ | Angie Byron | 2009-01-28 |
| | | | | we use a big table with JS-enabled checkboxes next to each item (with tests). | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | implement better security checks | ||
* | - Patch #151491 by john vandyck: fixed notice with table sorting. | Dries Buytaert | 2007-06-14 |
| | |||
* | - Patch #111347 by Steven: refactor url() and l(). | Dries Buytaert | 2007-02-15 |
| | |||
* | - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵ | Dries Buytaert | 2007-01-31 |
| | | | | Thanks. | ||
* | - Patch #100612 by Gerhard: can't add class to table header cells. | Dries Buytaert | 2006-12-01 |
| | |||
* | - Rollback of #94058: see issue. | Dries Buytaert | 2006-11-17 |
| | |||
* | #94058 by hunmonk. Allow for multiple sortable tables on a page. | Neil Drumm | 2006-11-17 |
| | |||
* | - Patch #80934 by timnc: more t() fixes. | Dries Buytaert | 2006-08-27 |
| | |||
* | #68617 by zen, remove trailing ampersand from tablesort URLs. | Neil Drumm | 2006-07-14 |
| | |||
* | #5371, drupal_get_destination, pager and tablesort array handling, patch by ↵ | Gerhard Killesreiter | 2006-04-13 |
| | | | | Steven | ||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. | Steven Wittens | 2005-07-25 |
| | |||
* | - Patch #11927 by stefan/Robin: improved theming of tablesort icons. | Dries Buytaert | 2005-07-02 |
| | |||
* | - Forgot about tablesort dependency on pager. | Steven Wittens | 2005-05-31 |
| | |||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - Patch #16303 by Gerhard: fixed PHP notices. | Dries Buytaert | 2005-01-31 |
| | |||
* | - Patch 13180 by chx: renamed check_query() to db_escape_string() and ↵ | Dries Buytaert | 2004-11-21 |
| | | | | | | implemtented it properly per database backend. Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data." | ||
* | Tablesort used to output class=" active" for active columns with other ↵ | Steven Wittens | 2004-10-15 |
| | | | | properties (align="right"). Now it correctly uses class="foo active" if a class 'foo' was specified, and class="active" otherwise. | ||
* | - Patch #10663 by JonBob: documentation improvements: fixed some typos and ↵ | Dries Buytaert | 2004-09-09 |
| | | | | improved consistency to the use of Doxygen/api.module commands in the comments. | ||
* | - Patch #9663 by jvandyk: the $i counter variable in tablesort_get_order() ↵ | Dries Buytaert | 2004-08-10 |
| | | | | is unused and should therefore be removed. | ||
* | - Patch #9657: more intelligent theme() function. Hopefully, Adrian will be | Dries Buytaert | 2004-08-04 |
| | | | | able to use this patch too. | ||
* | - Fixing broken tablesort due to typo with quotes. | Steven Wittens | 2004-07-25 |
| | |||
* | - #9287: More doxygen/documentation fixes by JonBob | Steven Wittens | 2004-07-22 |
| | |||
* | - Patch #8603 by TDobes: added support for sticky forum topics to the blog | Dries Buytaert | 2004-06-27 |
| | | | | and forum module. | ||
* | - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and | Dries Buytaert | 2004-06-20 |
| | | | | | | to get of proprietary formats). - Added forum-sticky.png. Made by Steven. | ||
* | - Fixed tablesort_sql() so it returns the proper order by sql. | Kjartan Mannes | 2004-06-02 |
| | |||
* | - Patches #6863 by Kristjan and Moshe: implemented pretty tables and fixed ↵ | Dries Buytaert | 2004-06-02 |
| | | | | some tablesort glitches. | ||
* | - Patch #6863 by Moshe: add 'class="active"' to the table elements of | Dries Buytaert | 2004-05-29 |
| | | | | the active column. | ||
* | - Patch #7967 by matthias: small patch to improve the robustness of the ↵ | Dries Buytaert | 2004-05-25 |
| | | | | tablesorting code. | ||
* | - Patch #6774 by jhriggs: fixed tablesort sort order reversal errors. | Dries Buytaert | 2004-03-30 |
| | |||
* | - Patch #5744 by JonBob: tablesort does not call theme("image") correctly. | Dries Buytaert | 2004-02-10 |
| | |||
* | - Subset of patch 5613 by Goba: fixed some translation issues. | Dries Buytaert | 2004-02-05 |
| | |||
* | - Modified patch from pz: made tablesort.inc's validate. | Dries Buytaert | 2004-02-01 |
| | |||
* | - Fixed bug #5384: tablesort outputs invalid HTML (improved patch). | Dries Buytaert | 2004-01-29 |
| | |||
* | - Code improvements: changed some " to '. | Dries Buytaert | 2004-01-25 |
| | |||
* | - Fixing typo that Dries didn't notice I told him about. | Kjartan Mannes | 2003-10-27 |
| | |||
* | - Bugfix: fixed SQL errors with tablesort when 'order' is invalid. | Dries Buytaert | 2003-10-27 |
| | | | | Patch by Kjartan. Fixes bug #2613. | ||
* | - Fixed prefix problem with the book module. Patch by Moshe. | Dries Buytaert | 2003-10-13 |
| | | | | | | | | | | | | | | - Usability improvements to the user module: removed some redundant menu items by taking advantage of the column sorting, added status messages and so on. Patch by Moshe plus some fixes. - Made the profile module use the table() function. Patch by Moshe. - Fixed breadcrumb spacing. Patch by Moshe. - Fixed colspan problem with node overview table. Patch by Stefan. - Fixed inconsistency with table sorting. Patch 0122 by Al. | ||
* | - Fixed problem introduced by partial integration of the administration pages. | Dries Buytaert | 2003-09-20 |
| |