Commit Graph

5304 Commits (a541e5fbfb30a9b4e1e9c73028e10660e5495a5f)

Author SHA1 Message Date
Gábor Hojtsy aef264dfb6 by webernet: fix notice displayed on node form, when node has no taxonomy property 2007-11-22 13:18:01 +00:00
Gábor Hojtsy 98eefd9f0c back to Drupal 6.0-dev 2007-11-21 22:53:40 +00:00
Gábor Hojtsy b3bda1c1e9 Getting ready for Drupal 6.0-beta3 2007-11-21 22:33:30 +00:00
Gábor Hojtsy 18d532e214 by webernet: fix weird errors experienced when using the JS file uploader 2007-11-21 19:13:22 +00:00
Gábor Hojtsy 06c886d45b by webernet: flag DnD modified links as customized, so they can be restored to their original form on the UI 2007-11-21 19:12:00 +00:00
Gábor Hojtsy 7f85abe0e5 by chx: allow contributed modules to override the book and menu parent selectors (to improve usability and performance) 2007-11-21 19:08:18 +00:00
Gábor Hojtsy 70d494620c follow up by catch: unset multiple parent form item on forum term pages 2007-11-21 14:02:23 +00:00
Gábor Hojtsy 8a36483639 follow up by keith.smith: fix install instructions and error message about files folder 2007-11-21 09:49:36 +00:00
Gábor Hojtsy 6f27d178ba by pwolanin: fix trivial copy-paste error in filter format setup 2007-11-21 09:46:44 +00:00
Gábor Hojtsy f803a82151 by neclimdul: nodeapi load should return an array by documentation, and forum's nodeapi load returns an object 2007-11-21 09:31:57 +00:00
Gábor Hojtsy 8bd692d618 by Crell: fix drag and drop documentation and add drag and drop ordering to filter formats 2007-11-20 20:13:04 +00:00
Gábor Hojtsy 4c0a0006bd by bjaspan: null value in revision log field violated non-null constraint in PostgreSQL 2007-11-20 18:20:37 +00:00
Dries Buytaert 54732ddf69 - Patch by catch et al (follow up): taxonomy module help page improvements. 2007-11-20 15:53:59 +00:00
Dries Buytaert 9a6fa67c25 - Patch by catch et al: taxonomy module help page improvements. 2007-11-20 15:31:34 +00:00
Dries Buytaert 2a809f1cc3 - Patch by webbernet: improve usability of cron message. 2007-11-20 14:48:07 +00:00
Dries Buytaert bea016944f - Patch by jp.stacey: OpenID service discovery confused by newlines within meta or link tags. 2007-11-20 14:00:39 +00:00
Dries Buytaert a1e5ac031e - Patch by profix898: fixed hook_profile_alter API. 2007-11-20 13:44:38 +00:00
Dries Buytaert ece869b0b2 - Patch by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms. 2007-11-20 13:24:54 +00:00
Gábor Hojtsy 1c02e47e69 by myself: remove overly secure check_markup() and check_plain() usage which results in double escaped output 2007-11-20 11:39:48 +00:00
Gábor Hojtsy 64ff0984a9 follow up by webernet: restore updates added through the 4.7.x lifecycle, so any 4.7.x version can be updated to 6.x 2007-11-20 11:37:05 +00:00
Dries Buytaert 64edd76af3 - Patch by catch: small improvement to running cron. 2007-11-20 11:03:08 +00:00
Gábor Hojtsy 6d4862c258 by quicksketch et al: drag and drop support for menus 2007-11-20 10:18:43 +00:00
Gábor Hojtsy 72a59b0b82 by fajerstarter: OpenID login usability fixes and JS cleanup, also makes OpenID login Konqueror compatible 2007-11-20 10:00:04 +00:00
Gábor Hojtsy 135f366c2b patch by myself: take node by reference, when revisionn is saved, so we get the vid property updated on PHP 4 too 2007-11-20 09:47:07 +00:00
Gábor Hojtsy 0afbb70368 follow up by bdragon: some missing taxonomy terminology fixes in trigger module 2007-11-20 09:24:59 +00:00
Gábor Hojtsy c1555f33bc by webernet: remove updates from unsupported Drupal versions, as our policy dictates (and because some API changes make them faulty without further modifications) 2007-11-19 19:04:48 +00:00
Gábor Hojtsy 84b5fd5eeb by catch, webchick et al: use the 'taxonomy' word instead of the more confusing 'categories' 2007-11-19 18:26:11 +00:00
Gábor Hojtsy e963f9d881 by webernet and RobRoy: improve cron error reporting by defining time tresholds, so if cron stops running after some time, it also becomes an error, but cron not run yet is not an error on installation 2007-11-19 15:01:18 +00:00
Gábor Hojtsy b0676c8f27 by jrbeeman and mfer: (security) protect profile category page menu items with the visibility settings already available 2007-11-19 11:24:11 +00:00
Dries Buytaert 8ebc345b9d - Patch by chx: you cannot add user/register to a menu. Also removed some whitespace. 2007-11-17 14:25:23 +00:00
Dries Buytaert 6bb15d29da - Patch by douggreen and bjaspan: fixed database inconsistencies. 2007-11-17 14:01:24 +00:00
Gábor Hojtsy c01f6bad7b by myself: remove outdated and inaccurate glossary of basic Drupal terms 2007-11-17 10:08:16 +00:00
Gábor Hojtsy db2c726a4a by quicksketch: center table headers for checkbox columns, where checkboxes are also centered 2007-11-16 13:16:50 +00:00
Gábor Hojtsy c5f767073e follow up note by Steven Wittens: administrator entered text should be filtered with filter_xss_admin(), not the less permissive filter_xss() 2007-11-16 09:52:37 +00:00
Gábor Hojtsy 9c6e886368 by Arancaytar: use filter_xss() to filter content type descriptions, instead of printing them verbatim (on one occassion) and printing them with check_plain() erroneusly on another 2007-11-15 23:55:52 +00:00
Gábor Hojtsy 2934e7834a by JirkaRybka, keith.smith: ship with a files directory by default and improve installation error messages checking for all requirements on the same screen, instead of putting the user through individual error screens 2007-11-15 23:12:38 +00:00
Gábor Hojtsy 3f01e79ae2 follow up by bjaspan: fix inconsistent database schema introduced by previously 2007-11-15 14:55:11 +00:00
Gábor Hojtsy d8c18ac010 by JirkaRybka: fix broken update path of locale tables on PostgreSQL 2007-11-15 13:27:45 +00:00
Gábor Hojtsy 2d8259c764 by Rob Loach et al: disallow editing user data of uid 0 2007-11-14 16:01:30 +00:00
Gábor Hojtsy 40d406f757 Fix bogus linebreak 2007-11-14 15:24:16 +00:00
Gábor Hojtsy 6bad9d5668 Wrap foreach(explode()) in empty() check, so if empty items are found, the foreach will not bail out on the explode(). Identified in upgrade testing. 2007-11-14 15:22:04 +00:00
Gábor Hojtsy 134891b4cf by k4ml: system_modules() is undefined in the update function, as it was moved out to system.admin.inc, so we need to include that 2007-11-14 14:02:01 +00:00
Gábor Hojtsy c47dfc3f8c follow up comment wrapping to 80 columns by myself 2007-11-14 13:39:58 +00:00
Gábor Hojtsy 21ce2aa7ef by yasheshb and Desbeers: taxonomy data was lost on node preview 2007-11-14 13:32:58 +00:00
Gábor Hojtsy 0afce23ce8 by webchick: user avatars were not displayed on nodes 2007-11-14 12:43:13 +00:00
Dries Buytaert 6049f23760 - Patch by quicksketch et al: drag and drop of table rows on the block adminsitration page. 2007-11-14 09:50:00 +00:00
Dries Buytaert 44373cf0b1 - Patch by quicksketch: inconsistent database region for disabled blocks. 2007-11-14 09:31:05 +00:00
Dries Buytaert e05c6195ab - Patch by John Morahan: fixed PHP warning. 2007-11-14 05:59:38 +00:00
Dries Buytaert 8d01757e5d - Patch by greggles et al: fixed problem with revisions being associated with the wrong user. 2007-11-13 14:56:14 +00:00
Dries Buytaert 17d1527e3d - Patch by douggreen, Steven et al: Remove temporary table usage from search module 2007-11-13 14:04:08 +00:00
Gábor Hojtsy 75ea35a645 by O Govinda, keith.smith and catch: more user centric help text for Blog API module, standardizing on 'blog' terminology also 2007-11-13 12:29:56 +00:00
Dries Buytaert ce9c92ef4f - Patch by Crell: split up profile module. Tested by catch. 2007-11-13 12:28:36 +00:00
Gábor Hojtsy c856eac135 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate 2007-11-12 19:06:33 +00:00
Gábor Hojtsy 2eeb8862a1 by Pasqualle: type and language filtering on node admin page was broken due to missing breaks in switch 2007-11-12 17:26:16 +00:00
Gábor Hojtsy b6f36a1cf9 by mikesmullin: fix gradient coordinate counting in color module 2007-11-12 16:06:25 +00:00
Gábor Hojtsy aa5b27d807 by myself, keith.smith, yoroy, O Govinda and catch: help text for content translation module 2007-11-11 11:24:27 +00:00
Dries Buytaert 846fa83122 - Patch by Gabor and Keith: fixed insecure instructions in documentation. Woops. 2007-11-11 08:54:02 +00:00
Dries Buytaert 22dec0b63c - Patch by quicksketch: don't enable the powered by Drupal block for existing sites, and better handle the default behavior. 2007-11-11 08:48:22 +00:00
Dries Buytaert 073eb45833 - Patch by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.) 2007-11-11 06:56:44 +00:00
Dries Buytaert 049c6ddd96 - Patch by Neil: do not overwrite the variable. 2007-11-10 17:41:18 +00:00
Gábor Hojtsy 480c53b6db by chx and Desbeers: usability fixes for path module (required fields, permission info and resetting the filter made possible), and fixing language usage on nodeapi update in path_nodeapi 2007-11-10 12:08:22 +00:00
Gábor Hojtsy ecf6c8de03 by odious and drumm: add count query for pager in user_admin_account() 2007-11-10 10:15:21 +00:00
Gábor Hojtsy a42a9d3efd by chx: convert menu overview page to a form to overcome any CSRF vulnerabilities 2007-11-09 22:14:41 +00:00
Gábor Hojtsy 0ff81a7e13 by Andreas Wolf, spatz4000 and aufumy: missing block clearing on admin index by modules page 2007-11-09 19:16:22 +00:00
Gábor Hojtsy a66560bfb2 sidetrack issue patch by myself: tnid was not put properly into the node form, so translation workflow was not working 2007-11-09 17:47:29 +00:00
Gábor Hojtsy 47c0d5af6d by Heine: short modules by name on the module admin page 2007-11-09 17:44:01 +00:00
Gábor Hojtsy d451458d28 by myself: alias node table for query rewrites 2007-11-09 12:37:30 +00:00
Dries Buytaert 336dd18700 - Patch by catch and wmostrey: added permission to administer contact forms (usability improvement). 2007-11-09 09:21:00 +00:00
Dries Buytaert 422f85d807 - Patch by hswong3i: use schema API to update/insert the contact form records. 2007-11-09 07:55:13 +00:00
Dries Buytaert beb7cfa80e - Patch by webernet et al: tiny code cleanup. 2007-11-09 07:46:10 +00:00
Dries Buytaert d07480357b - Patch by Wim Monstrey: killed a warning. 2007-11-09 07:43:09 +00:00
Gábor Hojtsy 0a87a8f577 by mlsamuelson: remove pointless links to taxonomy help page from form labels and descritions for consistency 2007-11-08 16:23:17 +00:00
Gábor Hojtsy bfdd7f2373 by hswong3i: use username as page title on OpenID identities page for consistency 2007-11-08 13:58:32 +00:00
Gábor Hojtsy e329fd34c2 by bjaspan and chx: fix _block_rehash() functionality on PostgreSQL 2007-11-07 21:13:31 +00:00
Gábor Hojtsy b40fcbd14d Trivial misuse of t() found in system_menu() while debugging t() usage. 2007-11-07 20:21:33 +00:00
Gábor Hojtsy 678773e364 by chx: remove temporary table usage from comment_enable(). Now we require MySQL 4.1 and it has constructs which make this unnecessary. 2007-11-07 15:54:49 +00:00
Gábor Hojtsy e799f02051 by bjaspan: fix PostgreSQL upgrade path, keeping the primary key on the node_comment_statistics table 2007-11-07 09:55:20 +00:00
Gábor Hojtsy 6c507c4a68 by hazexp: remove extra ; from old SQL update 2007-11-07 09:48:06 +00:00
Gábor Hojtsy 69da830ced by JirkaRybka: set access time for admin created or edited accounts so they are exempt from the spam protection we have for accounts never logged in 2007-11-06 12:20:14 +00:00
Gábor Hojtsy bfd7c0f1f9 by chx with multiple contributors: remove deletion and database lock based block rehash code, replace it with simpler updates 2007-11-06 11:40:15 +00:00
Gábor Hojtsy e0c7c0e35e by JirkaRybka: overcome browser quirk to detect when no taxonomy term was selected 2007-11-06 10:01:52 +00:00
Gábor Hojtsy 5f09149caa by lot of contributors: opt-in for update module on install and update to avoid any privacy concerns 2007-11-06 09:00:31 +00:00
Gábor Hojtsy 235621a072 by ChrisKennedy: only provide picture deletion option if there is an actual user picture present 2007-11-06 08:53:52 +00:00
Gábor Hojtsy 856ae39d35 by marcingy, Rob Loach and chx: (regression) restore my recent posts functionality in tracker 2007-11-06 08:51:23 +00:00
Gábor Hojtsy 73d88aa929 by AjK: edit own poll permission was missing from poll module (although available for other content types) 2007-11-05 16:28:25 +00:00
Gábor Hojtsy 2d8529a032 by myself: add missing break to reach when if() was not satisfied, to avoid extra unrelated help appearing on block configure pages 2007-11-05 16:00:55 +00:00
Gábor Hojtsy bad54847fa by chx: fix notice in teaser handling 2007-11-05 15:14:54 +00:00
Gábor Hojtsy e9f7072edd by Rob Loach and myself: (regression) only override comment submitter name with anonymous name, if it was not provided already 2007-11-05 14:25:58 +00:00
Gábor Hojtsy 366c866931 by add1sun, ChrisKennedy, jvandyk and keith.smith: add help page to syslog module and fix form item descriptions 2007-11-05 14:22:22 +00:00
Gábor Hojtsy 3f0fce261c Fix locale.info typo I noticed while translating 2007-11-05 08:43:48 +00:00
Gábor Hojtsy fb3a1dd013 by spatz4000: disallow breaking option form labels 2007-11-04 21:09:22 +00:00
Gábor Hojtsy ac914745c6 by moshe weitzman, David Strauss, bjaspan and JirkaRybka: improve index on system table for better database performance 2007-11-04 16:39:59 +00:00
Gábor Hojtsy 5cc13f7271 by dmitrig01: fix hidden and fieldset AHAH expandability 2007-11-04 16:24:14 +00:00
Gábor Hojtsy d1c46eadeb by jrbeeman, catch: redirect user to proper node comment page after submitting a new comment 2007-11-04 16:11:33 +00:00
Gábor Hojtsy 207e6f145f by hazexp: remove duplicate wording about the username in mail sent out to new users 2007-11-04 16:02:32 +00:00
Gábor Hojtsy ee20653233 by chx: hide toggle settings fieldset when a theme has 'no features' 2007-11-04 15:54:53 +00:00
Gábor Hojtsy 022c9fccaf by Rob Loach: only provide blog page for users having permission to blog 2007-11-04 15:45:15 +00:00
Gábor Hojtsy 0d58aae221 by dmhouse, spatz4000 and Wim Leers: add reset parameter to user_access() 2007-11-04 15:42:52 +00:00
Gábor Hojtsy 510bb1a42f by bjaspan: remove pre-Drupal 4.6 era destination handling cruft carried over in comment module 2007-11-04 15:15:47 +00:00
Gábor Hojtsy 6af0c30d14 by sun and JirkaRybka: standardize on displaying the term description on term pages and feeds, but only if there was one term, not more 2007-11-04 15:10:09 +00:00
Gábor Hojtsy 0d577cbf7a by chx and agentrickard: unify update code for files, fixing postgresql bugs with it 2007-11-04 15:00:21 +00:00
Gábor Hojtsy a6407c2a24 by JirkaRybka: fix notices in taxonomy module displayed on 404 pages 2007-11-04 14:46:11 +00:00
Gábor Hojtsy 91e980a271 by mooffie: fix misnamed database table names in schema documentation 2007-11-04 14:33:07 +00:00
Gábor Hojtsy 75a6f4ded4 by dvessel and chx: better theming support for book module 2007-11-04 14:29:09 +00:00
Gábor Hojtsy eccf762a8d by Desbeers: fix locale form alter to properly alter the path alias addition form 2007-11-04 11:10:09 +00:00
Dries Buytaert 6c85fdc6ab - Patch by Crell, Chris Kennedy, dmitrig01, WimLeers, dvessel et al: tpl-ified the search module. 2007-10-31 18:06:38 +00:00
Dries Buytaert 9a9ea37403 - Patch by O Govinda, keith.smith: improved the user documentation on the UI. 2007-10-31 18:01:01 +00:00
Dries Buytaert b99aab8381 - Patch by Crell et al: split up comment module. 2007-10-31 17:50:47 +00:00
Dries Buytaert 5d9a398b02 - Patch by Crell: split trigger module. 2007-10-31 16:30:14 +00:00
Dries Buytaert 8abed2820c - Patch by bdragon: removed redundant query. 2007-10-28 11:43:04 +00:00
Gábor Hojtsy cb9fc93e32 by keith.smith: user registration settings typo fix 2007-10-27 15:28:43 +00:00
Gábor Hojtsy 941756bad2 by openwereld: LIMIT on locale module UPDATE query is not needed and is even not PostreSQL compatible, so remove 2007-10-27 14:03:36 +00:00
Gábor Hojtsy 8dcb5ab976 by RobRoy: move drupal_set_message() out of user deletion API function to UI function 2007-10-27 14:01:12 +00:00
Gábor Hojtsy 47137a6370 by keith.smith: improve form item descriptions on the performance settings page 2007-10-27 13:57:33 +00:00
Gábor Hojtsy 4f5c52e249 by keith.smith: improve explanation of what a book is about (in book.module) 2007-10-27 13:45:24 +00:00
Gábor Hojtsy f45df0065e by keith.smith: break long sentence into two and generally standardize on a common format in taxonomy help text when describing different use cases 2007-10-27 13:39:07 +00:00
Gábor Hojtsy 53b540f6ee by keith.smith: simplify and standardize text used on user settings page 2007-10-27 13:33:21 +00:00
Gábor Hojtsy 4b616b6324 by keith.smith: reword error reporting description to be more clear 2007-10-27 13:23:33 +00:00
Gábor Hojtsy bb7bf237df by kkaefer and Pasqualle: fix clean URL check to use a dedicated URL with proper JSON output so certain server setup problems are cured 2007-10-27 11:32:05 +00:00
Dries Buytaert dad013e52d - Patch by Robrecht: fixed broken query in upgrade path. 2007-10-25 20:41:16 +00:00
Dries Buytaert 248ae3a2e4 - Patch by chx: search_preprocess gets added to theme registry. 2007-10-25 20:29:51 +00:00
Dries Buytaert 8653f140c6 - Patch by Jo Wouters: fixed undefined variable. 2007-10-25 17:44:38 +00:00
Dries Buytaert ca0bbfee5b - Modified version of patch by Caleb et al: add an option for page compression. 2007-10-25 15:38:25 +00:00
Dries Buytaert 1cf05b0019 - Patch by catch, keith, earnie, webchick et al: string massaging. 2007-10-25 15:32:56 +00:00
Gábor Hojtsy 13f9882979 by JirkaRybka: (regression) fix profile field sections to order properly by weight. 2007-10-25 10:30:40 +00:00
Gábor Hojtsy b036bef620 by hunmonk: (usability) add node title to comment overview page for easier identification 2007-10-25 10:28:05 +00:00
Gábor Hojtsy b72600ccb0 by drewish: fix file_save_upload() conformance to its API documentation by treating the 'dest' param as a directory. Also fixes so temporary files are properly stored in the temp directory. 2007-10-25 09:05:45 +00:00
Gábor Hojtsy 4e187261ab by chx and Desbeers: revive Drupal 5's menu_set_location() functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code. Also fixing some misuse of menu_set_location() by using drupal_set_breadcrumb() instead. 2007-10-25 08:24:43 +00:00
Gábor Hojtsy 9d5516644c by myself and keith.smith: help page for the PHP filter module 2007-10-24 14:51:06 +00:00
Gábor Hojtsy de552d33b5 by catch and fajerstarter: remove admin search page as it was broken and the same as the usual search page anyway 2007-10-24 14:38:38 +00:00
Gábor Hojtsy a0c920badf by tostinni: provide a default weight to new profile fields, so they will not be saved with -5 2007-10-24 13:27:12 +00:00
Gábor Hojtsy c1445ac3c2 by hazexp: only return a value from trigger_help() if there was a page which the function provides any help for 2007-10-24 11:56:33 +00:00
Gábor Hojtsy 8903cda5ca by chx, webchick and Desbeers: fix blog/[uid] to only display posts for that user and also set proper title 2007-10-24 11:17:01 +00:00
Gábor Hojtsy c5fb69fb08 by lyricnz: do not show 'select all' checbox when there are no rows in the node admin table 2007-10-24 09:15:04 +00:00
Dries Buytaert 296f6e9f11 - Patch by quicksketch: automatically populate e-mail fields during install. 2007-10-22 15:48:26 +00:00
Gábor Hojtsy 9db0fca72f by andremolnar: (regression) allow themes to override *_node_form forms by node type, not just generically 2007-10-22 10:37:14 +00:00
Gábor Hojtsy c015aa3da3 by scor: fix reference to 'input formats' in the help text 2007-10-22 10:32:03 +00:00
Gábor Hojtsy 8cd97cdd7d by flobruit: make 'more' links themeable 2007-10-22 09:36:05 +00:00
Gábor Hojtsy 2cc43fffd4 by Eaton: move button title change in polls to the theme, so it does not interfere with the cached form 2007-10-22 09:25:33 +00:00
Gábor Hojtsy b94f2716cf by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed 2007-10-21 18:59:02 +00:00
Gábor Hojtsy 7c31bcdeac by dww: rename logs to reports (usability improvement) 2007-10-20 21:57:50 +00:00
Gábor Hojtsy b64adf07c8 by scor: clean up concatenations to be in line with core coding standards 2007-10-19 10:19:03 +00:00
Gábor Hojtsy ccb0c0a78f by scor: typo fix in system_chema()'s schema documentation 2007-10-19 10:16:06 +00:00
Gábor Hojtsy 8d291f72be by bradlis7 and keith.smith: 'fix' OpenID help text to use American English spelling (as observed to be used in Drupal elsewhere) 2007-10-18 14:33:44 +00:00
Gábor Hojtsy 0b3113af44 by flobruit: properly disable theme setting checkboxes when certain features are not available 2007-10-18 13:41:00 +00:00
Gábor Hojtsy 19b2687ac0 Back to being a 6.x development version 2007-10-17 21:59:31 +00:00
Gábor Hojtsy a3f3cb346b Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes applied 2007-10-17 21:47:14 +00:00
Gábor Hojtsy ba5fce22ca by quicksketch: proper weights for poll form fields, so the fields are not reordered 2007-10-17 19:36:12 +00:00
Gábor Hojtsy e6e59359b9 by Eaton, JirkaRybka, catch and greggles: add Powered by Drupal block 2007-10-17 15:24:56 +00:00
Dries Buytaert 441f7d33d6 - Patch by webchick, gabor, eaton, kentbyte, tresler, alpritt et al: improved the OpenID help texts. 2007-10-17 12:57:57 +00:00
Dries Buytaert a745b0f68b - Patch by quicksketch et al: AHAH-ification of the poll module. 2007-10-17 12:34:16 +00:00
Gábor Hojtsy 6417a6ade4 by catch and JirkaRybka: when flat comment view is used, order comments by cid (ie. original submission order) instead of timestamp (ie. last editing time order) to avoid comments jumping around when being edited 2007-10-16 14:22:00 +00:00
Gábor Hojtsy 8a9ba77275 by Wim Leers: (developer improvement) abstract path matching to drupal_match_path() from block listing, so this gets reusable when path based matching is required 2007-10-16 14:10:33 +00:00
Gábor Hojtsy 79641f5312 by chx: update aggregator menu items when an aggregator category is changed 2007-10-16 13:48:11 +00:00
Gábor Hojtsy e78b7890c5 by Crell: split up translation module 2007-10-16 09:15:19 +00:00
Gábor Hojtsy 3a8f208b7a by JirkaRybka: improve locale cache handling performance
- always prune the whole cache as string additions affect all languages
 - rebuild the language caches as needed, distributing this load among page requests
