summaryrefslogtreecommitdiff
path: root/modules/help
Commit message (Collapse)AuthorAge
...
* #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵Angie Byron2009-02-18
| | | | clearfix, which is the lingo that designers use for it.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #345838 by Dave Reid: remove user creation from drupalLogin(). ↵Dries Buytaert2008-12-11
| | | | drupalLogin() should only do one thing, and do it well. :)
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ↵Angie Byron2008-11-25
| | | | Drupal core.
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵Gábor Hojtsy2007-12-13
| | | | update to drag and drop functionality, drupal.module removal, etc
* #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS filesGábor Hojtsy2007-11-27
|
* #191246 by domasj: sort module help pages by display name, not file nameGábor Hojtsy2007-11-25
|
* #189388 by myself: remove outdated and inaccurate glossary of basic Drupal termsGábor Hojtsy2007-11-17
|
* #183357 by Freso: hide administration pages links on module help pages if ↵Gábor Hojtsy2007-10-15
| | | | there are no admin links for the module
* #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵Gábor Hojtsy2007-10-11
| | | | closing unclosed tags, avoiding empty table containers, and so on
* - Patch #166719 by Crell: split up help module.Dries Buytaert2007-08-19
|
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵Gábor Hojtsy2007-05-27
| | | | | | | | | CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #132018 by alienbrain: replace instances of ↵Dries Buytaert2007-04-18
| | | | _module_parse_info_file() with drupal_parse_info_file().
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* - Patch #104437 by kkaefer: corrected help texts.Dries Buytaert2006-12-23
|
* - Patch #103946 by kkaefer: fixed broken help text.Dries Buytaert2006-12-18
|
* #100516: CSS preprocessor to cache and compress all .css files. Benchmarks ↵Steven Wittens2006-12-10
| | | | show up to 40% faster page loads.
* #100563: Conditional loading of (some) module.css filesSteven Wittens2006-12-01
|
* #89200 by kkaefer, RobRoy, and Gurpartap. Redo admin/help glossary.Neil Drumm2006-11-27
|
* - Patch # #98366 by webchick and ac: simplified strings for translators.Dries Buytaert2006-11-24
|
* - Patch #99114 by kkaefer: proper capitalization of module names.Dries Buytaert2006-11-24
|
* - Patch #87298 by webchick, neil, dww et al: show version numbers on modules ↵Dries Buytaert2006-11-21
| | | | page.
* - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵Dries Buytaert2006-11-21
| | | | superseded by the new 'by module' administration dashboard.
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* - #89156: Fix layout on admin/helpSteven Wittens2006-10-14
|
* - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵Dries Buytaert2006-10-05
| | | | package support to the modules page.
* #80844 by Uwe Hermann. Various string cleanup, which should have been put in ↵Neil Drumm2006-09-01
| | | | smaller patches.
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* #78656 by m3avrck. Drupal Core's first CSS hack.Neil Drumm2006-08-25
|
* - Patch #79476 by assimonds and webchick: fixed broken t()-iness.Dries Buytaert2006-08-20
| | | | CVS: ----------------------------------------------------------------------
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* #77183 by m3avrck and timcn, split up drupal.css by module.Neil Drumm2006-08-14
|
* - Patch #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|