Commit Graph

4029 Commits (001d54f663136894ce0dce0a09693cc107cfb788)

Author SHA1 Message Date
Neil Drumm cd483d456a #78645 by moshe weitzman, finally remove node_page(). 2006-08-15 07:30:17 +00:00
Neil Drumm d58a0aa533 #77402 by Zacker, fix the node type checkboxes on vocabulary editing. 2006-08-15 05:50:48 +00:00
Neil Drumm bf3487c0b1 #76681 by sammys, sync posgres install and change unsigned annotation. 2006-08-15 05:25:20 +00:00
Neil Drumm 8f1255a387 #78549 by beginner, test for function existence instead of module existence. 2006-08-15 05:09:49 +00:00
Dries Buytaert 937f9099b4 - Patch #77183 by m3vrck: cleaned up some of the CSS mess. 2006-08-14 20:35:11 +00:00
Neil Drumm 20201f4ddc Fixing the last commit and CHANGELOG. 2006-08-14 07:17:37 +00:00
Neil Drumm 3cc2b1e3d7 #77183 by m3avrck and timcn, split up drupal.css by module. 2006-08-14 07:14:50 +00:00
Neil Drumm 766e6494d9 #77525 by hunmonk, clean up for hook_(node|user)_operations(). 2006-08-14 06:53:57 +00:00
Neil Drumm d96bebfc25 #77549 by Moshe, improved install profile documentation. 2006-08-14 06:31:04 +00:00
Neil Drumm fd68a992ac #77380 by hunmonk, fix the content type delete button. 2006-08-14 06:09:03 +00:00
Neil Drumm d9d43eea27 #64212 by chx, dww, and Eaton, allow for branched updates. 2006-08-14 05:47:36 +00:00
Neil Drumm be8d155b20 #78340 by hunmonk, fix an error preventing search indexing. 2006-08-14 05:11:02 +00:00
Dries Buytaert ce85b7c7f8 - Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with arrays like FAPI for viewing.
Once again, we're paving the path for CCK in core ... :)
2006-08-10 15:42:33 +00:00
Dries Buytaert ba9f7f1794 - Patch #77668 by matthieu: fixed contact form. 2006-08-10 15:36:55 +00:00
Dries Buytaert fd7c5f10c2 - Patch #77971 by Gerhard: move logging to _init hook. 2006-08-10 15:35:10 +00:00
Dries Buytaert d2eb90c45e - Patch #77896 by killes: don't clear cache inside loop. 2006-08-10 05:47:37 +00:00
Dries Buytaert 37469a8df4 - Patch #76958 by forngren, dww et al: make it a tad easier to run cron manually. 2006-08-09 07:42:55 +00:00
Dries Buytaert 3c975f4bb8 - Patch #77549 by adrian: install profiles should be in their own directory. 2006-08-08 21:18:04 +00:00
Dries Buytaert 91942614d6 - Patch #62362 by Moshe: kill the 'form' operation of hook_taxonomy. 2006-08-08 18:55:53 +00:00
Dries Buytaert 1fd2c6e197 - Removing the archive module from core per the mailing list discussion.
Goba agreed to take over responsibility of this module's functionality.
  He'll maintain the module in contrib, or integrate the functionality in
  an existing module.
