Commit Graph

7502 Commits (2f834f032a672f2aeb2109bc670a411e82515a0b)

Author SHA1 Message Date
Dries Buytaert 2f834f032a - Patch #166717 by Crell: split up drupal module. This modules should be removed in Drupal 7 though. 2007-08-21 08:15:59 +00:00
Dries Buytaert 22c1cb8a6a - Some minor massaging. 2007-08-21 08:15:07 +00:00
Gábor Hojtsy 6eaaa3c1b3 #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of being able to set primary and secondary links differently 2007-08-20 18:26:41 +00:00
Gábor Hojtsy ced08bf27a #166586 by hswong3i: move literal values out of menu module queries (for better db compatibility, ie. easier query rewriting) 2007-08-20 18:18:15 +00:00
Gábor Hojtsy 85509811e1 #155621 follow up patch by pwolanin: really delete menu links by refreshing the cache 2007-08-20 18:15:05 +00:00
Gábor Hojtsy f4dc86046f #165675 follow up patch by pwolanin: retain menu information on node previews to check, do not use the newly selected values yet, to be consistent with the DB 2007-08-20 17:54:35 +00:00
Gábor Hojtsy 580faf849d #162324 by mooffie: keep previously default language enabled and only increment enabled language count, if we are in fact adding an enabled language 2007-08-20 07:54:46 +00:00
Dries Buytaert f8526cb55f - Patch #167109 by pwolanin and Crell: split node.module. 2007-08-20 07:03:08 +00:00
Dries Buytaert d48660c524 - Patch #166719 by pwoladin: help system fix. 2007-08-20 06:44:02 +00:00
Dries Buytaert 594fa666af - Patch #80951 by webchick: fixed broken query. 2007-08-20 06:41:38 +00:00
Gábor Hojtsy 37bafeaf5f #168587 by jjeff: add rel=nofollow attribute to anonymous comment home page links to counter some spamming 2007-08-19 11:02:35 +00:00
Dries Buytaert ac8e1e0238 - Patch #166725 by Crell: split openid module. 2007-08-19 09:48:33 +00:00
Dries Buytaert 78dcd8e03f - Patch #155621 by pwolanin: Use API function to delete menu links during rebuild. 2007-08-19 09:46:15 +00:00
Dries Buytaert 57750b90fc - Patch #166719 by Crell: split up help module. 2007-08-19 09:27:24 +00:00
Dries Buytaert 74292cd062 - Patch #80951 by killes, yched et al: block caching. 2007-08-19 08:08:45 +00:00
Gábor Hojtsy e9c36f9697 #161136 by hass: the previously aggressive caching incompatible hook_init parts were broken out to hook_boot, so this should be reflected in the help text and check 2007-08-18 20:08:33 +00:00
Gábor Hojtsy 8971add849 #163191 follow up patch by hswong3i and pwolanin: use a has_rows flag where we dont need a counter 2007-08-18 20:03:19 +00:00
Gábor Hojtsy 5d31f59573 #168429 by gaele: there is no settings module, fixing reference to system module in help text 2007-08-18 11:51:48 +00:00
Gábor Hojtsy 9361518ce8 #166913 by pwolanin and webernet: fix book outline removal confirm form parameters and improve user documentation 2007-08-18 11:36:40 +00:00
Gábor Hojtsy 0a6cf705b8 #168352 by webernet: fix small typo in update.module 2007-08-18 11:30:59 +00:00
Gábor Hojtsy 0321a2e975 #164122 by merlinofchaos: properly convert underscored to dashes, when constructing template file names matching hook names 2007-08-16 13:59:41 +00:00
Gábor Hojtsy 6ecef0ee38 #156796 by webernet, asimmonds and pwolanin: user editing forms cleanup and fixing deletion API remainings 2007-08-16 13:07:31 +00:00
Gábor Hojtsy 5658de996c #117151 by profix898: the second part of our FilesMatch list contained complete file names which should be protected (eg. Tag), but should not match parts of the file names (eg. Tagging.txt) 2007-08-16 12:54:36 +00:00
Gábor Hojtsy 115285f30a #165675 by pwolanin: only show allowed parent items in menu/book select fields to avoid going deeper then what is allowed 2007-08-16 12:47:34 +00:00
Gábor Hojtsy f48af90a40 #157747 by dopry: the files coming from the form are arrays, and need to by casted to objects 2007-08-16 12:30:24 +00:00
Gábor Hojtsy c3207e0ec1 #162050 by dvessel: user_comment() now modifies the comment, although hook_comment() was not intended to modify the comment, so we need to pass it in by reference to get modified 2007-08-16 09:32:06 +00:00
Gábor Hojtsy bc33e002fa #166688 by pwolanin: user_build_content() needs to have the account passed by reference 2007-08-12 19:25:57 +00:00
Gábor Hojtsy 5a09fc0750 #166644 by pwolanin: path module was incorrectly using drupal_get_form 2007-08-12 16:34:56 +00:00
Dries Buytaert c17499b6fe - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.) 2007-08-12 16:12:00 +00:00
Dries Buytaert b134b023e1 - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. 2007-08-12 15:55:36 +00:00
Gábor Hojtsy 4e6068baf2 #166491 by pwolanin: default theme settings page should display default theme settings, not the theme list 2007-08-11 19:17:17 +00:00
Gábor Hojtsy fb71555204 #166237 by jbratton: fix two notices on contact pages for anonymous users 2007-08-11 16:13:45 +00:00
Dries Buytaert a5fcb369fb - Patch #166205 by hswong3i: improved database compatibility of db_result(). Makes it work with DB2, Oracle, etc. 2007-08-11 14:14:46 +00:00
Dries Buytaert 15c68075d9 - Patch #154470 by pwolanin et al: optimize menu queries and indices. 2007-08-11 14:06:15 +00:00
Dries Buytaert 541c9673b4 - Patch #165685 by dww: improve strings for messages when fetching updates. 2007-08-11 07:05:11 +00:00
Gábor Hojtsy 36cf322479 #165766 by hswong3i: node SQL fixes - primary keys have indexes themselfs, unique columns should not allow NULL 2007-08-10 11:14:22 +00:00
Gábor Hojtsy 87bdc95bff #165013 by Eaton: fix image button behaviour by processing the right values coming in the request 2007-08-10 10:51:17 +00:00
Dries Buytaert cf83099de1 - Patch #153425 by pwolanin: fix use of raw in node module. 2007-08-10 06:29:01 +00:00
Dries Buytaert 54882f994a - Patch #136386 by pwolanin: the modules admin page is still not coded for the new system. 2007-08-09 20:05:49 +00:00
Gábor Hojtsy 626b757308 #165775 by hswong3i: profile name field has a unique key, so it should not allow NULL as a value 2007-08-09 11:05:40 +00:00
Gábor Hojtsy 509d570bbd #160039 by prakashp, chx and pwolanin: fix node saving:
- centralize/reuse some node form saving code
 - fix uploads without JS
 - fix reappearing teasers on node save
