Commit Graph

8117 Commits (a64e5f38d1d662756ce9190db028773c7f90ddff)

Author SHA1 Message Date
Gábor Hojtsy a64e5f38d1 #195083 by Rowanw and keith.smith: menu items are not displayed on the main menu page anymore; update help text 2007-12-13 10:34:07 +00:00
Gábor Hojtsy 72773890fb #200334 by kkaefer: update bluemarine, chameleon and marvin themes with the current 3d Druplicon, instead of the old 2d one 2007-12-13 10:30:02 +00:00
Gábor Hojtsy b0007cdd09 #197641 by quicksketch and myself: fix drag and drop RTL issues (connector line facing and drag directions) 2007-12-13 10:14:18 +00:00
Gábor Hojtsy c6d841c096 #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc 2007-12-13 09:34:40 +00:00
Gábor Hojtsy 2325fd5105 #199654 by yched: stale schema cache was used when a schema cache refresh was requested 2007-12-12 14:54:27 +00:00
Gábor Hojtsy 96668d576c #195169 (actually a fix to #199161) by bjaspan: do not rely on buggy MySQL behavior of assuming empty default value for NOT NULL columns, fixing poll submission on PostgreSQL 2007-12-11 14:31:12 +00:00
Gábor Hojtsy 8028bc2e76 #196953 by JirkaRybka: add target attribute to 'read more' links generated to RSS feed teasers for RSS reader usability 2007-12-11 12:42:37 +00:00
Gábor Hojtsy 3d22fe4357 #199084 by chx: better conformance with ISO date formats in our xmlrpc code 2007-12-11 12:32:33 +00:00
Gábor Hojtsy 6b5364a856 #199191 by Nick Lewis, Lynn: (usability) include the enabled checkbox directly on the menu item editing page too 2007-12-11 12:17:58 +00:00
Gábor Hojtsy acea23e9fe #116726 by Pancho: (usability) standardize on '@type %title' usage in node feedback messages 2007-12-11 12:13:39 +00:00
Gábor Hojtsy b8264306fc #176282 by Desbeers: forum taxonomy was required for non-forum node types, when enabled for forum inclusion 2007-12-11 10:52:01 +00:00
Gábor Hojtsy c073e88c56 #199640 by webernet: (usability) add option to select no taxonomy term in multiselect forms, not to rely on browser trickery 2007-12-10 21:54:10 +00:00
Gábor Hojtsy a4a592dd06 #198579 follow up by webernet: a small coding style fix 2007-12-10 18:16:19 +00:00
Gábor Hojtsy 680b99fcba #198187 by mcarbone: resolve conflicts of n.uid and r.uid, so the node author uid takes precedence over the revision uid 2007-12-10 10:52:52 +00:00
Gábor Hojtsy 18dfcb30ed #199016 by blackdog, slightly modified: default_category variable was not set in category form builder 2007-12-10 10:38:00 +00:00
Gábor Hojtsy 3355267c3b #188908 by JirkaRybka, documentation added: empty feeds resulted in feeds with all nodes instead 2007-12-10 10:29:19 +00:00
Gábor Hojtsy ad397fc1e4 #198231 by Alex UA and JirkaRybka: profile module had a parse error in PHP 4 and there was a weighting error with form elements 2007-12-09 13:03:01 +00:00
Gábor Hojtsy a33b43386d #176003 by yched, KarenS, dvessel: put module installs into a batch, solving the following issues:
- possible timeouts with installing/enabling lots of modules at once in core
 - enable install profiles to have more modules without fear of timeouts on install
 - bootstrap Drupal before each module load, so previously enabled modules are bootstrapped
 - let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch)
