Dries Buytaert
|
945b337502
|
- Patch #209034 by theborg: fixed small code style error that generates warnings.
|
2008-01-15 08:16:45 +00:00 |
Dries Buytaert
|
38226d51cd
|
- Patch #208926 by keith.smith: fixed broken link. The external link to the RSS specification changed.
|
2008-01-15 08:06:32 +00:00 |
Dries Buytaert
|
d0d3e6110f
|
- Patch #206495 by jvandyk: improved consistency of trigger descriptions.
|
2008-01-15 08:00:24 +00:00 |
Dries Buytaert
|
c08e279859
|
- Patch #209236 by traxer: added a validation function for the poll form.
|
2008-01-15 07:57:46 +00:00 |
Dries Buytaert
|
5a54bbe702
|
- Patch #210140 by dww: fixed code comment: 'default_major' is now deprecated in favor of 'supported_majors'.
|
2008-01-15 07:55:18 +00:00 |
Gábor Hojtsy
|
e78d7eb235
|
#208427 report by Pancho, patch by dvessel: strpos() parameters were flipped in color module, resulting in bad colors
|
2008-01-11 12:33:09 +00:00 |
Gábor Hojtsy
|
3395c97e37
|
Back to 6.0-dev
|
2008-01-10 23:14:58 +00:00 |
Gábor Hojtsy
|
78bc68f304
|
Drupal 6 RC2
|
2008-01-10 22:47:17 +00:00 |
Gábor Hojtsy
|
b3c7ff77ff
|
#208542 by KarenS, webernet: save old actions table when upgrading from Drupal 5 with a previous actions install
|
2008-01-10 22:04:32 +00:00 |
Gábor Hojtsy
|
33633c5c59
|
#18954 follow up by myself: restore user role name editing
|
2008-01-10 21:42:59 +00:00 |
Gábor Hojtsy
|
b17cd3b613
|
#18954 by kkaefer, Pancho: built-in role names were not translated and some user_roles() call cleanups
|
2008-01-10 20:22:57 +00:00 |
Gábor Hojtsy
|
af838aec81
|
#208492 report and testing by KarenS, patch by myself: book upgrade should not use the book API
|
2008-01-10 18:13:42 +00:00 |
Gábor Hojtsy
|
48904d079b
|
#202997 follow up by quicksketch: the table drag CSS selector was not specific enough in the RTL sheet
|
2008-01-10 18:08:19 +00:00 |
Gábor Hojtsy
|
a816feaddf
|
#206078 by Pancho, traxer: order roles with system roles first (usability)
|
2008-01-10 16:00:44 +00:00 |
Gábor Hojtsy
|
a541e5fbfb
|
#201667 follow up by gpk: minor code comment and whitespace cleanup
|
2008-01-10 15:57:10 +00:00 |
Gábor Hojtsy
|
c5aa55b38e
|
#204705 by pwolanin: abort user_save on SQL errors, to avoid data corruption
|
2008-01-10 15:03:53 +00:00 |
Gábor Hojtsy
|
58ad1fb2f4
|
#206021 follow up by keith.smith, dropcube: better code comments in locale update
|
2008-01-10 14:35:24 +00:00 |
Gábor Hojtsy
|
b4520177fb
|
#207990 by soxofaan: fix notice on node/add page for anonymous users
|
2008-01-10 14:31:23 +00:00 |
Gábor Hojtsy
|
550b9255a8
|
#197186 by dww, testing by catch, webernet, greggles: (critical security functionality) update.module did not inform users when their current release became revoked/not supported
|
2008-01-10 14:14:54 +00:00 |
Gábor Hojtsy
|
2669c24bd4
|
#201667 follow up by keith.smith: typo in code comment
|
2008-01-09 21:40:10 +00:00 |
Gábor Hojtsy
|
bb9885135a
|
#207779 report by meba, patch by myself: missing plural formatting in forum module, and a counter display fix as well
|
2008-01-09 21:38:57 +00:00 |
Gábor Hojtsy
|
db55c269da
|
#201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter in JS and no-JS mode
|
2008-01-09 12:10:04 +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
|
66ec14993b
|
#207868 by cwgordon7, webernet and myself: SQL status page was using wrong property names
|
2008-01-09 10:11:55 +00:00 |
Gábor Hojtsy
|
0a26c901ef
|
#207931 by ScoutBaker: some links in update.module were pointing to 'logs' instead of 'reports'
|
2008-01-09 10:02:46 +00:00 |
Gábor Hojtsy
|
6dcf2cccaa
|
#194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: fix a dozen issues with sticky table headers
|
2008-01-09 09:56:39 +00:00 |
Gábor Hojtsy
|
33f455d2df
|
#153998 by David_Rothstein and myself: clean up permissions in book, blog, blogapi, forum and locale modules
|
2008-01-09 09:51:35 +00:00 |
Gábor Hojtsy
|
7de29914a9
|
#207731 by Pancho: adding brackets to some default form values, for consistency
|
2008-01-08 21:25:05 +00:00 |
Gábor Hojtsy
|
9b1172f26f
|
#197720 follow up by myself: cleaning up the memory_limit requirement check, use dollar t
|
2008-01-08 21:22:28 +00:00 |
Gábor Hojtsy
|
adf836896a
|
#204756 by dvessel: textarea.js assumed #disabled fields are to be hidden
|
2008-01-08 19:54:07 +00:00 |
Gábor Hojtsy
|
00f0a95ade
|
#207372 by Pancho, pwolanin, chx: remove duplicate query from menu_enable()
|
2008-01-08 15:49:09 +00:00 |
Gábor Hojtsy
|
be324d8f70
|
#195091 by Rowanw: (usability) swap enabled and expanded checkbox in menu admin and allow setting elements without children to be expanded
|
2008-01-08 11:31:49 +00:00 |
Gábor Hojtsy
|
ab036224bb
|
#205792 by yched: fix contradictory messages after node access rebuild
|
2008-01-08 11:27:16 +00:00 |
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
|
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
|
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 |
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 |