summaryrefslogtreecommitdiff
path: root/themes/pushbutton
Commit message (Collapse)AuthorAge
* - Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a ↵Dries Buytaert2007-09-01
| | | | patch spree ...
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added
* #85667 by beginner: XHTML validity; lists are not allowed in span tagsGábor Hojtsy2007-07-26
|
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #137211 by merlinofchaos: move theme information to .info files and ↵Dries Buytaert2007-05-06
| | | | improved theme inheritance.
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-05-04
| | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off.
* - Patch #136961 by Ralf Stamm: add version information to themes and theme ↵Dries Buytaert2007-04-20
| | | | pages.
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #135533 by asimmonds: updated themes to work properly with new ↵Dries Buytaert2007-04-13
| | | | language options.
* #130366: Better styling for signature separator (thanks webchick).Steven Wittens2007-04-01
|
* - Patch #130366 by webchick and steven: improved signature handling. Step 1 ↵Dries Buytaert2007-03-30
| | | | of 2.
* - Patch #99245 by m3avrck: make consistent use of url() in CSS files.Dries Buytaert2006-11-23
|
* - Patch #81554 by m3avrck: remove legacy archive CSS.Dries Buytaert2006-08-31
|
* #65151 by m3avrck. theme_links() is now marked up as a list.Neil Drumm2006-08-30
|
* - Patch #80979 by stefan/ma3vrck: move colors from admin.css to themes.Dries Buytaert2006-08-28
|
* - Patch #80717 by jeff/ma3vrck: clean up admin css.Dries Buytaert2006-08-27
|
* #66569 by m3avrck. Put all the feed icons in the same place.Neil Drumm2006-08-23
|
* - Patch #76637 by timnc: streamline JavaScript addition and add settings ↵Dries Buytaert2006-08-22
| | | | storage.
* #60453 by Flanker, CSS cleanup.Neil Drumm2006-05-23
|
* #60453 by leafish_paul, remove units from 0 values in CSS.Neil Drumm2006-05-20
|
* Forward port from 4.7Neil Drumm2006-04-30
| | | | #42304, CSS update for Pushbutton Theme, patch by Megagrunt
* #51002: Admins could not see unpublished comments (plus minor usability ↵Steven Wittens2006-04-15
| | | | enhancements for previewing/unpublished)
* #56915: Align search form in pushbutton and bluemarine (Zen)Steven Wittens2006-04-03
|
* #51153, Boxes may be themed without a title; don't spit the header., patch ↵Gerhard Killesreiter2006-02-27
| | | | by Morbus
* - Patch #46927 by markus/killes: added missing t() functions.Dries Buytaert2006-02-01
|
* - Patch #13148: fix problems with using relative path names! (Please ↵Dries Buytaert2006-01-29
| | | | document this change.)
* - Patch #45228 and patch #45025 by m3avrck and Uwe: aggregator module ↵Dries Buytaert2006-01-20
| | | | HTML/CSS cleanups.
* - Patch #27884 by gordon: js addLoadEvent not working.Dries Buytaert2006-01-20
|
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #40483 by chx: made Pushbutton validate as XHTML.Dries Buytaert2005-12-09
|
* - Patch #22215 by Richard Archer: theme system improvements for the primary ↵Dries Buytaert2005-11-04
| | | | links menu.
* - Patch #22215 by Richard Archer: refactored primary and secondary links.Dries Buytaert2005-11-03
| | | | | | | | | Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome.
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Patch #30222, #30219 by Uwe: cosmetic changes to the aggregator pages.Dries Buytaert2005-09-02
|
* - Patch #16216 by nedjo: multiple block regions!Dries Buytaert2005-08-16
|
* - #27844: Simplify pushbutton link generation.Steven Wittens2005-08-05
|
* - Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'.Dries Buytaert2005-06-19
| | | | | | TODO: update the "Migrating themes from Drupal 4.6 to Drupal HEAD"-page in the Drupal handbook! TODO: update the themes in the contributions repository.
* - Patch #22127 by kbahey: fixed search box in PHPTemplate-based core themes.Dries Buytaert2005-05-06
|
* - Patch #15595 by Stefan and Djun: improved status messages.Dries Buytaert2005-05-05
| | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
* - Added the PHPTemplate port of pushbutton.Dries Buytaert2005-05-05
|
* - Removed the Xtemplate engine and added the PHPTemplate engine.Dries Buytaert2005-05-04
| | | | | - Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository.
* - Patch #21517 by Stefan and TDobes: theme system improvements.Dries Buytaert2005-04-30
|
* - #16531: Fix weird IE crash on some admin pages with pushbutton.Steven Wittens2005-03-27
|
* - #18879: Pushbutton Header CSS CleanupSteven Wittens2005-03-18
|
* - Pushbutton: fix background arrow overlapping foreground in IE (peekaboo bug)Steven Wittens2005-01-07
|
* #6400: Improved pushbutton arrows.Steven Wittens2004-11-27
|
* - Patch #12232 by Steven/UnConed: search module improvements.Dries Buytaert2004-10-31
| | | | | | | | | | | | | | | | | | | | | | 1) Clean up the text analyser: make it handle UTF-8 and all sorts of characters. The word splitter now does intelligent splitting into words and supports all Unicode characters. It has smart handling of acronyms, URLs, dates, ... 2) It now indexes the filtered output, which means it can take advantage of HTML tags. Meaningful tags (headers, strong, em, ...) are analysed and used to boost certain words scores. This has the side-effect of allowing the indexing of PHP nodes. 3) Link analyser for node links. The HTML analyser also checks for links. If they point to a node on the current site (handles path aliases) then the link's words are counted as part of the target node. This helps bring out commonly linked FAQs and answers to the top of the results. 4) Index comments along with the node. This means that the search can make a difference between a single node/comment about 'X' and a whole thread about 'X'. It also makes the search results much shorter and more relevant (before this patch, comments were even shown first). 5) We now keep track of total counts as well as a per item count for a word. This allows us to divide the word score by the total before adding up the scores for different words, and automatically makes noisewords have less influence than rare words. This dramatically improves the relevancy of multiword searches. This also makes the disadvantage of now using OR searching instead of AND searching less problematic. 6) Includes support for text preprocessors through a hook. This is required to index Chinese and Japanese, because these languages do not use spaces between words. An external utility can be used to split these into words through a simple wrapper module. Other uses could be spell checking (although it would have no UI). 7) Indexing is now regulated: only a certain amount of items will be indexed per cron run. This prevents PHP from running out of memory or timing out. This also makes the reindexing required for this patch automatic. I also added an index coverage estimate to the search admin screen. 8) Code cleanup! Moved all the search stuff from common.inc into search.module, rewired some hooks and simplified the functions used. The search form and results now also use valid XHTML and form_ functions. The search admin was moved from search/configure to admin/search for consistency. 9) Improved search output: we also show much more info per item: date, author, node type, amount of comments and a cool dynamic excerpt à la Google. The search form is now much more simpler and the help is only displayed as tips when no search results are found. 10) By moving all search logic to SQL, I was able to add a pager to the search results. This improves usability and performance dramatically.
* - #9576 : A last-minute fix for pushbutton in Opera/Konqueror/Safari got ↵Steven Wittens2004-09-18
| | | | | | | lost in the move to the new template system. http://drupal.org/node/9576#comment-11328 This still suffers from the Safari gamma bug, which we agreed not to cater to.
* Pngcrush'ed the new pushbutton tab images.Steven Wittens2004-09-17
|
* - Patch #9988 by MegaGrunt: visual improvements to the tabs in Pushbutton.Dries Buytaert2004-09-15
|