summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency ↵Dries Buytaert2009-12-22
| | | | between t() and the theming layer.
* - Patch #640726 by mcarbone: a 4 character passwords was called 'strong'.Dries Buytaert2009-12-22
|
* - Patch #635094 by plach: switching from zxx to und as it is semantically ↵Dries Buytaert2009-12-22
| | | | more correct.
* - Patch #664204 by Bojhan: added some margin to 'Hide descriptions'.Dries Buytaert2009-12-22
|
* - Patch #658726 by yoroy: more home link tweaks.Dries Buytaert2009-12-22
|
* - Patch #664012 by Bojhan, Dries: removed unnecessary fieldset.Dries Buytaert2009-12-22
|
* - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #655408 by roborn: fixed block drag-and-drop. One critical bug less.Dries Buytaert2009-12-21
|
* - Patch #664648 by Bojhan: added an ending dot to module description on /config.Dries Buytaert2009-12-21
|
* - Patch #664696 by Crell: fixed typo in drupal_write_record() docblock.Dries Buytaert2009-12-21
|
* - Patch #612894 by David_Rothstein: fixed parse error.Dries Buytaert2009-12-20
|
* - Patch #386462 by mgifford: changed a p-tag to a div-tag.Dries Buytaert2009-12-20
|
* - Patch #663828 by chx: allow core tests to be programmatically disabled.Dries Buytaert2009-12-20
|
* - Patch #612894 by yched: display field improvements.Dries Buytaert2009-12-20
|
* - Patch #663900 by Bojhan: removed dashboard link from shortcut bar because ↵Dries Buytaert2009-12-20
| | | | there is already a link in the header bar.
* - Patch #502968 by Ryan Palmer: increase maximum allowable length of email ↵Dries Buytaert2009-12-20
| | | | addresses.
* - Patch #663138 by yoroy: remove management menu from Dashboard.Dries Buytaert2009-12-20
|
* - Patch #663966 by Magnity: fixed typo in Field CRUD documentation.Dries Buytaert2009-12-20
|
* - Patch #664390 by Bojhan: massage the documentation.Dries Buytaert2009-12-20
|
* - Patch #659578 by mcarbone, jhodgdon: fixed statistics pages and added some ↵Dries Buytaert2009-12-20
| | | | extra tests. One critical bug less.
* #190867 follow-up by scor: Fixed broken HEAD. Test bot, come back...Angie Byron2009-12-18
|
* - Patch #297860 by sun: fixed XML-RPC error handling.Dries Buytaert2009-12-18
|
* - Patch #386462 by mgifford, Frando: fixed XHTML validation errors.Dries Buytaert2009-12-18
|
* - Patch #622550 by roborn: fixed block administration page table header ↵Dries Buytaert2009-12-18
| | | | sticking.
* - Patch #633616 by arianek, jhodgdon: help text improvements and fixes.Dries Buytaert2009-12-18
|
* - Patch #632898 by arianek, jhodgdon: help text improvements and fixes.Dries Buytaert2009-12-18
|
* - Patch #658726 by yoroy: sexier home icon.Dries Buytaert2009-12-17
|
* - Patch #648268 by boombatower: allow run-tests.sh to work with https.Dries Buytaert2009-12-17
|
* - Patch #190867 by David_Rothstein: fixed function name.Dries Buytaert2009-12-17
|
* - Rollback of previous patch. Houston, it has a typo.Dries Buytaert2009-12-17
|
* - Patch #658314 by dereine, bleen18: fxed variable in node.tpl.php is buggy.Dries Buytaert2009-12-17
|
* - Patch #302240 by fago, sun: fixed button broken.Dries Buytaert2009-12-17
|
* - Patch #190867 by chx: fixed access to creating path aliases.Dries Buytaert2009-12-17
|
* - Patch #660690 by jbrown: tables without headers are rendered incorrectly ↵Dries Buytaert2009-12-17
| | | | in Seven.
* - Patch #660904 by Crell, Crell: wrong interface name in hook_entity_info() ↵Dries Buytaert2009-12-17
| | | | docblock.
* - Patch #658776 by Dave Reid, yoroy: put the search block in the top-right ↵Dries Buytaert2009-12-16
| | | | corner.
* - Patch #635378 by sun, sivaji, carlos8f: wrong local task titles for ↵Dries Buytaert2009-12-16
| | | | taxonomy term and user account pages.
* - Patch #632092 by scor, linclark: number of replies of a node in RDFa.Dries Buytaert2009-12-16
|
* - Patch #658726 by bleen18: better home link.Dries Buytaert2009-12-16
|
* - Patch #659710 by fgm: queue API was missing a releaseItem method.Dries Buytaert2009-12-16
|
* - Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Rob Loach, ↵Dries Buytaert2009-12-15
| | | | TheRec, moshe weitzman: cron image does a full bootstrap on every page request so changing to a Javascript-based solution instead. Important performance fix -- what were we smoking? ;-)
* - Patch #331180 by sun: rename file to be more consistent with other files.Dries Buytaert2009-12-15
|
* - Patch #360854 by sammys, Crell: added missing db_index_exists(), required ↵Dries Buytaert2009-12-15
| | | | to provide proper upgrade path from Drupal 6 to Drupal 7.
* #659486 by Kiphaas7 and xmacinfo: Add back the 'loading' image to the ↵Angie Byron2009-12-15
| | | | Overlay in a way that does not kill performance.
* #577398 by boombatower: Fix SimpleTest temporary file handling, post-stream ↵Angie Byron2009-12-15
| | | | wrappers.
* #653940 follow-up by Damien Tournoud: Clean-up of error handling from first ↵Angie Byron2009-12-15
| | | | stab at test reporting fixes.
* #645776 follow-up by jhodgdon and matason: Added missing Number module help.Angie Byron2009-12-15
|
* #646694 by rfay: Added much more meaningful error reporting to AJAX.Angie Byron2009-12-14
|
* - Patch #658034 by seutje: core should not use CSS classnames that contain ↵Dries Buytaert2009-12-14
| | | | an underscore.
* - Patch #655206 by dereine: Seven wasn't used for deleting a node.Dries Buytaert2009-12-14
|