Dries Buytaert
92241faad9
- Patch #219584 by keith.smith, Bevan, SteveJB: rename operation in Input Formats from 'Configure' to 'View Configuration'.
2009-01-19 10:52:14 +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
92a8adea65
- Patch #352470 by scor: fixed typos and grammar in comments.
2008-12-30 16:43:20 +00:00
Dries Buytaert
1d14b0f894
- Patch #212236 by wrwrwr: automatic line breaking sometimes results in an unpaired end of paragraph tag.
2008-12-28 19:30:36 +00:00
Dries Buytaert
0c63d9e24f
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
2008-12-20 18:24:41 +00:00
Dries Buytaert
58b0235a72
- Patch #324313 by catch et al: load multiple nodes and terms at once.
2008-12-05 22:18:46 +00:00
Dries Buytaert
424aaef46c
- Patch #341885 by sun: remove absolute argument in theme_filter_tips().
2008-12-03 19:43:21 +00:00
Dries Buytaert
cadd9bd54c
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
2008-12-03 16:32:22 +00:00
Dries Buytaert
eda100b83d
- Patch #338403 by drewish: code comments clean-up.
2008-11-25 13:14:29 +00:00
Angie Byron
66df602593
#314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.
2008-11-25 02:37:33 +00:00
Dries Buytaert
15671f471b
- Patch #332123 by webchick, lilou: remove t() function from schema descriptions.
2008-11-15 13:01:11 +00:00
Dries Buytaert
97fdc49191
- Patch #334030 by justinrandell: replace module_list with module_implements when calling a hook.
2008-11-15 11:45:04 +00:00
Dries Buytaert
10104ba94a
- Patch #331570 by recidive: rename block module tables to singular. Requires you to run update.php.
2008-11-15 08:23:07 +00:00
Dries Buytaert
bd108c7f10
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.
2008-11-11 16:49:38 +00:00
Dries Buytaert
0290031d45
- Patch #319788 by stella, nedjo et al: pass language code to filters when available.
2008-11-08 20:43:54 +00:00
Dries Buytaert
424250196a
- Patch #279516 by c960657: removed many PHP4-isms. Great patch.
2008-11-01 19:51:06 +00:00
Dries Buytaert
c14b03b6ca
- Patch #320747 by lilou, UltimateBoy: removed double semicolons.
2008-10-14 20:44:57 +00:00
Angie Byron
8292bdd40a
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.
2008-10-13 00:33:05 +00:00
Angie Byron
a3a420c3e6
Roll-back of #242873 : This caused horrendous problems with SimpleTest on some configurations.
2008-10-12 06:27:06 +00:00
Angie Byron
f76acb2d9d
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
2008-10-12 04:30:09 +00:00
Angie Byron
390e2fd2d7
#320024 by Dave Reid: Replace hardcoded drupal_required_modules() with required = TRUE in .info files.
2008-10-12 01:23:07 +00:00
Angie Byron
ecf7ad41d0
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.
2008-10-11 21:11:02 +00:00
Angie Byron
da7f3a0ef0
#319699 follow-up by Dave Reid: Simplify required module hiding in admin/build/modules.
2008-10-11 15:54:14 +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
Angie Byron
464be0b8bd
#318892 by justinrandell and chx: Add .install files to the list of files added to .info files.
2008-10-09 22:51:41 +00:00
Angie Byron
d59ba41f65
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names
2008-10-09 15:15:55 +00:00
Angie Byron
4a0e68e838
#125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format FAPI property that can be used by WYSIWYG editors. WOOHOO.
2008-09-27 19:47:43 +00:00
Dries Buytaert
8fc581d4d7
- Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.
2008-09-19 07:53:59 +00:00
Dries Buytaert
7f29b14277
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
2008-09-17 07:11:59 +00:00
Dries Buytaert
e5b0e5f76c
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
2008-09-06 08:36:22 +00:00
Dries Buytaert
2b07665033
- Patch #64967 by Arancaytar, meba: ereg -> preg for performance reasons and future compatilbility. PHP6 is rumoured to drop ereg support.
2008-09-05 09:25:52 +00:00
Angie Byron
9397ae69aa
#197425 by lilou, Nick Lewis, mooffie, and friends: Add <blockquote> to list of default allowed HTML tags.
2008-08-31 17:19:06 +00:00
Dries Buytaert
fdc3ee1043
- Patch #280621 by pwolanin: remove 'param from allowed tags in filter_xss_admin().
2008-08-25 07:44:16 +00:00
Dries Buytaert
69e6f411a9
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
2008-08-21 19:36:39 +00:00
Dries Buytaert
de12db43e9
- Patch #272952 by NancyDru and chx: fixed documentation issue.
2008-08-18 10:40:21 +00:00
Dries Buytaert
ddb9a03a70
- Patch #260484 by catch, boombatower et al: rollback of valid tests, letting ourselves believe that there are no bugs in core. ;)
2008-08-15 07:49:42 +00:00
Dries Buytaert
2df3b5f403
- Patch #285575 by jk, Bart, Damien Tournoud, et al: fixed XSS problem in default input formats.
2008-08-14 11:58:06 +00:00
Dries Buytaert
b9eb3c896f
- Patch #254725 by Steve Dondley and BioALIEN: maxlength field for 'allowed HTML tags' is too short
2008-08-11 18:01:51 +00:00
Dries Buytaert
0d1995a828
- Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move includes/tests to simpletest/tests and provide hidden .info propery
2008-08-09 12:41:23 +00:00
Dries Buytaert
d4ef1db69c
- Patch #286351 by TapocoL: fixed undefined index warning.
2008-07-24 16:27:51 +00:00
Dries Buytaert
ccf1af94fa
- Patch #245329 by christefano and dmitrig01: code comment love.
2008-07-24 16:25:19 +00:00
Dries Buytaert
2b08c40d6a
- Patch #214516 by mfb: add RSTP to protocol list.
2008-07-19 20:06:25 +00:00
Dries Buytaert
57fe5103da
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
2008-07-16 21:59:29 +00:00
Dries Buytaert
f833618d45
- Patch #280621 by pwolanin: remove <object> from allowed tags in filter_xss_admin().
2008-07-10 01:52:42 +00:00
Dries Buytaert
5c9d4b9c97
- Patch #253506 by Daniel, flobruit and catch: made the upload tests work.
2008-06-06 10:36:45 +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
79ac53f8ad
- Patch #249200 by flobruit: some tests for input filters.
2008-05-05 20:42:08 +00:00
Dries Buytaert
e8fdcb2c3b
- Patch #253706 by zoo33: renamed 'header' to 'heading' for correctness with the W3C standard.
2008-05-02 17:28:09 +00:00
Dries Buytaert
e094082832
- Patch #240988 by David_Rothstein: fixed left-over documentation after the HTML escaping became a filter of its own.
2008-05-02 15:15:32 +00:00