2007-10-15 19:51:06 +00:00
Gábor Hojtsy 5915029580 by quicksketch and dmitrig01: AHAH usability improvements for book module
- book outline form reordering in real-time
 - better context sensitive book parent editing
2007-10-15 19:33:27 +00:00
Gábor Hojtsy 0a61aff251 by hunmonk: forms should use form_state['redirect'] for redirection, not drupal_goto() - fix this in comment_admin_overview_submit() 2007-10-15 15:57:15 +00:00
Gábor Hojtsy 1e8ddda9b7 by yched: improve consistency of menu API and batch API by allowing batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally)
- apply this change in locale.module
 - improve batch API code documentation
2007-10-15 15:18:39 +00:00
Gábor Hojtsy 53557e2f7b by Freso: hide administration pages links on module help pages if there are no admin links for the module 2007-10-15 14:15:31 +00:00
Gábor Hojtsy 44d22fc863 by edgauthier: fix OpenID delegation 2007-10-15 09:40:42 +00:00
Dries Buytaert b274bf87f3 - Patch : fieldset massaging for usability. 2007-10-12 14:10:18 +00:00
Gábor Hojtsy 09e2701892 by fajerstarter, catch and JirkaRybka: rename 'access control' to 'permissions' for usability reasons 2007-10-12 10:41:48 +00:00
Gábor Hojtsy c9b6d73831 by Moshe Weitzman: form_state['values']['form_build_id'] should not be saved as a system setting when a setting form is submitted 2007-10-12 10:34:27 +00:00
Gábor Hojtsy 0ada4f136a by chx, pwolanin and moshe weitzman: let node_access() work on arbitrary users, so independent user access checks can be done in a request 2007-10-11 16:37:43 +00:00
Gábor Hojtsy f412b0a5e2 follow up note by Freso, patch by me: concatenation coding style fixes at end of lines in color module help 2007-10-11 10:51:06 +00:00
Gábor Hojtsy ed1a53698a by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on 2007-10-11 09:51:29 +00:00
Gábor Hojtsy 8cf6fefe54 by multiple contributors: document the core database schemas 2007-10-10 11:39:35 +00:00
Gábor Hojtsy e5b3613549 by Tresler, Freso and webernet: add missing help page for color module 2007-10-10 10:45:23 +00:00
Gábor Hojtsy 212c0484b9 by quicksketch: fix AHAH throbber/progress bar issues and generalize progress display configuration to allow module developers to choose from the throbber and progress bar 2007-10-10 10:24:25 +00:00
Gábor Hojtsy c1e9256dcb by webernet: move cache_block creation to update_fix_d6_requirements() to avoid warnings about the nonexistent table through the update process 2007-10-09 16:08:37 +00:00
Gábor Hojtsy 1a2bf588e6 by several people: fix comment submission on nodes where a form is displayed 2007-10-08 14:22:31 +00:00
Gábor Hojtsy afff4edd2e by njivy: initilize node type data before trying to delete a node type, so we have data about what do we delete 2007-10-08 13:04:32 +00:00
Gábor Hojtsy f87245c202 by Desbeers: forum module does not need to call node_prepare anymore, because it is already done 2007-10-08 08:40:26 +00:00
Gábor Hojtsy e11dd1b1ad : Removing Drupal module from Drupal to improve security and privacy. Will live in contrib under a different name if people step up to maintain. Look at the issue for more information. 2007-10-08 07:53:57 +00:00
Dries Buytaert 0313d80108 - Patch by killes and chx: performance improvements for user_access(). 2007-10-07 19:27:40 +00:00
Dries Buytaert ca8e9a1e18 - Patch by hunmonk, sun, et al: make comment settings per node type. This is a new feature that slipped in because it is required for the project module on drupal.org. 2007-10-07 19:25:57 +00:00
Dries Buytaert afb7bf85fe - Clean-up menu link 2007-10-07 09:50:01 +00:00
Dries Buytaert 4b54e36c78 - Patch by Eaton: make it easier to do CSS-only themes. 2007-10-07 09:23:28 +00:00
Dries Buytaert db10cb7d1e - Patch by John Morahan: updated TODO (documentation). 2007-10-06 16:08:50 +00:00
Dries Buytaert 9b59ff979d - Patch by Eaton: default page.tpl.php breaks primary links. 2007-10-06 15:26:57 +00:00
Dries Buytaert 5a752dc507 - Added missing .install files. Forgot to commit those. 2007-10-05 16:07:22 +00:00
Gábor Hojtsy 74a431e79a by Eaton, dvessel and quicksketch: theme .info files should be able to override core and module CSS files based on file basenames 2007-10-05 14:50:25 +00:00
Dries Buytaert 39706e3c51 - Patch by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes. 2007-10-05 14:43:26 +00:00
Gábor Hojtsy 25465ee76e by chx and bennybobw: hidden profile fields cannot be required and cannot be put on the registration form, so we needed warnings on the editing form to not let admins save forms set with these combinations. 2007-10-05 13:26:53 +00:00
Gábor Hojtsy 0e04fbd43d by pwolanin: block and page cache should be cleaned when a menu item is changed (saved, deleted) or the menu router is rebuilt 2007-10-05 13:17:09 +00:00
Gábor Hojtsy 00c8725480 by Eaton: add the preview build mode flag prior to hook_form() being called 2007-10-05 13:14:04 +00:00
Gábor Hojtsy 1800ea94bf follow up patch by chx: two caes, where the external link property should have been specified 2007-10-05 13:11:19 +00:00
Gábor Hojtsy 272a97acb8 follow up patch by scor: fix two form menu callbacks 2007-10-05 12:57:20 +00:00
Gábor Hojtsy b217d4da9a by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page. (part 2) 2007-10-05 09:36:52 +00:00
Gábor Hojtsy 31b73898af by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page. 2007-10-05 09:35:09 +00:00
Gábor Hojtsy 560bd06f3b by merlinofchaos: proper style and script inheritance between themes more then two levels deep in the hierarchy 2007-10-04 18:51:04 +00:00
Gábor Hojtsy 071d4b010e by hunmonk: do not try to display the comment addition form at th end of comments, if we are already on the page, so it is displayed anyway 2007-10-03 17:59:50 +00:00
Dries Buytaert 5686eea147 - Patch by yched et al: node.changed not updated on mass operations. 2007-10-03 17:35:22 +00:00
Gábor Hojtsy 0dfdbac88f by webchick: use drupal_get_private_key() instead of directly retrieving the drupal_private_key variable in update module, so we can ensure a proper private key is generated 2007-10-03 13:35:15 +00:00
Gábor Hojtsy ba9a73bed7 by bjaspan: more accurate wording for database update status report 2007-10-03 13:19:19 +00:00
Gábor Hojtsy 35c0e44330 by chx: only anonymous users should have permission to visit user/login, so this menu item is automatically hidden when a user is logged in 2007-10-03 13:01:04 +00:00
Dries Buytaert d2d93b4bd3 - Patch by scor: fixed code style issues. 2007-10-02 16:19:23 +00:00
Dries Buytaert 4bb5080ebe - Patch by moshe, eaton, bjaspan, nedjo, yched, et al: missing feature from schema API: load/save records based upon schema. 2007-10-02 16:15:56 +00:00
Dries Buytaert c389c90529 - Patch by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. 2007-10-02 16:03:17 +00:00
Dries Buytaert ec75cf33fd - Rollback of patch : according to Steven it is silly. Let's have a better look at it. 2007-10-02 12:10:40 +00:00
Dries Buytaert 55cc439990 - Patch by chx: properly delete watchdog messages captured by the dblog.module. 2007-10-02 07:05:43 +00:00
Dries Buytaert 1deae85075 - Patch by hass et al: remove IE hacks that break the compressor. 2007-10-02 07:02:48 +00:00
Gábor Hojtsy a0ae940483 by jjeff: (usability) include role name in permission checkbox tooltips 2007-10-01 09:04:54 +00:00
Gábor Hojtsy 0a69b04870 by chx: the search block form might not be available on the search page itself, so that target was not right for search block form submissions 2007-10-01 08:50:36 +00:00
Gábor Hojtsy a966c326be by nancyw and Freso: variable search_cron_limit was not removed on search uninstall 2007-09-29 08:08:59 +00:00
Gábor Hojtsy ebfbaa3fda by myself: language code regular experssion was too greedy for simple langcode.po names 2007-09-28 18:11:27 +00:00
Gábor Hojtsy b03af772d7 by webernet: fix notices when editing comments and also fix a moderation bug along the way 2007-09-28 17:15:04 +00:00
Gábor Hojtsy ac43420be3 by pwolanin and webchick: autogenerate log message for book page changes when made from the outline view (ie. node title or weight can be changed and is now in the log message) 2007-09-28 15:44:13 +00:00
Dries Buytaert 3b5f2d8ebe - Patch by tangent: line break filter operates on object element. 2007-09-28 08:09:25 +00:00
Gábor Hojtsy fc79722b39 by bdragon and chx: GET query and fragment information were not possible to define in menu links 2007-09-27 16:59:54 +00:00
Gábor Hojtsy 74def328c8 by Heine and pwolanin: proper field type placeholders in IN() queries, setting a best practice to avoid vulnerabilities 2007-09-27 16:52:00 +00:00
Gábor Hojtsy b5b6b32e36 by John Morahan: first time, the default admin theme name is '0', so block initialization gives warnings. Avoid this initialization until we have a theme selected 2007-09-27 13:12:26 +00:00
Gábor Hojtsy 5d5b285dde by webernet: fix noticed in node module when a user has no adminiter nodes permission 2007-09-27 12:56:04 +00:00
Gábor Hojtsy 5566f740ac by Freso: fix parse error introduced in 2007-09-26 20:01:17 +00:00
Dries Buytaert be091880f4 - Patch by chx: remove the auto_increment. 2007-09-26 18:31:34 +00:00
Dries Buytaert 9a0cbf62e1 - Patch by mooffie: hook_link is called by the wrong parameters. Fixed disconnect between node_view() and hook_link(). 2007-09-26 18:22:34 +00:00
Dries Buytaert fbde117dd6 - Patch by pwoladin: fixed db problem and added extra validation. 2007-09-26 18:19:22 +00:00
Gábor Hojtsy 5d1c888949 by hswong3i: the range query in node_update_index() used more arguments the placeholders 2007-09-25 15:05:01 +00:00
Gábor Hojtsy 6cf4f6b1ce by jjeff: search indexing did not invoke the nodeapi alter hook, so what the user seen and what was indexed was different 2007-09-25 15:02:11 +00:00
Gábor Hojtsy cd517f16e9 by chx: use path=/ in PHP comment settings cookie creation, so cookies set around the site are available in other 'directories' 2007-09-25 14:58:43 +00:00
Gábor Hojtsy 6143f13c41 by chx: enforce site user account creation policy in openid module too 2007-09-25 14:52:55 +00:00
Gábor Hojtsy 1f5ea29689 follow up patch by pwolanin: fix NOTICE in taxonomy_term_count_nodes 2007-09-25 14:44:50 +00:00
Gábor Hojtsy 12f771d565 by chx: array_filter for book admin settings form, which is required based on http://lists.drupal.org/pipermail/development/2006-September/019917.html 2007-09-25 12:50:34 +00:00
Gábor Hojtsy de1c51958c by chx: not all node type have body labels, so this might not be set 2007-09-25 12:07:14 +00:00
Gábor Hojtsy a8d2453b17 by chx: admin/content has items with comment, feed, etc management, so a node admin permission should not be required to visit it 2007-09-25 11:49:37 +00:00
Gábor Hojtsy 21698d2bf1 by walkah: always display 'cancel openid login' link, even if the login trial did not succeed 2007-09-25 11:42:44 +00:00
Gábor Hojtsy 206d652a82 by Rowanw: usability - reword menu item deletion checkbox label 2007-09-20 08:41:33 +00:00
Gábor Hojtsy cc8d47a9f1 : JirkaRybka: two queries were missing curly braces in system.install 2007-09-20 08:37:22 +00:00
Gábor Hojtsy 012686ea09 by chx: usability - add pager to taxonomy form, which makes this usable for freetagging vocabularies 2007-09-19 19:02:57 +00:00
Gábor Hojtsy 6583ac5aee by Desbeers: fix numerous issues around node submission dates and content editing 2007-09-19 18:11:08 +00:00
Gábor Hojtsy 310dbd432e follow up patch by pwolanin: fix user path access, which was broken by the user module split 2007-09-19 18:00:52 +00:00
Gábor Hojtsy 44697397b7 by pwolanin: fix filter format addition page and add proper titles for filter configuration tabs 2007-09-17 09:16:48 +00:00
Gábor Hojtsy 6da81e1f3f by dvessel: fix account specific theme selection form 2007-09-17 08:06:52 +00:00
Gábor Hojtsy 9c2f47eafd Back to devopment version, now that we have the beta 1 tagged and released 2007-09-15 07:33:46 +00:00
Gábor Hojtsy 86a6cd4ef3 Marking code as beta 1 in preparation of the first beta release of Drupal 6, also add back E_NOTICE removal for the release. 2007-09-14 20:08:59 +00:00
Gábor Hojtsy 75f0eb8e89 by JirkaRybka: fix help text about textgroups, rewording a misleading example 2007-09-14 18:05:33 +00:00
Gábor Hojtsy c3972cf506 by bjaspan and chx: serial columns need their keys defined in db_change_field() and friends in MySQL 2007-09-14 17:46:32 +00:00
Gábor Hojtsy 439942db98 by mvc: redirect registered users back to the front page if admin approval is required, so their user account page is not directly accessible after registration 2007-09-14 17:38:08 +00:00
Dries Buytaert eb618ffb75 - Patch by Crell: split filter module. 2007-09-14 12:17:58 +00:00
Dries Buytaert c80f739782 - Patch by douggreen: don't enable modules that depend on incompabitlbe modules. 2007-09-14 12:16:55 +00:00
Dries Buytaert 75468bd08f - Patch by matt and telcontar: improved documentation for the html input filter. 2007-09-14 11:48:41 +00:00
Gábor Hojtsy 922bf65fef follow up patch by webernet: the profile table might not exist, so we need to check for its existance before updating it 2007-09-14 09:43:13 +00:00
Gábor Hojtsy c3ef96b8b0 by peterx, webchick and Freso@freso.dk: WAI AA comformant title for read more links, ie. we are not repeating the same text but include meaningful information 2007-09-14 09:37:29 +00:00
Gábor Hojtsy 6bb5c304f3 by kkaefer: properly translatable filter dropdown elements on user admin page 2007-09-13 09:51:11 +00:00
Gábor Hojtsy a5adbe4636 by dvessel: tplify aggregator module, make more stuff themeable 2007-09-13 08:02:38 +00:00
Gábor Hojtsy eddb278a0a by pwolanin: Taxonomy term pages need proper titles 2007-09-13 07:54:27 +00:00
Gábor Hojtsy 21ac9f1917 by multiple contributors: update jQuery to 1.2 2007-09-12 18:29:32 +00:00
Gábor Hojtsy ffa1f6ef69 by kkaefer: improve wording of some menu messages, and add a missing format_plural() 2007-09-12 11:48:15 +00:00
Gábor Hojtsy 48d3efdbf8 by kkaefer and Frando@fresko.dk: make node filter status texts translatable 2007-09-12 11:39:38 +00:00
Gábor Hojtsy 2b8943667c by HedgeMage: add help page for openid module with short description of what does the module offer 2007-09-12 11:32:06 +00:00
Gábor Hojtsy 2ed2c5f9f9 by pwolanin and chx: fix schema inconsistencies between a fresh Drupal 6 install and a Drupal 5 upgraded to Drupal 6 2007-09-11 19:14:34 +00:00
Gábor Hojtsy f82029a2d9 by Crell: break up book module to improve performance 2007-09-11 17:35:58 +00:00
Gábor Hojtsy 281781a44f by chx: image column was not present in an aggregator_save_feed() query, but it does not have a default value, so we need to include it in the query 2007-09-11 17:28:44 +00:00
Gábor Hojtsy 5030ea40a5 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix) 2007-09-11 17:23:58 +00:00
Gábor Hojtsy ac7637bc9b by numerous contributors: Make the actions interface usable by mere mortals (including rename of actions.module to trigger, but keeping the actions themselfs).
Complete previous history of actions module:
 -  by jvandyk: added rewrite of the actions module!
 -  by Uwe: fixed typos.
 -  by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
