summaryrefslogtreecommitdiff
path: root/modules/help/help.module
Commit message (Collapse)AuthorAge
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #928790 by David_Rothstein: Make menu descriptions consistent.Angie Byron2010-10-04
|
* #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix ↵Angie Byron2010-10-01
| | | | admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix ↵Angie Byron2010-01-12
| | | | inconsistencies in menu description labeling.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link.Angie Byron2010-01-04
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* #633836 by batigolix and arianek: Convert Help module's help to new standard.Angie Byron2009-11-29
|
* - Patch #569282 by joshmiller: removal of Site configuration and fixed a ↵Dries Buytaert2009-09-10
| | | | number of broken links.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #545952 by yoroy and Gábor Hojtsy: move modules to config/modules.Angie Byron2009-08-12
|
* - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> ↵Dries Buytaert2009-07-31
| | | | Themes section to the top level Appearance item as outlined in the D7UX IA.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #475596 by tic2000: corrected documentation.Dries Buytaert2009-06-04
|
* #475596 by emmajane, catch, yoroy, et al. Move default welcome message to ↵Angie Byron2009-06-02
| | | | help system.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - 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.
* #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
* - 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 #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 #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
|
* #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
|