summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #37824 by zen: added missing {} to SQL queries in updates.inc.Dries Buytaert2005-11-18
|
* - Patch #36828 by m3avrck: some MySQLi fixes and some PHP5 fixes.Dries Buytaert2005-11-18
|
* - Patch #37327 by Richard Archer: improved menu item 'create content' ↵Dries Buytaert2005-11-18
| | | | | | indications. Improves usability of the admin/menu page.
* - Patch #37915 by chx: improved readability of forms API.Dries Buytaert2005-11-18
|
* - Patch #37777 by asimmonds: form_id missing from rendered admin/node form.Dries Buytaert2005-11-17
|
* - Patch #37327 by Richard Archer: made the menu edit screen slightly less ↵Dries Buytaert2005-11-17
| | | | confusing.
* - Patch #37714 by asimmonds: fixed saving of blocks.Dries Buytaert2005-11-16
|
* - Patch #37738 by Junyor: fixed problem with Drupal not properly unsetting ↵Dries Buytaert2005-11-15
| | | | $user on logout.
* - Patch #34295 by assimonds: added missing defines to comment.module. ImprovesDries Buytaert2005-11-15
| | | | readability of the code.
* - Patch #28062 by Souvent22: make it possible to assign weights to contact ↵Dries Buytaert2005-11-14
| | | | form categories and fixed some small glitches.
* - Patch #36333 by Tobias Maier: make sure to enable the default theme.Dries Buytaert2005-11-14
|
* - Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices ↵Dries Buytaert2005-11-14
| | | | properly.
* - 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
|