summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #160732 by JohnAlbin: fixed E_NOTICE in the installer.Dries Buytaert2007-07-20
|
* #160248 noticed by Rowanw, patch by myself: minor typo fix in choose ↵Gábor Hojtsy2007-07-18
| | | | language link
* - Patch #160263 by Rok Zlender: module_implements() refresh is not working.Dries Buytaert2007-07-18
|
* - Patch #159936 by dvessel: tpl-ified the block.module.Dries Buytaert2007-07-18
|
* #159804 by myself: closure should be filled last, so we have a predictable ↵Gábor Hojtsy2007-07-18
| | | | place to collect queries and strings used on the page
* #154469 follow up patch by pwolanin: fix parameter order in ↵Gábor Hojtsy2007-07-17
| | | | menu_tree_collect_node_links() call
* - Patch #153594 by profix898: usability: remove word 'settings' in blocks ↵Dries Buytaert2007-07-16
| | | | administration.
* - Patch #154469 by pwolanin: improve performance of access checks and add ↵Dries Buytaert2007-07-16
| | | | localized sorting.
* #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵Gábor Hojtsy2007-07-16
| | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
* #100636 by kkaefer, webchick and Arancaytar: more specific page titles for ↵Gábor Hojtsy2007-07-16
| | | | node creation and editing
* - Some massaging.Dries Buytaert2007-07-16
|
* - Patch #157709 by tangent: avoid namespace collisions.Dries Buytaert2007-07-16
|
* - Patch #159610 by Crell: performance improvement: split up block module.Dries Buytaert2007-07-16
|
* - Patch #159539 by pwolanin and Crell: split up contact module.Dries Buytaert2007-07-16
|
* - Pach #154216 by asimmonds and Rok Zlender: FormAPI date element broken.Dries Buytaert2007-07-16
|
* #159463 by hass (with phpdoc addition from myself): file_scan_directory() ↵Gábor Hojtsy2007-07-15
| | | | should not have a trailing slash in the dir parameter
* #156315 follow up patch by merlinofchaos: do not display profile chooser ↵Gábor Hojtsy2007-07-15
| | | | task if there is only one profile
* - Patch #156315 by merlinofchaos: usability improvement: remove the wall of ↵Dries Buytaert2007-07-15
| | | | text in the installer.
* - Rollback of patch #147947: lacks proper upgrade path.Dries Buytaert2007-07-15
|
* - Patch #57106 by Steven et al: future timestamps break search indexing.Dries Buytaert2007-07-15
|
* #159443: Update.php text out of date and difficult to follow.Steven Wittens2007-07-15
|
* - Patch #107822 by riccardoR: Content filtering ignores vocabularies with ↵Dries Buytaert2007-07-14
| | | | only one term.
* - Patch #158790 by kkaefer: usability improvement: automatically select ↵Dries Buytaert2007-07-14
| | | | proper radio button.
* - Patch #121620 by Eaton et al: fixes for formAPI #type .'_value' callback ↵Dries Buytaert2007-07-14
| | | | patch.
* - Patch #159332 by jakeg: can't save roles on user_save().Dries Buytaert2007-07-14
|
* #158687 by drumm: fix URI encoding of some special charsGábor Hojtsy2007-07-13
|
* #156778 by asimmonds: revert node and comment deletions to the pre-deletion ↵Gábor Hojtsy2007-07-13
| | | | API state
* - Patch #158904 by dmitrig01: dblog has help page at wrong path.Dries Buytaert2007-07-12
|
* - Pach #146462 by quicksketch, Stefan, et al: update to jQuery 1.1.3.1Dries Buytaert2007-07-12
|
* - Patch #158437 by AjK: taxonomy terms loose parent info on edit.Dries Buytaert2007-07-12
|
* #157605 by Wim Leers: remove two lines of dead code from expand_date()Gábor Hojtsy2007-07-12
|
* #109363 by jptavan: CSS best practice; include a generic font family for ↵Gábor Hojtsy2007-07-12
| | | | Verdana fonts in Garland
* #102252 by Arancaytar: do not show script tag in header with Garland in ↵Gábor Hojtsy2007-07-12
| | | | Mozilla browsers
* #158133 by killes: do not break HAVING SQL constructs in SQL rewritesGábor Hojtsy2007-07-12
|
* #125533 by keve: do not continue bootstrap if the process was called back ↵Gábor Hojtsy2007-07-11
| | | | with a phase already executed
* #158452 by kenji_kun, patch by myself: GET['q'] might not be defined at the ↵Gábor Hojtsy2007-07-11
| | | | language bootstrap phase
* #158289 by merlinofchaos: Remove paragraph tag from drupal_set_message()Gábor Hojtsy2007-07-11
|
* - Patch #158440 by AjK: fixed E_NOTICEs.Dries Buytaert2007-07-11
|
* - Patch #94154 by dww, Earl et al: update notifications for Drupal!Dries Buytaert2007-07-11
| | | | Woot, woot! :)
* #156770 by pwolanin: fix bug to only prepend 'menu-' to menu item names when ↵Gábor Hojtsy2007-07-10
| | | | submitting a *new* menu item, not on all edit operations
* - Patch #151055 by pwolanin et al: fixed problems with moving menu items.Dries Buytaert2007-07-09
|
* - Patch #157773 by pwolanin: remove node/%/% from comment_menu.Dries Buytaert2007-07-09
|
* #157577 by pwolanin: search_help() call was missing new parameterGábor Hojtsy2007-07-08
|
* #107023 by yas and asimmonds: aggregator was not updating older items ↵Gábor Hojtsy2007-07-05
| | | | because of badly ordered SQL parameters
* #156910 by asimmonds: fix code indentation problems introduced with new code ↵Gábor Hojtsy2007-07-05
| | | | in this development cycle; only whitespace changes
* #114103 by adixon and webchick, slightly modified: custom profile fields ↵Gábor Hojtsy2007-07-05
| | | | show above built-in account fields
* #112374 by Wesley Tanaka: drupal_add_feed() should not allow adding the same ↵Gábor Hojtsy2007-07-04
| | | | feed more then once to the page
* #151634 by Ralf Stamm: protect .schema files from being read over the web, ↵Gábor Hojtsy2007-07-04
| | | | if .htaccess is parsed and adhered to
* #128165 by joshk and webchick: missing db_rewrite_sql() calls in comment queriesGábor Hojtsy2007-07-04
|
* #156812 by tangent: coding style issues corrected in user.module, identified ↵Gábor Hojtsy2007-07-04
| | | | with coder module