Dries Buytaert
9eba2ac77f
- Removed the id= from checkboxes: it is acting weird in some cases. :oI
2003-12-28 00:13:22 +00:00
Dries Buytaert
26e5362cf9
Fixed bug #4551 : missing {} for prefix support
2003-12-28 00:05:49 +00:00
Kjartan Mannes
2639c1d42f
- Improved Doxygen documentation.
2003-12-27 21:29:20 +00:00
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
fb45b6b7df
- Removed the ID from radio buttons for now: duplicate IDs confuse the browser.
2003-12-26 14:52:29 +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
01f252ab7d
- Refactored form_radios() such that less HTML code is emitted and such that
...
the options are not rendered in bold.
2003-12-24 12:40:28 +00:00
Dries Buytaert
ff14f14d29
- Some CSS improvements and better XHTML (<strong> vs <b>).
2003-12-24 12:15:20 +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
2dcb890477
- Fixed bug #4771 : variable_get(site_name, ...) -> variable_get('site_name', ...);
2003-12-22 22:54:59 +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
7883ea6e1e
- Accessibility improvement: changed a <b>-tag to a <strong>-tag, used to
...
indicated the current page.
2003-12-22 17:30:43 +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
8f226513b4
- Removed the "img { border: 0; }"s from the CSS files as this is now part of
...
drupal.css.
2003-12-22 15:31:54 +00:00
Dries Buytaert
d26711ec7f
- Improvement: made it so that by default, images have no borders.
2003-12-22 15:27:13 +00:00
Dries Buytaert
0439e3495c
- Fixed password field.
2003-12-22 15:06:46 +00:00
Dries Buytaert
01979d430a
- Accessibility improvement: made the search box use the alt-tag.
2003-12-22 14:58:19 +00:00
Dries Buytaert
54a74abaa3
- Accessibility improvements: made the <label>-tags use the 'for'-attribute.
2003-12-22 14:45:00 +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
1c03a57684
- Don't display the title when there is no title.
2003-12-22 11:45:04 +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
Kjartan Mannes
c96a130e36
- Getting the fix rght.
2003-12-19 13:44:08 +00:00
Kjartan Mannes
81565fda5d
- Fixing magic_gpc fix.
2003-12-19 10:52:37 +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
23c7a4aa5d
- Fixed bug 4703: don't display the help text when the user has no access
...
rights for a page. That is, only return the help text if an active
handler exists.
2003-12-18 21:13:17 +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
033b2e2c0d
- Direct 404s to Drupal. Suggested by Goba.
2003-12-18 18:53:11 +00:00
Kjartan Mannes
3d9e2f2c76
- Fixing wrong superglobal usage.
2003-12-18 13:58:59 +00:00
Dries Buytaert
09b660a608
- Small update
2003-12-18 08:18:06 +00:00
Dries Buytaert
aa2f6162b2
- Fixed typo: $outpout -> $output. Fixed bug 4690.
2003-12-18 05:54:59 +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
b4a19a5656
- Moved to grey arrow buttons instead of orange ones. Updates by Kristjan.
2003-12-17 19:10:15 +00:00
Dries Buytaert
a591cc5fb3
- Fixed typo: MoveableType --> MovableType
2003-12-17 18:13:41 +00:00
Kjartan Mannes
3e3f397202
- Type in comment block.
2003-12-16 21:18:51 +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
595c790a9c
- CSS improvements by Kristjan: <hr />-tag styling, better fieldset and table row
...
padding, more subtle color to watchdog special messages.
2003-12-16 07:41:40 +00:00
Dries Buytaert
ce5d3a06e4
- Added some Apache 2 specific instructions.
2003-12-15 23:37:54 +00:00
Dries Buytaert
9c96417b84
- Updated the CHANGELOG.
2003-12-15 21:05:04 +00:00
Dries Buytaert
4a526ca752
- Added a new theme derived from Kristjan's styleswitcher theme.
2003-12-15 20:47:18 +00:00
Dries Buytaert
eadda128aa
- Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax.
2003-12-15 20:27:56 +00:00
Dries Buytaert
f229a8c04c
- Patch 161 by Gordon: adds new form_button() function with a more generic version
...
of form_submit() which allows the creation of HTML buttons.
2003-12-15 19:58:53 +00:00