Go to file
Steven Wittens cd552adee0 More search usability improvements!
- Clean URLs: search/type/keywords e.g. "search/node/drupal release". The search
  form is POST submitted, but drupal_gotos to a GET page. This makes it easy to
  copy/paste search URLs, and makes the pager a lot cleaner.

- Remember the search keywords when switching between the search tabs. This is
  done through the same GET URLs rather than the session, so it does not mess up
  between multiple browser tabs.

- Report which keywords were ignored because they were too short.

- #820: Provide search block

- Treat multiple wildcards in a row as one
2005-02-27 02:15:57 +00:00
database - Patch #17747 by Adrian: first round of PostgreSQL updates! 2005-02-23 06:04:59 +00:00
includes - Patch #17687 by Gerhard: removed some cruft. 2005-02-21 19:47:44 +00:00
misc - Fixing Safari issue with node admin 2005-02-24 13:07:47 +00:00
modules More search usability improvements! 2005-02-27 02:15:57 +00:00
scripts - Patch #16298 by budda: added a curl-based script for grabbing cron.php. 2005-01-27 21:25:13 +00:00
sites/default #17303: Move PHP settings to settings.php. 2005-02-21 03:55:06 +00:00
themes - Pushbutton: fix background arrow overlapping foreground in IE (peekaboo bug) 2005-01-07 06:48:44 +00:00
.htaccess #5900: Fix mod_expire forcing page caching on the client side. 2005-02-21 04:01:24 +00:00
CHANGELOG.txt - Changelog. 2005-02-02 00:56:32 +00:00
INSTALL.txt - Removed vague information. 2005-01-23 22:51:17 +00:00
LICENSE.txt - Patch #9224 by JonBob: updated to latest version with new address and such. 2004-09-15 20:48:18 +00:00
MAINTAINERS.txt Adding myself as maintainer for the filter system. 2004-09-15 20:53:27 +00:00
cron.php - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
favicon.ico (grmbl, figures stupid MS icon editing thingy would mess up the colors... fixed now) 2003-06-11 20:50:05 +00:00
index.php - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. 2004-08-21 06:42:38 +00:00
update.php - Added missing {}. Reported by Bart. 2005-02-07 14:25:17 +00:00
xmlrpc.php - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. 2004-08-21 06:42:38 +00:00