summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #157752 by quicksketch: extend AHAH functionality to most types of form ↵Gábor Hojtsy2007-10-05
| | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page.
* #180389 by merlinofchaos: add hook_theme_registry_alter() for devel module ↵Gábor Hojtsy2007-10-04
| | | | and friends to alter and get access to the theme registry
* #180877 by Arancaytar: drupal_write_record() was not prefixing tables ↵Gábor Hojtsy2007-10-04
| | | | properly because PHP string parsing behavior
* #178973 by merlinofchaos: proper style and script inheritance between themes ↵Gábor Hojtsy2007-10-04
| | | | more then two levels deep in the hierarchy
* #171461 by chx, ejhildreth and dvessel: empty tbody fails validationGábor Hojtsy2007-10-04
|
* #180559 by hunmonk: do not try to display the comment addition form at th ↵Gábor Hojtsy2007-10-03
| | | | end of comments, if we are already on the page, so it is displayed anyway
* - Patch #164510 by yched et al: node.changed not updated on mass operations.Dries Buytaert2007-10-03
|
* - Patch #180399 by merlinofchaos: add merlinofchaos and dvessel to theme ↵Dries Buytaert2007-10-03
| | | | system maintainers list.
* #178892 by webchick: use drupal_get_private_key() instead of directly ↵Gábor Hojtsy2007-10-03
| | | | retrieving the drupal_private_key variable in update module, so we can ensure a proper private key is generated
* #180338 by bjaspan: more accurate wording for database update status reportGábor Hojtsy2007-10-03
|
* #179695 by chx: only anonymous users should have permission to visit ↵Gábor Hojtsy2007-10-03
| | | | user/login, so this menu item is automatically hidden when a user is logged in
* #180267 by hass: menu-collapsed-rtl.gif in Minnelli should be copied with ↵Gábor Hojtsy2007-10-02
| | | | the other images when color changes are made
* #180265 by hass: menu-collapsed-rtl.gif in Garland should be copied with the ↵Gábor Hojtsy2007-10-02
| | | | other images when color changes are made
* - Patch #173486 by scor: fixed code style issues.Dries Buytaert2007-10-02
|
* - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵Dries Buytaert2007-10-02
| | | | feature from schema API: load/save records based upon schema.
* - Patch #144634 by chx: fixed critical bug that prevented language ↵Dries Buytaert2007-10-02
| | | | negotiation to work after/when drupal_goto() is called.
* - Rollback of patch #139117: according to Steven it is silly. Let's have a ↵Dries Buytaert2007-10-02
| | | | better look at it.
* #176805 by dww: conditional linking to dblog pages in update.php, so if the ↵Gábor Hojtsy2007-10-02
| | | | module is not enabled, we don't get broken links
* - Patch #179937 by quicksketch: made the table header magic more robust. ↵Dries Buytaert2007-10-02
| | | | When a table disappears from the HTML, an error would otherwise be thrown.
* - Patch #178044 by chx: properly delete watchdog messages captured by the ↵Dries Buytaert2007-10-02
| | | | dblog.module.
* - Patch #139117 by hass et al: remove IE hacks that break the compressor.Dries Buytaert2007-10-02
|
* #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'