summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button.Angie Byron2008-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 #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 #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
|
* - Patch #327480 by chx: remove DB specific code from simpletest.Dries Buytaert2008-10-31
|
* - 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 #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.Dries Buytaert2008-10-29
|
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* - Patch #298047 by keith.smith et al: make description correct.Dries Buytaert2008-10-29
|
* - Patch #305150 by jpetso et al: keep running tests checked.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.
* #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.
* - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of ↵Dries Buytaert2008-10-22
| | | | drupal_add_js.
* - Patch #324110 by killes: added an index on uid to make deleting watchdog ↵Dries Buytaert2008-10-22
| | | | entries faster.
* - Patch #323751 by keith.smith: fixed typo in form field description.Dries Buytaert2008-10-22
|
* - Patch #324080 by winterheart: missing </td>-tag.Dries Buytaert2008-10-22
|
* #316868 by Crell: Make addField() alias to the field name, rather than the ↵Angie Byron2008-10-22
| | | | table and field name when there are no conflicts.
* - Patch #323137 by Crell: clean-up of database tests.Dries Buytaert2008-10-20
|
* - Patch #322779 by Damein Tournoud, cha0s: simpletest calls ↵Dries Buytaert2008-10-20
| | | | file_check_directory incorrectly.
* - Patch #323458 by Jody Lynn: fixed typo in class name.Dries Buytaert2008-10-20
|
* - Patch #302518 by AlexisWilke: fixed problem with PostgreSQL users not ↵Dries Buytaert2008-10-20
| | | | being able to delete blocks.
* - Patch #302936 by Aron Novak, Crell et al: convert aggregator module to the ↵Dries Buytaert2008-10-20
| | | | new DB abstraction layer.
* - Patch #322781 by Damien Tournoud: incorrect call to file_check_directory.Dries Buytaert2008-10-19
|
* - Patch #199870 by alpritt et al: beter password strength checker. Really cool.Dries Buytaert2008-10-19
|
* - Patch #320793 by hass: fixed translation issue.Dries Buytaert2008-10-16
|
* - Patch #298669 by Crell, moshe et al: add query logging per connection.Dries Buytaert2008-10-16
|
* - Patch #304924 by Damien Tournoud: extend error handler to manage ↵Dries Buytaert2008-10-15
| | | | exceptions. I have one exception and one fail.
* - Patch #320374 by Damien Tournoud, pwolanin et al: worked around a ↵Dries Buytaert2008-10-15
| | | | max_allowed_packet size issue with the simpletests.
* - Patch #321165 by Dave Reid: fixed exceptions in XML-RPC library and its tests.Dries Buytaert2008-10-15
|
* - Patch #293078 by lilou: correction for user-profile.tpl.php documentation.Dries Buytaert2008-10-15
|
* - Patch #320747 by lilou, UltimateBoy: removed double semicolons.Dries Buytaert2008-10-14
|