summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #355661 by Jody Lynn: fixed spelling error in test function name.Dries Buytaert2009-01-07
|
* #353480 follow-up by dereine and sun: Fix typo.Angie Byron2009-01-07
|
* - Rollback of #325908.Dries Buytaert2009-01-06
|
* - Patch #352722 by dmitrig01: conditionally show 'settings.php not writable' ↵Dries Buytaert2009-01-06
| | | | error so that the message doesn't show up when the file does not exist.
* - Patch #352803 by chx: convert query to new database layer.Dries Buytaert2009-01-06
|
* - Patch #302251 by katbailey: remove the themes property from the Drupal ↵Dries Buytaert2009-01-06
| | | | object in drupal.js.
* - Patch #351805 by chx: worked around endless loops in tests.Dries Buytaert2009-01-06
|
* - Patch #341910 by Josh Waihi, drewish et al: file_space_used() was not ↵Dries Buytaert2009-01-06
| | | | properly checking bitmapped status values. Added unit tests too.
* - Patch #353618 by sun: drupalLogin does not update passed-in user object -- ↵Dries Buytaert2009-01-06
| | | | improved documentation.
* - Patch #326527 by riccardoR: the opening form tag was declared twice.Dries Buytaert2009-01-05
|
* - Patch #354715 by yched: removed unused and unsupported js entry in batch ↵Dries Buytaert2009-01-05
| | | | definition.
* #276280 by jhedstrom, drewish: Tests for private downloads and file name ↵Angie Byron2009-01-05
| | | | munging.
* #354389 by drewish: Name file management system maintainer.Angie Byron2009-01-05
|
* #30520 by drewish: Notify user if they've uploaded a file bigger than ↵Angie Byron2009-01-05
| | | | max_upload_filesize.
* #352956 by Damien Tournoud, Josh Waihi, drewish: Fix PDOException on install ↵Angie Byron2009-01-05
| | | | on some versions of PHP.
* - Patch #256285 by hass: fix jquery version.Dries Buytaert2009-01-04
|
* - Patch #352712 by dmitrig01: better documentation for menu_get_object() and ↵Dries Buytaert2009-01-04
| | | | arg().
* - Patch #320591 by Moshe, Crell et al: tag specific alter hook for database ↵Dries Buytaert2009-01-04
| | | | queries.
* - Patch #353676 by Damien Tournoud: name the PostgreSQL maintainers.Dries Buytaert2009-01-04
|
* - Patch #354162 by killes: convert install.inc to new database layer.Dries Buytaert2009-01-04
|
* - Patch #354173 by killes: convert module.inc to the new database layer.Dries Buytaert2009-01-04
|
* - Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering ↵Dries Buytaert2009-01-04
| | | | out of node module'.
* - Patch #353861 by killes: converted theme.inc to new database layer.Dries Buytaert2009-01-04
|
* - Patch #353803 by dereine: minor performance optimization -- multiple calls ↵Dries Buytaert2009-01-04
| | | | to require_once.
* - Patch #353480 by dereine, justinrandell: remove from hook_comment().Dries Buytaert2009-01-04
|
* - Patch #353823 by swentel: fixed database conversion.Dries Buytaert2009-01-03
|
* - Patch #353823 by killes: convert path.inc to the new database layer.Dries Buytaert2009-01-03
|
* - Patch #275796 by Gribnif, Damien Tournoud and Dave Reid: module_list() ↵Dries Buytaert2009-01-03
| | | | tried to reset a static using unset(). Added tests too.
* - Patch #262920 by ainigma32: language selection for domain should look at ↵Dries Buytaert2009-01-02
| | | | HTTP_HOST not SERVER_NAME.
* - Patch #212130 by Damien Tournoud, grendzy: decode_entities() should ↵Dries Buytaert2009-01-02
| | | | support all (X)HTML entities.
* - Patch #353207 by CitizenKane and drewish: cleaned up the ↵Dries Buytaert2009-01-02
| | | | FILE_STATUS_TEMPORARY field.
* - Patch #352911 by swentel: the comment status field was reversed.Dries Buytaert2009-01-02
|
* - Patch #353269 by keith.smith: updated documentation maintainer.Dries Buytaert2009-01-02
|
* - Patch #295283 by Damien Tournoud: created a better index for the default ↵Dries Buytaert2009-01-02
| | | | front page.
* - Patch #353019 by agentrickard: remove underscores from time zone display ↵Dries Buytaert2009-01-02
| | | | names.
* - Patch #352728 by j.somers: fixed broken link.Dries Buytaert2009-01-01
|
* - Patch #353247 by Damien Tournoud: name SQLite maintainers. First patch of ↵Dries Buytaert2009-01-01
| | | | the new year!
* - Rollback of #352337.Dries Buytaert2008-12-31
|
* - Patch #350984 by Moshe: kick comment rendering out of node module.Dries Buytaert2008-12-31
|
* - Patch #348201 by catch: make it possible to load multiple files with fewer ↵Dries Buytaert2008-12-31
| | | | queries.
* - Patch #352359 by Damien Tournoud: provided unit tests for the unicode ↵Dries Buytaert2008-12-31
| | | | library and fixed some bugs.
* - Patch #314464 by Dave Reid, Crell, markus_petrux, drewish et al: convert ↵Dries Buytaert2008-12-30
| | | | db_placeholders() to new database layer.
* - Patch #352337 by catch: avoid unnecessary query in comment render.Dries Buytaert2008-12-30
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #352236 by CitizenKane: finished converting upload module to the new ↵Dries Buytaert2008-12-30
| | | | database layer.
* #229051 follow-up by anigma32: Committing rest of fix for statistics under ↵Angie Byron2008-12-30
| | | | pgsql.
* - Patch #299176 by Moshe et al: replace db_rewrite_sql() with ↵Dries Buytaert2008-12-29
| | | | hook_query_alter().
* - Patch #352093 by catch: avoid unnecessary SQL query on front page when no ↵Dries Buytaert2008-12-29
| | | | node access modules are enabled.
* - Patch #352054 by catch: convert calls to db_placeholders() in static queries.Dries Buytaert2008-12-29
|
* - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.Dries Buytaert2008-12-28
|