summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #172453 by webchick: proper default value for user roles (radios need an ↵Gábor Hojtsy2007-09-02
| | | | int, not an array)
* #172447 by add1sun: include a link to the front page of the site on the ↵Gábor Hojtsy2007-09-02
| | | | 'already installed' page
* #115689 by chx: new content types should not overwrite old onesGábor Hojtsy2007-09-02
|
* #172455 by chx: a notice and missing form API conversions in user moduleGábor Hojtsy2007-09-02
|
* #159527 by chx, webernet and pwolanin: fix system admin menus if admin menu ↵Gábor Hojtsy2007-09-01
| | | | was moved from the default location
* #172194 by ax: html to text was not picking up href values if not being the ↵Gábor Hojtsy2007-09-01
| | | | last argument
* #171562 by JirkaRybka: fix several issues with localesGábor Hojtsy2007-09-01
| | | | | | | - make searches work again, better worded - do not cache English stuff - fix strike through on string seek page - fix exports for translations
* #160395 follow up patch by dvessel: fix array initializationGábor Hojtsy2007-09-01
|
* #165957 by hswong3i: create the variables table early, to make some DB ↵Gábor Hojtsy2007-09-01
| | | | driver writing a happier process
* #172149 by dvessel: add semicolons, so the JS aggregator worksGábor Hojtsy2007-09-01
|
* - Patch #170224 by momendo, dvessel, dmitrig01 et al: upgrade jQuery to 1.1.4.Dries Buytaert2007-09-01
|
* #170546 by ChrisKennedy: fix 7 E_ALL notices in profile moduleGábor Hojtsy2007-09-01
|
* - Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a ↵Dries Buytaert2007-09-01
| | | | patch spree ...
* - Patch #160395 by dvessel and merlinofchaos: allow theme engine to register ↵Dries Buytaert2007-09-01
| | | | theme variable functions.
* - Patch #159936 by dvessel: tpl-ify block module.Dries Buytaert2007-09-01
|
* - Patch #162202 by dvessel: fixed CSS problems in Opera.Dries Buytaert2007-09-01
|
* - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.Dries Buytaert2007-08-30
|
* - Patch #132369 by dmitrig01 and simplymenotu: fixed various E_NOTICE problems.Dries Buytaert2007-08-30
|
* - Patch #164351 by chx and dvessel: theming the search form was broken.Dries Buytaert2007-08-30
|
* - Removing whitespace.Dries Buytaert2007-08-30
|
* - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.Dries Buytaert2007-08-30
|
* - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.Dries Buytaert2007-08-30
|
* #53905 by fax8, Gurpartap Singh and dvessel: give meaningful names to term ↵Gábor Hojtsy2007-08-30
| | | | variables in forum templates and add unique IDs for easier themeing
* #171866 by kkaefer and dvessel: prevent the tableheader script from running ↵Gábor Hojtsy2007-08-30
| | | | in IE less then v7, because of incompatibility
* #151782 by agentrickard: missing form_state in aggregator form functionsGábor Hojtsy2007-08-30
|
* #134307 by dww, Stefan Nantegaal and dvessel: fix table headers interaction ↵Gábor Hojtsy2007-08-30
| | | | with Safari, so the fieldset contents will not disappear
* #148973 by chx: actually insert an empty value for description, so it is not ↵Gábor Hojtsy2007-08-30
| | | | null, and does not cause a problem for postgres
* #170677 by chx: roll back poll data loading to the load operationGábor Hojtsy2007-08-30
|
* #170651 by pwolanin: slipt menu module into the module and an admin.inc for ↵Gábor Hojtsy2007-08-30
| | | | admin pages, to help performance
* #151868 by chx: avoid using array_shift() because it takes a lot of time to ↵Gábor Hojtsy2007-08-30
| | | | rehash the array, so indexing the array is more performant, then shifting items one by one
* #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME ↵Gábor Hojtsy2007-08-30
| | | | instead of PHP_SELF in links to avoid XSS holes
* #103391 follow up patch by bdragon: fix E_NOTICE by checking if href is setGábor Hojtsy2007-08-30
|
* #151394 by xqus and RobRoy: file.inc is required on maintanance pages for ↵Gábor Hojtsy2007-08-30
| | | | the JS aggregation
* #111127 rollback by chx, slightly extended: roll back node_load cache, it ↵Gábor Hojtsy2007-08-30
| | | | needs more thought and discussion, so postponed until at least Drupal 7
* #149567 follow up patch by webernet, slightly modified: update functions ↵Gábor Hojtsy2007-08-30
| | | | need to return an array
* #147657 follow up patch by drewish and bdragon: fixed coding style and a noticeGábor Hojtsy2007-08-29
|
* #147657 by chx: menu module update functionGábor Hojtsy2007-08-29
|
* #163679 by AjK and ChrisKennedy: fix node_configure_rebuild_confirm_submit() ↵Gábor Hojtsy2007-08-29
| | | | parameters
* #168812 by webchick and pwolanin: in case we have a database error, trace it ↵Gábor Hojtsy2007-08-29
| | | | back to the original database function call, so we can provide a more accurate error message for DB errors
* #161107 by fwalch and bragon: actually implement the missing forum_term_load ↵Gábor Hojtsy2007-08-29
| | | | to work behind the %forum_term menu item resolving calls
* #66595 by AjK: add a default title to the search box, which can be ↵Gábor Hojtsy2007-08-29
| | | | altered/styled out if needed
* #57676 by JohnAlbin et al: properly support theme engine and theme specific ↵Gábor Hojtsy2007-08-29
| | | | settings via a theme-settings.php file
* #149567 by chx and meba: set install_task variable to 'done' on update, so ↵Gábor Hojtsy2007-08-29
| | | | installer cannot be run on Drupal 6 on an upgraded site
* #170334 by JirkaRybka: allow @count to be used in singular format_plural() ↵Gábor Hojtsy2007-08-29
| | | | values too
* #156475 by Christoph C. Cemper and greggles: actually call the publish op on ↵Gábor Hojtsy2007-08-29
| | | | hook_comment when a comment is first (automatically) published
* #165343 by merlinofchaos and dvessel: include path history in theme ↵Gábor Hojtsy2007-08-29
| | | | discovery suggestions, so we find subtheme files properly
* #103391 by m3avrck, RobRoy and dvessel: cleanup active list item classesGábor Hojtsy2007-08-29
|
* #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵Gábor Hojtsy2007-08-29
| | | | actions.module is not turned on
* #171019 by pwolanin: do not exclude the primary and secondary links from the ↵Gábor Hojtsy2007-08-28
| | | | menu block list
* #170638 by JirkaRybka and chx: move update access variable to settings.php, ↵Gábor Hojtsy2007-08-28
| | | | so we can check whether it is wide open, and we have one place for settings