Dries Buytaert
|
7127adabb0
|
- Patch #205465 by jvandyk: add missing index on comment table.
|
2008-01-05 22:45:40 +00:00 |
Dries Buytaert
|
dc2cd5ea4d
|
- Patch #206418 by meba: fixed typo - 'sever' should be 'server'.
|
2008-01-05 22:43:41 +00:00 |
Dries Buytaert
|
d1b58bb9c1
|
- Patch #199955 by saxofaan: file_upload_max_size() returns results in bytes, not in mega bytes.
|
2008-01-05 22:41:16 +00:00 |
Dries Buytaert
|
a67e33054c
|
- Patch #206434 by meba: added missing doc in string.
|
2008-01-05 22:34:54 +00:00 |
Dries Buytaert
|
4f54a173cc
|
- Patch #206470 by David_Rothstein: fix book permission upgrade.
|
2008-01-05 22:32:25 +00:00 |
Dries Buytaert
|
a6e2c90217
|
- Patch #206512 by jvandyk: fixed grammar mistake in status message.
|
2008-01-05 22:23:45 +00:00 |
Gábor Hojtsy
|
258b576020
|
#199809 by theborg: comment templates were not checking status properly (fix notice, allows themes to theme in-preview comments differently)
|
2008-01-04 19:24:24 +00:00 |
Gábor Hojtsy
|
b5e64f5a6e
|
#197720 by nedjo, scor, keith.smith, catch: inform installing users about PHP memory requirements of Drupal 6
|
2008-01-04 17:19:04 +00:00 |
Gábor Hojtsy
|
d5916e8061
|
#206232 follow up by chx: set locale() cache to NULL when resetting
|
2008-01-04 17:10:36 +00:00 |
Gábor Hojtsy
|
98d7931e5b
|
#206232 by chx with a bit of cleanup: add in-memory reset clearing to locale() to help it interact with simpletests, which are not reloading the Drupal instance on form submits
|
2008-01-04 16:04:49 +00:00 |
Gábor Hojtsy
|
a555202276
|
#195161 follow up by keith.smith: fix typo in code comment
|
2008-01-04 15:11:59 +00:00 |
Gábor Hojtsy
|
1b5ce2b18f
|
#206272 report by yojoe, patch by myself: user provided data in menu titles should be check_plain()-ed not t()-ed
|
2008-01-04 13:50:50 +00:00 |
Gábor Hojtsy
|
9bc7c07cb7
|
#195161 by mcarbone with some modifications: only show 'login to post comments' if logging in actually lets you post comments
|
2008-01-04 11:34:19 +00:00 |
Gábor Hojtsy
|
89be29505b
|
#198856 by hswong3i: Fix some incorrect use of %s for table name escaping, implement better security checks
|
2008-01-04 09:31:49 +00:00 |
Dries Buytaert
|
52f95c981b
|
- Patch #202078 by chx: fixed poll AHAH problem with caching.
|
2008-01-04 08:04:45 +00:00 |
Gábor Hojtsy
|
18cabdb8d3
|
#205843 report by asimmonds, patch by chx: menu_valid_path() was used as an API function, but was located in menu.module, move to menu.inc
|
2008-01-03 09:59:00 +00:00 |
Gábor Hojtsy
|
03c18bb204
|
#205795 by douggreen: search result normalization used a wrong calculation
|
2008-01-03 09:55:06 +00:00 |
Gábor Hojtsy
|
33e8024752
|
#135329 follow up: rolling back some of the user password request form changes, so user names in email address format (eg. site_network module) will still work
|
2008-01-02 12:57:37 +00:00 |
Gábor Hojtsy
|
5362c16386
|
#181125 follow up by beginner: book.js should have been removed earlier in #181125, was a commit mistake
|
2008-01-02 12:12:21 +00:00 |
Gábor Hojtsy
|
f96a1c7690
|
#205334 by hass: if more then 5 languages are available, use a dropdown not a radio button list (usability)
|
2008-01-02 12:04:17 +00:00 |
Gábor Hojtsy
|
5f635b9585
|
#205075 report by ktabuer, patch by myself, testing by ktauber and Lynn: book block throws notice when used on non-book-node page (with a little bit of code cleanup)
|
2008-01-02 11:36:19 +00:00 |
Gábor Hojtsy
|
1279630a3a
|
#205138 by pwolanin: require node types in forums vocab, fix help text parameter name (outside t())
|
2008-01-01 18:23:14 +00:00 |
Gábor Hojtsy
|
1ba22e1543
|
#205134 by damz: fix not translatable use of t() in update module
|
2008-01-01 18:03:12 +00:00 |
Gábor Hojtsy
|
195fe364d2
|
#203582 by David_Rothstein: some core hook_access() implementations are not using the passed in account
|
2008-01-01 17:46:30 +00:00 |
Gábor Hojtsy
|
84c6d225e8
|
#205199 by David_Rothstein: leftover links were not removed in the reindexing process properly (search module)
|
2008-01-01 17:30:55 +00:00 |
Gábor Hojtsy
|
641fdad0b5
|
#204420 follow up by webernet: fix bad permission check introduced for update module message
|
2007-12-31 17:20:20 +00:00 |
Gábor Hojtsy
|
4157a521e0
|
#199373 report by avskip, patch by myself, testing by keith.smith: forum node type was not re-added to the forum vocabulary when the module is re-enabled (after being disabled)
|
2007-12-31 16:58:34 +00:00 |
Gábor Hojtsy
|
6bb7647f0b
|
White space problem found while gathering background info for #204420
|
2007-12-31 15:51:30 +00:00 |
Gábor Hojtsy
|
93b4e1c41d
|
#203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object when it is passed by reference, so we need to live with dummy object passing with actions for object-less actions to support PHP 4
|
2007-12-31 14:51:04 +00:00 |
Gábor Hojtsy
|
af16eb8007
|
#204344 by marcingy: path aliases were not alled as default home page
|
2007-12-31 14:41:08 +00:00 |
Gábor Hojtsy
|
07d32d0521
|
#204996 by chx: poll bar theme gets NULL as default, so use that here as well
|
2007-12-31 12:28:32 +00:00 |
Dries Buytaert
|
178c28535b
|
- Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :)
|
2007-12-31 08:54:37 +00:00 |
Dries Buytaert
|
f04d4d17dd
|
- Patch #204996 by chx: fixed access check and warning in poll module.
|
2007-12-31 08:48:41 +00:00 |
Dries Buytaert
|
46c716887b
|
- Patch #204955 by chx: fixed E_ALL warning.
|
2007-12-31 08:46:44 +00:00 |
Gábor Hojtsy
|
89844f4435
|
#204420 by webernet: do not show messages about status problems to those who will not be able to click and go to the reports
|
2007-12-28 22:23:57 +00:00 |
Gábor Hojtsy
|
2f21341f4e
|
#203941 reported and tested by Takafumi, patch by myself: trigger assocations should be removed when deleting an advanced action
|
2007-12-28 15:21:30 +00:00 |
Dries Buytaert
|
a88c178b91
|
- Patch #204221 by webernet: code style fixes.
|
2007-12-28 12:02:52 +00:00 |
Dries Buytaert
|
faf7ebafce
|
- Patch #203316 by mooffie and douggreen: improved schema documentation.
|
2007-12-28 10:53:27 +00:00 |
Gábor Hojtsy
|
9b2bf38e83
|
#194369 by lots of contributors: move default files directory to sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier
|
2007-12-27 17:25:28 +00:00 |
Gábor Hojtsy
|
79d927f7aa
|
#152497 by bjaspan, with more docs from myself: user_external_login() was not updated to latest login process
|
2007-12-27 16:00:09 +00:00 |
Gábor Hojtsy
|
34afaf8f28
|
#176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles
|
2007-12-27 14:03:37 +00:00 |
Gábor Hojtsy
|
a8e1fb4351
|
#191914 by chx: admin check was missing from menu user_register_access()
|
2007-12-27 12:21:58 +00:00 |
Dries Buytaert
|
6f178ad61f
|
- Patch #176748 by pwolanin, Rob Loach: fixed broken breadcrumbs.
|
2007-12-26 21:12:12 +00:00 |
Dries Buytaert
|
2a1e980cdd
|
- Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.
|
2007-12-26 19:02:24 +00:00 |
Gábor Hojtsy
|
67d64ffc53
|
#197722 by catch, hwsong3i: remove 4.7 to 5.x updates; we only support direct updates from 5.x to 6.x
|
2007-12-26 10:24:00 +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
|
8efbe5130a
|
#173656 by qucksketch: fix upload form ordering and delete buttons on preview, among smaller issues
|
2007-12-24 10:43:21 +00:00 |
Gábor Hojtsy
|
bef39dc0ec
|
#203316 by douggreen: schema docs for the search_node_links table
|
2007-12-24 10:37:13 +00:00 |
Gábor Hojtsy
|
3fa5b71015
|
#203482 by Desbeers: block module HTML typo in help (outside t())
|
2007-12-24 10:33:39 +00:00 |
Gábor Hojtsy
|
5d71254605
|
#154517 follow up by Desbeers: path_form_alter() was not path alias language aware
|
2007-12-23 15:32:36 +00:00 |