summaryrefslogtreecommitdiff
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 #37400 by vwX/chx: fixed problem with methodHelpDries Buytaert2005-11-13
|
* - 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
|
* #37078: forms api does not respect form_id when populating from ['edit'] or ↵Steven Wittens2005-11-12
| | | | validating
* #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 #36829 by hunmonk: current form_id_form_alter will cause name ↵Dries Buytaert2005-11-08
| | | | collisions.
* - Patch #36606 by hunmonk: validation callback functions can't be overridden.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 Cvbge: PostgreSQL updates/fixes.Dries Buytaert2005-11-08
|
* - Patch #36407 by DriesK: make sure the private key is set.Dries Buytaert2005-11-06
|
* - Patch #22215 by Richard Archer: fixed glitch in the upgrade path for ↵Dries Buytaert2005-11-06
| | | | primary/secondary links.
* - Patch #27140 by m3averck/souvent22: can't delete contact module subjects ↵Dries Buytaert2005-11-05
| | | | with '&' in title.
* - Patch #10658 by Morbus: create new folders with the right permissions.Dries Buytaert2005-11-04
|
* - Patch #29082 by Cvbge: fixed bugs in PostgreSQL's upgrade path from 4.6Dries Buytaert2005-11-04
| | | | | to 4.7/HEAD. Added two API functions to help write PostgreSQL update functions.
* - 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: theme system improvements for the primary ↵Dries Buytaert2005-11-04
| | | | links menu.
* - 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 #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 #35816 by chx: fixed problem with checkbox handling in the form API.Dries Buytaert2005-11-03
|
* - 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 #35791 by hunmonk: fixed broken link in chameleon's comment themeing.Dries Buytaert2005-11-01
|
* - Patch #35874 by asimmonds: added missing $Id$ tags.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 #35630 by adrian: fixed problem with how form trees are build.Dries Buytaert2005-10-29
|
* - Patch #35410 by kbahey: made site offline feature work.Dries Buytaert2005-10-29
|