summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #361514 by Dave Reid and drewish: Use file name in file error messages.Angie Byron2009-01-21
|
* #203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix ↵Angie Byron2009-01-20
| | | | undefined index locale in install.php and clean up crufty code.
* #30520 follow-up by Dave Reid: Fix error message about upload when not ↵Angie Byron2009-01-20
| | | | uploading a file (with tests, so we don't break it again).
* #291026 follow-up by Dave Reid: Fix incorrect variable name.Angie Byron2009-01-20
|
* - Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error ↵Dries Buytaert2009-01-19
| | | | reporting settings.
* - Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation ↵Dries Buytaert2009-01-19
| | | | detection code.
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* - Patch #360887 by Crell: more robus example of how to use transaction ↵Dries Buytaert2009-01-19
| | | | support in D7.
* #360113 by Dave Reid: Remove db_and() and db_or() calls from database/* files.Angie Byron2009-01-19
|
* #360754 by Crell: Docblock fixes for DBTNG.Angie Byron2009-01-18
|
* #360580 by Razorraser: Fix documentation link to PDO.Angie Byron2009-01-18
|
* #310863 by bangpound, dboulet, and catch: Stop locale module from ↵Angie Byron2009-01-18
| | | | auto-installing with custom install profiles.
* #297952 by aaron: Fix naming conflict with 'file' preprocess variable.Angie Byron2009-01-18
|
* #152098 by mgifford: Improve accessibility of radios and checkboxes.Angie Byron2009-01-18
|
* #359918 by Dave Reid: Fix typo in Schema API documentation.Angie Byron2009-01-18
|
* - Patch #301049 by Damien Tournoud: fix InsertQuery.Dries Buytaert2009-01-17
|
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Patch #245990 by pwolanin: further clean-up of the HTTP request status ↵Dries Buytaert2009-01-14
| | | | fail problem.
* - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency ↵Dries Buytaert2009-01-14
| | | | system. This helps with fields in core. Comes with tests\!
* - Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed ↵Dries Buytaert2009-01-14
| | | | problem when HTTP_HOST is not transmitted.
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* - Patch #124492 by mfer: tiny cleanup -- duplicate character.Dries Buytaert2009-01-13
|
* - Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time ↵Dries Buytaert2009-01-12
| | | | of simpletests.
* - Patch #339929 by Moshe Weitzman: removed some cruft.Dries Buytaert2009-01-11
|
* - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ↵Dries Buytaert2009-01-11
| | | | its own temporary table names.
* - Patch #124492 by mfer: added support for IPv6 and % characters. Comes ↵Dries Buytaert2009-01-11
| | | | with tests\!
* - Patch #348448 by c960657: fixed php strict warnings when running tests.Dries Buytaert2009-01-11
|
* - Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with ↵Dries Buytaert2009-01-11
| | | | transaction support (on PostgreSQL).
* - Patch #356721 by c960657: the cancel user account patch broke the tests ↵Dries Buytaert2009-01-10
| | | | because it reveiled a bug in the url() (when bootstrapping).
* #334303 by drewish: Handle overwriting of managed files, with tests.Angie Byron2009-01-10
|
* #356782 by quicksketch: remove needless line of code.Angie Byron2009-01-10
|
* #143434 by Jody Lynn: Move 'display post information' to where users would ↵Angie Byron2009-01-09
| | | | expect.
* - Patch #124492 by mfer, c960657 et al: valid_url() does not support all ↵Dries Buytaert2009-01-08
| | | | valid URL characters.
* - Patch #355278 by Josh Waihi: fixed problem with transaction support being ↵Dries Buytaert2009-01-08
| | | | turned on when unwanted.
* - Patch #342503 by Josh Waihi, Damien Tournoud et al: schema function ↵Dries Buytaert2009-01-08
| | | | findTables fails on PostgreSQL.
* - Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction ↵Dries Buytaert2009-01-08
| | | | nesting was not tracked by connection, better documentation, and better tests.
* - Patch #352803 by chx: convert query to new database layer.Dries Buytaert2009-01-06
|
* - Patch #341910 by Josh Waihi, drewish et al: file_space_used() was not ↵Dries Buytaert2009-01-06
| | | | properly checking bitmapped status values. Added unit tests too.
* - Patch #326527 by riccardoR: the opening form tag was declared twice.Dries Buytaert2009-01-05
|
* #30520 by drewish: Notify user if they've uploaded a file bigger than ↵Angie Byron2009-01-05
| | | | max_upload_filesize.
* - Patch #352712 by dmitrig01: better documentation for menu_get_object() and ↵Dries Buytaert2009-01-04
| | | | arg().
* - Patch #320591 by Moshe, Crell et al: tag specific alter hook for database ↵Dries Buytaert2009-01-04
| | | | queries.
* - Patch #354162 by killes: convert install.inc to new database layer.Dries Buytaert2009-01-04
|
* - Patch #354173 by killes: convert module.inc to the new database layer.Dries Buytaert2009-01-04
|
* - Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering ↵Dries Buytaert2009-01-04
| | | | out of node module'.
* - Patch #353861 by killes: converted theme.inc to new database layer.Dries Buytaert2009-01-04
|
* - Patch #353803 by dereine: minor performance optimization -- multiple calls ↵Dries Buytaert2009-01-04
| | | | to require_once.
* - Patch #353823 by swentel: fixed database conversion.Dries Buytaert2009-01-03
|
* - Patch #353823 by killes: convert path.inc to the new database layer.Dries Buytaert2009-01-03
|