summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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
* #156817 by tangent: coding style issues in syslog module noticed by coder moduleGábor Hojtsy2007-07-04
|
* #156782 by webernet and pwolanin: clean up menu API and menu module code ↵Gábor Hojtsy2007-07-04
| | | | comments, fix typos, wrap lines properly and fix some coding style issues
* #156793 by webernet: menu reset confirmation form contained deletion API ↵Gábor Hojtsy2007-07-04
| | | | remainings
* - Patch #156587 by bjaspan: database schema fix.Dries Buytaert2007-07-04
|
* - Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various ↵Dries Buytaert2007-07-04
| | | | menu module fixes.
* - Patch #121620 by Eaton, dopry et al: formAPI #type .'_value' callback, ↵Dries Buytaert2007-07-04
| | | | remove hardcoded switch from form.inc, has been ready for about one week and required to make the CCK better.
* - Patch #154398 by quicksketch et al: add dynamic AHAH submission properties ↵Dries Buytaert2007-07-04
| | | | to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler).
* - Patch #126229 by yched: fixed the upgrade path.Dries Buytaert2007-07-04
|
* #156392 by iacopopecchi, patch by myself: tracker module depends on comment ↵Gábor Hojtsy2007-07-04
| | | | module (uses its tables and constants without checking for the module being present), so this dependency should be codified in the .info file
* - Patch #155747 by merlinofchaos: node.tpl.php theme definition in the wrong ↵Dries Buytaert2007-07-03
| | | | place
* - Patch #104969 by Wesley: corrected PHPDoc.Dries Buytaert2007-07-03
|
* - Patch #119821 by Zen and Dave Trainer: properly theme the statistics log ↵Dries Buytaert2007-07-03
| | | | table.
* - Patch #111086 by webchick: fix contact module error message.Dries Buytaert2007-07-03
|
* - Patch #156425 by asimmonds: added missing CVS IDs.Dries Buytaert2007-07-03
|
* - Patch #126229 by ChrisKennedy, asimmonds et al: increase node title ↵Dries Buytaert2007-07-03
| | | | maxlength to 255 so people can use it to enter publictions with really long titles. ;)
* - Patch #142157 by xqus: fixed problem with l() conversion.Dries Buytaert2007-07-03
|
* - Patch #154299 by Eaton: button details are lost.Dries Buytaert2007-07-03
|
* - Patch #33334 by ChrisKennedy and wulf: admin/modules links to 'throttle ↵Dries Buytaert2007-07-03
| | | | configuration page' even when it is disabled.
* - Patch #141730 by Earl: allow theming system to use wildcards. I promised ↵Dries Buytaert2007-07-03
| | | | in the issue that this patch would still go in, so here goes.
* #156429 by GreenMother: kill notices if form ID does not existGábor Hojtsy2007-07-03
|
* #156426 by GreenMother: fix wrong datatype warning for parsed JS filesGábor Hojtsy2007-07-03
|
* - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum ↵Dries Buytaert2007-07-02
| | | | topics to be custom node types.
* #156143 noted by Arancaytar, pathc by myself: user_language() was named ↵Gábor Hojtsy2007-07-02
| | | | user_preferred_language()
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #141725 by Crell and dvessel: allow themes to define multiple CSS and JS ↵Gábor Hojtsy2007-07-01
| | | | files in their .info files, which can be clearly overriden