summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* #560944 follow-up by brandonojc, seutje, and Davy Van Den Bremt: Move ↵Angie Byron2009-11-08
| | | | collapsible fieldset logic from theme_fieldset() hook to form_process_fieldset().
* #541612 by mgifford: Added meaningful alt attribute to sortable table header ↵Angie Byron2009-11-02
| | | | links.
* - Patch #608036 by effulgentsia: add content_attributes() variable for tpl ↵Dries Buytaert2009-10-19
| | | | files, so RDF can be implemented better.
* #601972 by sivaji: Fixed status messages not styled when displayed inline.Angie Byron2009-10-18
|
* #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵Angie Byron2009-10-17
| | | | Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.
* #511286 follow-up: Committed rest of stuff.Angie Byron2009-10-17
|
* - Patch #602710 by quicksketch: fixed aggressive reset.css in Seven -- broke ↵Dries Buytaert2009-10-15
| | | | RTL language and some forms.
* #599706 by sun: Allow altering local tasks/actions.Angie Byron2009-10-11
|
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* - Patch #122098 by Damien Tournoud, catch, mdixoncm: split comment.timestamp ↵Dries Buytaert2009-10-10
| | | | into 'created' and 'changed' columns, just like for nodes.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #456088 by dww, JohnAlbin | Dave Reid, Gábor Hojtsy, pwolanin, ↵Dries Buytaert2009-10-08
| | | | tic2000, meba: sub-themes not notified of security updates for base themes.
* - Patch #596962 by dww | Dave Reid: fix formatting on ↵Dries Buytaert2009-10-08
| | | | /(modules|themes)/README.txt.
* #343898 by dww and JohnAlbin: Respect hidden property in themes to allow for ↵Angie Byron2009-10-06
| | | | theme testing.
* #60552 by JohnAlbin: Added Add region.tpl.php for all regions in themes.Angie Byron2009-10-05
|
* #334238 follow-up by Dave Reid: Fixed detection of core modules and themes ↵Angie Byron2009-09-29
| | | | in update.module.
* - Patch #550742 by douggreen | Zarabadoo: remove Search box from theme ↵Dries Buytaert2009-09-21
| | | | system, default to block system instead.
* #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,Angie Byron2009-09-15
| | | | | | | 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.
* - Patch #526674 by Everett Zufelt, mgifford: made breadcrumbs more ↵Dries Buytaert2009-09-11
| | | | accessible for visually impaired people.
* - Patch #562284 by BarisW, sign: decreasing the spacing in listings.Dries Buytaert2009-09-11
|
* - Patch #569362 by scor, effulgentsia, catch: add attributes and ↵Dries Buytaert2009-09-11
| | | | title_attributes() variables for tpl files so that RDFa and Microformats can be implemented.
* - Patch #555844 by by NancyDru: made titles consistent.Dries Buytaert2009-09-05
|
* - Patch #412030 by stBorchert: fixed placement of descriptions on radios.Dries Buytaert2009-09-05
|
* #497948 by roychri and Rob Loach: Fixed terribly broken Color module (with ↵Angie Byron2009-09-01
| | | | tests so we don't do it again ;)).
* #561484 by Davy Van Den Bremt: Remove reference to obsolete CSS class box.Angie Byron2009-08-31
|
* #364470 by stBorchert and JohnAlbin: Made theming of 'Submitted by author, ↵Angie Byron2009-08-29
| | | | on date' easier.
* - Patch #561228 by Dave Van Den Bremt: padding reset to zero on local task. Yay.Dries Buytaert2009-08-27
|
* #364219 follow-up by TheRec: Fix invocations of theme_links() via Drupal's ↵Angie Byron2009-08-25
| | | | rendering API.
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* #542658 by Gábor Hojtsy, sun, pwolanin: Move action 'tabs' out of local tasks.Angie Byron2009-08-22
|
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* - Patch #364219 by Everett Zufelt, brandonojc, jmburnz, mgifford: for ↵Dries Buytaert2009-08-22
| | | | accessibility, navigation menus should be preceded by headings of the appropriate level.
* #551080 by Gábor Hojtsy: List non-container items (stuff in the toolbar) on ↵Angie Byron2009-08-21
| | | | /admin for a complete overview.
* #548806 by alexanderpas and yoroy: Added breadcrumbs to Seven theme.Angie Byron2009-08-20
|
* #543988 by eojthebrave: Added hover state for links to Seven theme.Angie Byron2009-08-19
|
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* - Patch #421076 by stBorchert, Xano: increase font size of code and kbd tags.Dries Buytaert2009-08-17
|
* - Patch #546694 by pwolanin: renamed 'back to site' to 'back to front page'Dries Buytaert2009-08-14
|
* #545952 by yoroy and Gábor Hojtsy: move modules to config/modules.Angie Byron2009-08-12
|
* - Patch #539724 by Gábor Hojtsy, Bohjan: make Seven legends look like on ↵Dries Buytaert2009-08-12
| | | | the mocks.
* - Patch #545862 by Xano: info file shouldn't suggest Garland is the default ↵Dries Buytaert2009-08-11
| | | | theme.
* - Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User ↵Dries Buytaert2009-08-11
| | | | management' to 'People' in the header -- not anywhere else.
* #536984 by Gábor Hojtsy: Fix borders on Updates page.Angie Byron2009-08-08
|
* #536974 by Gábor Hojtsy: Fix weird padding and border in Seven theme.Angie Byron2009-08-08
|
* #536960 by Gábor Hojtsy: 'Add content' link in Seven theme.Angie Byron2009-08-07
|
* #382870 by geerlingguy, jmburnz, EclipseGc, JohnAlbin, sun, et al: Update ↵Angie Byron2009-08-06
| | | | and Polish default node.tpl.php output.
* #493678 by threexk and tic2000: Fix disappearing Garland tabs in IE 7.Angie Byron2009-08-04
|
* #538646 by Gábor Hojtsy: Add missing screenshot to Seven theme.Angie Byron2009-08-03
|
* #536968 by yoroy: Make Seven theme a little less SCREAMY.Angie Byron2009-08-03
|