Dries Buytaert
99641ab2a4
- Patch #696642 by qasimzee: improved consistency of phpDoc.
2010-01-27 11:29:51 +00:00
Angie Byron
ba6ef3017e
#482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.
2010-01-03 21:01:04 +00:00
Dries Buytaert
1da26fadfe
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
2009-12-04 16:49:48 +00:00
Dries Buytaert
0af8301ac2
- Patch #634234 by jhodgdon, arianek: more help improvements.
2009-12-01 23:48:48 +00:00
Dries Buytaert
5bdef156a8
- Patch #634234 by jhodgdon, arianek, lisarex: better help for system module, syslog module, and simpletest module.
2009-12-01 13:43:11 +00:00
Angie Byron
ea1bd5606c
#606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :)
2009-11-10 17:27:54 +00:00
Dries Buytaert
74722b8a14
- Patch #569814 by cweagans: fixed link to syslog.conf manual page in syslog_help().
2009-11-07 14:04:06 +00:00
Angie Byron
a7149821d6
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
2009-10-23 22:24:19 +00:00
Dries Buytaert
c05f2181dc
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
2009-10-09 01:00:08 +00:00
Dries Buytaert
2d6053f856
- Patch #395378 by Xano: syslog module clean-up and bugfix.
2009-08-27 07:18:06 +00:00
Angie Byron
40052b63f2
#549182 by catch: Move logging and errors to admin/config/development.
2009-08-14 14:00:14 +00:00
Angie Byron
735e1d904f
#500866 by boombatower: Remove t() from getInfo in tests.
2009-07-13 21:51:42 +00:00
Dries Buytaert
e9d97f1eef
- Patch #449198 by boombatower: cealn up test loading and related API.
2009-06-08 09:23:55 +00:00
Dries Buytaert
43b21cffdd
- Patch #481500 by JamesAn: converted to drupal_static().
2009-06-07 02:44:11 +00:00
Dries Buytaert
0f4060f377
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
2009-05-27 18:34:03 +00:00
Dries Buytaert
976dc16b0c
- Patch #394382 by Xano, dereine: clean up logging configuration page.
2009-04-13 08:49:01 +00:00
Angie Byron
f40532da76
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
2009-03-31 01:49:55 +00:00
Dries Buytaert
60c06921ce
- Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling.
2009-01-21 14:22:33 +00:00
Dries Buytaert
bdbd0dffe5
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().
2009-01-11 21:19:19 +00:00
Dries Buytaert
5bbad8a4dc
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.
2008-12-28 20:41:19 +00:00
Dries Buytaert
eda100b83d
- Patch #338403 by drewish: code comments clean-up.
2008-11-25 13:14:29 +00:00
Angie Byron
7e02f2f782
#318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.
2008-10-11 02:33:14 +00:00
Dries Buytaert
df4b23bfee
- Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links.
2008-08-31 09:15:13 +00:00
Dries Buytaert
c15bcc0653
- Patch #297869 by boombatower: add xpath method to simpletest and refactor existing tests.
2008-08-22 12:35:55 +00:00
Dries Buytaert
0bbad33af5
- Patch #287695 by cwgordon7: made syslog tests work on Windows.
2008-08-02 05:07:58 +00:00
Dries Buytaert
34626ed280
- Patch #238600 by scor: removed two unused links from context-sentive help.
2008-07-24 06:52:35 +00:00
Dries Buytaert
c6c26b5e23
- Patch #247423 by boombatower: code style fixes for the tests.
2008-05-30 07:30:53 +00:00
Dries Buytaert
2e18cb8924
- Patch #221964 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
21576021bf
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
2008-04-23 20:01:56 +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 #245115 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 #221384 by webernet: update core compatibility to Drupal 7.
2008-02-18 19:19:49 +00:00
Gábor Hojtsy
b6532a4fdb
#200069 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
#197297 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
d83289f857
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
2007-12-06 09:58:34 +00:00
Gábor Hojtsy
366c866931
#172592 by add1sun, ChrisKennedy, jvandyk and keith.smith: add help page to syslog module and fix form item descriptions
2007-11-05 14:22:22 +00:00
Gábor Hojtsy
1800ea94bf
#144634 follow up patch by chx: two caes, where the external link property should have been specified
2007-10-05 13:11:19 +00:00
Gábor Hojtsy
3e86bd0329
#156817 by tangent: coding style issues in syslog module noticed by coder module
2007-07-04 21:35:24 +00:00
Gábor Hojtsy
9e6ef53c2c
#154064 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 #146910 by dww: only allow enabling modules with the same Drupal core compatibility version.
2007-06-08 05:50:58 +00:00
Dries Buytaert
7d4f2836ba
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
2007-04-30 17:03:29 +00:00
Dries Buytaert
248703477d
- Patch #76588 by kbahey and RobRoy: made the syslog deamon strip HTML tags.
2007-04-30 14:25:14 +00:00
Gábor Hojtsy
0a5ec93496
#76588 : Small fixes after that patch landed
...
- typo fix in watchdog() phpdoc
- add a missing array() on a watchdog call in ping.module
- handle NULL 'variables' value in syslog module
Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository.
2007-04-24 15:53:53 +00:00
Dries Buytaert
f73610bec6
- Patch #76588 by Gabor: made log messages translatable. Yay.
2007-04-24 13:53:15 +00:00
Dries Buytaert
9dc7e99a42
- Patch #63881 by kbahey: logging documentation improvements.
2007-04-13 08:27:18 +00:00
Dries Buytaert
6a3b234606
- Patch #63881 by erdemkose: improve compatibility of syslog with Windows systems.
2007-04-10 15:13:14 +00:00
Dries Buytaert
07e6bdcdfe
- Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. Added support for external loggers, and included a small syslog module into core.
2007-04-10 10:10:27 +00:00