summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #857300 by andypost: make drupal_install_mkdir() should use octal ↵Dries Buytaert2010-07-26
| | | | numbers.
* - Patch #614494 by Jacine, Rob Loach, alanburke, casey: give Seven a nice ↵Dries Buytaert2010-07-26
| | | | looking default jQuery UI theme.
* - Patch #827430 by David_Rothstein: drupal_form_submit() no longer works ↵Dries Buytaert2010-07-26
| | | | with checkboxes.
* - Patch #863370 by bjaspan, daryson: wrong return value on field_info_fields().Dries Buytaert2010-07-26
|
* - Patch #861876 by andypost: notice in watchdog().Dries Buytaert2010-07-26
|
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for ↵Dries Buytaert2010-07-26
| | | | {file_managed()}.status.
* - Patch #863736 by David_Rothstein: unnecessary isset() check in path_save().Dries Buytaert2010-07-26
|
* - Patch #857314 by andypost: add form for number formatter settings.Dries Buytaert2010-07-26
|
* - Patch #862352 by chx: fields without columns throw notices.Dries Buytaert2010-07-26
|
* - Patch #807158 by freelock, jhodgdon: DrupalDefaultEntityController ↵Dries Buytaert2010-07-26
| | | | properties are not documented.
* - Patch #858076 by jhodgdon: confirm_form() param documentation should ↵Dries Buytaert2010-07-26
| | | | mention value elements.
* - Patch #675116 by jhodgdon: several problems in field.api.php and ↵Dries Buytaert2010-07-25
| | | | field_ui().api.php.
* - Patch #762348 by tstoeckler, BarisW, casey: update the document title ↵Dries Buytaert2010-07-25
| | | | using jQuery while using the overlay window.
* - Patch #641008 by reglogge, David_Rothstein, tstoeckler, marcvangend: ↵Dries Buytaert2010-07-25
| | | | duplicated text in install error message.
* - Patch #818214 by David_Rothstein, dereine, JacobSingh: improper table ↵Dries Buytaert2010-07-24
| | | | structure for url_alias.
* - Patch #758546 by trevjs: better code comments.Dries Buytaert2010-07-24
|
* - Patch #643656 by sun: comment 'Save' button disappears on form validation ↵Dries Buytaert2010-07-24
| | | | error.
* - Patch #130344 by mustafau, David_Rothstein, csevb10: ATOM feed items link ↵Dries Buytaert2010-07-24
| | | | to the current page rather than back to the original source. Added Atom tests to the aggregator module.
* - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.Dries Buytaert2010-07-24
|
* - Patch #800432 by marcingy: no index on {semaphore}.value.Dries Buytaert2010-07-24
|
* - Patch #376293 by casey, Dave Reid, droidenator, moshe weitzman: activate ↵Dries Buytaert2010-07-24
| | | | current vertical tab from URL fragment.
* - Patch #850166 by kiamlaluno: string concatenation should be formatted with ↵Dries Buytaert2010-07-24
| | | | a space separating the operators (dot .).
* - Patch #632484 by aspilicious, scor, linclark: update the default profile ↵Dries Buytaert2010-07-23
| | | | with the proper RDF mapping.
* - Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, ↵Dries Buytaert2010-07-22
| | | | TRUE, FALSE.
* - Patch #601912 by sun: remove account fieldset on user account form.Dries Buytaert2010-07-22
|
* - Patch #857792 by Bojhan, aspilicious, andypost: add 'Home' link to main ↵Dries Buytaert2010-07-22
| | | | menu - standard profile.
* - Patch #861420 by sun: coder_format() on xmlrpc(s).inc.Dries Buytaert2010-07-22
|
* - Patch #124980 by jhodgdon: Indexer is removing ... and -- instead of ↵Dries Buytaert2010-07-22
| | | | replacing with a space.
* - Patch #855410 by aspilicious: add missing doc and newlines in updater.inc.Dries Buytaert2010-07-21
|
* - Patch #855400 by aspilicious: fix issues in theme.inc - newlines and ↵Dries Buytaert2010-07-21
| | | | missing doc.
* - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.Dries Buytaert2010-07-21
|
* - Patch #772678 by sun, jpmckinney, Berdir: database default collation is ↵Dries Buytaert2010-07-20
| | | | not respected.
* - Patch #788166 by TR: password_confirm() element breaks if there is more ↵Dries Buytaert2010-07-20
| | | | than 1 on a page.
* - Patch #859016 by bleen18: filter's RTL styling is off in IE7.Dries Buytaert2010-07-20
|
* - Patch #364159 by David_Rothstein, MichaelCole, rszrama, ergonlogic: enable ↵Dries Buytaert2010-07-20
| | | | 'access comments' permission for anonymous users by default.
* - Patch #561708 by jurgenhaas, gleroux02, ksenzee, Island Usurper: ↵Dries Buytaert2010-07-19
| | | | theme_image() chokes if getimagesize() fails.
* - Patch #770664 by Damien Tournoud: path whitelist uses an unsupported GROUP ↵Dries Buytaert2010-07-19
| | | | BY alias.
* - Patch #845846 by Stevel, bellHead: PDOStatement::bindParam() bind to a ↵Dries Buytaert2010-07-19
| | | | reference even for OUT parameters.
* - Patch #738990 by glipay: poll.module using administer nodes permission ↵Dries Buytaert2010-07-19
| | | | incorrectly.
* - Patch #767478 by derjochenmeyer: menu li.leaf items get expanded ↵Dries Buytaert2010-07-19
| | | | (li.expanded) when active.
* - Patch #857378 by glipay: remove useless array addition in ↵Dries Buytaert2010-07-19
| | | | DrupalWebTestCase::curlInitialize().
* - Patch #851100 by Damien Tournoud: subquery objects are iterated upon.Dries Buytaert2010-07-19
|
* - Patch #851110 by Damien Tournoud: InsertQuery::execute() needs to rollback ↵Dries Buytaert2010-07-19
| | | | the transaction if one insert fail.
* - Patch #852362 by chx: fixed extend is 100% fubar.Dries Buytaert2010-07-19
|
* - Patch #849642 by mgifford: fixed fixed fonts used in Seven. Yes, that is ↵Dries Buytaert2010-07-18
| | | | 2x 'fixed' in one sentence.
* - Patch #768090 by ridgerunner: changed drupal_static() performance improvement.Dries Buytaert2010-07-18
|
* - Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should ↵Dries Buytaert2010-07-17
| | | | not modify database, but it does.
* - Patch #796658 by yched, andypost: UI for field formatter settings.Dries Buytaert2010-07-17
|
* - Patch #561226 by fago, effulgentsia, sun, YesCT, marcingy: orms (elements) ↵Dries Buytaert2010-07-17
| | | | need to able to specify include files to be loaded for building.
* - Patch #784832 by plach: fixed conflict with the session language provider ↵Dries Buytaert2010-07-17
| | | | while creating a translation.