Dries Buytaert
|
a94519077b
|
- Patch #829968 by andypost, AlexisWilke: drupal_lookup_path() documentation and return mismatch.
|
2010-07-31 04:10:30 +00:00 |
Dries Buytaert
|
699afdd1be
|
- Patch #690980 by seutje, sun, seanyo, aaroncouch: disabled form elements not properly rendered.
|
2010-07-31 04:01:51 +00:00 |
Dries Buytaert
|
37c3c7ec7a
|
- Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess should default to FALSE.
|
2010-07-30 02:47:28 +00:00 |
Dries Buytaert
|
4f2d69698c
|
- Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that MariaDB works, too.
|
2010-07-30 01:59:14 +00:00 |
Dries Buytaert
|
7c9948f0db
|
- Patch #855380 by plach: () should be used to lookup the current path alias.
|
2010-07-30 01:52:54 +00:00 |
Dries Buytaert
|
0de52de646
|
- Patch #747252 by justinrandell, dhthwy, aspilicious: cannot extract themes and modules.
|
2010-07-29 02:27:43 +00:00 |
Dries Buytaert
|
d2f7ddd8b8
|
- Patch #822108 by jhodgdon, aaronbauman, justinrandell: rediscover bootstrap hook implementations during cache clear.
|
2010-07-29 02:00:27 +00:00 |
Dries Buytaert
|
93cf8ab31a
|
- Patch #800460 by effulgentsia, sun: WTF coupling between ()['cache'] and form processing.
|
2010-07-29 00:46:09 +00:00 |
Dries Buytaert
|
a80919186c
|
- Patch #855988 by pwolanin, Damien Tournoud, David_Rothstein: get rid of preg_replace() with /e in decode_entities().
|
2010-07-29 00:38:24 +00:00 |
Dries Buytaert
|
c9e5a055fb
|
- Patch #866340 by Damien Tournoud: remove support for date and time types.
|
2010-07-28 10:52:12 +00:00 |
Dries Buytaert
|
1d9b81af47
|
- Patch #830304 by solotandem: drupal_mail() doc example using D6 syntax for t().
|
2010-07-28 02:19:56 +00:00 |
Dries Buytaert
|
8a128c645c
|
- Patch #851748 by Stevel: weird logic in SelectQuery::addField().
|
2010-07-28 01:51:06 +00:00 |
Dries Buytaert
|
b8a7b8a89b
|
- Patch #508056 by Stevel: _module_build_dependencies() calls drupal_depth_first_search() with wrong param count.
|
2010-07-28 01:46:59 +00:00 |
Dries Buytaert
|
eda098c03f
|
- Patch #857300 by andypost: make drupal_install_mkdir() should use octal numbers.
|
2010-07-26 13:20:01 +00:00 |
Dries Buytaert
|
123bf46c43
|
- Patch #827430 by David_Rothstein: drupal_form_submit() no longer works with checkboxes.
|
2010-07-26 13:07:59 +00:00 |
Dries Buytaert
|
a378853208
|
- Patch #861876 by andypost: notice in watchdog().
|
2010-07-26 03:05:36 +00:00 |
Dries Buytaert
|
57e88bff51
|
- Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for {file_managed()}.status.
|
2010-07-26 03:04:29 +00:00 |
Dries Buytaert
|
1236ee9c75
|
- Patch #863736 by David_Rothstein: unnecessary isset() check in path_save().
|
2010-07-26 02:59:57 +00:00 |
Dries Buytaert
|
4fe9ef99cb
|
- Patch #807158 by freelock, jhodgdon: DrupalDefaultEntityController properties are not documented.
|
2010-07-26 02:51:46 +00:00 |
Dries Buytaert
|
8a3098d0c1
|
- Patch #675116 by jhodgdon: several problems in field.api.php and field_ui().api.php.
|
2010-07-25 02:45:27 +00:00 |
Dries Buytaert
|
03d7c314d8
|
- Patch #641008 by reglogge, David_Rothstein, tstoeckler, marcvangend: duplicated text in install error message.
|
2010-07-25 00:25:37 +00:00 |
Dries Buytaert
|
dca92900fb
|
- Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.
|
2010-07-24 17:28:27 +00:00 |
Dries Buytaert
|
002ca866d5
|
- Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, TRUE, FALSE.
|
2010-07-22 23:54:32 +00:00 |
Dries Buytaert
|
c03800e0cd
|
- Patch #861420 by sun: coder_format() on xmlrpc(s).inc.
|
2010-07-22 16:20:15 +00:00 |
Dries Buytaert
|
19c7193c4c
|
- Patch #855410 by aspilicious: add missing doc and newlines in updater.inc.
|
2010-07-21 00:28:14 +00:00 |
Dries Buytaert
|
34a7bbcf54
|
- Patch #855400 by aspilicious: fix issues in theme.inc - newlines and missing doc.
|
2010-07-21 00:27:24 +00:00 |
Dries Buytaert
|
5038c5d3df
|
- Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.
|
2010-07-21 00:26:21 +00:00 |
Dries Buytaert
|
d58ac9fd64
|
- Patch #772678 by sun, jpmckinney, Berdir: database default collation is not respected.
|
2010-07-20 21:12:47 +00:00 |
Dries Buytaert
|
35bad3b13b
|
- Patch #770664 by Damien Tournoud: path whitelist uses an unsupported GROUP BY alias.
|
2010-07-19 22:12:14 +00:00 |
Dries Buytaert
|
84916ad9c7
|
- Patch #845846 by Stevel, bellHead: PDOStatement::bindParam() bind to a reference even for OUT parameters.
|
2010-07-19 22:11:04 +00:00 |
Dries Buytaert
|
3fd692b390
|
- Patch #767478 by derjochenmeyer: menu li.leaf items get expanded (li.expanded) when active.
|
2010-07-19 21:57:49 +00:00 |
Dries Buytaert
|
83f4ef42f6
|
- Patch #851100 by Damien Tournoud: subquery objects are iterated upon.
|
2010-07-19 21:05:46 +00:00 |
Dries Buytaert
|
a5f23317ef
|
- Patch #851110 by Damien Tournoud: InsertQuery::execute() needs to rollback the transaction if one insert fail.
|
2010-07-19 13:28:19 +00:00 |
Dries Buytaert
|
9cf185c391
|
- Patch #852362 by chx: fixed extend is 100% fubar.
|
2010-07-19 13:23:21 +00:00 |
Dries Buytaert
|
d828e2170b
|
- Patch #768090 by ridgerunner: changed drupal_static() performance improvement.
|
2010-07-18 01:22:53 +00:00 |
Dries Buytaert
|
6195d47d15
|
- Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should not modify database, but it does.
|
2010-07-17 19:44:06 +00:00 |
Dries Buytaert
|
ecc7ce0875
|
- Patch #561226 by fago, effulgentsia, sun, YesCT, marcingy: orms (elements) need to able to specify include files to be loaded for building.
|
2010-07-17 18:52:39 +00:00 |
Dries Buytaert
|
050354df37
|
- Patch #856788 by glipay: documentation improvement.
|
2010-07-17 02:00:50 +00:00 |
Dries Buytaert
|
c56439cb15
|
- Patch #855374 by aspilicious: fix newlines in lock.inc.
|
2010-07-16 11:19:38 +00:00 |
Dries Buytaert
|
8dd4725eeb
|
- Patch #855376 by aspilicious: fix newlines in mail.inc.
|
2010-07-16 11:18:49 +00:00 |
Dries Buytaert
|
c804c97c53
|
- Patch #855386 by aspilicious: fix newlines in module.inc.
|
2010-07-16 11:18:02 +00:00 |
Dries Buytaert
|
b55815f68e
|
- Patch #855402 by aspilicious: fix newlines in token.inc.
|
2010-07-16 11:17:25 +00:00 |
Dries Buytaert
|
8cf0d590fb
|
- Patch #855378 by aspilicious: fix newlines in menu.inc.
|
2010-07-16 02:54:09 +00:00 |
Dries Buytaert
|
1a0778d1f6
|
- Patch #855394 by aspilicious: fix newlines in session.inc.
|
2010-07-16 02:53:02 +00:00 |
Dries Buytaert
|
429d0c3666
|
- Patch #855390 by aspilicious: fix newlines in path.inc.
|
2010-07-16 02:51:44 +00:00 |
Dries Buytaert
|
a6f0b92207
|
- Patch #855310 by aspilicious: fix newlines in file_mimetype().inc.
|
2010-07-16 02:40:48 +00:00 |
Dries Buytaert
|
ef832ddf05
|
- Patch #855316 by aspilicious: fix newlines in image.inc.
|
2010-07-16 02:39:38 +00:00 |
Dries Buytaert
|
7b3d03aa83
|
- Patch #855322 by aspilicious: fix newlines (and some dots) in locale.inc.
|
2010-07-16 02:38:16 +00:00 |
Dries Buytaert
|
2ad0a2c1f7
|
- Patch #684982 by plach: audit of global language variable use.
|
2010-07-16 02:37:06 +00:00 |
Dries Buytaert
|
da75021509
|
- Patch #855418 by jhodgdon, aspilicious: fix doc errors in xmlcpr.inc and fill in the missing doc headers.
|
2010-07-16 02:19:38 +00:00 |