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
Dries Buytaert
60c5878351
- Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation.
2009-10-16 19:06:25 +00:00
Angie Byron
d854417e0c
#565480 follow-up by plach: Clean-ups and documentation.
2009-10-16 15:47:46 +00:00
Dries Buytaert
f0a8150b11
- Patch #604618 by axyjo, sun: archiver code clean-up.
2009-10-16 13:18:32 +00:00
Angie Byron
9dda515bbc
#412730 folllow-up by Crell: Move missing theme key notification to watchdog so that Drupal doesn't totally bomb out when theme function isn't found. (also fixes CLI installs)
2009-10-16 08:27:41 +00:00
Angie Byron
1c7bca0b6f
#605442 by catch: Add a generic hook_entity_load().
2009-10-16 03:47:14 +00:00
Dries Buytaert
13d3072f41
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
2009-10-16 03:01:55 +00:00
Angie Byron
6061fa9781
#565480 by plach and peximo: TF #2 : Multilingual field handling. Integration between field API and locale module + translatable node bodies.
2009-10-16 02:04:44 +00:00
Angie Byron
6abcc47e25
#538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D
2009-10-15 21:19:31 +00:00
Dries Buytaert
2fb451c872
- Patch #604618 by Crell, JacobSingh: create a common interface for Archive operations so we can handle .zip, .tar.gz.
2009-10-15 17:55:55 +00:00
Dries Buytaert
977d635bb1
- Patch #332333 by dmitrig01, alexw: add a real API to path.module.
2009-10-15 17:53:34 +00:00
Angie Byron
e1642603ea
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
2009-10-15 16:18:46 +00:00
Dries Buytaert
f42bca3bd4
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
2009-10-15 14:07:30 +00:00
Dries Buytaert
35e21e54e1
- Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when a theme key is not found.
2009-10-15 12:27:34 +00:00
Dries Buytaert
c5c46c739c
- Patch #594650 by sun, c960657: provide central ()['values'] clearance.
2009-10-15 11:47:25 +00:00
Dries Buytaert
a019a9ebb0
- Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and make custom theme settings a true form_alter().
2009-10-14 10:56:35 +00:00
Dries Buytaert
04d0ef5c8c
- Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to localize date formats.
2009-10-13 21:34:15 +00:00
Dries Buytaert
24c259cdd8
- Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.
2009-10-13 21:16:44 +00:00
Dries Buytaert
fbfa7a4150
- Patch #593522 by sun: a better and faster drupal_alter().
2009-10-13 16:38:43 +00:00
Dries Buytaert
f67e438b41
- Patch #373606 by jhodgdon, aj045: improved file_save_upload() documentation.
2009-10-13 15:46:03 +00:00
Angie Byron
1d09ec33bd
#602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal errors.
2009-10-13 05:37:46 +00:00
Angie Byron
89d04ea78a
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
2009-10-13 05:26:57 +00:00
Angie Byron
2eb7c94ed5
#602518 by dww and JacobSingh: Fixed PHPDoc for includes/filetransfer/filetransfer.inc.
2009-10-12 20:11:04 +00:00
Angie Byron
33b09cc5eb
#589754 by rfay and Crell: Fixed non-recoverable install if invalid database specified in settings.php.
2009-10-12 02:00:04 +00:00
Dries Buytaert
b959d8fbeb
- Patch #599706 by tobiasb: tiny documentation fix.
2009-10-11 19:39:30 +00:00
Dries Buytaert
9d6182d8d0
- Patch #597556 by Berdir: return status to indicate executed query in MergeQuery::execute().
2009-10-11 13:43:37 +00:00
Angie Byron
1d72b6ec9f
#599706 by sun: Allow altering local tasks/actions.
2009-10-11 06:05:53 +00:00
Angie Byron
64a1a0d67e
#600554 by sun: Fixed drupal_parse_url() to work with clean URLs disabled (with tests).
2009-10-11 02:14:43 +00:00
Dries Buytaert
f1fcfb9fc5
- Patch #600790 by Alan D: fixed wrong ISO 3166-1 code.
2009-10-10 18:21:45 +00:00
Angie Byron
970b096f42
#360023 by stella, sun, greggles: Added 'Publish comment' action + doxygen fixes.
2009-10-10 17:29:17 +00:00
Angie Byron
d16bead147
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
2009-10-10 16:48:39 +00:00
Dries Buytaert
f8b5634113
- Patch #600780 by asimmonds: fixed typo in documentation.
2009-10-10 12:12:15 +00:00
Angie Byron
0ca8f9b2d7
#573292 by eMPee584: Allow enable file_unmanaged_delete() to handle stream wrapper URIs.
2009-10-09 18:38:52 +00:00
Angie Byron
1b9cde9d85
#282191 by plach, nedjo, catch, et al: TF #1 : Allow different interface language for the same path.
2009-10-09 16:33:14 +00:00
Angie Byron
fc7366dc8d
#322344 follow-up by sun: Fix notice.
2009-10-09 08:12:07 +00:00
Angie Byron
010a342e61
#464862 follow-up by JohnAlbin: Final bike-shedding of drupal_css_class() patch. We hope. :)
2009-10-09 08:08:56 +00:00
Angie Byron
8649db189d
#473082 by sun, Amitaibu, dropcube, and Pasqualle: Added a custom menu API.
2009-10-09 08:02:25 +00:00
Dries Buytaert
c05f2181dc
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
2009-10-09 01:00:08 +00:00
Dries Buytaert
f5b02199c7
- Patch #596664 by c960657 | Crell: document “char”, “date” and “time” database field types.
2009-10-08 02:44:54 +00:00
Angie Byron
b4de609c6d
#595758 by jhodgdon: Fixed documentation for db_query_range().
2009-10-06 00:03:12 +00:00
Angie Byron
1e23b91bc8
#472820 by rfay, Rob Loach, and catch: Fixed improper whitespace removal/invalid CSS from drupal_load_stylesheet_content() (with tests).
2009-10-05 02:48:39 +00:00
Angie Byron
93eb8b3413
#60552 by JohnAlbin: Added Add region.tpl.php for all regions in themes.
2009-10-05 02:43:01 +00:00
Angie Byron
e061e0964d
#544418 follow-up by rfay: Minor documentation fixes.
2009-10-05 02:16:32 +00:00
Angie Byron
dd571ffe34
#464862 follow-up by kkaefer: Rename drupal_css_class() to drupal_html_class_X(), for better accuracy.
2009-10-05 01:18:26 +00:00
Dries Buytaert
0e161b661e
- Patch #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, lilou: improvements to batch API.
2009-10-03 20:17:46 +00:00
Dries Buytaert
919d94be6e
- Patch #592008 by moshe weitzman | chx: don't initialize theme system before modules are included.
2009-10-03 19:27:44 +00:00
Dries Buytaert
b544777095
- Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: added drupal_css_class() to clean class names and rename form_clean_id().
2009-10-03 19:16:04 +00:00
Dries Buytaert
08eab84127
- Patch #556438 by rfay, effulgentsia, sun | quicksketch, Rob Loach, Dries, sun.core, Damien Tournoud: Fixed AJAX/AHAH 'callback' support only works for 'submit' and 'button' elements - Should work for all triggering elements.
2009-10-02 14:55:40 +00:00
Dries Buytaert
04fd066be2
- Patch #484868 by sime, sun | Dries: split parser from drupal_parse_info_file().
2009-10-02 00:50:45 +00:00
Dries Buytaert
07ef8dda42
- Patch #574862 by jhodgdon | moshe weitzman: menu_set_active_trail() doc lacks details.
2009-10-01 19:07:12 +00:00
Dries Buytaert
087a54a673
- Patch #578520 by sun, c960657 | mfb, Dries, catch, mattyoung: Changed Make in url() only accept an array.
2009-10-01 19:04:26 +00:00
Dries Buytaert
7178f6b173
- Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().
2009-09-30 18:36:02 +00:00
Dries Buytaert
a8f8a26f6d
- Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, pwolanin: allow modules to specify per-page custom themes in hook_menu().
2009-09-30 13:09:30 +00:00
Angie Byron
0085972f1e
#557542 follow-up by catch: Fixed module_implements() caching for authenticated users.
2009-09-29 18:08:28 +00:00
Dries Buytaert
8f1ec56d35
- Patch #584370 by JoshuaRogers, JacobSingh | mattyoung: fixed bug with CSS file inclusion in the CSS optimization code.
2009-09-29 17:52:46 +00:00
Dries Buytaert
598e739208
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
2009-09-29 15:31:17 +00:00
Dries Buytaert
cef1089389
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
2009-09-29 15:13:57 +00:00
Dries Buytaert
67f2c101c1
- Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal.
2009-09-28 22:22:54 +00:00
Dries Buytaert
a8b3369b95
- Patch #557542 by CorniI, catch, fago, Crell, sun | pwolanin, chx, webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability.
2009-09-27 11:08:45 +00:00
Dries Buytaert
762be09fa9
- Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for cron.
2009-09-25 15:20:12 +00:00
Dries Buytaert
f15438cc9a
- Patch #521838 by jrchamp: (temporary) fix for drupal_get_schema_versions().
2009-09-25 14:54:49 +00:00
Dries Buytaert
fdeb890b5f
- Patch #521838 by catch, jrchamp, CorniI, sun | Damien Tournoud, drewish, chx, moshe weitzman, yched, Dries: drupal_get_schema_versions() took 30% of page execution time on /admin.
2009-09-23 15:04:34 +00:00
Dries Buytaert
77d9ff0706
- Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: standardized the return of status messages in AJAX callbacks.
2009-09-21 08:54:57 +00:00
Dries Buytaert
d92389ae11
- Patch #583008 by Damien Tournoud: DRUPAL_BOOTSTRAP_ACCESS doesn't exist anymore, but is still an explicit bootstrap step.
2009-09-21 08:07:07 +00:00
Dries Buytaert
ef33d44f66
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
2009-09-21 07:56:09 +00:00
Dries Buytaert
ee8aa910b9
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
2009-09-21 06:44:14 +00:00
Dries Buytaert
0741d8e323
- Patch #550742 by douggreen | Zarabadoo: remove Search box from theme system, default to block system instead.
2009-09-21 06:36:54 +00:00
Angie Byron
a7527fecad
#564394 follow-up by Damien Tournoud: Remove crappy old pgsql-only db_add/change_column() functions from database layer.
2009-09-21 01:15:15 +00:00
Dries Buytaert
339085eb13
- Patch #306611 by jbomb, sun | Damien Tournoud: fixed fatal error when trying to invoke non-existing action callbacks.
2009-09-20 07:47:44 +00:00
Dries Buytaert
7cf7f99878
- Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.
2009-09-20 07:32:19 +00:00
Dries Buytaert
fd1c63b5c0
- Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.
2009-09-19 11:07:37 +00:00
Dries Buytaert
db81ff5205
- Patch #581286 by David Strauss | moshe weitzman: fixed detection of CLI environments properly.
2009-09-19 10:38:47 +00:00
Dries Buytaert
2bc3de6a4f
- Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, Arancaytar: Added Make menu_tree_output() return renderable output.
2009-09-18 10:54:20 +00:00
Angie Byron
df02fa3ca4
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
...
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Angie Byron
e18feedfdb
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
2009-09-18 00:04:24 +00:00
Angie Byron
c9cac770be
#457450 by agentrickard: Added hooks to track changes to menu links.
2009-09-17 04:07:40 +00:00
Angie Byron
f5d1094bbb
#578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to drupal_http_request() when a URL fails to parse, instead of failing silently.
2009-09-16 15:28:00 +00:00
Dries Buytaert
9dd2ce283e
- Patch #565792 by pwolanin, salvis: follow-up on theme_username refactoring.
2009-09-15 20:03:18 +00:00
Angie Byron
6c0f8eba1c
#469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,
...
and alexanderpas: page.tpl.php has now been split into html.tpl.php
(for <html>, <head>, and <body>) and page.tpl.php (for page content).
This now provides consistency for granular theming of renderable output in all
template files.
2009-09-15 17:10:39 +00:00
Dries Buytaert
ccb0977bee
- Patch #572942 by cwgordon7: proper comment wrapping.
2009-09-14 07:43:11 +00:00
Dries Buytaert
e1ad90ba40
- Patch #575360 by dropcube: added API function to check if a cache bin is empty.
2009-09-13 17:49:51 +00:00
Dries Buytaert
b5cee8fe49
- Patch #576096 by CorniI: use the new cache API.
2009-09-13 15:09:45 +00:00
Dries Buytaert
5e590b9e4e
- Patch #520734 by Everett Zufelt, webernet | Dries, mgifford: theme_feed_icon() could use more meaningful alt text.
2009-09-11 15:17:00 +00:00
Dries Buytaert
4d95e3d22a
- Patch #495968 by Moshe Weitzman, catch: follow-up patch to fix bug with language-specific caching and to improve the performance of the caching code.
2009-09-11 15:12:29 +00:00
Angie Byron
960f84b4b4
#569656 by c960657: Use DRUPAL_ROOT in menu_execute_active_handler().
2009-09-11 15:05:42 +00:00
Dries Buytaert
28a9529524
- Patch #526674 by Everett Zufelt, mgifford: made breadcrumbs more accessible for visually impaired people.
2009-09-11 14:14:16 +00:00
Dries Buytaert
92113cc409
- Patch #513940 by Everett Zufelt: improved accessibility of the installer.
2009-09-11 13:56:56 +00:00
Dries Buytaert
2729f1c2f0
- Patch #569362 by scor, effulgentsia, catch: add attributes and title_attributes() variables for tpl files so that RDFa and Microformats can be implemented.
2009-09-11 06:48:03 +00:00
Angie Byron
d8f91382e8
#539022 by dropcube: Use current theme during Batch API processes.
2009-09-11 04:09:26 +00:00
Angie Byron
d4a597fd4b
#561104 by Crell: Added support for random ordering in dynamic select queries.
2009-09-11 02:47:11 +00:00
Angie Byron
38502757b9
#566094 by Arancaytar and smk-ka: Fixed hierarchy generation in menu_tree_data().
2009-09-11 01:28:34 +00:00
Angie Byron
0d8adb439d
#306316 follow-up by catch: Revert coupling of node_types_rebuild() and menu_rebuild().
2009-09-10 22:10:10 +00:00
Dries Buytaert
029c48c68d
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
2009-09-10 06:38:20 +00:00
Dries Buytaert
d481f1cd36
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.
2009-09-10 06:31:39 +00:00
Dries Buytaert
6d6915400e
- Patch #565792 by pwolanin, effulgentsia, scor, fago, dahacouk: refactor theme_username() so that RDF patch can be accepted.
2009-09-09 21:44:01 +00:00
Dries Buytaert
d440fc540f
- Patch #473240 by Arancaytar, c960657: menu_get_names() crashed when called.
2009-09-09 21:33:00 +00:00
Dries Buytaert
95e95bfbf2
- Patch #394268 by Crell, sun, yched: changed DIE update_sql() DIE!.
2009-09-07 15:43:55 +00:00
Dries Buytaert
f73040e18b
- Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in database API.
2009-09-07 15:28:53 +00:00
Dries Buytaert
a539b0e00d
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
2009-09-05 15:05:05 +00:00
Dries Buytaert
aab953e437
- Rollback #567148 because it breaks on some versions of MySQL.
2009-09-05 13:35:54 +00:00
Dries Buytaert
6586b76465
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.
2009-09-05 13:05:31 +00:00
Dries Buytaert
11e31f721c
- Patch #567148 by Damien Tournoud: enable ONLY_FULL_GROUP_BY for MySQL to enforce proper SQL queries.
2009-09-05 10:42:45 +00:00
Dries Buytaert
826b3fa817
- Patch #565994 by mfb: src attribute for external javascript should be HTML-encoded.
2009-09-05 10:05:38 +00:00