2007-08-09 11:01:00 +00:00
Gábor Hojtsy 51b0221331 #165358 by John Morahan: do not regenerate the session when the user is saved without a password specified 2007-08-09 10:49:26 +00:00
Gábor Hojtsy db5311d144 #85208 by neclimdul and bjaspan (slightly modified): if no maxlength was specified, do not generate an empty HTML attribute 2007-08-09 10:43:03 +00:00
Gábor Hojtsy 323fa356bd #110511 by bjaspan: poll listing page should have a 'count_sql' because the original query uses group by, so it is not countable properly 2007-08-09 10:37:41 +00:00
Gábor Hojtsy 22a37e6fb2 #165668 by John Morahan: fix wrong parameter passing in custom langauge addition validation 2007-08-09 10:12:14 +00:00
Gábor Hojtsy 1163703917 #152926 by dww: Fix hook_system_info_alter() to save the altered data not the original 2007-08-08 20:04:38 +00:00
Dries Buytaert d713b11adb - I forgot to remove these earlier when we renamed them. 2007-08-08 07:50:38 +00:00
Dries Buytaert 6e15cf9124 - Patch #164974 by ricflomag: correct usage of t(). 2007-08-08 07:47:48 +00:00
Dries Buytaert 232061b799 - Patch #148346 by drewish: added PHPdoc. 2007-08-08 07:46:09 +00:00
Dries Buytaert 68ac23cb6e - Patch #165422 by hswong3i: status is an int. Required to make DB2 work. 2007-08-08 07:22:03 +00:00