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 |
Gábor Hojtsy
|
e08abdd252
|
#194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed)
|
2007-12-23 13:17:20 +00:00 |
Gábor Hojtsy
|
ac4c8f7ab0
|
#203274 by Pasqualle: remove excessive witespace from our code (minor)
|
2007-12-22 23:24:26 +00:00 |
Gábor Hojtsy
|
ed48af4c41
|
#181195 by hunmonk and Pasqualle: node type related variables were not properly renamed, when node type names changed
|
2007-12-22 23:21:54 +00:00 |
Gábor Hojtsy
|
dde0923ce5
|
#202967 by catch: kill notice on forum page
|
2007-12-22 23:11:31 +00:00 |
Gábor Hojtsy
|
bfca621458
|
#202997 by JirkaRybka: more specific CSS selector for draggable links
|
2007-12-22 22:25:50 +00:00 |
Gábor Hojtsy
|
343e4085bf
|
#194579 patch by pwolanin: clear filter cache when allowed HTML tags configuration changes in an input format
|
2007-12-21 11:58:59 +00:00 |
Gábor Hojtsy
|
152322daca
|
#202895 by cwgordon7, theborg: fix node revision view page load argumnets
|
2007-12-21 11:55:23 +00:00 |
Gábor Hojtsy
|
532f02b327
|
#199241 by bjaspan, Heine: fix documentation on how confirm forms are constructed; port of Drupal 5 fix
|
2007-12-20 23:17:51 +00:00 |
Gábor Hojtsy
|
d5974b7862
|
back to 6.x-dev
|
2007-12-20 23:14:11 +00:00 |
Gábor Hojtsy
|
efd544136b
|
Gearing up for Drupal 6 RC1
|
2007-12-20 22:41:24 +00:00 |
Gábor Hojtsy
|
de7c276845
|
#201055 by JirkaRybka, scor: avoid duplicates in stats when page caching is turned on or node title is modified
|
2007-12-20 22:02:08 +00:00 |
Gábor Hojtsy
|
374a452738
|
#172993 by drewish, Lynn: remove old user picture even when the newly uploaded one uses a different format
|
2007-12-20 21:59:17 +00:00 |
Gábor Hojtsy
|
12957adbf8
|
#194351 by David Strauss, JirkaRybka: (performance) pass on cache id information to filters
|
2007-12-20 21:55:57 +00:00 |
Gábor Hojtsy
|
c48188aab0
|
#201479 by chx, ximo: forum module requires taxonomy for uninstall but taxonomy might be disabled at that time, so we need to include it
|
2007-12-20 21:50:11 +00:00 |
Gábor Hojtsy
|
789cba51f5
|
#186546 by bjaspan: fix missing forum vocabulary when people turned on forum module, but never visited any pages in Drupal 5 and they upgrade to Drupal 6 which does this much better
|
2007-12-20 21:43:01 +00:00 |
Gábor Hojtsy
|
bca913100a
|
#201577 by Pasqualle: let the admin theme be configured even if it is disabled (mirror blocks admin behavior)
|
2007-12-20 21:37:42 +00:00 |
Gábor Hojtsy
|
fdce0564d6
|
#202559 by Pasqualle: just removing some trailing white space from end of lines
|
2007-12-20 09:35:10 +00:00 |
Gábor Hojtsy
|
1e63dd1ae6
|
#201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code
|
2007-12-20 09:20:41 +00:00 |
Gábor Hojtsy
|
f761b8745c
|
#164510 by yched, KarenS: move node batch operations to node.admin.inc for performance and fix a buggy message
|
2007-12-20 09:08:35 +00:00 |
Gábor Hojtsy
|
e6a4b82e6e
|
#196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all, so we know that this is the cause of problems, not the remote host not responding.
|
2007-12-20 08:57:55 +00:00 |
Gábor Hojtsy
|
3645f03233
|
#162788 by dww: allow contrib update_status to provide information on disabled modules and themes too
|
2007-12-20 08:42:05 +00:00 |
Gábor Hojtsy
|
4dbfd5e66c
|
#169987 by Pancho, catch: the missing forum edit permission for consistency
|
2007-12-20 08:40:19 +00:00 |
Gábor Hojtsy
|
32df01011f
|
#197690 by JordanCronin (as GHOP 68): server permissions are now explained very well in a handbook page, link to that
|
2007-12-20 08:26:42 +00:00 |
Gábor Hojtsy
|
a806b7bc39
|
#202473 by keith.smith: three more typos fixed
|
2007-12-19 22:18:15 +00:00 |
Gábor Hojtsy
|
1d4fc1b1af
|
#202473 by keith.smith: pre-RC1 spell checking on hopefully final text
|
2007-12-19 21:40:05 +00:00 |
Gábor Hojtsy
|
297957c2b0
|
#189879 by keith.smith: filter module help text cleanup, better for translators with more concentrated explanations
|
2007-12-19 20:33:47 +00:00 |
Gábor Hojtsy
|
fcbd175337
|
#189878 by O Govinda, keith.smith: comment module help updates, removing help on features which are not there, and adding help on Drupal 6's new per content type comment settings
|
2007-12-19 19:17:20 +00:00 |
Gábor Hojtsy
|
6a95c27147
|
#202425 by keith.smith: standardize reference to block placement page as 'blocks administration page' to avoid any confusion
|
2007-12-19 19:13:29 +00:00 |
Gábor Hojtsy
|
7ae4e0b846
|
#192779 follow up by Lynn: only show enabled themes on block admin page *and* the admin theme (which might not be enabled)
|
2007-12-19 19:09:52 +00:00 |
Gábor Hojtsy
|
fd7e7eb55e
|
#202397 by keith.smith: document profile module drag and drop in help text and add info on how categories come to life / can be edited
|
2007-12-19 18:31:29 +00:00 |
Gábor Hojtsy
|
dbf5d8d370
|
#197730 by keith.smith: standardize on a much more user friendly cron reference in help texts, explain its importance with more examples in INSTALL.txt
|
2007-12-19 17:45:43 +00:00 |
Gábor Hojtsy
|
196856f59c
|
#100577 by O Govinda, keith.smith, catch: improve contact module help, more links to where settings are located
|
2007-12-19 17:42:13 +00:00 |
Gábor Hojtsy
|
277a15248f
|
#183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS aggregation; update help text to that effect
|
2007-12-19 17:19:50 +00:00 |
Gábor Hojtsy
|
7f2ca82075
|
#199874 by gaele, keith.smith and JirkaRybka: better explanation of site email address, slogan and mission based on usability feedback
|
2007-12-19 16:22:46 +00:00 |
Gábor Hojtsy
|
46f4672962
|
One remaining button titled 'Submit' which slipped through the taxonomy drag and drop patch
|
2007-12-19 16:17:37 +00:00 |
Gábor Hojtsy
|
dc73fd0cba
|
#201540 by theborg, douggreen, Pancho: some system setting were not validated properly; also added missing required field markers
|
2007-12-19 16:06:09 +00:00 |
Gábor Hojtsy
|
2ff7526e77
|
#103041 by O Govinda, gaele and keith.smith: reworked node help, removing mention of UI elements we don't have, and linking in other features, we do have; also easier on the translators with text broken up into shorter parts
|
2007-12-19 15:55:02 +00:00 |
Gábor Hojtsy
|
d6c908a39b
|
#202026 by marco.robotangel, keith.smith: avoid tech language in connection to feeds
|
2007-12-19 15:46:07 +00:00 |
Gábor Hojtsy
|
e377c8c2b3
|
#201333 by keith.smith and myself: fix typos in taxonomy form, also fix a few code comments
|
2007-12-19 15:40:43 +00:00 |
Gábor Hojtsy
|
c3c0e73c05
|
#201344 by catch: fix a spelling error in taxonomy module
|
2007-12-19 14:43:59 +00:00 |
Gábor Hojtsy
|
4c6f9664b8
|
#189881 by keith.smith: document drag and drop in menus and clean up some more help text
|
2007-12-19 13:49:23 +00:00 |
Gábor Hojtsy
|
db371021f9
|
#202169 by keith.smith: system module help updated to latest feature set, links to themes and modules
|
2007-12-19 13:37:31 +00:00 |
Gábor Hojtsy
|
d17b6ad1cf
|
#199336 by JirkaRybka: remove improper t() use in update code (update goes all in English, but there were some mistakes), and add messages to updates where there was no return value otherwise, so users know what happens in each update
|
2007-12-19 10:34:51 +00:00 |
Gábor Hojtsy
|
2b811363e8
|
#99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form description update, removing reference to other forum software as well
|
2007-12-19 10:31:27 +00:00 |
Gábor Hojtsy
|
4245bd583b
|
#198865 by sign: taxonomy term deletion was broken due to some leftover code
|
2007-12-19 10:13:16 +00:00 |
Dries Buytaert
|
b339b47fc0
|
- Patch #199510 by Pancho: fixed form API conversions.
|
2007-12-18 22:16:55 +00:00 |
Dries Buytaert
|
b4f2f168c5
|
- Patch #199508 by Pancho: parameters for form validation and submission have changed.
|
2007-12-18 21:39:47 +00:00 |
Dries Buytaert
|
ae8a4c184e
|
- Patch #201437 by keith.smith: further massaging of the help texts.
|
2007-12-18 21:29:43 +00:00 |
Gábor Hojtsy
|
051e48296b
|
#193333 follow up by catch: remove reset to alphabetical button shown on forum forms incidentally as a result of the taxonomy drag and drop patch
|
2007-12-18 19:25:40 +00:00 |
Dries Buytaert
|
100329ad03
|
- Patch #201894 by David Rothstein: fixed typo in user output.
|
2007-12-18 19:20:01 +00:00 |
Gábor Hojtsy
|
3d0ff402bd
|
#199890 by gaele, keith.smith: improve block module help text, include description of drag and drop and better help about the throttle functionality; also comes in smaller chunks which makes it easier to translate and update later
|
2007-12-18 16:38:21 +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
|
e38ae5735e
|
#199832 by theborg, Pasqualle: block title defined as NOT NULL, so requires a default empty string even if not set (fixes a theme notice but also a pgsql error)
|
2007-12-18 14:11:02 +00:00 |
Dries Buytaert
|
c8b1ddf26a
|
- Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table indicies for common queries.
|
2007-12-18 12:59:22 +00:00 |
Dries Buytaert
|
02539ac3f8
|
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).
|
2007-12-18 10:31:42 +00:00 |
Gábor Hojtsy
|
83bde0f547
|
#193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by defualt to JS settings, also providing an elegant bugfix to #201248
|
2007-12-17 23:43:43 +00:00 |
Gábor Hojtsy
|
cf790b5a09
|
#67895 patch by myself, tested by JirkaRybka and blackdog: move poll votes with poll options, when an option is removed, instead of dropping all old votes, solving an old data loss bug
|
2007-12-17 21:58:38 +00:00 |
Gábor Hojtsy
|
b86bb52620
|
#201725 by bdragon: access control was renamed to permissions but this was not reflected in two remaining permission checks
|
2007-12-17 17:06:16 +00:00 |
Gábor Hojtsy
|
191beee5fa
|
#194310 follow up by chx and myself: only load comment module when we can actually do it, and when we need it in comment.install
|
2007-12-17 16:26:12 +00:00 |
Gábor Hojtsy
|
5272329fbc
|
rollback of #197425 following on Steven Witten's discontent on how it looks in Garland
|
2007-12-17 15:05:10 +00:00 |
Gábor Hojtsy
|
29f443761f
|
#197425 by mooffie, slightly modified: add blockquote support by default and blockquote theming to Garland and Bluemarine (other themes have it already)
|
2007-12-17 14:04:47 +00:00 |
Gábor Hojtsy
|
81ecb970bc
|
#199387 by Pancho: revert user login/register/request password page titles to 'User account' as it was in Drupal 5, instead of the bugos 'Log in'
|
2007-12-17 13:46:36 +00:00 |
Gábor Hojtsy
|
19f807b705
|
#201468 by blackdog: fix notice in aggregator, when categorization form is saved without picking a category
|
2007-12-17 13:05:30 +00:00 |
Gábor Hojtsy
|
223744e8bb
|
#201534 by Lynn, Pasqualle: fix notice in node_forms() when there are no node types defined
|
2007-12-17 12:41:20 +00:00 |
Gábor Hojtsy
|
dfe1225147
|
#194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system
|
2007-12-17 12:23:01 +00:00 |
Gábor Hojtsy
|
a0bea00402
|
#200763 by JirkaRybka: add body field wrapper in node form for easier themeing
|
2007-12-17 10:14:05 +00:00 |
Gábor Hojtsy
|
ebbd7ddc01
|
#198609 by blackdog and myself: fix two notices and remove one stale line in aggregator module
|
2007-12-17 09:58:04 +00:00 |
Gábor Hojtsy
|
b7a2becd15
|
#197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in aggregator, comment and system modules
|
2007-12-16 21:01:45 +00:00 |
Gábor Hojtsy
|
97b326ff07
|
#176868 by marcingy: feed_age was misnamed source_age in aggregator variable initialization
|
2007-12-16 18:27:46 +00:00 |
Gábor Hojtsy
|
6d77540b23
|
#199428 by Lynn: default to the primary links for content menu items (usability)
|
2007-12-16 18:25:22 +00:00 |
Gábor Hojtsy
|
b038c605cd
|
#189495 by myself, reviewed by Pasqualle: fix composit text used with t() in aggregator module
|
2007-12-16 18:06:27 +00:00 |
Gábor Hojtsy
|
4f38ed0b29
|
#103528 by Heine and gpk: note why the color settings are not available if private file handling is used
|
2007-12-16 13:05:21 +00:00 |
Gábor Hojtsy
|
a859f4a0e8
|
#197641 follow up by moofie: make drag and drop handle text translatable and fix smaller bugs
|
2007-12-16 10:36:53 +00:00 |
Gábor Hojtsy
|
a2ae92457a
|
#192779 by gaele: (usability) only show theme tabs on the blocks page for enabled themes, for consistency with the theme settings page
|
2007-12-16 10:30:09 +00:00 |
Gábor Hojtsy
|
8fb3d9f9f3
|
#199883 by KarenS, douggreen: system update 6036 called search_install(), now replaced with actual code to not depend on the ever changing schema
|
2007-12-16 09:32:41 +00:00 |
Gábor Hojtsy
|
2e2f8dd8a9
|
#199439 by douggreen: fix content search in PostgreSQL
|
2007-12-14 19:19:46 +00:00 |
Gábor Hojtsy
|
5804090b5a
|
#199158 by catch: AND was used in place of WHERE in search module reindex code
|
2007-12-14 18:40:32 +00:00 |
Gábor Hojtsy
|
7bcd7429df
|
#110474 by dww and keith.smith: passwords are not sent in welcome mails, so do not mislead our users
|
2007-12-14 18:29:59 +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
|
41d7e347b3
|
#193604 by hass and dvessel: fix color module to be able to use arbitrary styles, not just style.css, fixing Minnelli coloring and RTL CSS file coloring
|
2007-12-14 17:00:14 +00:00 |
Gábor Hojtsy
|
7b52f8d52e
|
#131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field description wording in installer and runtime interface
|
2007-12-14 16:07:42 +00:00 |
Gábor Hojtsy
|
f031f0563c
|
#180301 by pwolanin: taxonomy term pages did not have their argument reflected in the menu hook
|
2007-12-14 11:19:39 +00:00 |
Gábor Hojtsy
|
b2dd7765a6
|
#200856 by Pancho: warning level requirement problems deserve a warning message not just a status message in update module
|
2007-12-14 10:54:28 +00:00 |
Gábor Hojtsy
|
20e652246f
|
#199822 by Nick Lewis: items array was not initialized in blog_feed_last()
|
2007-12-14 10:40:51 +00:00 |
Gábor Hojtsy
|
723c490089
|
Although #64388 is not applicable here, a db_rewrite_sql() was missing from the counter query on the poll page, so fixed that
|
2007-12-14 09:50:41 +00:00 |
Gábor Hojtsy
|
ef5fd34577
|
#189025 by AjK: fix two small E_ALL bugs in poll.module
|
2007-12-14 09:24:08 +00:00 |
Gábor Hojtsy
|
86de9aade3
|
#200540 by theborg: fix node_make_unsticky_action() code comments and promote flag in node_unpromote_action()
|
2007-12-13 13:06:45 +00:00 |
Gábor Hojtsy
|
ce3542d8ab
|
#152497 by JohnAlbin, bdragon, moshe weitzman, chx and myself: several user login tasks, such as session id regeneration were not performed in all cases, so centralize this
|
2007-12-13 12:53:47 +00:00 |
Gábor Hojtsy
|
050008410d
|
#194010 by chx: Proper recursive dependency checking and ordering module installation in dependency order, so later installed modules can use previously installed module functionality
|
2007-12-13 10:46:43 +00:00 |
Gábor Hojtsy
|
a64e5f38d1
|
#195083 by Rowanw and keith.smith: menu items are not displayed on the main menu page anymore; update help text
|
2007-12-13 10:34:07 +00:00 |
Gábor Hojtsy
|
b0007cdd09
|
#197641 by quicksketch and myself: fix drag and drop RTL issues (connector line facing and drag directions)
|
2007-12-13 10:14:18 +00:00 |
Gábor Hojtsy
|
c6d841c096
|
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
|
2007-12-13 09:34:40 +00:00 |
Gábor Hojtsy
|
96668d576c
|
#195169 (actually a fix to #199161) by bjaspan: do not rely on buggy MySQL behavior of assuming empty default value for NOT NULL columns, fixing poll submission on PostgreSQL
|
2007-12-11 14:31:12 +00:00 |
Gábor Hojtsy
|
8028bc2e76
|
#196953 by JirkaRybka: add target attribute to 'read more' links generated to RSS feed teasers for RSS reader usability
|
2007-12-11 12:42:37 +00:00 |
Gábor Hojtsy
|
6b5364a856
|
#199191 by Nick Lewis, Lynn: (usability) include the enabled checkbox directly on the menu item editing page too
|
2007-12-11 12:17:58 +00:00 |
Gábor Hojtsy
|
acea23e9fe
|
#116726 by Pancho: (usability) standardize on '@type %title' usage in node feedback messages
|
2007-12-11 12:13:39 +00:00 |
Gábor Hojtsy
|
b8264306fc
|
#176282 by Desbeers: forum taxonomy was required for non-forum node types, when enabled for forum inclusion
|
2007-12-11 10:52:01 +00:00 |
Gábor Hojtsy
|
c073e88c56
|
#199640 by webernet: (usability) add option to select no taxonomy term in multiselect forms, not to rely on browser trickery
|
2007-12-10 21:54:10 +00:00 |
Gábor Hojtsy
|
680b99fcba
|
#198187 by mcarbone: resolve conflicts of n.uid and r.uid, so the node author uid takes precedence over the revision uid
|
2007-12-10 10:52:52 +00:00 |
Gábor Hojtsy
|
18dfcb30ed
|
#199016 by blackdog, slightly modified: default_category variable was not set in category form builder
|
2007-12-10 10:38:00 +00:00 |
Gábor Hojtsy
|
3355267c3b
|
#188908 by JirkaRybka, documentation added: empty feeds resulted in feeds with all nodes instead
|
2007-12-10 10:29:19 +00:00 |
Gábor Hojtsy
|
ad397fc1e4
|
#198231 by Alex UA and JirkaRybka: profile module had a parse error in PHP 4 and there was a weighting error with form elements
|
2007-12-09 13:03:01 +00:00 |
Gábor Hojtsy
|
5622bce2d5
|
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
|
2007-12-08 14:06:23 +00:00 |
Gábor Hojtsy
|
9a971410df
|
#198332 by catch: cache clear button was named 'cache' accidentally, but this conflicts with the 'cache' setting, so renames to 'clear'
|
2007-12-07 16:53:57 +00:00 |
Gábor Hojtsy
|
83e77b3735
|
#198461 by chx: use a simple subquery instead of iterating through all nodes and updating the term_node table one-by-one, which easily caused a timeout on sites with lots of term-node associations
|
2007-12-07 11:55:13 +00:00 |