summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #200540 by theborg: fix node_make_unsticky_action() code comments and ↵Gábor Hojtsy2007-12-13
| | | | promote flag in node_unpromote_action()
* #152497 by JohnAlbin, bdragon, moshe weitzman, chx and myself: several user ↵Gábor Hojtsy2007-12-13
| | | | login tasks, such as session id regeneration were not performed in all cases, so centralize this
* #194010 by chx: Proper recursive dependency checking and ordering module ↵Gábor Hojtsy2007-12-13
| | | | installation in dependency order, so later installed modules can use previously installed module functionality
* #195083 by Rowanw and keith.smith: menu items are not displayed on the main ↵Gábor Hojtsy2007-12-13
| | | | menu page anymore; update help text
* #200334 by kkaefer: update bluemarine, chameleon and marvin themes with the ↵Gábor Hojtsy2007-12-13
| | | | current 3d Druplicon, instead of the old 2d one
* #197641 by quicksketch and myself: fix drag and drop RTL issues (connector ↵Gábor Hojtsy2007-12-13
| | | | line facing and drag directions)
* #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵Gábor Hojtsy2007-12-13
| | | | update to drag and drop functionality, drupal.module removal, etc
* #199654 by yched: stale schema cache was used when a schema cache refresh ↵Gábor Hojtsy2007-12-12
| | | | was requested
* #195169 (actually a fix to #199161) by bjaspan: do not rely on buggy MySQL ↵Gábor Hojtsy2007-12-11
| | | | behavior of assuming empty default value for NOT NULL columns, fixing poll submission on PostgreSQL
* #196953 by JirkaRybka: add target attribute to 'read more' links generated ↵Gábor Hojtsy2007-12-11
| | | | to RSS feed teasers for RSS reader usability
* #199084 by chx: better conformance with ISO date formats in our xmlrpc codeGábor Hojtsy2007-12-11
|
* #199191 by Nick Lewis, Lynn: (usability) include the enabled checkbox ↵Gábor Hojtsy2007-12-11
| | | | directly on the menu item editing page too
* #116726 by Pancho: (usability) standardize on '@type %title' usage in node ↵Gábor Hojtsy2007-12-11
| | | | feedback messages
* #176282 by Desbeers: forum taxonomy was required for non-forum node types, ↵Gábor Hojtsy2007-12-11
| | | | when enabled for forum inclusion
* #199640 by webernet: (usability) add option to select no taxonomy term in ↵Gábor Hojtsy2007-12-10
| | | | multiselect forms, not to rely on browser trickery
* #198579 follow up by webernet: a small coding style fixGábor Hojtsy2007-12-10
|
* #198187 by mcarbone: resolve conflicts of n.uid and r.uid, so the node ↵Gábor Hojtsy2007-12-10
| | | | author uid takes precedence over the revision uid
* #199016 by blackdog, slightly modified: default_category variable was not ↵Gábor Hojtsy2007-12-10
| | | | set in category form builder
* #188908 by JirkaRybka, documentation added: empty feeds resulted in feeds ↵Gábor Hojtsy2007-12-10
| | | | with all nodes instead
* #198231 by Alex UA and JirkaRybka: profile module had a parse error in PHP 4 ↵Gábor Hojtsy2007-12-09
| | | | and there was a weighting error with form elements
* #176003 by yched, KarenS, dvessel: put module installs into a batch, solving ↵Gábor Hojtsy2007-12-08
| | | | | | | | | 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)
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #198620 by yched: a tiny bit of optimization in menu_router_rebuild(); do ↵Gábor Hojtsy2007-12-07
| | | | not try to use the cache when resetting is asked
* #198332 by catch: cache clear button was named 'cache' accidentally, but ↵Gábor Hojtsy2007-12-07
| | | | this conflicts with the 'cache' setting, so renames to 'clear'
* #198461 by chx: use a simple subquery instead of iterating through all nodes ↵Gábor Hojtsy2007-12-07
| | | | and updating the term_node table one-by-one, which easily caused a timeout on sites with lots of term-node associations
* #113607 by Steven, chx, hass, catch and dvessel: proper inclusion of style ↵Gábor Hojtsy2007-12-07
| | | | sheets when/where @import is used
* Neither of the optimnization checkboxes were selected on the performance ↵Gábor Hojtsy2007-12-07
| | | | page, due to data type mismatch. Noticed while testing #113607.
* #198664 by mooffie: blockquote was misused in the php module help example, ↵Gábor Hojtsy2007-12-07
| | | | use a list instead
* #198440 by davideads: provide the user object to all templatesGábor Hojtsy2007-12-07
|
* #196043 by chx: menu items saved in the update but broken on the new system ↵Gábor Hojtsy2007-12-06
| | | | (due to coming from disabled or old modules) were not possible to delete
* #197386 follow up by JirkaRybka: tiny coding style issueGábor Hojtsy2007-12-06
|
* #197385 by chx and catch: the menu system stores only non-aliased paths, so ↵Gábor Hojtsy2007-12-06
| | | | alert users to this, when they try to save aliased paths
* #198321 by ulhume: recent security update had the arguments order wrong in ↵Gábor Hojtsy2007-12-06
| | | | db_query_range()
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* #198218 by fractile81 and catch: two missing semicolons in tabledrag.jsGábor Hojtsy2007-12-06
|
* #194320 by Lynn: search block default value was array() when an empty string ↵Gábor Hojtsy2007-12-06
| | | | was intended
* Back to 6.0-devGábor Hojtsy2007-12-05
|
* Drupal 6.0 beta 4Gábor Hojtsy2007-12-05
|
* security fixes forward ported from Drupal 5.2 - previously not committed ↵Gábor Hojtsy2007-12-05
| | | | parts of http://drupal.org/cvs?commit=74833
* XSS fixes forward ported from Drupal 5.1 - previously not committed parts of ↵Gábor Hojtsy2007-12-05
| | | | http://drupal.org/cvs?commit=53675
* #175127 by keith.smith: better and more translator friendly help textGábor Hojtsy2007-12-05
|
* #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵Gábor Hojtsy2007-12-05
| | | | fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
* #186242 by douggreen: ignore AND in search, as it is the default behavior ↵Gábor Hojtsy2007-12-05
| | | | and inform the user when a lower case 'or' is used that 'OR' should be used as an operator
* another go at #181582 (same patch as before), now that maintenance theming ↵Gábor Hojtsy2007-12-04
| | | | allows us to use Minnelli properly in updates and installs even with .info file based inheritance
* #190164 by John Morahan: user_autocomplete returns JSON, not a pipe ↵Gábor Hojtsy2007-12-04
| | | | delimited list
* #197500 reported by webernet, patch by myself and chx: instead of calling ↵Gábor Hojtsy2007-12-04
| | | | into the Drupal API with _block_rehash(), implement what we need from that right there in system_update_6027
* #195781 by keith.smith: improve aggregator help textGábor Hojtsy2007-12-04
|
* The indentation div used in drag and drop was also not RTL friendly ↵Gábor Hojtsy2007-12-04
| | | | positioned. Noted by Steven Wittens, fix by myself.
* #197267 by ufku: fix copy-pasted incorrect documentation on two file functionsGábor Hojtsy2007-12-03
|
* Table drag handler was not properly positioned in RTL themes. Note by Steven ↵Gábor Hojtsy2007-12-03
| | | | Wittens, patch by myself.