Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Pushbutton: fix background arrow overlapping foreground in IE (peekaboo bug) | Steven Wittens | 2005-01-07 |
| | |||
* | - Patch #15184 by drumm: clean up user password mailing. | Dries Buytaert | 2005-01-06 |
| | | | | | | | | | + After mailing the password, set a message and go to the login form (was print a message as the entire page). + Provide feedback if neither field was filled in. + Make it a full menu callback instead of going through user_page(). + Fixed some indentation. + Changed some double quotes to single quotes. + Made sure all if statements have {}. | ||
* | #15185: Fix front page handling of blocks | Steven Wittens | 2005-01-06 |
| | |||
* | - Modified patch #15122 by killes: fixed some PHP5 problems. | Dries Buytaert | 2005-01-04 |
| | |||
* | - Small bugfix + small improvement. | Dries Buytaert | 2005-01-04 |
| | |||
* | #14548: Add optional HTML help to filter.module's HTML filter. | Steven Wittens | 2005-01-03 |
| | |||
* | - Small change | Dries Buytaert | 2004-12-31 |
| | |||
* | - Patch #14917 by UnConeD/Steven: | Dries Buytaert | 2004-12-31 |
| | | | | | | | | 1) The different types of search, which used to be radio button options in the search form, are now subtabs of "search" (default "search/node"). This seems better from a UI point of view, but also has another advantage: modules which implement a custom search form (flexinode, project) can add it as a subtab of search. This means that all search forms will be located in the same place, and also without needing an extra api call to search.module. 2) The current code was a bit hackish, as the indexing of comments along with nodes was hardcoded in node.module. Instead, I created a nodeapi operation "update index" which allows modules to add more data for a node that is being indexed. Comments are now indexed using this mechanism and from comment.module, which is a lot cleaner. 3) The search results format was also hardcoded to include "N comments". I replaced this with a nodeapi operation "search result" and moved the comment code to comment.module where it belongs. This op is quite useful, as for example I also modified upload.module to add "N attachments" to a search result if any are present. | ||
* | - Patch #13020 by chx: let Drupal handle multiple database layers. | Dries Buytaert | 2004-12-30 |
| | | | | - Removed the PEAR database backend. It's no longer being used/maintained. | ||
* | - Added missing space | Dries Buytaert | 2004-12-29 |
| | |||
* | - Patch #14545 by nysus: don't grant access to files if the node is not ↵ | Dries Buytaert | 2004-12-29 |
| | | | | accessible. | ||
* | - Patch #14890: corrected the documentation of conf_init(). | Dries Buytaert | 2004-12-29 |
| | |||
* | - Patch #14882 by Jeremy: removed some cruft: status = 2 is no more. | Dries Buytaert | 2004-12-29 |
| | |||
* | - Reorganized the code a bit | Dries Buytaert | 2004-12-28 |
| | |||
* | - Patch #14852 by Goba: show the number of posts at each day. | Dries Buytaert | 2004-12-28 |
| | |||
* | - Improved the input checking. | Dries Buytaert | 2004-12-28 |
| | |||
* | - Forgot to close a tag in the help text. | Dries Buytaert | 2004-12-27 |
| | |||
* | - Made the ping module ping pingomatic.com, which in turn, will ping all the ↵ | Dries Buytaert | 2004-12-27 |
| | | | | | | major ping services. Less code to ping more services. | ||
* | - Fixed two SQL bugs in the queue.module. Fixes #14115. | Dries Buytaert | 2004-12-27 |
| | |||
* | - Patch #6308 by gordon: allow node_submit() to be used by external interfaces. | Dries Buytaert | 2004-12-26 |
| | |||
* | #14757: Fix XSS vulnerability due to entity usage. | Steven Wittens | 2004-12-25 |
| | |||
* | #10457: Warnings during update process | Steven Wittens | 2004-12-24 |
| | |||
* | #10949: Incorrect output with invalid term id | Steven Wittens | 2004-12-24 |
| | |||
* | #11548: node.module - Ensure that only valid fields are saved | Steven Wittens | 2004-12-24 |
| | |||
* | #13531: Xtemplate {directory} tag | Steven Wittens | 2004-12-24 |
| | |||
* | - Patch #14709 by matteo: added missing call to the nodeapi's 'view' hook. | Dries Buytaert | 2004-12-23 |
| | |||
* | - Patch #14710 by tangent: only show post button if preview is optional or ↵ | Dries Buytaert | 2004-12-23 |
| | | | | if we are in preview mode. We show the post button in preview mode even if there are form errors so that optional form elements (e.g., captcha) can be updated in preview mode. | ||
* | - Patch #12366 by mathias: fixed missing book edit tab. | Dries Buytaert | 2004-12-22 |
| | |||
* | - Bug #14609: improved the status messages and avoid empty roles being saved. | Dries Buytaert | 2004-12-22 |
| | |||
* | - Patch #14614 by Neil: made the archive module respect the node-level ↵ | Dries Buytaert | 2004-12-20 |
| | | | | permissions. | ||
* | #12793: Remove dependency of node.module on search.module. | Steven Wittens | 2004-12-20 |
| | |||
* | Making comment moderation query PGSQL/ANSI compatible. | Steven Wittens | 2004-12-20 |
| | |||
* | - Bugfix: the book module incorrectly assumed that there is an active ↵ | Dries Buytaert | 2004-12-18 |
| | | | | revision if n.moderate = 0. We can (and need) to rewrite this when the revision changes hit core. In essence, we need an efficient query to retrieve the 'last puslished revision that is not in the moderation queue'. | ||
* | - Patch #14532 by andre molnar: tidied up some block.module code. | Dries Buytaert | 2004-12-18 |
| | |||
* | - Patch #14262 by Richard: help text improvements for the tracker module. | Dries Buytaert | 2004-12-16 |
| | |||
* | - Patch #13907 by Neil: less ways to set the page title. | Dries Buytaert | 2004-12-15 |
| | | | | | | | * Less logic in theme code. * Encourages use of the menu system. * Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them. * Very slightly more efficient. | ||
* | - Patch #14288 by Goba: "the archive module calendar indexes the array used ↵ | Dries Buytaert | 2004-12-14 |
| | | | | to build up the header cells by the short names of the days. In Hungary, we have both Wednesday and Sunday start with the same two letters, so if I translate the short versions with the same two letters, the second associative array index will overwrite the first. The obvious soluion was to swap the array, and index by the full day name, which is expected to be unique in all languages." | ||
* | - Patch #14241 by fungy: fixed brokeness in the PostgreSQL database scheme. | Dries Buytaert | 2004-12-12 |
| | |||
* | - Removed some cruft: left-over xxx_help_page() functions. | Dries Buytaert | 2004-12-11 |
| | |||
* | - Patch #14209 by nysus: improved the clarity and readability for a group of ↵ | Dries Buytaert | 2004-12-11 |
| | | | | radio buttons for a block's visibility settings. | ||
* | - Fixed typo: db_queryd() -> db_query() | Dries Buytaert | 2004-12-11 |
| | |||
* | - Bugfix: make sure to update the node_comment_statistics table when a node ↵ | Dries Buytaert | 2004-12-11 |
| | | | | is updated. | ||
* | - Modified patch by Goba: don't save user roles in the serialized data field ↵ | Dries Buytaert | 2004-12-08 |
| | | | | of the user table. | ||
* | - Patch #14035 by Goba: fixed problem with UTF-8 conversion when mixing ↵ | Dries Buytaert | 2004-12-07 |
| | | | | LOWER() and strtolower(). | ||
* | - Added a simple contact module to core. | Dries Buytaert | 2004-12-07 |
| | |||
* | - Refactored the queue module: removed the queue module's field from the ↵ | Dries Buytaert | 2004-12-07 |
| | | | | | | | | | | node table. With help from Gerhard. - Slight addition to INSTALL.txt with regard to PHP versions. - Updated/reworded some node type descriptions as per Boris' suggestions. - Adding missing {} around a table name in update.php. | ||
* | - Patch #14006 by Neil: | Dries Buytaert | 2004-12-07 |
| | | | | | | * user/view/$n has been replaced with user/$n. * More blank lines in the right places. * Prevent unwanted case fallthrough. | ||
* | - Patch #14005 by Richard: rewrote the ping module's built-in documentation. | Dries Buytaert | 2004-12-07 |
| | |||
* | - Fixed colspan bug reported by Steven. | Dries Buytaert | 2004-12-06 |
| | |||
* | Pager_query's count query was broken if no query arguments were given. | Steven Wittens | 2004-12-06 |
| |