Commit Graph

3384 Commits (e9ef3ac2f25bcb4565af90a2bcae2db7ff764034)

Author SHA1 Message Date
Angie Byron e9ef3ac2f2 #541612 by mgifford: Added meaningful alt attribute to sortable table header links. 2009-11-02 00:25:32 +00:00
Angie Byron bbf9c0a674 #620516 by Crell: Use isNull() inside SQLite driver. 2009-11-02 00:19:27 +00:00
Angie Byron 267c290cf5 #287647 by mikejoconnor, lilou, cafuego, bjaspan, and robertDouglass: Cast results of hook_schema() to an array to avoid schema corruption. 2009-11-01 23:10:14 +00:00
Angie Byron 14c1c505e0 #607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs in https support and use https for authorize.php if available. 2009-11-01 23:02:13 +00:00
Angie Byron c409a47fcc #592008 follow-up by chx and moshe weitzman: All theme() function calls in hook_init(). 2009-11-01 22:10:07 +00:00
Angie Byron 1eae549bd6 #615508 by Crell: Use slave servers for search module. 2009-11-01 21:46:16 +00:00
Angie Byron ca8eee7545 #192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly. 2009-11-01 21:26:44 +00:00
Dries Buytaert 54db3af335 - Patch #619566 by sun: performance improvement: don't invoke hook_url_outbound_alter() if there's nothing to invoke. 2009-11-01 14:08:17 +00:00
Dries Buytaert 534c89f21e - Patch #321023 by Everett Zufelt, mgifford: improve accesibility in pager.inc. 2009-10-31 18:12:26 +00:00
Dries Buytaert 03e2ec64ab - Patch #606994 by yched: move entity handling out of Field API. 2009-10-31 16:06:36 +00:00
Dries Buytaert 086d189011 - Patch #572452 by catch, JoshuaRogers: drupal_get_filename() and drupal_load() should not use drupal_static(). Performance improvement. 2009-10-31 14:00:37 +00:00
Dries Buytaert 745b5b034c - Patch #618938 by pwolanin: fixed Drupal version is not being available until the end of bootstrap. 2009-10-30 22:33:35 +00:00
Dries Buytaert 1b83420193 - Patch #615734 by catch: document why we call drupal_get_filename() in module_list(). 2009-10-30 21:54:45 +00:00
Dries Buytaert d72539f1b5 - Patch #200931 by Darren Oh, asimmonds: fixed schema not being available in hook_install()/hook_enable(). 2009-10-30 21:41:45 +00:00
Angie Byron 1da73d26c2 #591794 by chx, Rob Loach, sun, JohnAlbin: Give themes access to alter hooks. 2009-10-27 19:29:12 +00:00
Angie Byron 0e05035b71 #610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: API changes to support overlays: lays ground work for implementation. 2009-10-27 04:12:39 +00:00
Angie Byron 2d47717b49 #609728 follow-up: Oops. Committed wrong version of that last patch. 2009-10-27 03:34:01 +00:00
Angie Byron 91bb068377 #609728 by dww and JacobSingh: Skip authorize.php step in update manager if webroot files are owned by the httpd user. 2009-10-27 03:31:21 +00:00
Angie Byron f4d17e018c #605920 by dww and Bojhan: Fix all buttons in update manager workflow to use 'Sentence case' labels. 2009-10-27 03:27:00 +00:00
Dries Buytaert ccdf82a500 - Patch #532010 by c960657, catch: use require instead of require_once() in _registry_check_code(). 2009-10-26 13:00:54 +00:00
Angie Byron c1ce884e4b #612392 by chx and Crell: Allow lowercase comparison operators in DBTNG. 2009-10-26 04:46:38 +00:00
Angie Byron 9130cc5e2d #613238 by catch: Add more missing columns and tables required for upgrade. 2009-10-24 23:19:21 +00:00
Angie Byron df12d6ff7d #602520 by JacobSingh and dww: Make FileTransfer form have one option for FTP (ftp_extension() preferred). 2009-10-24 05:38:28 +00:00
Angie Byron cd7b8f0999 #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks. 2009-10-24 05:13:44 +00:00
Angie Byron 6c5e31abcb #613238 by catch: Fixed missing columns and tables required for upgrade. 2009-10-24 03:20:43 +00:00
Angie Byron aa8bd675d2 #599804 by catch: Fix upgrade path. 2009-10-24 02:22:53 +00:00
Angie Byron ae70677b3d #524710 by catch and gordon: Add role_permission() table earlier in order to allow upgrade path to work. 2009-10-24 01:46:13 +00:00
Angie Byron cc88a19993 #612920 by catch: Added required table columns so that update.php doesn't spew fatal errors. 2009-10-24 01:22:28 +00:00
Angie Byron a7149821d6 #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). 2009-10-23 22:24:19 +00:00
Dries Buytaert cbd7938955 - Patch #611032 by c960657: fixed bug with wrong variable used in file_build_uri(). Added tests. 2009-10-23 01:00:52 +00:00
Dries Buytaert 2d1634134d - Patch #604618 by Crell, JacobSingh, axyjo: improve error handling of archiver. 2009-10-23 00:55:59 +00:00
Dries Buytaert 891512c229 - Patch #332333 by sun: moving some functions, no API changes, no new features. 2009-10-22 01:27:18 +00:00
Dries Buytaert c5ee590c6d - Patch #611048 by c960657: removed outdated comment in _registry_check_code(). 2009-10-22 01:15:15 +00:00
Dries Buytaert 0220996178 - Patch #605344 by dww: documentation and code style fixes for update manager. This was ready before freeze. 2009-10-22 00:52:03 +00:00
Dries Buytaert eeb7b53ef6 - Patch #601938 by mfb: fixed some forum exceptions and added tests. 2009-10-20 00:28:16 +00:00
Dries Buytaert 33452c61a2 - Patch #550742 by sun: removed some left-over code. 2009-10-19 23:28:40 +00:00
Angie Byron 5b5cf0b0df #412730 follow-up by mikey_p: Fixed return value of theme() when theme function not found. 2009-10-19 02:06:52 +00:00
Dries Buytaert 079dca8e17 - Patch #608036 by effulgentsia: add content_attributes() variable for tpl files, so RDF can be implemented better. 2009-10-19 01:30:07 +00:00
Dries Buytaert 6e9edc1379 - Patch #594518 by jhodgdon: better documentation for file_munge_filename(). 2009-10-18 18:36:24 +00:00
Dries Buytaert d4d1522c3e - Patch #607896 by Benjamin Melançon, scor: add date_iso8601() function to common.inc. Part of the RDFa exception. 2009-10-18 18:32:27 +00:00
Dries Buytaert 8c6ee08ddf Patch #84008 by deviantintegral, plumbley, lilou, lambic: fixed timer_read() returns NULL (no value) after timer_stop(). Added timer tests. 2009-10-18 11:36:49 +00:00
Dries Buytaert 2dc3c05a2b - Patch #589126 by mfb: fixed bug with user module using a flood window of 6 hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests. 2009-10-18 11:34:45 +00:00
Angie Byron 8387caea67 #356074 follow-up by sun: Fix SimpleTest's batch API processing due to typo in select. 2009-10-18 07:35:39 +00:00
Angie Byron 3dddaa3e6f #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0. 2009-10-18 06:56:24 +00:00
Angie Byron 1650fea5d9 #516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.) 2009-10-18 05:28:43 +00:00
Angie Byron 2484439643 #595654 by sun: Fixed AJAX command 'settings' (with tests). 2009-10-18 05:14:39 +00:00
Dries Buytaert 1d9df22742 - Patch #473268 by sun: documentation improvements for edit in place. 2009-10-17 11:39:15 +00:00
Angie Byron 4278afa16b #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks. 2009-10-17 05:50:29 +00:00
Angie Byron cd2e7e875a #511286 follow-up: Committed rest of stuff. 2009-10-17 01:15:40 +00:00
Dries Buytaert 045074d4c5 - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system. 2009-10-16 19:20:34 +00:00