Dries Buytaert
|
009d05cbe3
|
- Patch #326527 by riccardoR: the opening form tag was declared twice.
|
2009-01-05 22:23:58 +00:00 |
Angie Byron
|
7e9ce5c584
|
#30520 by drewish: Notify user if they've uploaded a file bigger than max_upload_filesize.
|
2009-01-05 04:26:54 +00:00 |
Dries Buytaert
|
eb0c7697c8
|
- Patch #352712 by dmitrig01: better documentation for menu_get_object() and arg().
|
2009-01-04 20:04:32 +00:00 |
Dries Buytaert
|
634379299f
|
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.
|
2009-01-04 19:56:51 +00:00 |
Dries Buytaert
|
4d482a23ad
|
- Patch #354162 by killes: convert install.inc to new database layer.
|
2009-01-04 18:50:23 +00:00 |
Dries Buytaert
|
c3ada1c861
|
- Patch #354173 by killes: convert module.inc to the new database layer.
|
2009-01-04 18:09:34 +00:00 |
Dries Buytaert
|
27e01ade23
|
- Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering out of node module'.
|
2009-01-04 16:19:39 +00:00 |
Dries Buytaert
|
fb2c693f09
|
- Patch #353861 by killes: converted theme.inc to new database layer.
|
2009-01-04 16:17:47 +00:00 |
Dries Buytaert
|
70c1d777ea
|
- Patch #353803 by dereine: minor performance optimization -- multiple calls to require_once.
|
2009-01-04 16:15:54 +00:00 |
Dries Buytaert
|
fbf4e0f116
|
- Patch #353823 by swentel: fixed database conversion.
|
2009-01-03 13:17:25 +00:00 |
Dries Buytaert
|
50acd87b4d
|
- Patch #353823 by killes: convert path.inc to the new database layer.
|
2009-01-03 11:20:59 +00:00 |
Dries Buytaert
|
76138ea8a6
|
- Patch #275796 by Gribnif, Damien Tournoud and Dave Reid: module_list() tried to reset a static using unset(). Added tests too.
|
2009-01-03 08:45:28 +00:00 |
Dries Buytaert
|
f9f7c7bccf
|
- Patch #262920 by ainigma32: language selection for domain should look at HTTP_HOST not SERVER_NAME.
|
2009-01-02 23:37:32 +00:00 |
Dries Buytaert
|
45f34467fb
|
- Patch #212130 by Damien Tournoud, grendzy: decode_entities() should support all (X)HTML entities.
|
2009-01-02 22:09:53 +00:00 |
Dries Buytaert
|
86aa636c8b
|
- Patch #353207 by CitizenKane and drewish: cleaned up the FILE_STATUS_TEMPORARY field.
|
2009-01-02 21:45:11 +00:00 |
Dries Buytaert
|
5ba50b3fe8
|
- Patch #350984 by Moshe: kick comment rendering out of node module.
|
2008-12-31 12:02:24 +00:00 |
Dries Buytaert
|
d813e3679c
|
- Patch #348201 by catch: make it possible to load multiple files with fewer queries.
|
2008-12-31 11:08:47 +00:00 |
Dries Buytaert
|
82727ed8aa
|
- Patch #352359 by Damien Tournoud: provided unit tests for the unicode library and fixed some bugs.
|
2008-12-31 11:01:49 +00:00 |
Dries Buytaert
|
ba9f2041f6
|
- Patch #314464 by Dave Reid, Crell, markus_petrux, drewish et al: convert db_placeholders() to new database layer.
|
2008-12-30 20:27:24 +00:00 |
Dries Buytaert
|
92a8adea65
|
- Patch #352470 by scor: fixed typos and grammar in comments.
|
2008-12-30 16:43:20 +00:00 |
Dries Buytaert
|
5bbad8a4dc
|
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.
|
2008-12-28 20:41:19 +00:00 |
Angie Byron
|
550e9b3f59
|
#333658 by sun: Code clean-up for batch.inc.
|
2008-12-27 19:12:09 +00:00 |
Dries Buytaert
|
445823f6bb
|
- Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters.
|
2008-12-26 21:01:57 +00:00 |
Dries Buytaert
|
0d100b57dc
|
- Patch #332002 by Crell et al: MergeQuery should refuse to execute if there are no key fields. With tests.
|
2008-12-26 14:23:38 +00:00 |
Dries Buytaert
|
fc063806de
|
- Patch #314464 by Crell: fixing up the db_placeholder() patch that I committed incompletely.
|
2008-12-26 11:48:18 +00:00 |
Dries Buytaert
|
9120540d19
|
- Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and rework their sizes. Fixes exception on PostgreSQL.
|
2008-12-26 11:04:39 +00:00 |
Dries Buytaert
|
e23a87d1f9
|
- Patch #303154 by John Morahan: fixed typo that slipped in.
|
2008-12-26 11:00:23 +00:00 |
Dries Buytaert
|
33c195aabe
|
- Patch #350708 by dww: t() documentation clean-up.
|
2008-12-26 10:42:56 +00:00 |
Dries Buytaert
|
779a70a0d4
|
- Patch #344575 by cdale: made the ANSI compatibility mode less strict to work around a MySQL 5 bug.
|
2008-12-24 10:21:32 +00:00 |
Dries Buytaert
|
e5ddb46d12
|
- Patch #314464 by Crell, Dave Reid et al: convert db_placeholders() to the new DB layer.
|
2008-12-24 09:53:40 +00:00 |
Dries Buytaert
|
dcf7502003
|
- Patch #303154 by c960657: clean-up and better document ini_set() calls in default.settings.php.
|
2008-12-23 19:59:17 +00:00 |
Dries Buytaert
|
1c0f4ac3aa
|
- Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility mode. Comes with tests.
|
2008-12-23 07:48:24 +00:00 |
Dries Buytaert
|
0c63d9e24f
|
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
|
2008-12-20 18:24:41 +00:00 |
Dries Buytaert
|
ee700371ac
|
- Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater.
|
2008-12-20 05:20:21 +00:00 |
Dries Buytaert
|
ec4eba68d7
|
- Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.
|
2008-12-19 03:55:23 +00:00 |
Dries Buytaert
|
18d22419f3
|
- Patch #339929 by Moshe et al: move node links into ->content.
|
2008-12-16 22:05:51 +00:00 |
Dries Buytaert
|
90276160cb
|
- Patch #347228 by kajetan: missing return statement.
|
2008-12-16 21:04:08 +00:00 |
Dries Buytaert
|
4c5221a939
|
- Patch #299178 by Crell et al: add support for subqueries in FROM and JOIN clauses in dynamic query. Cool feature/syntax.
|
2008-12-12 16:21:58 +00:00 |
Dries Buytaert
|
2a421f116f
|
- Patch #345167 by JacobSignh, pwolanin, jlkreiss, keith.smith et al: fix some new line behavior in drupal_http_request().
|
2008-12-12 16:07:13 +00:00 |
Dries Buytaert
|
8802e0d3af
|
- Patch #276111 by pwolanin, Gabor et al: validate translation strings on import.
|
2008-12-09 19:53:36 +00:00 |
Dries Buytaert
|
7c30a1bac9
|
- Patch #342693 by Damien Tournoud et al: DatabaseStatement Prefect iterator did not implement a proper forward-only one cursor.
|
2008-12-09 11:22:11 +00:00 |
Dries Buytaert
|
6f859fdd8f
|
- Patch #328781 by Damien Tournoud and Dave Reid: fixed simpletest error reporting.
|
2008-12-09 11:09:26 +00:00 |
Dries Buytaert
|
c50651f7fb
|
- Patch #340557 by Dave Reid: use static caching in drupal_is_front_page().
|
2008-12-09 07:16:10 +00:00 |
Dries Buytaert
|
55382d04a7
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
Angie Byron
|
372846e1dc
|
#333060 by merlinofchaos, dvessel, neclimdul: Prevent parent theme clobbering.
|
2008-12-07 09:32:58 +00:00 |
Angie Byron
|
fcb68d747e
|
#305653 follow-up by sun: Prevent themes from being disabled during update.
|
2008-12-07 08:23:07 +00:00 |
Angie Byron
|
6d84974ff5
|
#343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with test).
|
2008-12-07 07:51:55 +00:00 |
Dries Buytaert
|
feb7836220
|
- Patch #342988 by ultimateboy: fixed order of attributes in PHPdoc.
|
2008-12-05 22:30:20 +00:00 |
Dries Buytaert
|
4e9d1f7d1c
|
- Patch #342366 by John Morahan, Dave Reid, Damien Tournoud: fixed replacement of unnamed placeholders in SQLite.
|
2008-12-05 12:41:27 +00:00 |
Angie Byron
|
5a53f843d7
|
#333658 by sun: Code clean-up for actions.inc.
|
2008-12-04 18:42:03 +00:00 |