Dries Buytaert
0e0ca3b589
- Patch #457532 by Berdir: more PHP5 'fixes'.
2009-05-09 18:28:13 +00:00
Dries Buytaert
1c076bc89f
- Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting.
2009-04-26 09:14:32 +00:00
Dries Buytaert
34cd317476
- Patch #394584 by Berdir: converted translation module to the new database abstraction layer.
2009-04-17 06:55:07 +00:00
Dries Buytaert
3a35e28f92
- Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
2009-04-02 20:39:45 +00:00
Angie Byron
7e98216936
#368064 by catch: Provide a top-level 'International' menu item for localization and translation-related items.
2009-03-31 02:02:23 +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
Angie Byron
917a37fb7e
#356136 by nedjo, catch, and stella: Prevent duplicate translations (with tests).
2009-03-17 04:22:50 +00:00
Angie Byron
ddc2604d69
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
2009-03-08 04:25:07 +00:00
Dries Buytaert
71de5fc245
- Patch #382898 by Jody Lunn: fix0red spelling mistake.
2009-02-25 13:39:20 +00:00
Angie Byron
b4c737a2a5
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
2009-01-22 03:11:54 +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
18d22419f3
- Patch #339929 by Moshe et al: move node links into ->content.
2008-12-16 22:05:51 +00:00
Dries Buytaert
8ad5cba994
- Patch #344661 by Dave Reid: API doc improvements for hook_translation_link_alter.
2008-12-09 11:36:04 +00:00
Dries Buytaert
c0cb68abcc
- Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups.
2008-12-09 11:30:25 +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
eda100b83d
- Patch #338403 by drewish: code comments clean-up.
2008-11-25 13:14:29 +00:00
Dries Buytaert
6e0b06ce3c
- Patch #324319 by catch: cleaned up the translation tests a bit.
2008-11-22 14:00:50 +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
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
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
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
031556daf1
#314244 follow-up by nedjo: Remove op for prepare translation.
2008-10-09 18:32:47 +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
c9c35d2d58
#260372 by andershal and nedjo: Fix count bug in translation deletion logic.
2008-10-09 04:32:34 +00:00
Dries Buytaert
87567f8916
- Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers.
2008-10-06 12:55:56 +00:00
Dries Buytaert
af1a0db728
- Patch #312982 by hass: fix for one untranslatable string.
2008-10-01 13:19:29 +00:00
Dries Buytaert
553d8885bd
- Patch #287949 by Freso, Damien Tournoud: keep language icons in consistent order across nodes.
2008-08-16 21:36:57 +00:00
Dries Buytaert
b6e8e391da
- Patch #226880 by hswong3i: made SQL ANSI compliant.
2008-07-22 20:06:02 +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
d9546f6d04
- Patch #260499 by catch: fixed problem with translation tests.
2008-05-22 20:02:52 +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
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
1dfd1717c1
- Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results.
2008-04-06 18:50:12 +00:00
Dries Buytaert
584f3e886a
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
2008-02-20 13:46:43 +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
7a388c3f70
#206881 by ScoutBaker: (minor) fix whitespace at TRANSLATION_ENABLED, so the phpdoc shows up properly
2008-01-28 11:38:58 +00:00
Gábor Hojtsy
6ab877faf1
#206021 by dropcube and myself: language content type settings were not properly namespaced
2008-01-09 11:51:54 +00:00
Gábor Hojtsy
19619d9354
#206670 by keith.smith and myself: node type names have their underscores converted to hyphens in node/add links
2008-01-07 13:18:40 +00:00
Gábor Hojtsy
27b7db8d77
#203660 by keith.smith: missing 'a' tag name in 'a href='
2007-12-25 10:18:14 +00:00
Gábor Hojtsy
4c990fb7cc
#189880 by keith.smith based on initial suggestions from O Govinda: much better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6.
2007-12-18 16:27:44 +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
5bb6927e18
#196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
2007-12-05 16:34:07 +00:00
Gábor Hojtsy
aa5b27d807
#172584 by myself, keith.smith, yoroy, O Govinda and catch: help text for content translation module
2007-11-11 11:24:27 +00:00
Gábor Hojtsy
a66560bfb2
#172584 sidetrack issue patch by myself: tnid was not put properly into the node form, so translation workflow was not working
2007-11-09 17:47:29 +00:00
Gábor Hojtsy
d451458d28
#190670 by myself: alias node table for query rewrites
2007-11-09 12:37:30 +00:00
Gábor Hojtsy
e78b7890c5
#181577 by Crell: split up translation module
2007-10-16 09:15:19 +00:00
Dries Buytaert
ab1715750a
- Patch #172961 by webernet: code style cleanup.
2007-09-05 08:42:02 +00:00
Gábor Hojtsy
4e0071fb8a
#111127 rollback by chx, slightly extended: roll back node_load cache, it needs more thought and discussion, so postponed until at least Drupal 7
2007-08-30 15:31:46 +00:00