2007-09-11 14:50:05 +00:00
Gábor Hojtsy f84f3a4a68 by dww: better presentation of manual check link in update module 2007-09-10 18:11:22 +00:00
Gábor Hojtsy e3daf88ec7 by Crell and dvessel: split user module (for performance reasons) 2007-09-10 13:14:38 +00:00
Gábor Hojtsy f0cb501c23 by chx: correct usage of drupal_mail() with actions 2007-09-10 09:28:28 +00:00
Gábor Hojtsy c4b02c1213 by Shiny: move JOIN condition to ON clause in forum_nodeapi, so our SQL is standards compatible 2007-09-10 08:06:59 +00:00
Gábor Hojtsy ea0f102c21 by kkaefer: send user notification email after the user object is updated 2007-09-09 20:21:02 +00:00
Gábor Hojtsy bfe2229b53 by pwolanin: fix E_ALL NOTICEs with some taxonomy module queries 2007-09-09 20:16:09 +00:00
Gábor Hojtsy e1022123bb by Desbeers: when creating a new node, default values are inserted into the object on preview, overwriting existing user provided values 2007-09-09 19:52:29 +00:00
Gábor Hojtsy 4a347be7ed corrective fix: there were two uses of the ip variable, so revert to the original patch 2007-09-08 13:57:22 +00:00
Dries Buytaert 15b52931a2 - Patch by killes: missing ip_address(). Slightly modified by me. 2007-09-08 08:57:26 +00:00
Gábor Hojtsy fde6b84e1f by catch: only suggest caching for production sites, so people developing their web sites can do so without nasty surprises 2007-09-07 12:45:28 +00:00
Gábor Hojtsy 3ffae10598 by drewish: actually remove files when the delete check box is checked 2007-09-06 15:31:48 +00:00
Gábor Hojtsy 817f980914 by drewish: mark previously uploaded files as permanent, so they will not be deleted after an upgrade 2007-09-06 13:13:08 +00:00
Gábor Hojtsy b3d3e39c47 by dvessel: fix hidden textareas in Opera and remove gap between textarea and grippie in Firefox/Safari 2007-09-06 13:06:13 +00:00
Gábor Hojtsy f2448fe718 by makara and blakehall: fix incorrect table name alias in taxonomy_select_nodes() 2007-09-06 13:03:18 +00:00
Gábor Hojtsy 9307321817 by pwolanin: set active menu item on 403/404 pages (and on the user page) 2007-09-06 12:47:20 +00:00
Gábor Hojtsy c3685d60f7 by dmitrig01: fix notices when contact page is called, but contact module is not configured yet 2007-09-06 12:42:50 +00:00
Gábor Hojtsy ab952ffb4d by doq: do not trim URLs is the added ellipses would result in a longer link title then the original URL itself 2007-09-06 12:40:47 +00:00
Gábor Hojtsy 67e5859a7f by ChrisKennedy: fix 8 E_ALL issues in comment module and fix approval queue 2007-09-06 12:21:39 +00:00
Gábor Hojtsy e3ad7751a3 by dvessel: block theme file name suggestion for poll nodes 2007-09-06 12:18:01 +00:00
Dries Buytaert 73bcf5f0f4 - Patch by webernet: code style fixes. 2007-09-05 18:24:25 +00:00
Dries Buytaert b0493c003c - Patch by dvessel: fixed E_NOTICE. 2007-09-05 18:11:27 +00:00
Dries Buytaert eb5e19f0c6 - Patch by webernet: missing {} in SQL query. 2007-09-05 18:09:49 +00:00
Dries Buytaert ab1715750a - Patch by webernet: code style cleanup. 2007-09-05 08:42:02 +00:00
Dries Buytaert f655adcf97 - Patch by Crell and dvessel: split up search module. 2007-09-05 08:39:57 +00:00
Dries Buytaert 72f9a97681 - Patch by chx: node search does not support revisioned terms. 2007-09-05 08:35:14 +00:00
Dries Buytaert e0c1342316 - Patch by Crell: split poll module. 2007-09-05 08:33:16 +00:00
Dries Buytaert 53818e811e - Patch by Crell: split up aggregator module. 2007-09-05 08:31:48 +00:00
Dries Buytaert 531b45d045 - Patch by chx and fresco: fixed the leave shadow copy functionality. 2007-09-05 08:27:57 +00:00
Dries Buytaert 2db2c039fb - Patch by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
Dries Buytaert 957997516d - Patch by webchick and chx: path 'user' returns 403 2007-09-04 14:37:48 +00:00
Dries Buytaert 51c2ab2e30 - Patch by chx, webchick, crell et all: fixed various aggregator related problems. 2007-09-03 16:59:53 +00:00
Gábor Hojtsy 6fa344f5b1 by chx: fix user id problems on mysql, when inserting the first two special users 2007-09-03 14:13:58 +00:00
Gábor Hojtsy b5331d0859 by JirkaRybka: store version usage information for every source string, optimize caching and prune the initially unused strings 2007-09-02 15:19:16 +00:00
Gábor Hojtsy e310d9e4a4 by various people: actually point new anchors to the page the first new comment is displayed (in a multipage comment view) 2007-09-02 14:56:18 +00:00
Gábor Hojtsy 1b658ae850 by yched: batch support for node access table rebuilding 2007-09-02 14:42:30 +00:00
Gábor Hojtsy 0c8a7c0de7 by chx: do not let form caching prevent file uploads 2007-09-02 14:26:26 +00:00
Gábor Hojtsy 85735002c3 by chx: watchdog was already renamed dblog, fix leftovers 2007-09-02 12:53:50 +00:00
Gábor Hojtsy 1e04b134f4 by webchick: proper default value for user roles (radios need an int, not an array) 2007-09-02 12:46:21 +00:00
Gábor Hojtsy 94c4e03548 by chx: new content types should not overwrite old ones 2007-09-02 12:36:14 +00:00
Gábor Hojtsy 3d6b273206 by chx: a notice and missing form API conversions in user module 2007-09-02 12:24:49 +00:00
Gábor Hojtsy dd3bb47dac by chx, webernet and pwolanin: fix system admin menus if admin menu was moved from the default location 2007-09-01 14:41:21 +00:00
Gábor Hojtsy 0fd16236ef by JirkaRybka: fix several issues with locales
- make searches work again, better worded
 - do not cache English stuff
 - fix strike through on string seek page
 - fix exports for translations
2007-09-01 12:50:47 +00:00
Gábor Hojtsy f7f316cd01 by hswong3i: create the variables table early, to make some DB driver writing a happier process 2007-09-01 07:11:00 +00:00
Gábor Hojtsy c07305d060 by dvessel: add semicolons, so the JS aggregator works 2007-09-01 07:08:11 +00:00