2006-08-08 15:44:00 +00:00
Dries Buytaert 97b1b743b9 - Patch #77375 from Zacker (holy smokes): fixed blogapi settings form. 2006-08-07 21:00:26 +00:00
Dries Buytaert 360e0d321e - Patch #77364 by webchick: 'administration page' is actually 'administration theme' -- so rename menu and callback. 2006-08-07 19:35:41 +00:00
Dries Buytaert 9700fa0c0b - Patch #72343 by dww: removed stray status message. 2006-08-07 19:29:38 +00:00
Dries Buytaert 729fa6c11b - Patch #77422 by timcn: corrected various paths in the documentation. 2006-08-07 15:04:16 +00:00
Dries Buytaert bda6fa2b71 - Patch #76753 by Moshe: fatal eror during logout with page cache enabled. 2006-08-07 14:25:37 +00:00
Neil Drumm 4b4a398605 #77179 by asimmonds, don't execute both MySQL and Postgres quesries on install of a couple modules. 2006-08-06 23:13:46 +00:00
Neil Drumm 476972ccff Actually finishing that. 2006-08-06 23:09:34 +00:00
Neil Drumm cb036dbb43 Finishing that last commit. 2006-08-06 23:06:56 +00:00
Neil Drumm 129c8eb18c #62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node types. 2006-08-06 23:00:42 +00:00
Neil Drumm 0299beb05e #72545 by pwolanin, validation for upload module administration. 2006-08-06 22:49:27 +00:00
Neil Drumm 4387247a40 #76705 by paranojik, fix search configuration's menu item 2006-08-05 22:30:59 +00:00
Neil Drumm 6f22da3540 #75582 by hunmonk, add mass editing to admin/user/user. 2006-08-05 18:56:35 +00:00
Neil Drumm d6af18b9f5 #75395 by merlinofchaos and moshe weitzman, make it easier for node access modules to work together. 2006-08-05 02:12:46 +00:00
Neil Drumm 5c57a53165 #76339 by pwolanin, allow non-forum category changes while leaving a shadow copy 2006-08-05 01:42:56 +00:00
Neil Drumm 651a42b9c2 #67648 by craines and pwolanin, always go to search pages for searching (particularly a problem on 404 pages) 2006-08-05 01:21:40 +00:00
Neil Drumm cd430165d7 #73884 by RobRoy, various code cleanup. 2006-08-05 00:26:36 +00:00
Neil Drumm 6839ce965f #76742 by paranojik, fix a bug preventing editing of forums 2006-08-05 00:13:06 +00:00
Dries Buytaert a7f67e01de - Patch #76681 by sammys: PostgreSQL support for install system. Woot! :) 2006-08-04 06:58:44 +00:00
Dries Buytaert 4b9a3cf73e - Patch #4942 by webchik et al: e-mail verification is optional now. 2006-08-03 13:50:53 +00:00
Dries Buytaert fb7ebf2fc1 - Patch #36676 by breyten et al: don't require slogin for sending pings. 2006-08-03 13:46:21 +00:00
Steven Wittens 38e4c1ae91 #76209: (Eaton et al)
- Make installer code integrate better with module.inc / system.module
- Fix schema version bug when installing core
2006-08-03 01:02:51 +00:00
Gerhard Killesreiter 8b820834e5 SA-2006-011 2006-08-02 18:13:40 +00:00
Dries Buytaert eaf3540175 - Patch #76702 by timcn: fixed some broken admin pages. 2006-08-02 13:44:07 +00:00
Dries Buytaert bd5c16ecf4 - Patch #76653 by paranojik: adding and searching users was broken. 2006-08-02 10:29:26 +00:00
Steven Wittens c556b4d6b1 - Make filter admin work after recent admin changes 2006-08-01 20:31:39 +00:00
Dries Buytaert 2cc410304d - Patch #74788 by hunmonk: allow other modules to define mass admin operations on node types. 2006-07-31 19:12:44 +00:00
Dries Buytaert b138793b68 - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) 2006-07-31 11:25:55 +00:00
Dries Buytaert 3a7b64ae03 - Patch #61893 by timnc: remove message_na(). 2006-07-29 17:56:41 +00:00
Neil Drumm 2e8e54aea3 #61433 by bozo, fix some logic around the GUID addition. 2006-07-27 08:17:21 +00:00
Neil Drumm b6ee7cef86 #75594 by eafarris, remove of gender-specific pronouns 2006-07-27 08:07:04 +00:00
Neil Drumm 1a88d134b8 #74395 by moshe, add hook_profile_alter() to let modules alter the profile page 2006-07-27 07:46:31 +00:00
Neil Drumm a43f3aef14 #75186 by pwolanin, invalidate the cache on saving via the node admin page. 2006-07-26 08:25:25 +00:00
Neil Drumm 954a3b53ca #38178 by Eaton, add support for additional fields in blogapi via a couple new hooks. 2006-07-26 07:24:19 +00:00
Neil Drumm 03c92fb60a #75039 by jptavan and asimmonds, properly insert data with {}. 2006-07-26 07:19:41 +00:00
Neil Drumm cfaa4b5f76 #64857 by pwolanin, allow search to index all content 2006-07-26 07:04:19 +00:00
Neil Drumm c11c1c2800 #73605 by RobRoy, make hook_link() implementations consistent with documentation. 2006-07-19 07:15:35 +00:00
Neil Drumm 751a6979ef #73683 by keve, properly initialize an array. 2006-07-19 07:04:26 +00:00
Neil Drumm 3c00cefd2e #73676 by keve, fix an undefined index. 2006-07-19 06:59:15 +00:00
Neil Drumm 46295c435e #71625 by keve, fix checking of an object exists. 2006-07-19 06:23:44 +00:00
Neil Drumm e616f2b580 #73748 by RobRoy, add a themeable wrapper for comments 2006-07-19 06:19:17 +00:00
Steven Wittens dafb146b27 #74070: urlencode to drupal_urlencode() 2006-07-18 10:44:45 +00:00
Steven Wittens f3265fa4d0 Fix missing user name field on user/register (Arto Bendiken) 2006-07-18 10:14:26 +00:00
Neil Drumm 31bb8ef394 #50316 by hunmonk, disallow simultaneous editing of posts. 2006-07-18 07:51:39 +00:00
Neil Drumm 2ddb81af02 #66697 by hunmonk, simplify user role deletion. 2006-07-18 07:46:30 +00:00
Neil Drumm a73303a882 #73810 by hunmonk, remove code duplication between user edit and user register processes 2006-07-18 07:43:09 +00:00
Neil Drumm 41f4557e7f #61433 by myself, add the aggregator.guid column 2006-07-18 07:32:22 +00:00
Steven Wittens 4dbaaefd6d Remove useless/broken #theme statement from search_theme_form 2006-07-17 13:15:22 +00:00
Dries Buytaert 994582171e - Patch #73599 by drumm: proper access checking. 2006-07-14 11:49:45 +00:00
Neil Drumm 7d9f57ff63 #73591 by Flanker, add missing CVS Ids. 2006-07-14 01:05:10 +00:00
Neil Drumm 3cd232e5d4 #33772 by dfg, add title to last breadcrumb element. 2006-07-14 01:01:15 +00:00
Dries Buytaert 1c75a210bd - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core. 2006-07-13 13:14:25 +00:00
Dries Buytaert e4e416d1f7 - Patch #73351 by Kris, Goba et al: only display comment link in RSS, if applicable. 2006-07-13 12:29:15 +00:00
Dries Buytaert 254b8bbaac - Patch #41703 by drewish et al: allow node altering for RSS generation. 2006-07-13 12:06:45 +00:00
Dries Buytaert 89c68399bc - Patch #73361 by Ber: remove unneeded size restriction for vocabulary help. 2006-07-13 11:53:33 +00:00
Dries Buytaert 18c8d643c1 #64280: Renamed from watchdog.module to watchdog/watchdog.module 2006-07-12 14:30:36 +00:00
Dries Buytaert b2081871f8 #64280: Renamed from user.module to user/user.module 2006-07-12 14:30:35 +00:00
Dries Buytaert eb6a9e3445 #64280: Renamed from upload.module to upload/upload.module 2006-07-12 14:30:32 +00:00
Dries Buytaert 288eddbd30 #64280: Renamed from tracker.module to tracker/tracker.module 2006-07-12 14:30:30 +00:00
Dries Buytaert 6830be319d #64280: Renamed from throttle.module to throttle/throttle.module 2006-07-12 14:30:29 +00:00
Dries Buytaert 48395b1a56 #64280: Renamed from taxonomy.module to taxonomy/taxonomy.module 2006-07-12 14:30:27 +00:00
Dries Buytaert ba46859880 #64280: Renamed from system.module to system/system.module 2006-07-12 14:30:25 +00:00
Dries Buytaert 13b028f024 #64280: Renamed from story.module to story/story.module 2006-07-12 14:30:23 +00:00
Dries Buytaert d726a34df0 #64280: Renamed from statistics.module to statistics/statistics.module 2006-07-12 14:30:21 +00:00
Dries Buytaert 12cdff9943 #64280: Renamed from search.module to search/search.module 2006-07-12 14:30:17 +00:00
Dries Buytaert 05b9c901b6 #64280: Renamed from profile.module to profile/profile.module 2006-07-12 14:30:15 +00:00
Dries Buytaert a5f36a7310 #64280: Renamed from poll.module to poll/poll.module 2006-07-12 14:30:13 +00:00
Dries Buytaert 63fbce82b2 #64280: Renamed from ping.module to ping/ping.module 2006-07-12 14:30:10 +00:00
Dries Buytaert 39d5c86da8 #64280: Renamed from path.module to path/path.module 2006-07-12 14:30:09 +00:00
Dries Buytaert 1c213a07cb #64280: Renamed from page.module to page/page.module 2006-07-12 14:30:07 +00:00
Dries Buytaert 5dadff8b77 #64280: Renamed from node.module to node/node.module 2006-07-12 14:30:01 +00:00
Dries Buytaert 5e5b417bec #64280: Renamed from menu.module to menu/menu.module 2006-07-12 14:29:58 +00:00
Dries Buytaert 268c7509f9 #64280: Renamed from locale.module to locale/locale.module 2006-07-12 14:29:56 +00:00
Dries Buytaert df509f4a49 #64280: Renamed from legacy.module to legacy/legacy.module 2006-07-12 14:29:55 +00:00
Dries Buytaert 2df30a3e92 #64280: Renamed from help.module to help/help.module 2006-07-12 14:29:53 +00:00
Dries Buytaert f2f7ebdc25 #64280: Renamed from forum.module to forum/forum.module 2006-07-12 14:29:51 +00:00
Dries Buytaert f551d7d72a #64280: Renamed from filter.module to filter/filter.module 2006-07-12 14:29:50 +00:00
Dries Buytaert e7f58c54dd #64280: Renamed from drupal.module to drupal/drupal.module 2006-07-12 14:29:49 +00:00
Dries Buytaert 43224f6c61 #64280: Renamed from contact.module to contact/contact.module 2006-07-12 14:29:48 +00:00
Dries Buytaert 562cf66313 #64280: Renamed from comment.module to comment/comment.module 2006-07-12 14:29:46 +00:00
Dries Buytaert 4d1c62bd8f #64280: Renamed from book.module to book/book.module 2006-07-12 14:29:44 +00:00
Dries Buytaert f8752c37cd #64280: Renamed from blogapi.module to blogapi/blogapi.module 2006-07-12 14:29:43 +00:00
Dries Buytaert b2a6bea0f8 #64280: Renamed from blog.module to blog/blog.module 2006-07-12 14:29:42 +00:00
Dries Buytaert 8509dd0150 #64280: Renamed from block.module to block/block.module 2006-07-12 14:29:41 +00:00
Dries Buytaert 60beccd176 #64280: Renamed from archive.module to archive/archive.module 2006-07-12 14:29:40 +00:00
Dries Buytaert 1d23f975b2 #64280: Renamed from aggregator.module to aggregator/aggregator.module 2006-07-12 14:29:39 +00:00
Neil Drumm eaf5f2e029 #49299 by wtanaka, properly break words 2006-07-11 07:04:34 +00:00
Dries Buytaert c15aced15b - Patch #72284 by Flanker: fixed the clean URL test. 2006-07-10 21:12:09 +00:00
Dries Buytaert 58752cfaa2 - Patch #72284 by me:
+ reorganized ?q=admin/settings
   + deprecated the _settings hook
