webchick
|
d7b2e5aa36
|
Issue #1366740 by patrickd: Fixed theme_progress_bar() should have more information about when to use function.
|
2011-12-22 01:39:46 -08:00 |
webchick
|
3eeeca30b0
|
Issue #1322278 by rocket_nova, jhodgdon: Fixed Documentation problem with theme -- doesn't link to theme functions list.
|
2011-12-10 23:32:26 -06:00 |
webchick
|
e56afba266
|
Issue #1011614 by catch, pillarsdotnet: Fixed Theme registry can grow too large for MySQL max_allowed_packet() and memcache default slab size.
|
2011-10-29 12:28:23 -07:00 |
webchick
|
29f07d6d13
|
Issue #1314396 by rocket_nova: Fixed Documentation for theme_links() should say that Attributes class must be an array .
|
2011-10-24 20:04:04 -07:00 |
webchick
|
d967abdf1d
|
Issue #1054848 by barraponto: Fixing common typos through codespell.py.
|
2011-10-02 11:09:00 -07:00 |
webchick
|
c50ebfe58e
|
Issue #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock for _theme_load_registry() function.
|
2011-09-30 14:23:25 -07:00 |
webchick
|
5e8f5fbd2f
|
Issue #1177738 by catch: Speed up theme registry rebuilds when multiple themes are enabled.
|
2011-09-30 13:17:16 -07:00 |
Dries Buytaert
|
89c036717f
|
- Patch #952772 by oriol_e9g, mdupont, bleen18, idflood: theme_html_tag() optional value not really optional.
|
2011-09-17 14:10:53 -04:00 |
Dries Buytaert
|
781b8961c6
|
- Patch #774040 by B-Prod, mattyoung: theme_item_list() function duplicates last value when dealing with children.
|
2011-07-31 22:49:48 -04:00 |
webchick
|
dc669853e6
|
Issue #1227426 by Mark Theunissen: Fixed variable was removed, but is still being assigned in template_preprocess_maintenance_page().
|
2011-07-28 16:27:55 -04:00 |
Dries Buytaert
|
42786ee70e
|
- Patch #1038788 by wojtha, sign: drupal_find_theme_functions() removes all theme 'prefix_' occurences.
|
2011-05-22 09:01:49 -04:00 |
webchick
|
ef5ef9efc7
|
Issue #908282 by jbrown, pillarsdotnet: add width and height attributes to increase front-end performance.
|
2011-04-24 01:38:16 -07:00 |
Dries Buytaert
|
0140d97039
|
- Patch #1043552: fixed typo in comment inside theme_disable().
|
2011-04-14 22:00:11 -04:00 |
Dries Buytaert
|
fbd9663207
|
- Patch #545518 by bfroehle: move Locale module specific code out of module.inc and system.module.
|
2011-04-14 21:55:39 -04:00 |
Dries Buytaert
|
8cdf750e0e
|
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
|
2011-04-12 22:54:25 +02:00 |
webchick
|
4b3d9a0154
|
Issue #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: fix isset regression in tablesort, add tests, and cleanup theme_process_registry().
|
2011-04-10 16:26:08 -07:00 |
The Great Git Migration
|
79bcdb8b7d
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
Dries Buytaert
|
d58e24b247
|
- Patch #1020906 by RoboPhred: differentiate process/preprocess hook documentation.
|
2011-02-19 01:07:00 +00:00 |
Dries Buytaert
|
fa39282ef7
|
- Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.
|
2011-02-19 00:09:11 +00:00 |
Dries Buytaert
|
10894ac845
|
- Patch #1049144 by boombatower: remove unnecessary return statements.
|
2011-02-04 19:03:14 +00:00 |
Angie Byron
|
8a6c97a1ce
|
#992376 by larowlan: Fixed Paths containing a hyphen aren't compatible with page theme_hook_suggestions
|
2011-01-03 08:02:11 +00:00 |
Dries Buytaert
|
1b073521df
|
- Patch #982814 by sun: messages are generated too early.
|
2010-12-11 02:06:25 +00:00 |
Angie Byron
|
14779b97e1
|
#917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests).
|
2010-11-29 04:53:32 +00:00 |
Angie Byron
|
5eaf3e033f
|
#655742 by sun, jide: Add template variable for outputting HTML HEAD title safely.
|
2010-11-24 03:30:59 +00:00 |
Angie Byron
|
1a91990cae
|
#599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to theme_menu_local_tasks() theme function
|
2010-11-20 04:03:51 +00:00 |
Dries Buytaert
|
af22c0c659
|
- Patch #736556 by daniels220: theme_links() doc needs expansion.
|
2010-10-30 03:57:20 +00:00 |
Dries Buytaert
|
1d0f6479da
|
- Patch #839556 by jrchamp, dmitrig01: remove pointless usage of array_key_exists().
|
2010-10-28 02:27:09 +00:00 |
Dries Buytaert
|
3cbd47d145
|
- Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to fully participate in D7 AJAX framework features.
|
2010-10-21 19:31:39 +00:00 |
Angie Byron
|
44c2bfdcd1
|
#898040 by jhodgdon: Replace @name with @defgroup in PHPDoc.
|
2010-10-08 05:07:53 +00:00 |
Dries Buytaert
|
facc581013
|
- Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: optimize JS/CSS aggregation for front-end performance and DX.
|
2010-10-05 19:59:10 +00:00 |
Dries Buytaert
|
5a23b3fdb9
|
- Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework.
|
2010-10-04 17:46:01 +00:00 |
Dries Buytaert
|
7ed77852bd
|
- Patch #925490 by David_Rothstein: list_themes() should not call file_exists() on each theme's info file.
|
2010-10-02 02:50:02 +00:00 |
Dries Buytaert
|
3780b17654
|
- Patch #921606 by munzirtaha, bleen18: various code uses is_null().
|
2010-09-26 23:31:36 +00:00 |
Dries Buytaert
|
061ee9d444
|
- Patch #921802 by solotandem: eliminate PHP Notice: Undefined variable: output in theme().
|
2010-09-24 21:20:08 +00:00 |
Dries Buytaert
|
c9de4646c5
|
- Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2.
|
2010-09-24 00:37:45 +00:00 |
Dries Buytaert
|
63b9e4770b
|
- Patch #908282 by jbrown: theme_image() performs I/O.
|
2010-09-22 03:24:09 +00:00 |
Dries Buytaert
|
679372502b
|
- Patch #910572 by sun, David_Rothstein: command line installations are broken (programmatic form submissions don't need a theme?).
|
2010-09-14 21:42:05 +00:00 |
Angie Byron
|
7cc3d92d65
|
#616240 follow-up by yched, dereine, marvil07: Make Field UI screens extensible from contrib - part II.
|
2010-09-11 00:03:42 +00:00 |
Dries Buytaert
|
fb9c1df0b9
|
- Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, fgm, tstoeckler: allow module .info files to add CSS/JS.
|
2010-09-05 02:21:38 +00:00 |
Dries Buytaert
|
5d810f73e7
|
- Patch #887870 by sun, David_Rothstein: make system_list() return full module records.
|
2010-09-03 19:49:56 +00:00 |
Dries Buytaert
|
724d3fdbee
|
- Patch #832624 by Max K: unused variable () in function init_theme().
|
2010-09-02 15:58:53 +00:00 |
Dries Buytaert
|
b0894ceaa7
|
- Patch #812016 by effulgentsia, chx, redndahead, Damien Tournoud: themes cannot always participate in drupal_alter().
|
2010-08-22 12:46:21 +00:00 |
Dries Buytaert
|
e3a52979f6
|
- Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now.
|
2010-08-08 19:35:49 +00:00 |
Dries Buytaert
|
37c3c7ec7a
|
- Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess should default to FALSE.
|
2010-07-30 02:47:28 +00:00 |
Dries Buytaert
|
8a3098d0c1
|
- Patch #675116 by jhodgdon: several problems in field.api.php and field_ui().api.php.
|
2010-07-25 02:45:27 +00:00 |
Dries Buytaert
|
34a7bbcf54
|
- Patch #855400 by aspilicious: fix issues in theme.inc - newlines and missing doc.
|
2010-07-21 00:27:24 +00:00 |
Angie Byron
|
8f5c296cc0
|
#845742 by Damien Tournoud: Make Bartik the default core theme.
|
2010-07-08 03:41:27 +00:00 |
Angie Byron
|
9e6313e84f
|
#715142 by effulgentsia, msmithgu, mr.baileys, Damien Tournoud, sun: Fixed Various URLs escaped twice, since check_url() resp. filter_xss_bad_protocol() calls check_plain().
|
2010-07-07 17:00:43 +00:00 |
Dries Buytaert
|
0f63b2214d
|
- Patch #807396 by David_Rothstein: remove old error handling from theme_update_page().
|
2010-06-07 06:38:10 +00:00 |
Dries Buytaert
|
725481d71b
|
- Patch #768490 by JohnAlbin, sign: theme_table_select_header_cell() is not really a theme function.
|
2010-05-19 19:22:24 +00:00 |