summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #32669 by DriesK: split blocking users from 'adminsiter access'.Dries Buytaert2005-11-14
|
* - Patch #34295 by DrupalJapan and chx:Dries Buytaert2005-11-13
| | | | | + Fixed problem with configuration of comment display options. + Introduced defines for the various comment settings.
* - Patch #34514 by darius: fixed forms API glitches.Dries Buytaert2005-11-13
|
* - Patch #35524 by asimmonds / drewish: converted the custom block forms code ↵Dries Buytaert2005-11-13
| | | | to the forms API's execute model.
* - Patch #35575 by Richard, chx and Ber: system module no longer saves the ↵Dries Buytaert2005-11-13
| | | | files and tmp dir.:
* - Rollback an accidentical commit.Dries Buytaert2005-11-13
|
* #37390: Make welcome text link to admin/settingsSteven Wittens2005-11-13
|
* #36936 / #36937: PgSQL fixes for statisticsSteven Wittens2005-11-13
|
* - Add missing url()s around form actions (these would break without clean URLs)Steven Wittens2005-11-13
|
* #37378: Missing for _form_builder() in js uploadSteven Wittens2005-11-13
|
* - Patch #35644 by webchick: forms API simplificiations.Dries Buytaert2005-11-12
|
* - Patch #26249 by Morbus: improved handling of temporary files/directory.Dries Buytaert2005-11-12
| | | | | | | | If your module uses variable_get('file_directory_temp', ...) or variable_get('file_directory_path', ...) please update it to use the new API. A list of affected modules is available at http://drupal.org/node/26249#comment-54194.
* - SQL query maintenance: '%d' -> %d.Dries Buytaert2005-11-12
|
* #30993: Make taxonomy selector widget themableSteven Wittens2005-11-12
|
* #36791: node_validate was called twiceSteven Wittens2005-11-12
|
* #36242: Array merge problems with module_invokeSteven Wittens2005-11-10
|
* - Partial patch #34920 by tangent: improved placement of filter settings.Dries Buytaert2005-11-09
|
* - Patch #36079 by ax/chx: various blogapi.module fixes.Dries Buytaert2005-11-09
|
* - Patch #36727 by Goba: fixed incorrect use of drupal_goto().Dries Buytaert2005-11-08
|
* - Patch #35178 by Robert Douglas: add title attribute to taxonomy links - ↵Dries Buytaert2005-11-08
| | | | use term description as text.
* - Patch #27140 by m3averck/souvent22: can't delete contact module subjects ↵Dries Buytaert2005-11-05
| | | | with '&' in title.
* - Patch #36250 by hunmonk: admin batch delete broken, node_delete needs ↵Dries Buytaert2005-11-04
| | | | | | reworked. This commit changes the node_delete() API. A list of affected modules is available at http://drupal.org/node/36250#comment-52963.
* - #36255: Fix db_query_temporary() in pgsqlSteven Wittens2005-11-04
| | | | - Prefix temporary table names (helps on restricted hosts)
* - Patch #22215 by Richard Archer: refactored primary and secondary links.Dries Buytaert2005-11-03
| | | | | | | | | Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome.
* - Patch #36029 by asimmonds: fixed typo that prevents 'admin - block - ↵Dries Buytaert2005-11-03
| | | | configure' from working.
* - Patch #35481 by javanaut: make the 'more choices' option for polls work.Dries Buytaert2005-11-02
|
* - Patch #26249 by crunchywelch, Junyor: use upload_tmp_dir as default ↵Dries Buytaert2005-11-01
| | | | temporary directory. Fixed file problems on Windows NT systems.
* - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵Dries Buytaert2005-11-01
| | | | help of core modules! /
* - Patch #35621 by asimmonds: URL path settings on node/add/* did not work.Dries Buytaert2005-11-01
|
* - Patch #35759 by mikeryan: fixed typo in file_directory_temp fieldname.Dries Buytaert2005-11-01
|
* - Patch #35086 by stefan: improved themeability of the poll results.Dries Buytaert2005-10-31
|
* - Patch #35320 by asimmonds: couldn't save roles in admin/filters/...Dries Buytaert2005-10-31
|
* - Patch #35596 by ccourtne: form API change introduced input format fieldset ↵Dries Buytaert2005-10-31
| | | | even when only 1 input format
* - Patch #35648 by asimmonds: fixed permissions page.Dries Buytaert2005-10-31
|
* - Patch #34920 by tangent: reorganized the node submission form a bit.Dries Buytaert2005-10-28
|
* - Patch #35205 by stefan: removed some deprecated code from forum.module! Yay.Dries Buytaert2005-10-28
|
* - Patch #35061 by Cvbge/ntosi: fixed SQL query problem on PostgreSQL 8.Dries Buytaert2005-10-28
|
* - #35505: Forum form api typoSteven Wittens2005-10-28
|
* - #35440: Fix user 1 login bug after forms apiSteven Wittens2005-10-28
|
* - #35434: Form API - obsolete $param to hook_form() + preview fixesSteven Wittens2005-10-28
|
* - #35284: fixing node formSteven Wittens2005-10-26
|
* - Patch #35279 by asimmonds: fixed typo in pager code.Dries Buytaert2005-10-26
|
* - #35264: More form api fixesSteven Wittens2005-10-26
|
* - Patch #34086 by chx: fixed blog regions being broken.Dries Buytaert2005-10-25
|
* - Fix usage of header() to drupal_set_header()Steven Wittens2005-10-25
| | | | - Emit charset for blogapi RSD
* - Patch #34932 by tangent: fixed the placement of the 'log'-textarea on book ↵Dries Buytaert2005-10-24
| | | | preview pages.
* - Patch #35069 by leafish_paul: updated archive module to new forms API.Dries Buytaert2005-10-24
|
* - Patch #33220 by Tobias: improved themeability of book module.Dries Buytaert2005-10-23
|
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|
* - Patch #34831 by asimmonds: added missing table header.Dries Buytaert2005-10-22
|