2007-12-08 15:15:25 +00:00
Gábor Hojtsy 5622bce2d5 #198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy aaaf8f572d #198620 by yched: a tiny bit of optimization in menu_router_rebuild(); do not try to use the cache when resetting is asked 2007-12-07 18:24:55 +00:00
Gábor Hojtsy 9a971410df #198332 by catch: cache clear button was named 'cache' accidentally, but this conflicts with the 'cache' setting, so renames to 'clear' 2007-12-07 16:53:57 +00:00
Gábor Hojtsy 83e77b3735 #198461 by chx: use a simple subquery instead of iterating through all nodes and updating the term_node table one-by-one, which easily caused a timeout on sites with lots of term-node associations 2007-12-07 11:55:13 +00:00
Gábor Hojtsy 5d8cf1b865 #113607 by Steven, chx, hass, catch and dvessel: proper inclusion of style sheets when/where @import is used 2007-12-07 11:14:05 +00:00
Gábor Hojtsy 914ccb6f03 Neither of the optimnization checkboxes were selected on the performance page, due to data type mismatch. Noticed while testing #113607. 2007-12-07 10:46:49 +00:00
Gábor Hojtsy 81ed7e4987 #198664 by mooffie: blockquote was misused in the php module help example, use a list instead 2007-12-07 10:32:12 +00:00
Gábor Hojtsy 7b38b291b4 #198440 by davideads: provide the user object to all templates 2007-12-07 10:14:03 +00:00
Gábor Hojtsy cd8afc2be1 #196043 by chx: menu items saved in the update but broken on the new system (due to coming from disabled or old modules) were not possible to delete 2007-12-06 21:35:14 +00:00
Gábor Hojtsy ccf72e9417 #197386 follow up by JirkaRybka: tiny coding style issue 2007-12-06 21:02:57 +00:00
Gábor Hojtsy 490386721d #197385 by chx and catch: the menu system stores only non-aliased paths, so alert users to this, when they try to save aliased paths 2007-12-06 10:37:47 +00:00
Gábor Hojtsy e3ce199fc2 #198321 by ulhume: recent security update had the arguments order wrong in db_query_range() 2007-12-06 10:20:07 +00:00
Gábor Hojtsy d83289f857 #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions 2007-12-06 09:58:34 +00:00
Gábor Hojtsy baf6910cc1 #198218 by fractile81 and catch: two missing semicolons in tabledrag.js 2007-12-06 09:53:53 +00:00
Gábor Hojtsy 9c15411393 #194320 by Lynn: search block default value was array() when an empty string was intended 2007-12-06 09:51:01 +00:00
Gábor Hojtsy 57cedbb56d Back to 6.0-dev 2007-12-05 21:31:59 +00:00
Gábor Hojtsy aa6f1c8315 Drupal 6.0 beta 4 2007-12-05 21:18:29 +00:00
Gábor Hojtsy afe3f4318d security fixes forward ported from Drupal 5.2 - previously not committed parts of http://drupal.org/cvs?commit=74833 2007-12-05 19:12:59 +00:00
Gábor Hojtsy bc0d7cb369 XSS fixes forward ported from Drupal 5.1 - previously not committed parts of http://drupal.org/cvs?commit=53675 2007-12-05 18:13:03 +00:00
Gábor Hojtsy 36d18330ad #175127 by keith.smith: better and more translator friendly help text 2007-12-05 16:51:30 +00:00
Gábor Hojtsy 5bb6927e18 #196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes 2007-12-05 16:34:07 +00:00
Gábor Hojtsy c99dd5c206 #186242 by douggreen: ignore AND in search, as it is the default behavior and inform the user when a lower case 'or' is used that 'OR' should be used as an operator 2007-12-05 12:38:03 +00:00
Gábor Hojtsy 28a4df6b38 another go at #181582 (same patch as before), now that maintenance theming allows us to use Minnelli properly in updates and installs even with .info file based inheritance 2007-12-04 20:58:44 +00:00
Gábor Hojtsy e90c16ee9a #190164 by John Morahan: user_autocomplete returns JSON, not a pipe delimited list 2007-12-04 18:34:44 +00:00
Gábor Hojtsy 7177227536 #197500 reported by webernet, patch by myself and chx: instead of calling into the Drupal API with _block_rehash(), implement what we need from that right there in system_update_6027 2007-12-04 16:39:22 +00:00
Gábor Hojtsy e16be08d55 #195781 by keith.smith: improve aggregator help text 2007-12-04 16:34:27 +00:00
Gábor Hojtsy d29a48802e The indentation div used in drag and drop was also not RTL friendly positioned. Noted by Steven Wittens, fix by myself. 2007-12-04 10:52:16 +00:00
Gábor Hojtsy 3fb6f14a5a #197267 by ufku: fix copy-pasted incorrect documentation on two file functions 2007-12-03 09:02:37 +00:00
Gábor Hojtsy 80e26c14af Table drag handler was not properly positioned in RTL themes. Note by Steven Wittens, patch by myself. 2007-12-03 08:40:38 +00:00
Gábor Hojtsy 197d82fb8d #188498 follow up by pwolanin: using double quotes in pgsql queries is not possible 2007-12-03 08:20:56 +00:00
Gábor Hojtsy 80f533d307 #184968 by chx and myself: confirm forms for node revision and delete forms (avoiding CSRF) 2007-12-03 07:45:15 +00:00
Gábor Hojtsy 8f2be548b3 #196775 by dww: constant name typo caused Drupal to not inform people properly when a stale version of Drupal core was running 2007-12-02 16:43:59 +00:00