Commit Graph

3064 Commits (d9ab38b2d02037e0af3916b1d99120389e9aadd9)

Author SHA1 Message Date
Dries Buytaert 0ea653502c - Patch #373613 by quicksketch and drewish: in order to operate on images multiple
times (such as crop, scale, then desaturate) without quality loss, we need to
  pass images by their raw GD (or other library) resources rather than re-opening
  the same image repeatedly, which causes wasted processing and loss of quality when
  using JPEG images.  This patch reworks the image toolkits, adds some new image
  manipulations and adds some impressive SimpleTests.
2009-03-09 11:44:54 +00:00
Dries Buytaert 6fe3c7c059 - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'. 2009-03-08 21:25:18 +00:00
Angie Byron ce81be0c8c #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests). 2009-03-08 05:16:20 +00:00
Angie Byron ddc2604d69 #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
Angie Byron 27369e8b96 #304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah. 2009-03-01 09:32:17 +00:00
Angie Byron ec0dbd35c8 #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow drupal_add_js() to reference external JavaScript files. 2009-02-28 07:36:06 +00:00
Angie Byron 665c9fdc2c Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. 2009-02-26 07:30:29 +00:00
Dries Buytaert 116de17933 - Patch #381438 by drumm: do not use page cache for drupal.sh requests. 2009-02-25 13:49:26 +00:00
Dries Buytaert 071ae7bf0d - Patch #380400 by flobruit: fixed up the documentation. 2009-02-24 17:08:18 +00:00
Angie Byron 2518d1601c #349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver independent of schema to fix D6 => D7 update. 2009-02-24 16:34:46 +00:00
Dries Buytaert 5d658d0848 - Patch #380064 by c960657: make file_scan_directory() use save property names as file_load(). 2009-02-22 17:55:30 +00:00
Dries Buytaert b3e36d655c - Patch #299267 by Crell: add extender support to the SELECT query builder. 2009-02-22 16:53:41 +00:00
Dries Buytaert e1652e99b6 - Patch #374940 by Dave Reid et al: fixed MergeQuery problem. 2009-02-22 16:31:24 +00:00
Angie Byron ff9e842730 #330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency. 2009-02-18 15:19:57 +00:00
Angie Byron c03b4c5408 #255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement). 2009-02-18 15:07:27 +00:00
Angie Byron ac484c277a #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries. 2009-02-18 13:46:55 +00:00
Angie Byron b83aa19bb2 #370846 follow-up by catch: Fix #weight sorting in drupal_render(). 2009-02-13 04:43:00 +00:00
Angie Byron 9b50597eb2 #369423 by nedjo: Fix drupal_write_record() bug with multi-field primary keys (with tests). 2009-02-13 02:25:59 +00:00
Angie Byron 2da17d8010 #347288 by plach: Fix Locale uninstall (with tests). 2009-02-13 00:45:18 +00:00
Angie Byron 52c17c6d3e #373502 by drewish and sun: Add function to delete unmanaged files recurisevely (with tests). 2009-02-13 00:39:01 +00:00
Dries Buytaert a7aab03a1e - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker. 2009-02-09 16:27:35 +00:00
Angie Byron c591f4562d #370846 by catch: Further improve performance of drupal_render() sorting (with tests). 2009-02-09 03:29:54 +00:00
Angie Byron f3ed3283db #361683 follow-up by sun: Remove more windows line endings. 2009-02-05 03:42:58 +00:00
Angie Byron 8bac2dd319 #361683 follow-up by yched and sun: Fix failing tests and windows line-endings. 2009-02-05 01:21:16 +00:00
Angie Byron 993675ab6a #348627 by smk-ka and catch: Allow menu title callback property to bypass t() (+documentation and tests) 2009-02-05 01:05:17 +00:00
Angie Byron c6dd7bec5e #52990 by Roger López: Vastly improve translation string search and editing interface. 2009-02-05 00:32:47 +00:00
Dries Buytaert 29c8e40e91 - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
Dries Buytaert 607e9626d5 - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my! 2009-02-03 17:30:13 +00:00
Dries Buytaert d4867346f5 - Patch #367380 by Moshe: make block module optional. 2009-02-03 12:30:14 +00:00
Dries Buytaert ff1e4c669a - Reverting #367711 ... 2009-02-03 12:24:41 +00:00
Dries Buytaert 1e86a91266 - Patch #367711 by catch: shorten drupal_map_assoc(). Thanks almighty catch. 2009-02-02 15:42:43 +00:00
Dries Buytaert 631354733a - Patch #366949 by c960657: use parse_url(, PHP_URL_xxx). 2009-02-01 16:45:53 +00:00
Angie Byron 5e2ad8e43c #360128 by quicksketch: Create centralized ahah callback to reduce duplicate code. 2009-02-01 06:48:15 +00:00
Dries Buytaert f12b1b637f - Patch #354812 by catch, mfer: filter_xss_bad_protocol is called hundreds of times on some pages. 2009-01-31 19:07:45 +00:00
Angie Byron 2c381622a5 #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified. 2009-01-31 16:50:57 +00:00
Angie Byron ad99dd761a #242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests). 2009-01-28 07:43:26 +00:00
Angie Byron f5a4f24b5e #364407 by catch: Fix drupal_render() sorting (with tests). 2009-01-27 02:14:42 +00:00
Dries Buytaert 2e8ca690ff - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave. 2009-01-27 00:22:27 +00:00
Dries Buytaert 6d3d75fe4b - Removing whitespace. 2009-01-26 14:08:44 +00:00
Angie Byron 250e486bb0 #363687 by chx: Simplify DBTNG codeflow. 2009-01-25 12:19:32 +00:00
Dries Buytaert cf43ce126c - Patch #353632 by catch et al: avoid sorting elements twice -- performance improvement. 2009-01-23 14:23:27 +00:00
Dries Buytaert 938c7c07a3 - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3. 2009-01-22 12:46:07 +00:00
Angie Byron 9e2540eeb2 #306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation. 2009-01-22 05:01:39 +00:00
Angie Byron d5968378ac #345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a 'type' instead, to clean up calling code. 2009-01-22 03:56:12 +00:00
Angie Byron 096309b327 #352121 by valthebald and Damien Tournoud: Allow importing of invalid tags in .po files into non-default text groups. 2009-01-22 03:29:01 +00:00
Angie Byron afc9df994a #220559 by eMPee584 and Damien Tournoud: Fix bug in language switcher block that makes all languages active (with tests) 2009-01-22 03:18:30 +00:00
Angie Byron 7ac380aa05 #346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x. 2009-01-22 03:05:18 +00:00
Dries Buytaert 3dc1157a1e - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. 2009-01-21 16:58:42 +00:00
Angie Byron 18e62bf8c5 #361514 by Dave Reid and drewish: Use file name in file error messages. 2009-01-21 02:07:10 +00:00
Angie Byron fcc8211ab1 #203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code. 2009-01-20 03:18:41 +00:00
Angie Byron cb07c9992b #30520 follow-up by Dave Reid: Fix error message about upload when not uploading a file (with tests, so we don't break it again). 2009-01-20 02:56:05 +00:00
Angie Byron 09ed948a25 #291026 follow-up by Dave Reid: Fix incorrect variable name. 2009-01-20 00:47:47 +00:00
Dries Buytaert 79b740acc1 - Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error reporting settings. 2009-01-19 21:13:09 +00:00
Dries Buytaert b2402f40ae - Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation detection code. 2009-01-19 20:45:17 +00:00
Dries Buytaert d20e457121 - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, 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. 2009-01-19 10:46:52 +00:00
Dries Buytaert bca75d353f - Patch #360887 by Crell: more robus example of how to use transaction support in D7. 2009-01-19 10:12:00 +00:00
Angie Byron cd9794bea7 #360113 by Dave Reid: Remove db_and() and db_or() calls from database/* files. 2009-01-19 01:28:28 +00:00
Angie Byron e8cff6403b #360754 by Crell: Docblock fixes for DBTNG. 2009-01-18 23:55:32 +00:00
Angie Byron df48958752 #360580 by Razorraser: Fix documentation link to PDO. 2009-01-18 16:24:05 +00:00
Angie Byron cf4f209d16 #310863 by bangpound, dboulet, and catch: Stop locale module from auto-installing with custom install profiles. 2009-01-18 06:56:58 +00:00
Angie Byron b7ab3d431f #297952 by aaron: Fix naming conflict with 'file' preprocess variable. 2009-01-18 06:53:53 +00:00
Angie Byron af81911cb7 #152098 by mgifford: Improve accessibility of radios and checkboxes. 2009-01-18 06:51:41 +00:00
Angie Byron 6135b967e1 #359918 by Dave Reid: Fix typo in Schema API documentation. 2009-01-18 06:47:58 +00:00
Dries Buytaert a6f64e65f3 - Patch #301049 by Damien Tournoud: fix InsertQuery. 2009-01-17 12:47:43 +00:00
Dries Buytaert d3df2ff356 - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace. 2009-01-14 21:16:21 +00:00
Dries Buytaert 534287b1bc - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
Dries Buytaert a10731cedf - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency system. This helps with fields in core. Comes with tests\! 2009-01-14 12:18:37 +00:00
Dries Buytaert dba81743a6 - Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted. 2009-01-14 12:15:38 +00:00
Dries Buytaert 77936aef4c - Rollback of #225562 -- I think there is still something wrong. 2009-01-13 22:41:39 +00:00
Dries Buytaert b86354c55c - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data. 2009-01-13 22:25:13 +00:00
Dries Buytaert b986cc556d - Patch #124492 by mfer: tiny cleanup -- duplicate character. 2009-01-13 22:19:28 +00:00
Dries Buytaert bcdf13394a - Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time of simpletests. 2009-01-12 06:23:57 +00:00
Dries Buytaert 9a01a1337a - Patch #339929 by Moshe Weitzman: removed some cruft. 2009-01-11 21:23:35 +00:00
Dries Buytaert f80c618427 - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate its own temporary table names. 2009-01-11 10:57:20 +00:00
Dries Buytaert 388fe5b6d7 - Patch #124492 by mfer: added support for IPv6 and % characters. Comes with tests\! 2009-01-11 08:39:08 +00:00
Dries Buytaert 45fed79d73 - Patch #348448 by c960657: fixed php strict warnings when running tests. 2009-01-11 08:36:28 +00:00
Dries Buytaert f088ccfb98 - Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with transaction support (on PostgreSQL). 2009-01-11 07:47:03 +00:00
Dries Buytaert 7b5392b902 - Patch #356721 by c960657: the cancel user account patch broke the tests because it reveiled a bug in the url() (when bootstrapping). 2009-01-10 11:50:11 +00:00
Angie Byron c3d9c5285a #334303 by drewish: Handle overwriting of managed files, with tests. 2009-01-10 06:09:54 +00:00
Angie Byron 46cf0a7db4 #356782 by quicksketch: remove needless line of code. 2009-01-10 05:23:49 +00:00
Angie Byron cb159b9ff1 #143434 by Jody Lynn: Move 'display post information' to where users would expect. 2009-01-09 16:19:56 +00:00
Dries Buytaert 18ad0f6933 - Patch #124492 by mfer, c960657 et al: valid_url() does not support all valid URL characters. 2009-01-08 19:09:49 +00:00
Dries Buytaert 3680da37a0 - Patch #355278 by Josh Waihi: fixed problem with transaction support being turned on when unwanted. 2009-01-08 18:53:44 +00:00
Dries Buytaert 9af9e3de88 - Patch #342503 by Josh Waihi, Damien Tournoud et al: schema function findTables fails on PostgreSQL. 2009-01-08 09:52:12 +00:00
Dries Buytaert a7b4bdef1d - Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction nesting was not tracked by connection, better documentation, and better tests. 2009-01-08 09:39:48 +00:00
Dries Buytaert 4f35ae01a2 - Patch #352803 by chx: convert query to new database layer. 2009-01-06 13:20:17 +00:00
Dries Buytaert 2e1827d040 - Patch #341910 by Josh Waihi, drewish et al: file_space_used() was not properly checking bitmapped status values. Added unit tests too. 2009-01-06 12:00:40 +00:00
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
Dries Buytaert eab8a13bcb - Patch #341910 by mayer: make file_space_used work on PostgreSQL. 2008-12-04 11:09:33 +00:00
Dries Buytaert cadd9bd54c - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
Dries Buytaert 5c72eb294a - Patch #327269 by c960657: when drupal_page_cache_header() compares the client's If-Modified-Since header to $cache->created, it assumed a certain date format. However, HTTP/1.1 allows several variations of the date format, i.e. the same time may be represented in slightly different ways. If the client sends the date in a different format than the one generated by Drupal, it would never receive a 304 Not Modified response. Also added a good amount of tests for the drupal_page_cache_header() code. 2008-12-03 14:51:53 +00:00
Dries Buytaert 3aaffd3364 - Patch #320510 by hswong3i et al: convert menu.inc to new database abstraction layer. 2008-12-03 14:38:59 +00:00
Dries Buytaert 0a062b2c23 - Patch #336115 by Dave Reid: fixing line endings. 2008-12-03 12:31:37 +00:00
Dries Buytaert 71a22f1c1f - Patch #337926 by Damien Tournoud: clean-up lower case handling. 2008-12-02 19:45:01 +00:00
Dries Buytaert 8900c6156d - Patch #336115 by nedjo: additional documentation for t(). 2008-12-02 19:33:33 +00:00
Angie Byron aa4b94fcc9 #340568 by Damien Tournoud: in some versions of SQLite, SELECT DISINCT(field) will return '(field)' as the field name. 2008-11-30 01:26:45 +00:00
Angie Byron d6514fe3aa #340500 by justinrandell: Fix silliness in install.inc that was loading the db system twice for no apparent reason. 2008-11-30 01:11:23 +00:00
Angie Byron 466e572685 #337794 by Damien Tournoud: Make SimpleTest work under PosthreSQL again. 2008-11-30 01:05:16 +00:00
Angie Byron 4f8168c39a #338184 by Damien Tournoud: Remove special workarounds for serialize() in the registry. 2008-11-29 23:21:22 +00:00
Dries Buytaert 205c5b2415 - Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection with PDF:CASE_LOWER. 2008-11-29 09:30:36 +00:00
Dries Buytaert d32a4c9dc4 - Patch #337926 by hswong3i: by default, force lower-case database tables/columns. 2008-11-28 09:27:58 +00:00
Dries Buytaert 6e5851b3a9 - Patch #338586 by Damien Tournoud: fix undefined function call in DatabaseSchema_pgsql::addField(). 2008-11-26 13:42:25 +00:00
Dries Buytaert 5083e13522 - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table. 2008-11-24 10:41:40 +00:00
Dries Buytaert 8e985b3fbc - Patch #319406 by AlexisWilke, Dave Reid, Damien Tournoud, kbahey: should only be cleared in the parent watchdog() call. 2008-11-24 06:17:40 +00:00
Dries Buytaert 96dc47665e - Patch #280934 by pwolanin, swentel, et al: harden session regeneration. It took a while, but it comes with tests and extra features now. 2008-11-24 06:12:46 +00:00
Angie Byron 3d1dcb4966 Removing #137932 which was committed prematurely. 2008-11-24 00:40:45 +00:00
Angie Byron 251a761eaa #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency. 2008-11-23 21:17:48 +00:00
Angie Byron 079a1bd2a5 #67349 follow-up by Damien Damien Tournoud: Fix missing parenthesis. 2008-11-23 21:01:03 +00:00
Dries Buytaert a7b2b9dfd1 - Patch #332980 by scor and keith.smith: documentation improvements + typo fixed. 2008-11-23 16:54:49 +00:00
Angie Byron 1b4dd805ca #315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to modify JavaScript being printed to the page. 2008-11-23 16:00:08 +00:00
Angie Byron 9de3b9cb74 #67349 by chx, Damien Tournoud, and paranojik: SQLite support in core! Yeah! :D 2008-11-23 06:06:15 +00:00
Angie Byron 2f6a71433d #308834 follow-up by gpk: Comment improvements. 2008-11-22 16:48:20 +00:00
Dries Buytaert 151ed27786 - Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-) 2008-11-22 13:55:27 +00:00
Dries Buytaert 33cf35a6e8 - Patch #335614 by Damien Tournoud: getActiveConnection() and getConnection() were broken when was not found. Now with tests\! 2008-11-22 13:51:38 +00:00
Dries Buytaert 6608f70cff - Patch #308834 by c960657: move setting of magic_quotes_runtime out of settings.php because (i) we don't want a user to change it and (ii) it gets executed a bit earlier in the Drupal bootstrap. 2008-11-22 13:46:11 +00:00
Dries Buytaert 653e63bd05 - Patch #323474 by Dave Reid and catch: hook_boot() was not invoked on uncached page views if cache mode is aggressive. 2008-11-22 13:33:00 +00:00
Dries Buytaert ea28f6b7d0 - Patch #337454 by earnie: fixed the phpdoc of drupal_render_form(). 2008-11-22 13:03:06 +00:00
Dries Buytaert 8a4fbfc87b - Patch #277644 by lilou: documentation improvement. 2008-11-22 10:12:05 +00:00
Angie Byron 53f53b6db5 #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :) 2008-11-20 06:56:17 +00:00
Angie Byron ccd16b82a6 #74645 follow-up by maartenvg: One very important file_scan_directory() call got missed; now HEAD installs again. W00t. ;) 2008-11-16 23:44:47 +00:00
Dries Buytaert dc65b62ace - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up). 2008-11-16 19:41:14 +00:00
Dries Buytaert a6b4f3b61f - Patch #328781 by chx, Damien Tournoud: made sure that all error messages show a good error message. 2008-11-16 18:57:18 +00:00
Dries Buytaert 5fbdca023f - Patch #267883 by MadHarold, boombatower: parse_size() and format_size() do not use the same kilo standard. 2008-11-16 15:19:34 +00:00
Dries Buytaert 9ccdaf2594 - Patch #207736 by anantagati, BartVB, drewish et al: fixed undefined index. 2008-11-16 14:58:28 +00:00
Angie Byron 055668924b #334732 by swentel: Fix notices in form.inc visible from update.php. 2008-11-15 15:32:36 +00:00
Dries Buytaert 15671f471b - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
Dries Buytaert 97fdc49191 - Patch #334030 by justinrandell: replace module_list with module_implements when calling a hook. 2008-11-15 11:45:04 +00:00
Dries Buytaert 10104ba94a - Patch #331570 by recidive: rename block module tables to singular. Requires you to run update.php. 2008-11-15 08:23:07 +00:00
Dries Buytaert 44c8391d32 - Patch #321100 by hswong3i: empty insert statements are better handled now. Comes with tests. 2008-11-13 21:08:16 +00:00
Dries Buytaert a269b9cc1d - Patch #322458 by hswong3i: tests for queryRange(). 2008-11-13 21:02:10 +00:00
Dries Buytaert 3a3c482776 - Patch #333499 by chx: fix handling of NULL default values in MySQL schema API. This fixes most but not all tests. 2008-11-13 20:52:13 +00:00
Angie Byron d8aafce20d #328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on admin/build/menu, and robustify the test so we catch stuff like this in the future. 2008-11-13 05:54:35 +00:00
Dries Buytaert 8cea8dad02 - Patch #331213 by Damien Tournoud: make it easier to write database driver. 2008-11-12 08:30:23 +00:00
Dries Buytaert 59ece2e39d - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups. 2008-11-11 22:39:59 +00:00
Dries Buytaert a56f520fad - Patch #331213 by chx and Damien Tournoud: welcome weird database drivers. 2008-11-11 20:37:46 +00:00
Dries Buytaert a80672230f - Patch #332623 by Damien Tournoud: fixed importing translations and added a test. 2008-11-11 20:22:17 +00:00
Angie Byron 5d85d16a75 Oops. Roll-back of #328110. Apologies 2008-11-11 18:15:01 +00:00
Angie Byron f2ecddea98 #328110 by Damien Tournoud: Remove recoverable fatal error from menu system. 2008-11-11 16:56:48 +00:00
Dries Buytaert bd108c7f10 - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
Angie Byron ea02bd1d2e #258089 follow-up by JohnAlbin: Fix missing period on code comment. Trivial Patch of the Month award! :) 2008-11-10 15:40:03 +00:00
Angie Byron 0762f60073 #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). 2008-11-10 05:23:01 +00:00
Dries Buytaert a7f6efc8a1 - Patch #329080 by chx, Damien Tournoud, pwolanin: statics in objects are not per-instance. 2008-11-08 22:52:24 +00:00
Dries Buytaert 50b3072f55 - Rollback of patch #74645 -- breaks installer. 2008-11-08 22:04:03 +00:00
Dries Buytaert ceaf8a0c74 - Patch #74645 by drewish, Robin Monks, tayknight: clean up file_scan_directory API to use regex. 2008-11-08 21:49:47 +00:00
Dries Buytaert 4447e45ac4 - Patch #331013 by drewish: remove file_set_status in favor of file_save(). 2008-11-08 21:35:10 +00:00
Dries Buytaert b3b68b8b18 - Patch #255293 by Gribnif, maartenvg: incorrect regex causes some aggregated CSS to fail. 2008-11-08 20:05:00 +00:00
Angie Byron 4e369a6b7f #243532 follow-up by c960657: Make SimpleTest work again with prefixes. 2008-11-08 16:10:36 +00:00
Angie Byron 42d7209929 #329223 by chx: Fix notice in actions configuration tests. 2008-11-08 07:28:03 +00:00
Angie Byron b0e2635675 #331737 by Crell: Fix nested conditions (plus test) 2008-11-08 07:06:03 +00:00
Angie Byron 1632855a9f #325895 by chx and hswong3i: Fix queryTemporary and add test case. 2008-11-08 04:45:36 +00:00
Angie Byron 6159c302e1 Oops. Reverting #329223. Still needs work. 2008-11-08 04:18:08 +00:00
Angie Byron 8f093858f7 #331705 by dmitrig01: Make sure a menu callback exists before attempting to call it. 2008-11-08 04:13:10 +00:00
Dries Buytaert af0463c66a - Patch #279516 by c960657: remove workarounds for PHP versions less than 5.2.x 2008-11-07 17:21:54 +00:00
Dries Buytaert f9fd9c3bf8 - Patch #330084 by c960657: don't set Reply-To header unless necessary and fixed documentation issue. 2008-11-07 16:59:36 +00:00
Angie Byron a8576b12f3 #321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: Correct registration of maintenance page in hook_theme(). 2008-11-07 07:11:22 +00:00
Angie Byron 8a0ee80de6 #329224 by boombatower and chx: November Make-All-Tests-Pass-Again-Extravaganza: Fix notices in block tests. 2008-11-07 06:44:56 +00:00
Dries Buytaert 57d35b7fb1 - Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal errors during testing. Woop, woop. 2008-11-05 17:06:18 +00:00
Dries Buytaert 3f6359f3fb - Patch #330040 by earnie: code comment improvements. 2008-11-05 12:58:59 +00:00
Dries Buytaert b963755551 - Patch #329273 by Damien Tournoud: make map_month() happier. 2008-11-03 09:54:43 +00:00
Angie Byron d0f8f90a36 #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 -> D7. 2008-11-03 05:55:57 +00:00
Dries Buytaert bb5a8e8074 - Patch #272395 by ghoti: improved documentation of theme_links. 2008-11-02 14:46:57 +00:00
Dries Buytaert 72e81af12d - Patch #324875 by pwolanin, Damien Tournoud, goba: improved conf_path() header injection checking. 2008-11-02 10:56:35 +00:00
Dries Buytaert a6a58c16eb - Patch #319394 by Crell: force the default database for registry queries. 2008-11-02 06:33:56 +00:00
Dries Buytaert dc42384557 - Patch #329019 by dww, sun: fixed PHP warning. 2008-11-02 06:26:33 +00:00
Dries Buytaert c2a4b9c19f - Patch #297860 by Damien Tournoud: converted session.inc to the new database abstraction layer. 2008-11-01 21:27:38 +00:00
Dries Buytaert fa94c66c92 - Patch #328719 by c960657: make the module list tests succeed again. 2008-11-01 21:21:35 +00:00
Dries Buytaert 424250196a - Patch #279516 by c960657: removed many PHP4-isms. Great patch. 2008-11-01 19:51:06 +00:00
Dries Buytaert 4a6243aff2 - Patch #314401 by boombatower et al: batch API screen improvements. 2008-11-01 18:32:22 +00:00
Angie Byron f4583f3be8 #327480 follow-up by sun: Fix PHPDoc stuff. 2008-10-31 15:46:16 +00:00
Dries Buytaert f45a9dabc3 - Patch #328402 by hswong3i: documentation clean-up in PostgreSQL. 2008-10-31 11:24:04 +00:00
Dries Buytaert 35c7673cae - Patch #327480 by chx: remove DB specific code from simpletest. 2008-10-31 11:13:31 +00:00
Dries Buytaert a1d1cb5c56 - Patch #299088 by hswong3i, Moshe, Keith et al: modernize drupal_write_record(). 2008-10-31 02:23:24 +00:00
Dries Buytaert e2a6a3ed61 - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase. 2008-10-31 02:18:22 +00:00
Dries Buytaert 21c24340bc - Patch #327460 by chx: some more documentation improvements. 2008-10-30 08:57:50 +00:00
Dries Buytaert 523d0da8b7 - Patch #299742 by Darren Oh: #aha didn't work for checkboxes. 2008-10-30 02:35:54 +00:00
Dries Buytaert ae2e4ccd78 - Patch #319407 by Crell: convert common.inc to the new database API. 2008-10-29 10:06:06 +00:00
Dries Buytaert 068febde42 - Patch #327271 by hswong3i, Crell: proper use of AS keyword so it works on PostgreSQL and Oracle. 2008-10-29 09:40:17 +00:00
Dries Buytaert b5f3c00944 - Patch #319408 by Crell: converted queries to new database abstraction layer. 2008-10-27 10:34:09 +00:00
Dries Buytaert df2cf40d2c - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
Angie Byron a406555460 #318440 by Crell: Make it easier to add multiple fields in a dynamic SELECT statement. 2008-10-25 04:26:30 +00:00
Angie Byron a7481a7cfa #325895 follow-up by chx: We love PostgreSQL. 2008-10-25 02:12:35 +00:00
Angie Byron 47949ad142 #325895 by chx: Fix queryTemporary, which was missing a required argument. 2008-10-25 02:03:55 +00:00
Angie Byron 63e8d1e3d3 #324875: SA-2008-067 (#324824): Fix file inclusion vulnerability. 2008-10-25 01:13:40 +00:00
Dries Buytaert 1f4311f4b5 - Patch #323854 by c960657: made DatabaseLog::findCaller() work on Windows. Long live unit tests. 2008-10-24 18:36:01 +00:00
Dries Buytaert f67cddb49b - Patch #302596 by dropcube: remove glob() because it is not available on all supported platforms. 2008-10-24 18:21:54 +00:00
Angie Byron de8ff4adb0 Roll-back of #310144: Still needs some work. 2008-10-24 07:14:51 +00:00
Angie Byron 88ed5dced2 #258089 by merlinofchaos and dvessel: Allow themes to have preprocess functions without a corresponding .tpl.php file. 2008-10-24 07:02:54 +00:00
Dries Buytaert 72cd8d63b6 - Patch #323391 by Damien Tournoud: made initialization of the variables an explicit bootstrap phase. 2008-10-22 20:44:53 +00:00
Dries Buytaert d1d3ce0be7 - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of drupal_add_js. 2008-10-22 19:39:36 +00:00
Angie Byron f4315766fe #316868 by Crell: Make addField() alias to the field name, rather than the table and field name when there are no conflicts. 2008-10-22 04:01:03 +00:00
Angie Byron 1fa03d7c33 #310144 by dvessel: Clarify sort parameter in theme_table() documentation. 2008-10-22 03:36:47 +00:00
Dries Buytaert 0e7fbe0350 - Patch #323182 by chx and Damien Tournoud: a working code simplification. 2008-10-20 11:34:32 +00:00
Dries Buytaert daad5033e9 - Patch #323372 by Damien Tournoud: fixed bootstrap phase issue that broke installer. 2008-10-20 11:33:00 +00:00
Dries Buytaert ca36d1f406 - Patch #319769 by Dave Reid: fixed php notice on _db_error_page. 2008-10-20 11:28:30 +00:00
Dries Buytaert 3de6420cd5 - Patch #323372 by chx: clean up drupal_bootstrap(). 2008-10-19 21:27:13 +00:00
Dries Buytaert 010d7294a4 - Patch #302638 by pwolanin: no-op queries during menu rebuild. 2008-10-19 21:15:58 +00:00
Dries Buytaert d0bd78238c - Rollback of #323182; parse error. 2008-10-19 20:32:41 +00:00
Dries Buytaert dc1c2946da - Forgot to commit log.inc. 2008-10-19 20:22:07 +00:00
Dries Buytaert 8f533b9e8c - Patch #322777 by Damien Tournoud: file_check_directory() was badly documented. 2008-10-19 20:18:58 +00:00
Dries Buytaert 7e9b552753 - Patch #323182 by chx: code cleanup. 2008-10-19 20:06:48 +00:00
Dries Buytaert f7eac0049a - Patch #321337 by gpk: optmized timer_start() and timer_read() thanks to PHP5. 2008-10-16 21:16:06 +00:00