summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #179820 by hass: properly transparent RTL gif for collapsed menu items (also ↵Gábor Hojtsy2007-10-01
| | | | smaller in size)
* #179578 by pwolanin: multiple menu links to the same node were not shown ↵Gábor Hojtsy2007-10-01
| | | | (but were stored)
* #179474 by JirkaRybka and pwolanin: proper depth counting for menu tabs when ↵Gábor Hojtsy2007-10-01
| | | | parents are missing inbetween
* #178999 by sammys: register header(Location) as a shutdown function in ↵Gábor Hojtsy2007-10-01
| | | | drupal_goto() so the redirection takes place after the session data was written to the database
* #179510 by jjeff: (usability) include role name in permission checkbox tooltipsGábor Hojtsy2007-10-01
|
* #104662 by chx: the search block form might not be available on the search ↵Gábor Hojtsy2007-10-01
| | | | page itself, so that target was not right for search block form submissions
* #179475 by JirkaRybka: fix code comments on menu_local_tasks()Gábor Hojtsy2007-09-29
|
* #160603 by nancyw and Freso: variable search_cron_limit was not removed on ↵Gábor Hojtsy2007-09-29
| | | | search uninstall
* #179234 by myself: language code regular experssion was too greedy for ↵Gábor Hojtsy2007-09-28
| | | | simple langcode.po names
* #174233 by webernet: fix notices when editing comments and also fix a ↵Gábor Hojtsy2007-09-28
| | | | moderation bug along the way
* #86857 by pwolanin and webchick: autogenerate log message for book page ↵Gábor Hojtsy2007-09-28
| | | | changes when made from the outline view (ie. node title or weight can be changed and is now in the log message)
* #176141 by yched and myself: only print install page layout, if there is ↵Gábor Hojtsy2007-09-28
| | | | some output to send to the user. If JSON output is generated, it is already printed and should not be themed with HTML.
* #148084 by yhager: two missing images from the RTL pushbutton support file ↵Gábor Hojtsy2007-09-28
| | | | set (while the RTL sheets are still in development)
* - Patch #179244 by tangent: line break filter operates on object element.Dries Buytaert2007-09-28
|
* #168620 by hass: remove extraneous @charset rules from the compressed CSS ↵Gábor Hojtsy2007-09-27
| | | | files, because Safari chokes on them. Actual testing was done at #150759
* #90570 by bdragon and chx: GET query and fragment information were not ↵Gábor Hojtsy2007-09-27
| | | | possible to define in menu links
* #167284 by Heine and pwolanin: proper field type placeholders in IN() ↵Gábor Hojtsy2007-09-27
| | | | queries, setting a best practice to avoid vulnerabilities
* #158927 by John Morahan: first time, the default admin theme name is '0', so ↵Gábor Hojtsy2007-09-27
| | | | block initialization gives warnings. Avoid this initialization until we have a theme selected
* #174220 by webernet: fix noticed in node module when a user has no adminiter ↵Gábor Hojtsy2007-09-27
| | | | nodes permission
* #178890 by Freso: fix parse error introduced in #124979Gábor Hojtsy2007-09-26
|
* - Patch #124979 by chx: remove the auto_increment.Dries Buytaert2007-09-26
|
* - Patch #135926 by mooffie: hook_link is called by the wrong parameters. ↵Dries Buytaert2007-09-26
| | | | Fixed disconnect between node_view() and hook_link().
* - Patch #178650 by pwoladin: fixed db problem and added extra validation.Dries Buytaert2007-09-26
|
* - Patch #164330 by Crell et al: restore menu classes.Dries Buytaert2007-09-26
|
* #176222 by dmitrig01: update jquery from 1.2.0 to 1.2.1Gábor Hojtsy2007-09-26
|
* #145251 by chx: document that one needs to include the proper 'op' value in ↵Gábor Hojtsy2007-09-25
| | | | arrays passed to drupal_execute() to trigger the right action
* #177182 by hswong3i: the range query in node_update_index() used more ↵Gábor Hojtsy2007-09-25
| | | | arguments the placeholders
* #177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so ↵Gábor Hojtsy2007-09-25
| | | | what the user seen and what was indexed was different
* #177927 by chx: use path=/ in PHP comment settings cookie creation, so ↵Gábor Hojtsy2007-09-25
| | | | cookies set around the site are available in other 'directories'
* #177906 by douggreen: JavaScript cookie detection should use path=/ to avoid ↵Gábor Hojtsy2007-09-25
| | | | broken situations when run at a 'subdirectory'
* #154300 by chx: enforce site user account creation policy in openid module tooGábor Hojtsy2007-09-25
|
* #172977 follow up patch by pwolanin: fix NOTICE in taxonomy_term_count_nodesGábor Hojtsy2007-09-25
|
* #160043 by chx: array_filter for book admin settings form, which is required ↵Gábor Hojtsy2007-09-25
| | | | based on http://lists.drupal.org/pipermail/development/2006-September/019917.html
* #177421 by malex, Desbeers and chx: proper value of mission statement ↵Gábor Hojtsy2007-09-25
| | | | variable for themes
* #159474 by chx: destination file name should be used in help text, not ↵Gábor Hojtsy2007-09-25
| | | | source file name, which is not available even
* #176367 by chx: not all node type have body labels, so this might not be setGábor Hojtsy2007-09-25
|
* #177654 by chx: admin/content has items with comment, feed, etc management, ↵Gábor Hojtsy2007-09-25
| | | | so a node admin permission should not be required to visit it
* #177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL codeGábor Hojtsy2007-09-25
|
* #176092 by walkah: always display 'cancel openid login' link, even if the ↵Gábor Hojtsy2007-09-25
| | | | login trial did not succeed
* #177529 by chx: if no checkbox was selected, we still need an empty array()Gábor Hojtsy2007-09-25
|
* #162276 by Rowanw: usability - reword menu item deletion checkbox labelGábor Hojtsy2007-09-20
|
* #176429: JirkaRybka: two queries were missing curly braces in system.installGábor Hojtsy2007-09-20
|
* #173494 by scor: removing a strange string concatenation from common.incGábor Hojtsy2007-09-20
|
* #176081 by John Morahan and Freso@freso.dk: fix notices in chameleonGábor Hojtsy2007-09-19
|
* #141470 by chx: usability - add pager to taxonomy form, which makes this ↵Gábor Hojtsy2007-09-19
| | | | usable for freetagging vocabularies
* #175743 by Desbeers: fix numerous issues around node submission dates and ↵Gábor Hojtsy2007-09-19
| | | | content editing
* #172765 follow up patch by pwolanin: fix user path access, which was broken ↵Gábor Hojtsy2007-09-19
| | | | by the user module split
* #176295 by myself: simplify Minnelli RTL CSSGábor Hojtsy2007-09-17
|
* #176295 by myself: right to left display support for the Minnelli themeGábor Hojtsy2007-09-17
|
* #176084 by Stefan Nantegaal and dvessel: fix notices in theme.inc, when ↵Gábor Hojtsy2007-09-17
| | | | specific sidebars are not set