Kjartan Mannes
41d2b2a349
- Fixed fileuploads for nodes failing without preview.
2003-12-27 19:21:48 +00:00
Kjartan Mannes
46f8f14322
- Fixed switch in file_create_url().
...
- Fixed profile module not extracting mime type.
- Improved file matching in profile module.
2003-12-27 14:28:23 +00:00
Dries Buytaert
15f289a8f0
- Added file handling. Work by Kjartan.
2003-12-26 23:03:21 +00:00
Dries Buytaert
c18984562a
- Removed the import module's custom menu. Added a 'news aggregator' menu to
...
the navigation block.
2003-12-26 19:01:11 +00:00
Dries Buytaert
097f6209e5
- First take at improving the user module's code: replaced the custom error
...
printing with calls to drupal_set_message().
2003-12-26 13:44:18 +00:00
Dries Buytaert
cb7c2e09ed
- Fixed the breadcrumb trail of nested forums. Patch by Goba.
2003-12-24 15:09:43 +00:00
Dries Buytaert
4c06410d18
- Fixed bug 4710: comment module should use drupal_set_message() correctly.
...
- Fixed the title and breadcrumb trail of the comment delete page, added
missing cache flush, improved usability and made it so that when you delete
a comment replies are deleted as well.
- Added 'delete comment' links to the comments on node pages. Hopefully
this will make it easier to maintain old threads such as those attached to
the book pages on drupal.org.
- Comment module maintenance: added missing t() functions and improved
consistency of the calls to drupal_set_message(), used radio buttons instead
of a selection box.
2003-12-24 13:13:07 +00:00
Dries Buytaert
de19dc5129
- Tiny change for sake of consistency: Blocked -> blocked, Active -> active.
2003-12-24 10:56:47 +00:00
Dries Buytaert
6cde7fd99a
- Translation fixes: fixed three usages of format_interval(). Patch by Goba.
2003-12-22 21:55:40 +00:00
Dries Buytaert
0529e79acb
Patch by Goba:
...
- put text directly into t(), which also means that multipart help text becomes
a multiline string
- use modern XHTML tagging, no <b> and <i>
- put links and URLs out of the translated text where appropriate
- let referred menu items and form elements get the same name as in the menu /
form, so only one translation would be needed
- use %variable instead of $variable when variables need to go into the string
- add translation to form items previously untranslated
- use example.com in example URLs
2003-12-22 21:34:55 +00:00
Dries Buytaert
770174b299
- Updated documentation, small bug fix and small improvements to the <label>
...
tags.
To be discussed and investigated: when a form element has no title an empty
<label> tag will be emitted (eg. "remember me" checkbox). This doesn't make
sense but is our best option for now.
2003-12-22 15:38:07 +00:00
Dries Buytaert
0439e3495c
- Fixed password field.
2003-12-22 15:06:46 +00:00
Dries Buytaert
bf51896e85
- The introduction of the $page parameter for the node _view() hooks and
...
the theme functions left the poll module's poll_view() function in a
state where it does not display the poll results or vote forms on their
own pages, since it uses another (proprietary) $block parameter to
handle the case when the poll is rendered to be displayed in a block.
Patch by Goba.
2003-12-22 12:05:07 +00:00
Dries Buytaert
6ab859555c
- Usability improvements to the 'create content' section. Patch by Goba.
2003-12-22 11:55:49 +00:00
Dries Buytaert
1080e6c04b
- Fixed bug 4722. Patch by James.
2003-12-22 11:28:07 +00:00
Kjartan Mannes
77a0d99c86
- Fixed bug #4722 : blogger.newPost not working. Patch by James Walker.
2003-12-20 11:57:40 +00:00
Dries Buytaert
e06cdc577e
- Fixed bug 4667: users with the deleted role are put back in the authenticated
...
users pool.
2003-12-18 21:33:04 +00:00
Dries Buytaert
7bbf844073
- Fixed bug 4652: node loses its terms after getting promoted, declined or expired.
2003-12-18 21:05:02 +00:00
Dries Buytaert
d5c8026454
- Updated the calls to menu() to use MENU_HIDE instead of 1
2003-12-17 22:27:23 +00:00
Dries Buytaert
928c113b82
Patch by Kjartan:
...
- Adds possibility to hide menu item when it has no children. (Fixes the
node/add problem when user doesn't have access to create any node
types.)
- More doxygen comments.
2003-12-17 22:15:35 +00:00
Dries Buytaert
670a292277
- Reworked 404 (page not found) handling. Patch by walkah. You can specify a
...
custom 404 page in the administration page. As a result, error.php could be
removed.
2003-12-16 21:06:34 +00:00
Dries Buytaert
cc80cdf215
- Replaced the tables used to structure the threaded comment view by div's.
...
Patch by Goba.
2003-12-15 19:41:24 +00:00
Dries Buytaert
451bc9482f
- Fixed capitalization.
2003-12-14 19:23:11 +00:00
Dries Buytaert
56c1521743
- Excessive CSS tags were generated for feeds and bundles.
2003-12-14 13:02:11 +00:00
Dries Buytaert
e728cfbabd
- The 'my account' link is already part of the navigation block.
2003-12-13 17:59:49 +00:00
Dries Buytaert
d33f3973f7
- Committed Gerhard's user hook patch. Patch 143.
2003-12-13 15:22:29 +00:00
Dries Buytaert
ee92242333
- Bugfix: got rid of the double titles on the import module pages.
...
TODO: get rid of the custom import specific navigation menu.
2003-12-11 21:35:52 +00:00
Dries Buytaert
c096d42568
- Patch 187: made taxonomy module take advantage of breadcrumb navigation.
...
Modified patch by Moshe.
2003-12-11 21:21:16 +00:00
Dries Buytaert
35fb889776
- Show the top nodes on admin/statistics. Patch by James Walker.
2003-12-10 06:43:32 +00:00
Kjartan Mannes
84c7e91a2d
- Fixed <title> extraction deleting body.
...
- Fixed metaWeblog/Blogger incompatibilities in blogger.editPost and
blogger.getRecentPosts.
- Fixed coding style deviations.
- Fixed access checks, now requires maintain personal blog.
- Fixed taxonomy integration.
- Fixed blogger.getUserInfo
- Improved user login/access error messages.
2003-12-09 23:38:32 +00:00
Dries Buytaert
9bd9540856
- Bugfix: the location of comment submission form was incorrect. Patch by
...
Bart.
2003-12-09 20:15:18 +00:00
Dries Buytaert
d79d01f363
- Path module documentation updates.
2003-12-09 20:13:48 +00:00
Dries Buytaert
62aa06872c
- Bugfix: don't show any links in case of a container. Patch by Bart.
2003-12-09 18:57:05 +00:00
Kjartan Mannes
d8d2d69b82
- Fixed missing pager_display -> theme('pager').
2003-12-08 19:32:06 +00:00
Dries Buytaert
712a30b520
- Improvements by Goba:
...
+ removes the lots of pagers and indirect pager themeing
+ add the theme_pager() function, which should be called as
theme("pager", ...) to get a pager.
2003-12-08 18:30:20 +00:00
Dries Buytaert
ea1acde1d5
- Usability improvement: just print a status message after a node
...
submission/update instead of using a separate page. Patch 186 by Moshe.
2003-12-08 18:01:41 +00:00
Dries Buytaert
427364a5f5
- Fixed visual glitch in "Who's online" block. Patch by Jeremy.
2003-12-08 17:46:21 +00:00
Dries Buytaert
3904790e03
- Tidied up the DoxyGen comments. Patch by Kjartan.
2003-12-08 06:32:19 +00:00
Dries Buytaert
bea3dbb775
- Patch 0185 by Jeremy: made it possible to automatically disable modules when
...
under heave load.
2003-12-07 18:25:09 +00:00
Dries Buytaert
71eac6dddc
- Made the who's online block adhere better to the max user setting.
2003-12-07 18:09:28 +00:00
Dries Buytaert
2ea6ad44a5
- Fixed the taxonomy title of taxonomy pages. Patch by Moshe.
2003-12-07 10:29:43 +00:00
Dries Buytaert
223d1bad9b
- Fixed title problem with title module. Patch by Moshe.
2003-12-07 10:28:20 +00:00
Kjartan Mannes
0c80c55e91
- Fixed node_form() so it doesn't re-run node_validate() when there are no
...
errors and it has already been checked.
2003-12-06 19:15:38 +00:00
Dries Buytaert
02f436b6cb
- Improved the way the "Who's online" block is visualized when the list of
...
online users is truncated by to maximum user list length setting.
2003-12-06 16:36:17 +00:00
Dries Buytaert
8e476307e8
- Fixed typo.
2003-12-06 15:08:16 +00:00
Dries Buytaert
32fc8d74a0
- Corrected the context-sensitive help of the error messages.
2003-12-06 15:06:20 +00:00
Dries Buytaert
237124c814
- Fixed bug #4416 : added status checks to user_pass() to prevent mailing
...
new passwords to blocked user accounts.
2003-12-05 08:20:28 +00:00
Dries Buytaert
c91fff3dd3
- Fixed broken status message. Patch by Gerhard.
2003-12-05 06:32:48 +00:00
Dries Buytaert
dcc3e24188
- Fixed bug #4457 : make sure to cut of the teaser after the </p> tag, not
...
before the </p> tag.
2003-12-04 22:48:06 +00:00
Dries Buytaert
451a90645b
- Fixed throttle block problem. Patch by Jeremy.
2003-12-04 22:42:19 +00:00