summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #43588 by killes: improved performance of taxonomy_get_tree.Dries Buytaert2006-01-10
|
* - Patch #37373 by killes: fixed bug in upgrade path.Dries Buytaert2006-01-10
|
* - Patch #33747 by Ber and Moshe: bugfix + code improvement: clean up some of ↵Dries Buytaert2006-01-10
| | | | the taxonomy loading code.
* - Patch #37373 by killes: bugfix: vocabulary_node_types was broken.Dries Buytaert2006-01-10
|
* - Patch #43989 by darius: critical bugfix: removed debug code from profile ↵Dries Buytaert2006-01-10
| | | | module.
* - Patch #36716 by m3vrick: made deleting user accounts work.Dries Buytaert2006-01-09
|
* - Patch #43668 by chx: fixed warning.Dries Buytaert2006-01-09
|
* - Patch #43668 by chx: fixed problem with changing usernames.Dries Buytaert2006-01-09
|
* - Patch #40927 by vhmauery: added attributes for files. Required for some ↵Dries Buytaert2006-01-09
| | | | contributed modules to work.
* - Removed global .Dries Buytaert2006-01-09
|
* - Patch #42951 by Matt Westgate: bugfix: fixed migration path of primary ↵Dries Buytaert2006-01-09
| | | | links when using Xtemplate.
* - Patch #43833 by killes: give the first user a default role.Dries Buytaert2006-01-08
|
* - Patch by chx: critical bugfix: fixed the database upgrade path.Dries Buytaert2006-01-08
|
* - Patch #43835 by jakeg: critical bugfix: fixed admin/modules.Dries Buytaert2006-01-08
|
* - Patch #41644 by chx: critical bug: db_rewrite_sql had a bad regex.Dries Buytaert2006-01-08
|
* - Patch #42886 by chx: critical feature: allow modules to be reordered.Dries Buytaert2006-01-08
|
* - Patch #35570 by ccourtne and Steve: forms API does not adhere ↵Dries Buytaert2006-01-08
| | | | #return_value for checkboxes.
* - Patch #42937 by chx: bugfix: added missing db_rewrite_sql() in ↵Dries Buytaert2006-01-08
| | | | taxonomy_node_get_terms.
* - Patch #20795 by Steven: improved consistency of the code.Dries Buytaert2006-01-08
|
* - Modified patch #43082 by chx: return a 404 when a callback function does ↵Dries Buytaert2006-01-08
| | | | not exist.
* - Patch #41161 by Moshe: bugfix: hide the upload form when uploads are not ↵Dries Buytaert2006-01-08
| | | | enabled for a node type.
* - Modified patch #43709 by chx, Eaton et al.: usability improvement: put ↵Dries Buytaert2006-01-08
| | | | some emphasis on the no trailing slash requirement.
* - Patch #24678 by jmengle, DriesK, Richard et al: bugfix: deleting a profile ↵Dries Buytaert2006-01-08
| | | | field doesn't delete values in profile_values table.
* - #33128: Format plural for %n newSteven Wittens2006-01-08
|
* - #43495: Separate permission for PHP-based block visibilitySteven Wittens2006-01-08
|
* - #43097: restore admin/comment tablesortSteven Wittens2006-01-08
|
* - 2005 -> 2010.Dries Buytaert2006-01-07
|
* - 'node' -> 'post'Dries Buytaert2006-01-07
|
* - #22565: Change statistics counter setting into permissionSteven Wittens2006-01-07
|
* - Patch #42955 by Cvbge: critical bugfix: users can't create new content.Dries Buytaert2006-01-06
|
* - Patch #39639 by Richard: 'users' appearing twice in menu.Dries Buytaert2006-01-06
|
* - Patch #15609 by m3avrck: get rid of forced <br />-tag after <label>-tags. ↵Dries Buytaert2006-01-06
| | | | Makes it easier to theme forms.
* - Patch #35667 by Crell: bug fix: on ?q=admin/block style.css was imported ↵Dries Buytaert2006-01-06
| | | | twice.
* - Patch #39179 by chx; make optgroups work with choice checker.Dries Buytaert2006-01-06
|
* - Patch #39697 by Cvbge and Markus: critical bug: fixed upgrade path of ↵Dries Buytaert2006-01-06
| | | | drupal.module changes.
* - MySQL-update needs to use 'mysql' or 'mysqli'Steven Wittens2006-01-06
|
* - Comment bug: anchor links should be specified using $fragment in url() and ↵Steven Wittens2006-01-06
| | | | drupal_goto().
* - #41940: Locale string search broken in some cases (and remove some ↵Steven Wittens2006-01-05
| | | | | | inappropriate db_escape_string() usage) - #43491: Missing drupal_goto() after saving settings
* - Patch #43362 by dorpy, junyor: critical bug fix: uploads loose their state.Dries Buytaert2006-01-05
|
* - Patch #39697 by Cvbge: fixed critical bug in drupal.module and fixed the ↵Dries Buytaert2006-01-05
| | | | documentation.
* - Patch #40563 by chx, merlingofchaos, et al: bug fix: fixed the default ↵Dries Buytaert2006-01-05
| | | | comment settings on node sumbission forms.
* - Patch #43429 by drumm: bug fix: made comparison of checkboxes more strict.Dries Buytaert2006-01-05
|
* - Patch #40599 by Chris: minor code improvement: removed redundant isset().Dries Buytaert2006-01-05
|
* - Patch #42541 by merlinofchaos: critical bug fix: public user registrations ↵Dries Buytaert2006-01-05
| | | | not always working.
* - Patch #39743 by merlinofchaos: critical bugfix: fixed comment ordering ↵Dries Buytaert2006-01-05
| | | | setting.
* - Patch #43360 by Chris: minor code clean-up: renamed $op to $hook.Dries Buytaert2006-01-05
|
* - Cleaned up the cron status message.Dries Buytaert2006-01-05
|
* - #42913: Avoid resizable textarea drag handler loopSteven Wittens2006-01-04
| | | | - #42911: Remove left-over event handling code
* - #42910: Use CSS2 s-resize instead of CSS3 ns-resize.Steven Wittens2006-01-04
|
* - Patch #41548 by Neil: critical bugfix: theme didn't load when styles are used.Dries Buytaert2006-01-04
|