Commit Graph

6990 Commits (aae957c47d3f63fdca0c543b9fcb66f8efa5e23f)

Author SHA1 Message Date
Neil Drumm b6d1519b35 - Patch #125418 by hunmonk: make #skip_duplicate_check easier to use.
Backport from HEAD
2007-03-09 04:05:35 +00:00
Dries Buytaert a5a16bde24 - Patch #121876 by Darren, Nedjo et al: drupal_to_js converts empty arrays to objects. 2007-03-08 19:34:17 +00:00
Dries Buytaert 5fef3a877e - Patch #117953 by Matt Westgate: make blog module hook_profile_alter friendly. 2007-03-07 12:41:19 +00:00
Dries Buytaert 1639a72c43 - Patch #122709 by kbahey: fixed SQL argument braino. 2007-03-07 12:31:21 +00:00
Neil Drumm a1614b8f51 #52878 by ChrisKennedy. Make nicer links in function documentation. 2007-03-07 03:55:13 +00:00
Neil Drumm 2dc9221e05 #114103 by adixon. Weight profile fields below the account information for the user registration page. 2007-03-07 03:39:59 +00:00
Neil Drumm 390f22138c - Patch #68690 by mindless: new attachments not shown.
Backport from HEAD.
2007-03-07 03:27:24 +00:00
Neil Drumm 55aa5e9ae8 - Patch #124727 by Moshe: node_access_rebuild should reuse the update facility to reload itself.
Backport from HEAD.
2007-03-07 03:12:42 +00:00
Neil Drumm 5ba30da629 - Patch #114822 by Neil et al: revision flag was ignored.
Backport from HEAD.
2007-03-07 03:04:40 +00:00
Dries Buytaert 8bf3f73148 - Patch #111830 by pwolanin: comment block sql incompatible with db_rewrite_sql. 2007-03-06 16:16:14 +00:00
Dries Buytaert 5198270167 - Patch #122824 by PMunn: fixed SQL query to be compatible with PostgreSQL. 2007-02-28 20:43:38 +00:00
Neil Drumm 9e775261bb #107358 by m3avrck, robert douglass, heine, eaton et al: Prevent multiple form processing: causing duplication of nodes/users.
Backport from HEAD.
2007-02-27 19:58:10 +00:00
Neil Drumm fc3d35ee95 #112556 by RobRoy. Match maxlength with the database. 2007-02-27 19:19:28 +00:00
Neil Drumm 526f50912f #32833 by fgm. Comment improvement. 2007-02-27 08:11:45 +00:00
Neil Drumm dc2f68cb4a #120146 by abautu. TRUNCATE TABLE is not ANSI SQL. 2007-02-27 08:08:56 +00:00
Neil Drumm 71d800eab9 #119128 by kkaefer. Use the correct argument for the theme configuration help. Backport from HEAD. 2007-02-27 07:52:21 +00:00
Neil Drumm 56ca7e9dfc #105405 by chx. Only display the web server information instead of attempting to check its randomness. 2007-02-14 04:48:57 +00:00
Neil Drumm e9dd883535 #114745 by moonray. Fix a sloppy if condition. 2007-02-14 04:30:33 +00:00
Neil Drumm 8be4fe8601 #118041 by kkaefer. fixed small braino in url(). Backport from HEAD. 2007-02-14 04:15:24 +00:00
Neil Drumm 7adde9f636 #117917 by chx, greg, webchick et al: fix problems with the automatic domain extraction -- prevents users from logging in. Backport from HEAD. 2007-02-14 04:11:24 +00:00
Neil Drumm 4a247fca04 #107051 by webchick. Avoid showing duplicates in 'Who's online' block. Backport from 6. 2007-02-11 00:24:36 +00:00
Neil Drumm a001ef6202 #107346 by asaddi. Postgres consitency fix. Backport from 6. 2007-02-11 00:20:31 +00:00
Neil Drumm 31d852ac75 #111537 by jpetso. Add #weight to content type editing screen buttons. 2007-02-11 00:17:58 +00:00
Steven Wittens b95cd6b62d Code style 2007-02-06 08:23:20 +00:00
Neil Drumm 4238342664 #115213 by dorpy. Backport from HEAD. Fix E_ALL problem. 2007-02-06 08:20:17 +00:00
Steven Wittens ff02f059f5 #104175: Fix disappearing fieldset title in firefox. 2007-02-06 08:13:06 +00:00
Neil Drumm ba90af9815 #113290 by maynich. Add missing t(). 2007-02-02 04:39:23 +00:00
Neil Drumm 4909acf064 #113286 by maynich. Added missing t(). 2007-02-02 04:34:07 +00:00
Neil Drumm 11dd5e18f9 '-' -> ' ' 2007-01-30 20:50:35 +00:00
Neil Drumm 06f6424e58 Setting up the version number for the 5.2 round of work. 2007-01-30 20:36:54 +00:00
Neil Drumm e10b2439a2 Patch by chx. Fix search menu structure again. 2007-01-29 23:36:39 +00:00
Neil Drumm 12bd111762 500-7002-AS 2007-01-29 21:51:53 +00:00
Neil Drumm 69ba5d1abe #108925 by dww. Redirect to search results earlier to avoid losing the search type. 2007-01-29 19:39:54 +00:00
Dries Buytaert 7c507138b6 - Patch #109125 by Eaton: Multistep forms lose context on validation errors. 2007-01-29 19:10:03 +00:00
Dries Buytaert f52c21e5bd - Patch #81891 by alusiani and dww: fixed problem with matching permissions. 2007-01-29 19:08:46 +00:00
Dries Buytaert bccf564d8d - Patch #109010 by O Govinda: fixed CSS for handling of book navigation links. 2007-01-29 18:54:29 +00:00
Neil Drumm 4e19eac2fe Code cleanup, spacing changes. Backport from HEAD. http://cvs.drupal.org/diff.php?path=drupal/modules/system/system.module&old=1.441&new=1.442&root=contrib 2007-01-29 08:12:53 +00:00
Dries Buytaert 50bd6b3a88 - Patch #112556 by webchick: term/vocab maxlength should match db. 2007-01-25 21:51:36 +00:00
Dries Buytaert 27780ab36f - Patch #112563 by webchick: prevent double-escaping. 2007-01-25 21:49:20 +00:00
Dries Buytaert c265b09be9 - Patch #111289 by jvandyk: form.inc cleanup. 2007-01-23 19:18:11 +00:00
Dries Buytaert e6cfe6ac17 - Patch #107440 by webchick and add1sum: code cleanup. 2007-01-23 19:11:43 +00:00
Dries Buytaert ff3279c1aa - Patch #108731 by add1sun: code cleanup. 2007-01-23 19:09:58 +00:00
Dries Buytaert 84eae2fcb4 - Patch #107424 by webchick: code cleanup. 2007-01-23 19:07:33 +00:00
Dries Buytaert 55b4007e6e - Patch #107426 by webchick: code cleanup. 2007-01-23 19:04:39 +00:00
Dries Buytaert 7d47ffdb6c - Patch #108282 by vjordan: updated CHANGELOG.txt 2007-01-23 18:59:55 +00:00
Steven Wittens 27ade358f4 #102387: index.php does not redirect to install.php if PHP does not support 'mysql'. 2007-01-22 02:20:50 +00:00
Steven Wittens 8dadc7bcc8 #110667: Fix bad div tag in color picker form. 2007-01-20 08:12:43 +00:00
Steven Wittens 0397632160 CHANGELOG 2007-01-15 12:11:23 +00:00
Steven Wittens c9a61af78f Version number 2007-01-15 12:05:31 +00:00
Steven Wittens 616c8d5d42 Version number 2007-01-15 12:04:14 +00:00