Commit Graph

5525 Commits (8447307ed22f756779bd39a8e38a9ae19632ccb6)

Author SHA1 Message Date
Gerhard Killesreiter 8447307ed2 #48714, theme_user_picture should take "access user profiles" in to account, patch by frjo 2006-03-28 12:40:13 +00:00
Gerhard Killesreiter cb49e19e9e #54003, Watchdog not logging update errors, patch by Steven 2006-03-28 09:29:23 +00:00
Gerhard Killesreiter a76ee6c9ed #34132, remove remnants of nodeapi('fields'), patch by myself 2006-03-28 06:12:15 +00:00
Gerhard Killesreiter 4779490127 #56089, fixed typo, patch by tenrapid 2006-03-28 06:03:14 +00:00
Gerhard Killesreiter cad28df22b #56089, $form['#redirect'] shouldn't be clobbered by the _submit return value., second try, patch by chx 2006-03-28 01:45:41 +00:00
Steven Wittens fc7f5affd1 - Search code fixes: pass right to theme('pager'), remove unnecessary db query arguments 2006-03-27 21:52:27 +00:00
Gerhard Killesreiter 0a8da7fb97 #42119, notify user of admin created accounts. Patch by m3avrck 2006-03-27 20:28:10 +00:00
Gerhard Killesreiter d0818780e3 #55766, Custom submit handlers get insufficient arguments, patch by Adrian 2006-03-27 18:07:32 +00:00
Gerhard Killesreiter ca1dbd8099 #56089, $form['#redirect'] shouldn't be clobbered by the _submit return value., patch by Adrian 2006-03-27 18:04:29 +00:00
Gerhard Killesreiter 002fee7aae #56105, remove title validation, already enforced by #required, patch by Moshe 2006-03-27 18:02:48 +00:00
Gerhard Killesreiter ec945c2895 #24749, Prefix UPDATE & DROP TABLE IF EXISTS statements, patch by Axel 2006-03-27 10:28:34 +00:00
Steven Wittens d6f15f3051 - #55666: Comment reply form anchor fixes 2006-03-27 08:08:31 +00:00
Steven Wittens b13dcfa90c - Code style 2006-03-27 07:29:34 +00:00
Gerhard Killesreiter 3052c49e09 #53826, Book export: db_rewrite breaks sql query., patch by puregin 2006-03-26 19:35:05 +00:00
Gerhard Killesreiter 5885925b0d #53348, Handling of deleted/blocked user accounts, patch by jreyero and Zen 2006-03-26 19:31:00 +00:00
Gerhard Killesreiter e01c325d4f #42000, misssing underscore, found by rump 2006-03-26 18:19:04 +00:00
Gerhard Killesreiter 4db70f8a62 somehow escaped committing, belongs to #28625 2006-03-26 17:41:06 +00:00
Gerhard Killesreiter 3c795c554f #28625, further form API conversion of taxonomy.module and small bugfix in forms API, patch by profix898 and chx 2006-03-26 16:59:17 +00:00
Gerhard Killesreiter 646cd1a716 #55922, forgotten global $user, patch by singularo 2006-03-26 16:56:08 +00:00
Gerhard Killesreiter 776a2217a6 #47557, autocomplete broken by Prototype library, patch by yched. 2006-03-26 15:07:54 +00:00
Gerhard Killesreiter fef6ede20b #55910, fix warnings in file.inc, patch by chx. 2006-03-26 15:02:51 +00:00
Gerhard Killesreiter a6d62c1b62 #42000, docs update, by me 2006-03-26 14:46:51 +00:00
Gerhard Killesreiter 53d16d7da0 #42000, Watchdog can't log errors when using db_set_active(non-default), patch by Chris Johnson and myself 2006-03-26 14:11:38 +00:00
Gerhard Killesreiter e6c9ae9889 #55936, blog revisions not migrated, patch by myself 2006-03-26 14:06:06 +00:00
Gerhard Killesreiter a21ff72270 #55632, After deleting the last revision of a node, you're sent to an invalid path, patch by dww 2006-03-26 01:03:29 +00:00
Gerhard Killesreiter 9bbd6f63a3 #53177, if Update #173 fails, file version data lost, patch by dopry, Cvbge, and dww 2006-03-26 01:00:07 +00:00
Gerhard Killesreiter c529d247ff #53489, New User == Query failed: ERROR: invalid input syntax for integer: "", patch by Cvbge 2006-03-25 19:50:48 +00:00
Gerhard Killesreiter 625b69e001 #55550, if editing a node, node author changes to user editing it, patch by merlinofchaos 2006-03-25 19:32:14 +00:00
Gerhard Killesreiter 247451fca5 do not allow override of #value => NULL for #type => value elements
patch by chx
2006-03-25 18:02:52 +00:00
Gerhard Killesreiter d25fa75e2b #55788, author block configure page should only show public fields, patch by dww 2006-03-25 11:07:54 +00:00
Gerhard Killesreiter 0ed9f460dc #55805, missing {}, patch by Cvbge 2006-03-25 10:52:40 +00:00
Gerhard Killesreiter f22b101780 #55609, better MySQL requirement docs. Patch by webchick. 2006-03-24 18:09:57 +00:00
Gerhard Killesreiter f830e05a45 #54784, protect .install, .*sql files, patch by eafarris. 2006-03-24 18:00:27 +00:00
Gerhard Killesreiter 1b7fd5e67b #54913, problem with checking filesize during uploading if user belongs into more than one role, patch by dopry 2006-03-24 17:45:04 +00:00
Gerhard Killesreiter f005101afd #54519, remove old bookmarklet code. Use prepopulate.module, patch by budda 2006-03-24 14:59:06 +00:00
Gerhard Killesreiter 02ad2cfea2 #53351, remove preselection of "none", patch by myself. 2006-03-24 14:49:45 +00:00
Gerhard Killesreiter d8ee6e0d4e #55040, Author block doesn't obey settings, patch by dww 2006-03-24 14:43:35 +00:00
Gerhard Killesreiter 2d1aeff2d1 #53314, upload.module JavaScript broken on Firefox 1.0.x, patch by tenrapid 2006-03-24 13:17:17 +00:00
Gerhard Killesreiter e9985c2195 #55640, change string comparion on $_GET[q] to arg(), patch by Robert Douglass. 2006-03-24 13:12:44 +00:00
Gerhard Killesreiter 0fad496ca0 #55622, Security threat -- any user can delete comments, patch by robertgarrigos 2006-03-24 11:38:00 +00:00
Gerhard Killesreiter 717d6e30c5 #54098, forum "last post" column show oldest, not most recent, patch by Zen. 2006-03-24 10:13:10 +00:00
Gerhard Killesreiter ae5a0b9aa9 #55132, Menu module : fapi conversion + fixes, patch by Zen 2006-03-23 21:48:36 +00:00
Gerhard Killesreiter d11c07502d #54910, Forum and taxonomy term delete work only superficially, patch by Zen 2006-03-23 21:46:35 +00:00
Gerhard Killesreiter 667298972f #54066, make site_name required. patch by Freso 2006-03-23 21:24:02 +00:00
Gerhard Killesreiter 4a689a99b9 #55493, Editing an existing book page kills Drupal, patch by chx 2006-03-23 21:20:59 +00:00
Gerhard Killesreiter cef7ca77a3 #55132, reformatting of menu.module, patch by Zen. 2006-03-23 09:34:14 +00:00
Gerhard Killesreiter 6ca5a9a2f5 #55351, re-use system settings form, patch by Zen.
less code++
2006-03-23 09:29:35 +00:00
Gerhard Killesreiter 26612e9cbd #54298, Only user = 1 can upload files, patch by dopry 2006-03-21 11:44:46 +00:00
Gerhard Killesreiter d12faf546d #54151, nicer formatting for contact.module, patch by Zen. 2006-03-21 07:31:50 +00:00
Gerhard Killesreiter dae2bdbb3b #45988, Nodes with menu items bypass node permissions system
patch by chx
2006-03-20 20:48:19 +00:00