Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Adding a cache wipe to update.php, as this will avoid stale cache bugs ↵ | Steven Wittens | 2005-01-16 |
| | | | | | | after an update (e.g. admin.module was removed -> needs menu cache update). | ||
* | - Patch #14731 by chx: made it possible to rewrite node queries. | Dries Buytaert | 2005-01-16 |
| | |||
* | - Updated the CHANGELOG.txt | Dries Buytaert | 2005-01-15 |
| | |||
* | - Stripped white-space. | Dries Buytaert | 2005-01-15 |
| | |||
* | - Patch #15264 by Ber et al.: improved the story module's help text. | Dries Buytaert | 2005-01-15 |
| | |||
* | Remove left-overs from admin.module. | Steven Wittens | 2005-01-14 |
| | |||
* | - Minor updates | Dries Buytaert | 2005-01-14 |
| | |||
* | - Patch #15570 by Drumm: integrated the admin and system module. Renamed ↵ | Dries Buytaert | 2005-01-14 |
| | | | | the callback as per Goba's suggestion. | ||
* | - Patch #15566 by drumm: must specify a userneme or password error happens ↵ | Dries Buytaert | 2005-01-14 |
| | | | | when it shouldn't. | ||
* | Fixing search tabs going back to "content" when searching on other tabs. | Steven Wittens | 2005-01-14 |
| | |||
* | - Patch #15337 by Gerhard: fixed bug in upgrade path. The 'update_start' ↵ | Dries Buytaert | 2005-01-13 |
| | | | | variable got corrupted. | ||
* | - Some search doxygen tweaks | Steven Wittens | 2005-01-13 |
| | |||
* | Making the installation instructions a bit clearer for newbies and it ↵ | Steven Wittens | 2005-01-13 |
| | | | | explicitly explains that the commands are for the command line. | ||
* | - Fix comment pager counting unpublished comments. | Steven Wittens | 2005-01-12 |
| | |||
* | - Fix comment pager counting unpublished comments. | Steven Wittens | 2005-01-12 |
| | |||
* | - Readding cron note. | Steven Wittens | 2005-01-11 |
| | |||
* | - Make the search settings page more user-friendly. | Steven Wittens | 2005-01-11 |
| | |||
* | Tweak api.module output | Steven Wittens | 2005-01-11 |
| | |||
* | Various additions, improvements and fixes to the search documentation. | Steven Wittens | 2005-01-11 |
| | |||
* | - Oopsie | Steven Wittens | 2005-01-11 |
| | |||
* | - Ensure word length <= 50 bytes | Steven Wittens | 2005-01-11 |
| | |||
* | - Fixing duplicate rows error during indexing | Steven Wittens | 2005-01-11 |
| | | | | - Fixing broken "pagerank" detection | ||
* | - Fix search excerpt highlighter marking substrings of words too + small ↵ | Steven Wittens | 2005-01-10 |
| | | | | improvements | ||
* | - Renamed 'visit' to 'view'. | Dries Buytaert | 2005-01-10 |
| | |||
* | - Watchdog improvement: added a 'view' link for 'access denied' messages. | Dries Buytaert | 2005-01-10 |
| | |||
* | - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted ↵ | Dries Buytaert | 2005-01-10 |
| | | | | into the session table. (Better fix.) | ||
* | - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted ↵ | Dries Buytaert | 2005-01-10 |
| | | | | into the session table. | ||
* | - Fixing a couple of watchdog() calls. | Steven Wittens | 2005-01-09 |
| | |||
* | - Improved the watchdog message | Dries Buytaert | 2005-01-09 |
| | |||
* | - Updated watchod call. | Dries Buytaert | 2005-01-09 |
| | |||
* | - Updated two watchdog calls. | Dries Buytaert | 2005-01-09 |
| | |||
* | - Patch #15328 by Goba: add error marker border for textareas | Dries Buytaert | 2005-01-09 |
| | |||
* | #15347: PHP5 typecasting error | Steven Wittens | 2005-01-09 |
| | |||
* | - The watchdog icons. | Dries Buytaert | 2005-01-09 |
| | |||
* | - Patch #13260 by UnConeD: watchdog module improvements. | Dries Buytaert | 2005-01-09 |
| | | | | | | | | | | We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide. | ||
* | - Patch #15337 by Gerhard: fixed a broken date query in the database scheme. | Dries Buytaert | 2005-01-09 |
| | |||
* | - Patch #15254: removed hardcoded 'public' schema from the PostgreSQL backend. | Dries Buytaert | 2005-01-07 |
| | |||
* | - Patch #15247 by Drumm: simplified the logout code. | Dries Buytaert | 2005-01-07 |
| | |||
* | - 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 |
| |