Dries Buytaert
2fc351cf79
- Fixed #13643 : increased the maxlength of the 'path to custom logo'-setting.
2004-11-30 18:40:48 +00:00
Dries Buytaert
e6ba3497e2
- Modified patch #6475 by Killes: sites -> drupalsites -> drupal-sites.
2004-11-30 18:26:26 +00:00
Dries Buytaert
e4f1b30dd5
- Patch #13647 by Goba:
...
1. Fixed broken watchdog calls: two watchdog calls omitted the type parameter, and thus injected logs into the type field, instead of the message field.
2. Removed t() functions from user contributed content.
2004-11-29 17:59:53 +00:00
Dries Buytaert
096d4c9122
- Patch #12555 by svemir: fixed problem with the 'Preview comment' button not being present when previews are optional.
2004-11-29 12:58:13 +00:00
Dries Buytaert
8ce7ce5a05
- Patch #11977 by matteo: added extra DISTINCT()s to two SQL queries to make them work with node-level permissions.
2004-11-29 12:53:46 +00:00
Dries Buytaert
a713cecfc3
- Patch #10697 by matteo: avoid people creating nodes with the wrong node type.
2004-11-29 12:48:11 +00:00
Dries Buytaert
8cc8579690
- Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache.
2004-11-27 09:53:43 +00:00
Dries Buytaert
6cb219034e
- Patch #10693 by Ax: fixed broken (external) link in the taxonomy module's help.
2004-11-27 09:29:37 +00:00
Dries Buytaert
b76e971dc7
- Patch #12363 : fixed glitch in user_access() as pointed out by TDobes.
2004-11-23 21:52:43 +00:00
Dries Buytaert
24eb22b082
- Patch #11977 by matteo: taxonomy_term_count() did not take node-level permissions into account and could return an incorrect number.
2004-11-15 10:01:10 +00:00
Dries Buytaert
3b32f5161d
- Patch #11940 by kps: if the user is not allowed to view a newly submitted node, redirect him to the main page.
2004-11-15 09:56:56 +00:00
Dries Buytaert
ccf83e1bee
- Patch #12713 by Goba: remove useless t() function from help module.
2004-11-08 22:28:30 +00:00
Dries Buytaert
7ce95b201a
- Patch #12658 by menesis: when an administrator adds a user, the 'authenticated user' role was not assigned to the new user.
2004-11-07 07:55:17 +00:00
Dries Buytaert
7a5d12e8b2
- Patch #11871 by killes: forum topics could be displayed multiple times when node-level permission were used.
2004-11-06 12:01:39 +00:00
Dries Buytaert
05894fa7f9
- Patch #12502 by Axel: fixed typo in SQL query: h.hid -> h.nid
2004-11-03 22:47:06 +00:00
Dries Buytaert
1d6151dfe4
- Patch #12515 by Goba: fixed problem with cookies not being set properly, causing users getting logged out.
2004-11-03 22:39:46 +00:00
Dries Buytaert
9b2312c34d
- Patch #12455 by Steven: optimized SQL query. This problem caused Drupal.org's
...
cron runs to time out.
2004-11-02 15:09:52 +00:00
Steven Wittens
ebe5706b63
#12363 : Bug in user_access() with uid 1 and $account parameter.
2004-11-02 12:20:43 +00:00
Steven Wittens
788dbc645e
#12295 : missing </p> in filter help.
2004-10-30 16:58:42 +00:00
Steven Wittens
6c54734836
- #12305 : Blog it icon was broken due to missing parameter.
2004-10-29 19:43:21 +00:00
Steven Wittens
48bdfb8079
#7607 : Sort node types in node/add by translated names.
2004-10-29 00:51:38 +00:00
Steven Wittens
f230801eb5
#11440 : Move search settings to admin (4.5 only, search patch will fix in HEAD).
2004-10-29 00:09:41 +00:00
Steven Wittens
891622c826
#12128 : Change label for comment subject settings to match behaviour;
2004-10-28 23:56:00 +00:00
Steven Wittens
390da82d90
#12186 : Add xml icon to taxonomy listings.
2004-10-28 23:46:22 +00:00
Steven Wittens
d6239cc539
#12146 : Improve locale import/export messages (Stefan)
2004-10-26 17:21:10 +00:00
Dries Buytaert
cd4087ad2a
- Patch #11725 by mrrowe: custom menus are not wrapped in <div class="menu"> tags which made their appearance differ from the built-in "navigation" menu.
2004-10-23 17:25:23 +00:00
Dries Buytaert
4985cab884
- Patch #11868 by Neil Drumm: fixed broken link in the help text and made the help text more accurate.
2004-10-23 16:30:01 +00:00
Dries Buytaert
f4924e346a
- Patch #11935 by Neil Drumm: removed left-over documentation from archive module.
2004-10-23 16:15:56 +00:00
Dries Buytaert
ee68bb2cbd
- Patch #11952 by Neil Drumm: the path module's help text contained information that was no longer up-to-date.
2004-10-23 13:46:43 +00:00
Dries Buytaert
9bec9287e8
- Patch #11947 by puregin: ensured that a book node's weight is captured when the book node lists returned by book_location() and book_location_down() are generated. This information is required when selecting next page candidates in book_next().
...
Note that book_location_down() was missing an explicit field b.weight in the SQL SELECT statement, but this value would usually
be supplied implicitly because it is used to ORDER the result.
2004-10-23 13:42:09 +00:00
Steven Wittens
48b25f9f26
Missing check if file upload fails.
2004-10-20 16:57:50 +00:00
Dries Buytaert
469b35bb0c
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
...
Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
2004-10-19 18:00:34 +00:00
Dries Buytaert
e184dfed80
- Fixed problem with comment deleting. Patch by UnConeD.
2004-10-18 20:13:56 +00:00
The Great Git Migration
4c5831a4b1
This commit was manufactured as part of Drupal's Great Git Migration to
...
create branch 'DRUPAL-4-5'.
Sprout from master 2004-10-18 18:40:53 UTC Dries Buytaert <dries@buytaert.net> '- Fixed parentheses.'
Delete:
modules/aggregator/aggregator.module
modules/archive/archive.module
modules/block/block.module
modules/blog/blog.module
modules/blogapi/blogapi.module
modules/book/book.module
modules/comment/comment.module
modules/drupal/drupal.module
modules/filter/filter.module
modules/forum/forum.module
modules/help/help.module
modules/legacy/legacy.module
modules/locale/locale.module
modules/menu/menu.module
modules/node/node.module
modules/page/page.module
modules/path/path.module
modules/ping/ping.module
modules/poll/poll.module
modules/profile/profile.module
modules/search/search.module
modules/statistics/statistics.module
modules/story/story.module
modules/system/system.module
modules/taxonomy/taxonomy.module
modules/throttle/throttle.module
modules/tracker/tracker.module
modules/upload/upload.module
modules/user/user.module
modules/watchdog/watchdog.module
2004-10-18 18:40:54 +00:00
Dries Buytaert
25bbc0d4c4
- Fixed parentheses.
2004-10-18 18:40:53 +00:00
Dries Buytaert
07cdcb439b
- Patch by James: made the blogapi module work again.
2004-10-18 18:29:15 +00:00
Dries Buytaert
1362571d09
- Patch #11510 by Adrian: turned a non-ANSI SQL query into ANSI SQL so it works with PostgreSQL.
2004-10-18 17:46:19 +00:00
Dries Buytaert
c9d1894911
- Patch #11682 : changed FILTER_DEFAULT_FORMAT to FILTER_FORMAT_DEFAULT to make the Blog API work.
2004-10-18 08:00:41 +00:00
Dries Buytaert
a423eefe95
- Patch #11670 by TDobes: comment.module did not properly set a breadcrumb for creating/previewing new comments. The node on which your commenting and its location within the menu is not displayed. Instead, there is only a "Home" link. This is especially apparent when the "add new comment" form is set up to display on a separate page.
2004-10-17 19:09:09 +00:00
Dries Buytaert
869a91b72e
- Patch #11505 by Steven: 'my account' information is not saved.
...
+ Drupal 4.4 stored profile data in the serialized user->data column. Drupal 4.5 stores profile data in tables (but user->data is still available and used for other stuff, like locale or themes). The update from 4.4 to 4.5 didn't remove the old data from the user->data column properly, because there is no mechanism in user_save to do so (it did try to unset the fields, but this has no effect).
+ On registration, hook_user('insert') is invoked after saving the data column. This means that any module-specific data is put into the data field. We cannot move hook_user('insert') higher up, because before that point, we do not have a complete $user object yet.
2004-10-16 16:59:59 +00:00
Dries Buytaert
5a2e0d0377
- Patch #11642 by Steven: when editing a user as an admin, you can choose the user's roles through form checkboxes. If the form validation fails and the form is redisplayed, the roles are lost. This is because the format for $user->roles is different from what form_checkboxes uses.
2004-10-16 16:48:04 +00:00
Dries Buytaert
2c45ab85fb
- Fixed bug #9948 : added some checks to system_setting_save() to avoid PHP warnings/errors.
2004-10-16 07:35:29 +00:00
Dries Buytaert
7ebd772f41
- Patch #10664 by TDobes: fixed collapsed comments + updated the code comments.
2004-10-16 07:22:26 +00:00
Steven Wittens
a35ff36673
search: Removing iso-8859-1 characters from update_index() and adding the same stripping to do_search().
...
This fixes the embarrasing bug of not being able to search for "4.5.0" because it is indexed as "450".
2004-10-15 22:01:41 +00:00
Dries Buytaert
7cf0e9af33
- Patch #9252 by TDobes: admins should be able to edit anonymous commenters' names.
2004-10-15 16:57:20 +00:00
Dries Buytaert
49dcf84fdf
- Patch #11605 by TDobes: if a user happens to have uid=0 defined in their database, the name assigned to that user will always override any name submitted by an anonymous commenter. Checking against $user->uid instead of $user->registered_name fixes this problem.
2004-10-15 11:13:11 +00:00
Dries Buytaert
1f1a772a11
- Mofified patch #8862 by puregin: improved book module documentation.
2004-10-15 10:56:23 +00:00
Dries Buytaert
dfb3c3aec4
- Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it
...
translatable in languages such as Spanish.
2004-10-15 05:10:35 +00:00
Dries Buytaert
6a8e394301
- Fixed bug #11312 : menu caching to aggresively. I did not apply the proposed
...
patch but moved the menu-logic to the $may_cache clause and added some checks
to avoid SQL overhead. I think this is the most performant solution.
2004-10-14 21:45:37 +00:00
Dries Buytaert
4a0e047469
- Patch #10869 by JonBob: the menu.module forget the parent item on form error.
2004-10-14 21:35:12 +00:00