summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #212918 by pwolanin: enable MySQL's ANSI-mode. We can chose to ↵Dries Buytaert2008-02-17
| | | | disable this when we ship Drupal 7, but it is really helpful during the development cycle.
* - Patch #222190 by Gabor: updated CHANGELOG.txt.Dries Buytaert2008-02-17
|
* - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵Dries Buytaert2008-02-17
| | | | real PHP5 clone().
* - Patch #221364 by chx: removed PHP 4.3 workaround. Oh, yeah.Dries Buytaert2008-02-14
|
* - Patch #163297 by pwolanin et al: remove $_POST from taxonomy module's form ↵Dries Buytaert2008-02-14
| | | | handling.
* - Patch #220522 by meba: missing t() function.Dries Buytaert2008-02-14
|
* - Patch #221072 by Pancho: fixed access control check on the theme ↵Dries Buytaert2008-02-14
| | | | configuration page.
* - Patch #221057 by pwolanin: book module may overwrite another node's link.Dries Buytaert2008-02-14
|
* - Patch #219366 by pwolanin: cannot add external links to admin interface.Dries Buytaert2008-02-12
|
* - Patch #220329 by catch: bumped the minimum MySQL requirement for Drupal 7 ↵Dries Buytaert2008-02-12
| | | | to MySQL 5.
* - Patch #220260 by webchick: proper version constant for D7. Oh yeah. :)Dries Buytaert2008-02-12
|
* - Patch #214209 by Arancaytar, pwolanin, gabor, etc: blogapi doesn't confirm ↵Dries Buytaert2008-02-12
| | | | node type exist.
* - Patch #216059 by nedjo, theborg, karens, goba, webchick et al: AHAH ↵Dries Buytaert2008-02-12
| | | | triggered by text input enter key press breaks autocomplete.
* - Patch #219883 by gdevlugt and webernet: files attached to newly created ↵Dries Buytaert2008-02-12
| | | | nodes are listed despite unchecking list option.
* - Patch #217803 by csevb10 and senpai: uninstall system does not correctly ↵Dries Buytaert2008-02-12
| | | | remove dynamic menu items when a module is deleted.
* - Patch #220004 by webernet et al: menu items reorder after edit one of menu ↵Dries Buytaert2008-02-12
| | | | item.
* - Patch #215958 by pwolanin: fixed broken link in documentation.Dries Buytaert2008-02-10
|
* - Patch #215858 by pwolanin, goba, catch et al: localized menu link data ↵Dries Buytaert2008-02-10
| | | | getting saved back to the database.
* - Patch #218471 by pwolanin: menus and books exposed unpublished nodes.Dries Buytaert2008-02-10
|
* - Patch #216904 by pwolanin et al: if there are more than 21 menu items ↵Dries Buytaert2008-02-10
| | | | under a parent, the weights got screwy.
* - Patch #219334 by Goba et al: prevent the upload table being created if it ↵Dries Buytaert2008-02-10
| | | | already exists.
* - Patch #216511 by Vladimir: fixed XHTML error.Dries Buytaert2008-02-10
|
* - Patch #139290 by Arancaytar, Rob Loach, GreenLED, matt et al: when a user ↵Dries Buytaert2008-02-10
| | | | has no blog posts, show a status message.
* - Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation ↵Dries Buytaert2008-02-10
| | | | problem with multi-site setups.
* - Patch #184926 by Rob and brightloudnoise: improved usability of status ↵Dries Buytaert2008-02-10
| | | | message when site is offline.
* - Patch #211979 by chx, theborg, pwolanin, et al: menu items show no matter ↵Dries Buytaert2008-02-10
| | | | where their parent is found.
* - Patch #218054 by Arancaytar: _db_create_field_sql has precision and scale ↵Dries Buytaert2008-02-08
| | | | arguments in wrong order.
* - Patch #218539 by keith.smith: mentioned the security team and the security ↵Dries Buytaert2008-02-08
| | | | bug report process in the INSTALL.txt
* - Patch #218313 by jvandyk: made sure that MySQL keywords are uppercase.Dries Buytaert2008-02-08
|
* - Patch #217508 by keith et al: fixed writing style of output messags.Dries Buytaert2008-02-08
|
* - Patch #215308 by Pancho: 'testing clean URLs' stay after test.Dries Buytaert2008-02-08
|
* - Patch #217771 by dww: prevent wrapping of dates.Dries Buytaert2008-02-06
|
* - Patch #214513 by Lynn: missing break-statement in system_send_email_action.Dries Buytaert2008-02-06
|
* - Patch #218436 by scor: corrected copyright information.Dries Buytaert2008-02-06
|
* - Patch #218319 by Moshe: added support for dynamic menu items in query strings.Dries Buytaert2008-02-06
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #216238 by theborg: theme descriptions were not translated properly (minor)Gábor Hojtsy2008-02-04
|
* #215858 by pwolanin: localized menu options were saved into the database, ↵Gábor Hojtsy2008-02-04
| | | | avoid this by using different variable names / array keys
* #217180 by Gerhard Killesreiter: remove outdated information on Debian ↵Gábor Hojtsy2008-02-04
| | | | package maintainer
* #117748 by quicksketch: short fix to trim() required fields for validation, ↵Gábor Hojtsy2008-02-04
| | | | with documentation
* #204071 by Pancho: use UTF-8 aware string length counting in node_teaser() ↵Gábor Hojtsy2008-02-03
| | | | (minor)
* #197833 by gdevlugt: node filtering theme function was not applied (minor)Gábor Hojtsy2008-02-03
|
* #172597 by Rob Loach: minor double escaping in profile moduleGábor Hojtsy2008-02-03
|
* #216750 by dww: Security releases from higher branches were not ignored in ↵Gábor Hojtsy2008-02-03
| | | | all cases (critical)
* #217324 by Takafumi: trivial missing t() in taxonomy moduleGábor Hojtsy2008-02-03
|
* #216061 by Eaton: nid was not set in node creation (programatic node ↵Gábor Hojtsy2008-02-03
| | | | creation regression)
* #216858 by jvandyk, moshe weitzman: fix plain wrong and misleading user ↵Gábor Hojtsy2008-02-03
| | | | module phpdoc blocks
* #216404 by Rob Loach: path_nodeapi() only worked for users with permissions, ↵Gábor Hojtsy2008-02-03
| | | | although node loading requires the path to be loaded
* #157652 by beginner, Steven Merrill and killes: block_user() had a global ↵Gábor Hojtsy2008-02-03
| | | | user object and a user parameter colliding
* #216890 by gpk with documentation from myself: blog API clients do not pass ↵Gábor Hojtsy2008-02-03
| | | | on the teaser_include flag, so only act on that flag, if we have it