Commit Graph

97 Commits (90276160cb9769383a1196b26b9613624744567a)

Author SHA1 Message Date
Dries Buytaert 01ed110a6b - Patch by Dave Reid: remove user creation from drupalLogin(). drupalLogin() should only do one thing, and do it well. :) 2008-12-11 20:35:37 +00:00
Dries Buytaert eda100b83d - Patch by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
Angie Byron 66df602593 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core. 2008-11-25 02:37:33 +00:00
Dries Buytaert df2cf40d2c - Patch by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
Angie Byron 7e02f2f782 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. 2008-10-11 02:33:14 +00:00
Dries Buytaert c6c26b5e23 - Patch by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
Dries Buytaert 2e18cb8924 - Patch by chx, dopry, webernet, moshe, webchick, justinrandall, 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.
2008-05-06 12:18:54 +00:00
Dries Buytaert af474609e3 - Added a test framework to Drupal along with a first batch of tests for
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 ...
2008-04-20 18:24:07 +00:00
Dries Buytaert 56d2664a90 - Patch by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
Dries Buytaert b05db1f176 - Patch by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
Gábor Hojtsy b6532a4fdb by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed 2007-12-14 18:08:50 +00:00
Gábor Hojtsy c6d841c096 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc 2007-12-13 09:34:40 +00:00
Gábor Hojtsy f77b60f291 by hass and yhager: CSS inherit was completely misused in RTL CSS files 2007-11-27 12:09:27 +00:00
Gábor Hojtsy 6dd28cafed by domasj: sort module help pages by display name, not file name 2007-11-25 11:11:17 +00:00
Gábor Hojtsy c01f6bad7b by myself: remove outdated and inaccurate glossary of basic Drupal terms 2007-11-17 10:08:16 +00:00
Gábor Hojtsy 53557e2f7b by Freso: hide administration pages links on module help pages if there are no admin links for the module 2007-10-15 14:15:31 +00:00
Gábor Hojtsy ed1a53698a by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on 2007-10-11 09:51:29 +00:00
Dries Buytaert 57750b90fc - Patch by Crell: split up help module. 2007-08-19 09:27:24 +00:00
Dries Buytaert ee701b3336 - Patch by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Gábor Hojtsy 9e6ef53c2c by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array 2007-06-30 19:46:58 +00:00
Dries Buytaert 29eb5a6284 - Patch by dww: only allow enabling modules with the same Drupal core compatibility version. 2007-06-08 05:50:58 +00:00
Gábor Hojtsy 860947d3c8 by yhager, documentation cleaned up by myself: add support for RTL 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.
2007-05-27 17:57:48 +00:00
Dries Buytaert 7d4f2836ba - Patch by Goba et al: Allow localization of built-in menu items. 2007-04-30 17:03:29 +00:00
Dries Buytaert 3d8febbaa5 - Patch by alienbrain: replace instances of _module_parse_info_file() with drupal_parse_info_file(). 2007-04-18 20:42:23 +00:00
Dries Buytaert e675979091 - Patch by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00
Dries Buytaert 03752e35a4 - Patch by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet. 2007-01-24 14:48:36 +00:00
Dries Buytaert ee3b9e075a - Patch by kkaefer: corrected help texts. 2006-12-23 22:06:05 +00:00
Dries Buytaert 2b7b447468 - Patch by kkaefer: fixed broken help text. 2006-12-18 21:44:38 +00:00
Steven Wittens b86f45b1e6 : CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads. 2006-12-10 09:54:35 +00:00
Steven Wittens 0ea4e1c5f6 : Conditional loading of (some) module.css files 2006-12-01 22:47:53 +00:00
Neil Drumm 25ca7cc2ff by kkaefer, RobRoy, and Gurpartap. Redo admin/help glossary. 2006-11-27 02:08:25 +00:00
Dries Buytaert 827f064deb - Patch # by webchick and ac: simplified strings for translators. 2006-11-24 10:18:24 +00:00
Dries Buytaert 1c4c2d845a - Patch by kkaefer: proper capitalization of module names. 2006-11-24 09:30:17 +00:00
Dries Buytaert 6ae6dc0d85 - Patch by webchick, neil, dww et al: show version numbers on modules page. 2006-11-21 20:55:36 +00:00
Dries Buytaert b004f328ee - Patch by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard. 2006-11-21 20:14:19 +00:00
Steven Wittens 36d44fbfb0 : Use 'Sentence capitalization' for menu items, page titles, form items, etc 2006-10-22 08:28:47 +00:00
Steven Wittens 4eaccd056a - : Fix layout on admin/help 2006-10-14 06:07:14 +00:00
Dries Buytaert 18b297abf8 - Patch by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page. 2006-10-05 15:47:57 +00:00
Neil Drumm f96e48456d by Uwe Hermann. Various string cleanup, which should have been put in smaller patches. 2006-09-01 07:32:58 +00:00
Dries Buytaert c64db1da29 - Patch by earl, webchick, neclimdul et al: .info files 2006-08-31 20:22:37 +00:00
Neil Drumm 554a2808a3 by m3avrck. Drupal Core's first CSS hack. 2006-08-25 09:01:12 +00:00
Dries Buytaert 92a01e2057 - Patch by assimonds and webchick: fixed broken t()-iness.
CVS: ----------------------------------------------------------------------
2006-08-20 07:07:17 +00:00
Steven Wittens 81938a3cdc : Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders
2006-08-18 12:17:00 +00:00
Neil Drumm 3cc2b1e3d7 by m3avrck and timcn, split up drupal.css by module. 2006-08-14 07:14:50 +00:00
Dries Buytaert 729fa6c11b - Patch by timcn: corrected various paths in the documentation. 2006-08-07 15:04:16 +00:00
Dries Buytaert b138793b68 - Patch by Earl et al: give Drupal an overall administration page ... :-) 2006-07-31 11:25:55 +00:00
Neil Drumm 9cff02e91b by Zen, Double spaced sentences clean up 2006-05-07 00:08:36 +00:00
Steven Wittens 7d9217fc20 - : Sort help items alphabetically (and prettify output) 2006-03-12 01:56:11 +00:00
Dries Buytaert 3603fe1bd8 - Patch : www.drupal.org -> drupal.org. (Today's critical bugfix #5.) 2006-02-21 18:46:54 +00:00
Dries Buytaert a8b218827a - Patch by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00