2006-07-10 19:27:52 +00:00
Neil Drumm 84bad29516 #72865 by AjK, use more standard is_numeric() instead of ctype_digit(). 2006-07-10 18:00:37 +00:00
Dries Buytaert af976d339f - Patch #71194 by Goba: introducing hook_mail_alter(), chaning user_mail() to drupal_mail(). 2006-07-10 08:12:31 +00:00
Dries Buytaert d3e8a43d4f - Patch #72343 by Chris Johnson: removed checks for the moderate-flag from the SQL queries. 2006-07-10 08:05:15 +00:00
Dries Buytaert 9d5d9ab009 - Patch #72137 by Ber: improved Doxygen of user_mail(). 2006-07-07 18:49:13 +00:00
Dries Buytaert c79ab3ca36 - Bug #72053 by erdem: added missing </li>. 2006-07-06 14:27:56 +00:00
Dries Buytaert e93f8be871 - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00
Neil Drumm 59aa2ae8e8 #71925 by Steven, remove # prefix from link array keys. 2006-07-04 08:59:05 +00:00
Neil Drumm 8d70d932b1 #71616 by keve, cleanup 2006-07-04 08:48:05 +00:00
Dries Buytaert b1869f6131 - Patch #71014 by fgm: fixed the parent navigation link. 2006-07-03 13:51:50 +00:00
Dries Buytaert 7d176b393c - Patch #71684 by fgm: corrected the header information of RSS feeds: text/xml -> application/rss+xml 2006-07-03 08:04:33 +00:00
Neil Drumm c50d7bcbc8 #71613 by keve, fixing some PHP notices in the book module. 2006-07-02 20:36:57 +00:00
Neil Drumm d048681f03 #63990 by Heine and chx, allow commenting on nodes containing forms 2006-07-02 20:24:17 +00:00
Neil Drumm 451f44c4f0 #71772 by Bart Jansens, fix various php warnings 2006-07-02 20:06:31 +00:00
Neil Drumm 2a89ab89f9 #67745 by AjK, handle deleting non-existant comments better. 2006-07-02 02:59:21 +00:00
Neil Drumm 685be2ffce #71728 by Eaton, re-add taxonomy_term_path() 2006-07-02 01:13:45 +00:00
Dries Buytaert d4af9c14e5 - Patch #70895 by m3avrck, webchick, et al: make it possible to disable the contact form for yourself. 2006-06-28 21:47:03 +00:00
Dries Buytaert 824e7d4d19 - Patch #44920 by Crell et al: added support for a sites/all directory. 2006-06-27 13:48:09 +00:00
Dries Buytaert 15b40d7ea5 - Patch #70725 by ahoeben: recognized more Atom dates. 2006-06-25 15:26:41 +00:00
Dries Buytaert b859406290 - Patch #69151 by flanker: make exported book pages themeable. 2006-06-25 14:27:12 +00:00
Neil Drumm 899123af50 #70302 by adixon and killes, avoid deleting uid 0 on duplicate deletions. 2006-06-23 07:06:17 +00:00
Neil Drumm 2a8a3ce33c #68807 by jvandyk, a few menu.module cleanups. 2006-06-22 09:50:57 +00:00
Dries Buytaert cbe0081a8c - Patch #61433 by Steve Dondley: added support for GUIDs to prevent duplicate posts being inserted. 2006-06-20 09:44:52 +00:00
Neil Drumm f04b4754f0 #68588 by keve, fix a query for postgres. 2006-06-16 20:16:27 +00:00
Dries Buytaert c0c172bb02 - Patch #67036 by naudefj and ajk: fixed some warnings. 2006-06-16 07:23:39 +00:00
Dries Buytaert e5de216aab - Patch #68553 by Neil: logout -> log out. 2006-06-12 11:02:44 +00:00
Neil Drumm af6c897056 #65024 by killes, remove an extra condition. 2006-06-12 03:44:54 +00:00
Neil Drumm a8119651cd #31591 by vwX, fix 301 redirects in aggregator 2006-06-12 02:30:24 +00:00
Neil Drumm 7c05eaa9ac #66662 by stefan nagtegaal, Remove PHP notices 2006-06-11 23:58:55 +00:00
Neil Drumm 930f8ca445 #61912 by doq and killes, add db_rewrite_sql() to taxonomy/autocomplete. 2006-06-11 22:46:20 +00:00
Neil Drumm 4b462ae384 #57307 by killes, upload_load should return an ordered set 2006-06-11 22:38:04 +00:00
Dries Buytaert a3667dc567 - Patch #67036 by naudefj: make it possible to add roles from the user creation page. 2006-06-11 19:23:47 +00:00
Dries Buytaert e1a55712ca - Patch #67425 by webchick: usability improvement: improved the label of the 'register' tab. 2006-06-09 08:11:57 +00:00
Dries Buytaert 30ac7b496c - Patch #66777 by greggles: remove references to drop.org/drupal.org from welcome message. 2006-06-09 05:43:48 +00:00
Dries Buytaert 226eed7047 - Patch #67146 by webchick: make sure that the forum vocabulary shows up first. 2006-06-06 15:35:39 +00:00
Dries Buytaert 4c3e7443c7 - Modified patch #56916 by dww: fixed the archive date. 2006-06-05 09:32:46 +00:00
Dries Buytaert 32b4c92952 - Patch #67229 by chx: cleaned up book_load(). 2006-06-05 09:00:22 +00:00
Dries Buytaert cd85ca192b - Patch #66991 by dww and killes: infinite recursion in book_location_down() when there are multiple revisions. 2006-06-05 08:57:29 +00:00
Dries Buytaert 62954fce1c - Patch #65952 by Flanker and killes: set the proper version number for CVS HEAD. 2006-06-05 08:53:05 +00:00
Dries Buytaert 96862f8511 - Patch #66842 by Heine: use proper variable to show filename. 2006-06-02 14:21:45 +00:00
Dries Buytaert 07ca789996 - Removed double slash in URL. 2006-06-02 13:07:58 +00:00
Gerhard Killesreiter 5059b82164 fixing stuff 2006-06-01 21:54:48 +00:00
Dries Buytaert 23f643507f - Improved input checking. 2006-06-01 18:40:24 +00:00
Dries Buytaert 8cd5210f31 - Patch #51561 by dww: fixed broken HTML. 2006-05-30 11:02:26 +00:00
Dries Buytaert 9a65cabf3b - Modified patch #51561 by dww: optionally allow people to inspect votes, and to cancel their vote. 2006-05-29 16:04:41 +00:00
Dries Buytaert 27fc34069f - Patch #60483 by budda, Morbus, webchick et al: hide contact tab for users who have option disabled. 2006-05-29 13:26:41 +00:00
Dries Buytaert 87dca6df9a - Patch #62855 by webchick: admin/user/create should redirect back to admin/user/create 2006-05-29 13:02:14 +00:00
Dries Buytaert cf3bfe006b - Patch #18260 by Morbus: fixed taxonomy links. 2006-05-29 12:58:19 +00:00
Dries Buytaert 9b8733bca6 - Patch #65324 by greggles: bungie -> bungee 2006-05-26 21:34:12 +00:00
Dries Buytaert 02fa0d85b2 - Patch #18018 by dww, nedjo, tostinne, luke et al: block visibility by role. 2006-05-26 09:21:10 +00:00
Dries Buytaert c08eafe0ee - Patch #46290 by Neil, Egon, et al: when deleting a book page under 'orphan pages' we are returned to the homepage. 2006-05-24 11:19:00 +00:00
Neil Drumm ff6a9390f0 #64893 by beginner, deny access to new accounts for non-administrators 2006-05-24 05:51:10 +00:00
Neil Drumm d80a410bb0 #64951 by deepstar, Ambiguous query in taxonomy_get_term_by_name() 2006-05-24 04:54:52 +00:00
Neil Drumm 9eed2da5ab #29147 by naudefj, markus_petrux, and Moshe:
- Clean up API for authenticating users.
- Default distributed authentication server.
2006-05-23 02:37:48 +00:00
Neil Drumm 70b7809121 #41042 by DriesK, Moshe, and Jaza, Duplicate tag handling 2006-05-23 02:21:26 +00:00
Neil Drumm 134314a327 #62262 by dww, fix block help text. 2006-05-23 02:14:26 +00:00
Neil Drumm 4f078eb274 #51556 by greggles, Fixing an inaccurate comment. 2006-05-20 08:14:09 +00:00
Neil Drumm a5263bd284 #62926 by Richard Eriksson, Increase maximum length of the free-tagging textbox to 255 characters. 2006-05-20 02:05:35 +00:00
Dries Buytaert 1b291a2917 - Patch #18260 by Ber, m3averck et al: allow overriding of links returned by modules 2006-05-18 14:58:57 +00:00
Dries Buytaert 3d38b57220 - Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while editing locale strings. 2006-05-16 09:22:36 +00:00
Neil Drumm 2d9eaf01cf #61150 by Zen, hook_user categories type should pass $account 2006-05-16 07:17:40 +00:00
Neil Drumm 9d8799f6c4 Reverting #53653, that function actually is called via a module_invoke() in node.module. 2006-05-16 06:50:21 +00:00
Neil Drumm 0652e5b5cc #53653 by me, remove an unused function. 2006-05-16 02:22:58 +00:00
Neil Drumm b090fc1a21 #49403 by Bèr and jvandyk, improve documentation for user_save. 2006-05-16 02:13:44 +00:00
Dries Buytaert 37a9229dba - Patch #53021 by Egon Bianchet: sort the node types. 2006-05-15 06:18:01 +00:00
Dries Buytaert 9551bf08f4 - Patch #63492 by zirafa: removed redundant semicolon. 2006-05-15 06:11:00 +00:00
Dries Buytaert 796145ad38 - Patch #62016 by chx: made the clean URL test work properly. 2006-05-15 06:09:57 +00:00
Dries Buytaert 7817781c73 - Patch #48671 by Jaza: admin form fields not getting rendered at bottom of node form like they should. 2006-05-14 12:56:44 +00:00
Dries Buytaert 4d97254559 - Patch #41352 by Steve, Zen, Crell et al: new feature: make the default behavior of the contact forms configurable. 2006-05-13 10:19:13 +00:00
Dries Buytaert 21649210f3 - Patch #60224 by rkerr: one page book showing another book in navigation links. 2006-05-13 10:02:54 +00:00
Dries Buytaert 49b90a5d04 - Patch #57993 by Neil: clarified a status message. 2006-05-12 18:14:50 +00:00
Dries Buytaert 64eead4407 - Patch #61600 by Ber: new feature: added additional permissions for contact forms. 2006-05-12 18:12:21 +00:00
Dries Buytaert bddd9aeb6f - Patch #51506 by gordon: new feature: added auto-complete functionality to user profiles. 2006-05-12 08:50:22 +00:00
Dries Buytaert 5b3f42372f - Patch #62554 by webchick: removed some cruft. 2006-05-09 14:16:49 +00:00
Dries Buytaert e1304697c4 - Patch #62350 by hunmonk: fixed problem with deleting forum containers. 2006-05-08 15:16:16 +00:00
Dries Buytaert 823673a196 - Patch #62332 by Zen: added missing add term link on admin/taxonomy page and got rid of some crufty code. 2006-05-08 15:12:25 +00:00
Neil Drumm 238e7cb36e #59944 by Zen, Forms do not function on the search page when the search form has invalid input 2006-05-07 04:39:31 +00:00
Neil Drumm b3c245ecbc #62061 by KarenS, Modules cannot set form attributes on edit form 2006-05-07 03:52:34 +00:00
Neil Drumm 926cf39cf5 #47042 by RobertDouglas, Expose terms string parsing as a helper function to cut down on copy and paste code in contrib modules 2006-05-07 03:33:03 +00:00
Neil Drumm b6ff48e8e7 #61992 by chx (modified), Provide an 'after_update' op on hook_user. 2006-05-07 03:08:34 +00:00
Neil Drumm 93082640ea #62147 by Jaza, Breadcrumb for nodes should not include 'content' link 2006-05-07 01:00:15 +00:00
Neil Drumm 9cff02e91b #61802 by Zen, Double spaced sentences clean up 2006-05-07 00:08:36 +00:00
Dries Buytaert d8d12d901d - Modified patch #62016 by Heine: fixed the clean URL test link. 2006-05-05 14:50:22 +00:00
Dries Buytaert 340bb85c7f - Patch #60910 by doq: clean up the statistics.module's link handling. Show clean URLs when available. 2006-05-05 11:38:37 +00:00
Dries Buytaert 33cac6420d - Patch #61952 by Matt: usability improvement: add auto-complete functionality on the profile configuration patch. 2006-05-05 09:25:21 +00:00
Dries Buytaert 0f7ed2a590 - Patch #59346 by DriesK: incorrect defailt "who's online block" setting. 2006-05-04 18:57:21 +00:00
Dries Buytaert 2bcdd6b14e - Patch #44473 by Frodo: fixed broken links in help text. 2006-05-04 18:48:46 +00:00
Dries Buytaert f818eaf651 - Patch #47038 by DriesK: added a permission for advanced search. 2006-05-04 18:44:10 +00:00
Dries Buytaert 3c55551559 - Patch #46269 by Egon Bianchet: show never instead of epoch. 2006-05-04 18:39:54 +00:00
Neil Drumm 845a6d71b4 #30025 by m3avrck, Upload module needs a 'default' maxfile size setting 2006-05-04 10:25:01 +00:00
Neil Drumm 133617cb13 #57834 by chx, Replace theme_weight with more appropriate process_weight 2006-05-04 09:57:14 +00:00
Neil Drumm a658867204 #61692 by Zen, Filter module: Missing t() 2006-05-04 09:50:35 +00:00
Neil Drumm 79598dc723 #61678 by Zen, Comment body validation should rely on fapi 2006-05-04 09:34:56 +00:00
Neil Drumm 7c5c1c9ab9 #42508 by Egon Bianchet, Documentation: invalid xhtml syntax 2006-05-04 09:31:41 +00:00
Neil Drumm 781880deaa #61696 by Zen, book module: Missing t() 2006-05-04 09:11:43 +00:00
Neil Drumm a7cda28607 Removing trailing space. 2006-05-03 09:43:53 +00:00
Neil Drumm 0906c80d20 Removing a stray ; 2006-05-03 09:22:05 +00:00
Neil Drumm 11fef9ed9c #61484 by Uwe Hermann, typo in welcome message. 2006-05-03 07:59:01 +00:00
Dries Buytaert b18f76ec42 - Patch #60849 by Zen: fixed typo in aggregator. 2006-05-02 13:28:04 +00:00
Dries Buytaert d761ded1f2 - Patch #59763 by Ber: doxygen for user_roles(). 2006-05-02 13:26:30 +00:00
Dries Buytaert 856aa01288 - More refinements to the clean URL test. 2006-05-01 09:30:13 +00:00
Dries Buytaert 63ea676b4b - Patch #59999 by Moshe, chx, et al: fixed clean URL checker. 2006-05-01 08:45:29 +00:00
Dries Buytaert 6f628a4079 - Patch #60358 by webchick: improved welcome message. 2006-05-01 08:38:11 +00:00
Neil Drumm 806d0f5393 Forward prot from 4.7
#60907, better patch by Zen and dww
2006-05-01 08:04:08 +00:00
Neil Drumm 5fea19e8b6 Forward port from 4.7
#59935, It's impossible to preserve stuff by calling form_set_value from hook_validate to submit, patch by tenrapid
2006-04-30 00:43:53 +00:00
Neil Drumm d6b538eff8 Forward port from 4.7
#60934, The vocabulary list screen needs an 'add term' operation, patch by chx
2006-04-30 00:39:11 +00:00
Neil Drumm f0cd92ddde Forward port from 4.7
#60907, don't use t() during user submit, neede for external auth, patch by Moshe
2006-04-30 00:37:44 +00:00
Gerhard Killesreiter f16b6b2901 #60621, typo orm_set_error("taxonomy[tags][$vid", patch by chx 2006-04-28 12:02:18 +00:00
Gerhard Killesreiter 4f7ba52bed #56036, aggregator_menu messed up, patch by tenrapid 2006-04-28 09:52:57 +00:00
Steven Wittens 954cbf7c65 #60729: Index taxonomy terms with nodes 2006-04-27 22:20:51 +00:00
Steven Wittens 546f5930a4 #58953: Flat collapsed mode and newest first order broken 2006-04-27 22:03:20 +00:00
Steven Wittens b176270018 #60532: Multiple file upload broken in some browsers (fix) 2006-04-27 19:32:54 +00:00
Steven Wittens 23bd2c005a #60532: multiple file upload broken in some browsers 2006-04-27 18:12:25 +00:00
Gerhard Killesreiter 00f8037e45 #59648, Upload.module misuse of hook_file_download, paralyzes other modules' hook, patch by jakeg 2006-04-27 09:38:34 +00:00
Dries Buytaert adb88830d8 - Patch #43818 by Derek: make user/0 result in a 404. 2006-04-27 05:43:31 +00:00
Gerhard Killesreiter 7c941aa5dc #60563, missing block name in delete dialoge, patch by Steve McKenzie 2006-04-26 21:53:24 +00:00
Gerhard Killesreiter fae7896d4f #57949, fixed broken links in helptexts, patch by wulff 2006-04-26 17:41:09 +00:00
Gerhard Killesreiter 7af9e6cfdd #60476, simplify frontpage related code, leftovers from #59222, patch by Zen 2006-04-26 15:07:12 +00:00
Gerhard Killesreiter dc4acbcb93 #59763, doxygen for user_roles, patch by Ber 2006-04-26 11:07:25 +00:00
Gerhard Killesreiter ce1d915a26 #60458, remove notice and not needed variable, patch by Zen 2006-04-26 10:36:22 +00:00
Gerhard Killesreiter 8d48ee17b9 #60338, better name for #form_submitted, patch by chx 2006-04-25 20:46:57 +00:00
Gerhard Killesreiter 8dfca7c806 #60265, module field for vocabularies reverts to taxonomy, patch by naquah 2006-04-25 11:51:51 +00:00
Gerhard Killesreiter 3300aa2d4e #59960, Can't store the value of submit, patch by Zen 2006-04-25 10:00:57 +00:00
Dries Buytaert 326f49b646 - Patch #58953 by tenrapid: critical bugfix: Flat Collapsed mode and Newest First order broken. 2006-04-24 18:42:53 +00:00
Neil Drumm 85a8558117 #58037 by Zen, Add update.php message to modules page. 2006-04-23 06:07:59 +00:00
Neil Drumm 7961f68137 #59935 by chx, make nodeapi consistent with the rest of formapi, enabling the use of form_set_value. 2006-04-23 05:22:05 +00:00
Steven Wittens d469df81c7 #59428: Correct teaser for japanese period character 2006-04-21 19:16:12 +00:00
Gerhard Killesreiter 86f2764a7b #59753, Use <content:encoded> NOT <content> for RSS item description, patch by Budda 2006-04-21 15:07:40 +00:00
Steven Wittens 8207690ac5 - #56617: Search ranking criteria depended on eachother.
- XHTML validation of node search form
2006-04-21 10:26:53 +00:00
Gerhard Killesreiter b9c4901d86 #59479, Install system can cause module code to run before install hook is run, patch by JonBob 2006-04-20 16:43:28 +00:00
Gerhard Killesreiter 45785f9610 #46549, more robust node_submit, patch by chx 2006-04-20 16:38:22 +00:00
Gerhard Killesreiter b354396b69 #59528, password_confirm fields don't highlight errors, patch by sammys 2006-04-20 16:35:29 +00:00
Gerhard Killesreiter 297ed741f8 #58221, Turn #after_build into a functions array in order to make validation of date fields possible. Patch by yched, tenrapid
Also makes forms API more consistent (see #pre_render)
2006-04-20 07:11:37 +00:00
Gerhard Killesreiter 631d150644 #59070, forms on paged versionis of admin/node did not work, patch by tenrapid 2006-04-18 09:12:40 +00:00
Gerhard Killesreiter dd814739ab #56555, Upload list settings not being respected, initially., patch by chx and dopry 2006-04-18 08:32:04 +00:00
Dries Buytaert d071f99172 - Removing trailing whitespace. 2006-04-17 20:48:26 +00:00
Dries Buytaert 0484fcd1ed - Patch #58921 by markus_petrux: critical bug: database error when rendering comments in PostgreSQL.
Tested with MySQL only!
2006-04-17 20:45:00 +00:00
Steven Wittens 54a47afd20 - Remove #ref note from comments 2006-04-17 16:06:00 +00:00
Steven Wittens fb8ef28375 #56921: Remove all reference magic from form api. w00t. 2006-04-15 21:52:44 +00:00
Steven Wittens 8b04c7f0db #51002: Admins could not see unpublished comments (plus minor usability enhancements for previewing/unpublished) 2006-04-15 04:07:18 +00:00
Gerhard Killesreiter 361c7c7ed8 #58034, make suggested menu items show up in breadcrumbs, results in less code. Patch by Zen 2006-04-14 22:16:02 +00:00
Gerhard Killesreiter 3bdc01fdfd #23373, make uploaded file list themable, patch by yogadex / Moshe / drumm 2006-04-14 20:57:03 +00:00
Steven Wittens 2f927f14b7 #58330: Fix inconsistent theme selector code 2006-04-14 20:30:08 +00:00
Neil Drumm fb580ade43 Fixing indentation. 2006-04-14 19:20:46 +00:00
Dries Buytaert 13a888c0f8 - More inline with other form descriptions. 2006-04-14 14:32:59 +00:00
Gerhard Killesreiter 67fa69fe0e #56947, fix filter link tips, patch by Dries Knapen 2006-04-14 13:45:50 +00:00
Gerhard Killesreiter 683048e69a #57845, fixed broken link in poll help, patch by Markus Petrux 2006-04-14 09:05:19 +00:00
Gerhard Killesreiter b9d3b47ec6 #55096, don't show online users in block if nobody online, patch by tenrapid 2006-04-13 18:17:07 +00:00
Gerhard Killesreiter b61d9c3e7b #58539, removed duplicate menu item, patch by Markus Petrux 2006-04-13 15:10:23 +00:00
Steven Wittens 506c80bdb9 #58568: Multiple profile selection boxes repeat items 2006-04-13 13:21:15 +00:00
Gerhard Killesreiter cdbf7b4001 #58453, improved docs, aggregator does atom, too. Patch by Uwe Herrmann. 2006-04-13 08:52:42 +00:00
Gerhard Killesreiter d6a164c400 #5371, drupal_get_destination, pager and tablesort array handling, patch by Steven 2006-04-13 08:25:27 +00:00
Steven Wittens ff35fc9c53 #58456: Clean URL tester broken 2006-04-12 19:36:51 +00:00
Steven Wittens 980c54d448 #58449: Date on preview was broken 2006-04-12 17:06:57 +00:00
Steven Wittens 8fe5051360 #58317: Backport autop improvements from wordpress 2006-04-12 14:36:24 +00:00
Steven Wittens 69726b0d7b #56634: Resolve issues with varying $base_url
- Fix locations links in watchdog
- Fix repeated subdirectory in page cache CIDs
2006-04-12 08:42:47 +00:00
Gerhard Killesreiter 99e7c0ec7c #48526, fix taxonomy for blogapi. Patch by walkah 2006-04-11 17:57:37 +00:00
Gerhard Killesreiter 8c506a560a #56713, reverted. Needs more discussion, see http://drupal.org/node/57676 2006-04-11 17:18:55 +00:00
Gerhard Killesreiter badeac698c #58239, required profile list not required, patch by Dries K 2006-04-11 13:02:04 +00:00
Gerhard Killesreiter 70aae83c8e #58166, fixes for typos, patch by Uwe Herrmann 2006-04-11 11:33:15 +00:00
Gerhard Killesreiter 4b87417062 #58225, made module description translatable 2006-04-11 11:19:59 +00:00
Steven Wittens f00396acc7 #52710: Incorrect timestamp when user has administer nodes permission 2006-04-10 21:36:40 +00:00
Steven Wittens 1cf1772be1 - Missing filter_xss_admin() for user_registration_help 2006-04-10 19:11:25 +00:00
Steven Wittens f9b5303c8f #56421: Make path.module node aliases work when using custom rewrite functions 2006-04-09 22:17:40 +00:00
Steven Wittens 47adadda2a #57956: Redirect after node deletion 2006-04-09 21:36:23 +00:00
Steven Wittens 390b681721 #57948: Fix header elements in filter_xss_admin 2006-04-09 16:13:30 +00:00
Gerhard Killesreiter d37485699e #54294, don't show DA stuff, if disabled. Patch by Moshe 2006-04-09 08:48:50 +00:00
Gerhard Killesreiter 8ce5fe4d1f #57307, order files by fid, patch by Robert Douglass 2006-04-08 18:35:35 +00:00
Gerhard Killesreiter b8b5956ee0 #54294, don't set callback if ext auth disabled, patch by Markus Petrux 2006-04-08 18:29:49 +00:00
Gerhard Killesreiter dba33bf190 #53174, track tab should not be visible when tracker is switched off., patch by Ber 2006-04-08 17:08:45 +00:00
Gerhard Killesreiter a6cb8d7adb #57864, required modules shoudl not be throttled, patch by Markus Petrux 2006-04-08 16:05:54 +00:00
Gerhard Killesreiter 8e1e221e30 #52710, fix node timestamp for admin users, patch by hunmonk. 2006-04-08 13:13:17 +00:00
Steven Wittens 9794b5538e - #55898: Generic, permissive admin XSS/HTML filtering for mission/footer/...
- Clean up some raw output
2006-04-07 15:32:17 +00:00
Gerhard Killesreiter 07682f4a45 #53870, better help text for menu.module, patch by dww 2006-04-07 13:10:17 +00:00
Steven Wittens c5cb305960 - Menu titles were not escaped properly 2006-04-07 11:34:09 +00:00
Steven Wittens e585942e0f #53689: upload_js doesn't allow form altering with hook_form_alter 2006-04-07 10:08:15 +00:00
Gerhard Killesreiter 0f9eaa2076 #53870, better usability for admin/menu 2006-04-07 09:47:15 +00:00
Gerhard Killesreiter 3000db0d13 #40664, adding new forum topic, forum not pre-selected in pull down menu., fix by Jonas Kvarnstrom, patch by drumm 2006-04-06 18:36:57 +00:00
Gerhard Killesreiter f5e15dcbc6 #56713, theme settings is not not called, patch by oscnet 2006-04-06 18:07:22 +00:00
Gerhard Killesreiter c3cb1ea435 #56921, revert earlier patches, patch by chx 2006-04-06 15:30:19 +00:00
Steven Wittens cfe001af7a #56457: Allow different search forms to coexist without breaking validation 2006-04-06 13:07:22 +00:00
Steven Wittens be0b774cbc - #57523: Make taxonomy delete vocabulary consistent with other taxonomy hook ops 2006-04-06 04:21:12 +00:00
Steven Wittens ec04325bb2 - Make forum_hot_topic scale a bit more logical 2006-04-06 04:18:30 +00:00
Steven Wittens 4821200689 #57415: Replace drupal_implode_autocomplete() by drupal_to_js() 2006-04-06 02:41:48 +00:00
Steven Wittens 34eefb7072 #57294: Upload.module should not overwrite other #attributes in form_alter 2006-04-04 23:40:42 +00:00
Steven Wittens 02f6a3ee2d #56709: Expose hidden 'toggle_logo' variable and rearrange theme toggles. 2006-04-04 23:36:18 +00:00
Steven Wittens 21585f66a5 #56813: Simplify admin/block code, and fix sorting of blocks in the listing 2006-04-04 23:32:40 +00:00
Steven Wittens e1c749fac4 #56930: Custom values fall through on user listing (tenrapid) 2006-04-04 23:04:58 +00:00
Steven Wittens 4c3fe45fe9 #56942: Comment cids should belong to the associated nid 2006-04-04 07:07:45 +00:00
Gerhard Killesreiter 4a10595248 #55797, consistency in author block, patch by dww 2006-04-04 07:03:07 +00:00
Steven Wittens 2e3826ad7c #56656: Make browsing profiles by value more consistent and usable. 2006-04-04 06:56:34 +00:00
Steven Wittens 616840245b #56750: Make date profile field work with ISO date format 2006-04-04 06:52:59 +00:00
Gerhard Killesreiter c81fd0de18 #53949, short German date format with leading zeros. 2006-04-04 01:40:41 +00:00
Steven Wittens 57be840338 #57133: admin/comment needs to remember sort order in page 2006-04-04 01:26:05 +00:00
Steven Wittens 2128b4d678 #53949: Remove duplicate date format 2006-04-04 01:17:07 +00:00
Steven Wittens abf9cee792 #56947: Restore missing filter tips (drumm) 2006-04-04 01:07:42 +00:00
Steven Wittens 5e0ea8609b Oopsie 2006-04-04 00:32:52 +00:00
Steven Wittens da38e1b654 - Store correct format id instead of 0 for anonymous users (+ code cleanup) 2006-04-03 23:59:48 +00:00
Steven Wittens 13e52fe352 Fix search indexer link tracking after removal of base-tag. 2006-04-03 22:56:53 +00:00
Steven Wittens 826396a4ef Fix search indexer link tracking after removal of base-tag. 2006-04-03 22:56:10 +00:00
Neil Drumm 352fb57d6c #56921 by chx, removing the $form = from $form = form_builder($form_id, $form) then it works. 2006-04-02 23:14:51 +00:00
Neil Drumm 1a7a63b0fa Revrting changed short date format by #53949. 2006-04-02 22:52:14 +00:00
Gerhard Killesreiter c4b031f334 #56911, advanced search broken, patch by Zen. 2006-04-02 13:13:46 +00:00
Neil Drumm 767ed120d5 #41171 James Harvard & freso@freso.dk: Add ABBR & ACRONYM to HTML tips 2006-04-02 10:12:47 +00:00
Neil Drumm 7fa3f5ddee #53949 by timcn, add a German date/time format 2006-04-02 09:19:56 +00:00
Gerhard Killesreiter 812795a9bd #56722, Variable not passed by reference in comment.module, patch by chx 2006-04-01 23:54:57 +00:00
Gerhard Killesreiter fbfde43332 #56789, remove left over call to node_title_validate, patch by chx 2006-04-01 14:29:53 +00:00
Gerhard Killesreiter 4a68748802 #56682, missing t() in profile.module, patch by Goba. 2006-03-31 11:49:16 +00:00
Gerhard Killesreiter 603a6618ee #28625, Forum vocabulary does not handle standard vocabulary features correctly, removed these features by means of formapi, patch by profix898, with some love by dopry and chx 2006-03-31 06:43:46 +00:00
Neil Drumm b22d877ff8 #56457 by chx: The search box that can be displayed by some themes (e.g. bluemarine) was not working. 2006-03-31 04:57:49 +00:00
Gerhard Killesreiter a539a3aa40 #56457, unnessary trim(). patch by Zen 2006-03-30 22:12:10 +00:00
Gerhard Killesreiter f3be5516f1 #56016, blogapi fails to post with no permission error unless uid=1, patch by samc 2006-03-30 21:30:25 +00:00
Steven Wittens 70c91e33c2 #56457: hook_search() form API conversion 2006-03-30 20:23:39 +00:00
Gerhard Killesreiter 27ccbf1f6f #55520, improved docs, patch by dopry 2006-03-30 17:45:32 +00:00
Steven Wittens b3cb4f0d9b #56346: XHTML validation error due to comment.module links 2006-03-30 17:23:29 +00:00
Gerhard Killesreiter bbf695fb04 #56467, removed cruft, patch by Nedjo 2006-03-30 14:31:16 +00:00
Gerhard Killesreiter 0f4d2e64c2 #56488, use named constants for comment status, patch, by Moshe 2006-03-30 14:24:52 +00:00
Gerhard Killesreiter 2347d3f93c #53834, validation was broken in blogapi, patch by samc 2006-03-30 14:17:12 +00:00
Gerhard Killesreiter 4797222c13 #55520, upload.module does not display previews for when private files are enabled, patch by dopry. 2006-03-29 06:49:25 +00:00
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 a76ee6c9ed #34132, remove remnants of nodeapi('fields'), patch by myself 2006-03-28 06:12:15 +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 002fee7aae #56105, remove title validation, already enforced by #required, patch by Moshe 2006-03-27 18:02:48 +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 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 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 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 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 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 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