Gábor Hojtsy
|
b78a990270
|
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
|
2008-01-08 10:35:43 +00:00 |
Gábor Hojtsy
|
0ab0b1d65f
|
#164532 follow up by pwolanin, David Strauss, catch and myself, testing also by hswong3i: some indexes added before Drupal 6 RC1 were too unique, and our code did not back them, so we should not add those indexes
|
2008-01-08 07:46:41 +00:00 |
Gábor Hojtsy
|
68a730c795
|
#204946 by theborg, keith.smith: only tell users their language setting will be used for interface presentation, when this actually happens
|
2008-01-07 21:38:16 +00:00 |
Gábor Hojtsy
|
66b7a5cb74
|
#199946 by JirkaRybka: append a short query string to CSS and JS files, changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush'
|
2008-01-07 19:43:29 +00:00 |
Gábor Hojtsy
|
8ea4186e71
|
#207170 by hswong3i slightly modified: drupal_write_record() did not return FALSE on query failure and had bad documentation on the returned values
|
2008-01-07 19:28:06 +00:00 |
Gábor Hojtsy
|
6d191fb5b5
|
#197720 follow up by keith.smith, scor: include php.ini path in memory limit messages
|
2008-01-07 15:31:50 +00:00 |
Gábor Hojtsy
|
cd8d79b10d
|
#200777 by JirkaRybka: theme settings form relied on _POST[] and stored irrelevant formapi keys as theme settings
|
2008-01-07 14:18:06 +00:00 |
Gábor Hojtsy
|
408d4cafeb
|
#202821 by marco.robotangel: display messages above help in all core themes for consistent user feedback (usability)
|
2008-01-07 13:49:38 +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
|
444c5e16be
|
#205920 by douggreen: short term searches were returning wrong results
|
2008-01-07 12:57:38 +00:00 |
Gábor Hojtsy
|
b571a82e4e
|
#206820 by catch, keith.smith: forum delete confirm form was saying it deleted posts, but it does not
|
2008-01-07 12:52:15 +00:00 |
Dries Buytaert
|
7d7f2928d1
|
- Patch #203222 by Pascalle: added missing message type to watchdog call.
|
2008-01-06 18:22:14 +00:00 |
Gábor Hojtsy
|
be9f7bf206
|
#206510 by pwolanin, chx: menu title arguments were not properly stored when they were empty
|
2008-01-06 16:47:19 +00:00 |
Gábor Hojtsy
|
8c809ebc3e
|
#205602 by theborg: disabled languages were included in the language lookup logic
|
2008-01-06 16:46:02 +00:00 |
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
|
84b1f1cec6
|
#206281 by keith.smith: document that people should look into the new system requirements when they upgrade
|
2008-01-04 16:15:58 +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
|
877122a4a1
|
#201141 by yched: instead of 'HTTP error 200' messages when a PHP error occurs, actually display the PHP error message
|
2008-01-04 11:53:21 +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
|
819772ea65
|
#202955 by chx: menu_rebuild() needs to be called after maintenance mode, because stale data might end up in menu tables in maintenance mode
|
2008-01-03 10:51:30 +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
|
18d46e4733
|
#205334 follow up by myself: options were improperly counted in language list (minor)
|
2008-01-02 22:49:43 +00:00 |
Gábor Hojtsy
|
aecd316184
|
#168315 by schuyler1d: previous active database name was not consistently returned in db_set_active()
|
2008-01-02 19:15:34 +00:00 |
Gábor Hojtsy
|
d2fddb4763
|
#201017 by chx: AHAH callbacks were not working for regular buttons
|
2008-01-02 15:18:15 +00:00 |
Gábor Hojtsy
|
d3c14ad6fe
|
#50901 by chx: do not allow user login under maintenance mode, if the logged in user has no site config permission
|
2008-01-02 14:29:32 +00:00 |
Gábor Hojtsy
|
e58c6c36a7
|
#204872 report by hass, patch by myself: Mode radio button in locale import had bad default value
|
2008-01-02 13:27:26 +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 |