summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button.Angie Byron2008-11-03
|
* - Patch #329273 by Damien Tournoud: make map_month() happier.Dries Buytaert2008-11-03
|
* #257910 follow-up by Damien Tournoud: Fix location of search.install update ↵Angie Byron2008-11-03
| | | | code and remove redundant index.
* #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 ↵Angie Byron2008-11-03
| | | | -> D7.
* - Patch #321166 by gpk, drewish, Damien Tournoud: removed redundant function ↵Dries Buytaert2008-11-02
| | | | upload_menu_alter().
* - Patch #257910 by Damien Tournoud: use primary key instead.Dries Buytaert2008-11-02
|
* - Patch #306224 by catch, sun: add proper taxonomy term hooks.Dries Buytaert2008-11-02
|
* - Patch #326607 by Ozeuss: fixed undefined property.Dries Buytaert2008-11-02
|
* - Patch #257910 by douggreen et al: Performance Issue during Indexing - ↵Dries Buytaert2008-11-02
| | | | search_dataset.sid_type unique key should be an Index.
* - Patch #272395 by ghoti: improved documentation of theme_links.Dries Buytaert2008-11-02
|
* - Patch #306224 by catch et al: improving the taxonomy hook system.Dries Buytaert2008-11-02
|
* - Patch #312316 by Aron Novak: extend aggregator module tests.Dries Buytaert2008-11-02
|
* - Patch #324875 by pwolanin, Damien Tournoud, goba: improved conf_path() ↵Dries Buytaert2008-11-02
| | | | header injection checking.
* - Patch #302120 by dmitrig01: usability improvement - make the content type ↵Dries Buytaert2008-11-02
| | | | admin screen prettier.
* - Patch #319394 by Crell: force the default database for registry queries.Dries Buytaert2008-11-02
|
* - Patch #329019 by dww, sun: fixed PHP warning.Dries Buytaert2008-11-02
|
* - Patch #313902 by c960657: properly display SimpleTest errors.Dries Buytaert2008-11-01
|
* - Patch #297860 by Damien Tournoud: converted session.inc to the new ↵Dries Buytaert2008-11-01
| | | | database abstraction layer.
* - Patch #328719 by c960657: make the module list tests succeed again.Dries Buytaert2008-11-01
|
* - Patch #279516 by c960657: removed many PHP4-isms. Great patch.Dries Buytaert2008-11-01
|
* - Patch #314401 by boombatower et al: batch API screen improvements.Dries Buytaert2008-11-01
|
* - Patch #233407 by R.Muilwijk, catch, flobruit, et al: remove hardcoded ↵Dries Buytaert2008-11-01
| | | | references to blog module.
* - Patch #328440 by hswong3i: improved aggregator test query.Dries Buytaert2008-11-01
|
* #327480 follow-up by sun: Fix PHPDoc stuff.Angie Byron2008-10-31
|
* - Patch #328402 by hswong3i: documentation clean-up in PostgreSQL.Dries Buytaert2008-10-31
|
* - Patch #327480 by chx: remove DB specific code from simpletest.Dries Buytaert2008-10-31
|
* - Patch #299088 by hswong3i, Moshe, Keith et al: modernize ↵Dries Buytaert2008-10-31
| | | | drupal_write_record().
* - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements ↵Dries Buytaert2008-10-31
| | | | work regardless of bootstrap phase.
* - Patch #319401 b Crell, hswong3i: converted one query to the new database ↵Dries Buytaert2008-10-30
| | | | abstraction layer.
* - Patch #327460 by chx: some more documentation improvements.Dries Buytaert2008-10-30
|
* - Patch #299742 by Darren Oh: #aha didn't work for checkboxes.Dries Buytaert2008-10-30
|
* - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.Dries Buytaert2008-10-29
|
* - Patch #319407 by Crell: convert common.inc to the new database API.Dries Buytaert2008-10-29
|
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* - Patch #327271 by hswong3i, Crell: proper use of AS keyword so it works on ↵Dries Buytaert2008-10-29
| | | | PostgreSQL and Oracle.
* - Patch #298047 by keith.smith et al: make description correct.Dries Buytaert2008-10-29
|
* - Patch #322843 by Damien Tournoud: fixed --php option.Dries Buytaert2008-10-29
|
* - Patch #305150 by jpetso et al: keep running tests checked.Dries Buytaert2008-10-27
|
* - Patch #325901 by cyberswat: upgrade jQuery Form Plugin to latest version.Dries Buytaert2008-10-27
|
* - Patch #319408 by Crell: converted queries to new database abstraction layer.Dries Buytaert2008-10-27
|
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* #315739 by sun: Fix logic of block form action.Angie Byron2008-10-25
|
* #318440 by Crell: Make it easier to add multiple fields in a dynamic SELECT ↵Angie Byron2008-10-25
| | | | statement.
* #325895 follow-up by chx: We love PostgreSQL.Angie Byron2008-10-25
|
* #325895 by chx: Fix queryTemporary, which was missing a required argument.Angie Byron2008-10-25
|
* #324875: SA-2008-067 (#324824): Fix file inclusion vulnerability.Angie Byron2008-10-25
|
* #325876 by pwolanin: Fix doxygen for node_get_types() to reflect recent ↵Angie Byron2008-10-25
| | | | module -> base change.
* #325869 by pwolanin: Restore missing hidden property in test module .info file.Angie Byron2008-10-24
|
* - Patch #324443 by dww: update XML parsing of project information to take ↵Dries Buytaert2008-10-24
| | | | advantage of PHP5 XML parser.
* - Patch #324118 by winterheart: fixed invalid XHTML being generated for ↵Dries Buytaert2008-10-24
| | | | forum topic listings.