Dries Buytaert
f8080719f2
- Patch #10983 by TDobes: failed logon attempts produce nonsensical watchdog message.
2004-09-21 17:46:22 +00:00
Steven Wittens
fc1884d5e1
Changing div.more-link from float: right; back to text-align: right; as it was a while ago. Floats do not advance the document vertically, which meant the more link hovered over whatever was below it.
2004-09-21 01:35:40 +00:00
Steven Wittens
c6281c464c
Profile.module: removing incorrect use of strtolower which messes up UTF-8 data.
2004-09-20 23:42:11 +00:00
Dries Buytaert
293c283c3b
- Patch #10884 by killes: node_access_where_sql() lost a parameter.
2004-09-20 20:06:29 +00:00
Dries Buytaert
002f6c9361
- Patch #10722 by drumm: the user's signature was not remembered when the 'my account' form was found to be invalid.
2004-09-20 20:02:42 +00:00
Dries Buytaert
6690793cbb
- Patch #10472 by Gerhard and Steven: fixed bug when paging through the search results of the locale module.
2004-09-20 19:37:18 +00:00
Dries Buytaert
16d3f9bc60
- Patch #10845 by James: fixed the user/help page.
2004-09-20 19:27:51 +00:00
Dries Buytaert
228b3c7cc8
- Patch #10945 by Adrian: more PostgreSQL fixes/updates.
2004-09-20 17:58:14 +00:00
Steven Wittens
4fe5b52a21
- Fixing problem with tall logos in chameleon.theme.
2004-09-20 14:36:53 +00:00
Dries Buytaert
8ae5e4417a
- Bugfix: it was not possible to delete nodes. Reported by Philippe.
2004-09-20 12:05:31 +00:00
Steven Wittens
710d76171e
#10441 : Splitting up upload permissions in 2: one for uploading and one for viewing/downloading. It does not make sense to only allow downloading for people who can upload themselves.
2004-09-19 22:56:26 +00:00
Dries Buytaert
bc58116129
- Usability improvement: on the registration page, mark the username and e-mail
...
address as required fields. This makes for more consistent behavior, as the
profile module might add required fields that are marked as such.
2004-09-19 13:43:29 +00:00
Dries Buytaert
5281a22070
- Usability improvement: made the status messages use <em>foo</em> rather than "foo".
2004-09-19 13:39:46 +00:00
Dries Buytaert
2b9aaf7159
- Bugfix: making changes to the user profiles should flush the cache.
2004-09-19 13:33:08 +00:00
Dries Buytaert
6dbd0bcfb4
- Patch #6500 by Mathias with help from Steven: made it possible to add fields to the registration form. This feature used to exist.
2004-09-19 13:28:11 +00:00
Steven Wittens
0ca171f2a9
- Adding menu callbacks to taxonomy admin. Before this patch, some admin pages only showed tabs and the wrong title.
2004-09-19 12:47:00 +00:00
Dries Buytaert
4e3a3aaed0
- Bugfix: using non numeric terms in taxonomy-page URLs would result in SQL errors.
2004-09-19 08:41:50 +00:00
Dries Buytaert
34fc0b882d
- Patch #10922 by drumm: usability improvment: tabified the user account pages (login, register, request new password).
2004-09-19 08:33:53 +00:00
Steven Wittens
a51fdd781a
#9292 : Minor PHP 5 fixes.
2004-09-19 00:27:46 +00:00
Steven Wittens
85c0b42e8d
#10859 : Locale string duplication bug.
2004-09-19 00:08:50 +00:00
Steven Wittens
ec287382ca
- #10909 : Aggregator's menu depends on its categories and sources, so when they change, menu_rebuild() needs to be called.
2004-09-18 02:09:03 +00:00
Steven Wittens
d0e13a86dd
- #9576 : A last-minute fix for pushbutton in Opera/Konqueror/Safari got lost in the move to the new template system.
...
http://drupal.org/node/9576#comment-11328
This still suffers from the Safari gamma bug, which we agreed not to cater to.
2004-09-18 01:14:30 +00:00
Steven Wittens
cb953f8fde
Removing dead code from poll.module.
2004-09-18 00:15:54 +00:00
Steven Wittens
885fdff6de
Pngcrush'ed the new pushbutton tab images.
2004-09-17 22:56:48 +00:00
Steven Wittens
30b69380af
- #10689 : Group permissions by module in UI + minor code cleanups.
...
- Adding a drupal_goto to the block admin.
2004-09-17 22:07:17 +00:00
Dries Buytaert
4b9926263c
- Patch #10896 by ccourtne: user access rules for name were not enforced due to an incorrect URL.
2004-09-17 18:24:32 +00:00
Dries Buytaert
1c7a8b161a
- Patch #10419 by ccourtne: documentation improvements and rename prevention option.
2004-09-17 18:18:04 +00:00
Dries Buytaert
3ffde628c5
- Patch #8179 by JonBob: the legacy handlers and file upload previews were mistakenly cached when they cannot be. Attached patch fixes this as well as a reference to an undefined constant in legacy_menu().
2004-09-17 18:08:28 +00:00
Steven Wittens
2f0221e9dd
Fixing default of node_promote_blog to match node.module.
2004-09-17 18:00:16 +00:00
Dries Buytaert
3688a5859d
- Added a note about the forum module performance improvements.
2004-09-16 19:28:11 +00:00
Steven Wittens
aded584102
Adding a note about drupal_eval() acting like a variable sandbox.
2004-09-16 16:12:21 +00:00
Dries Buytaert
c4403eed12
- Patch #10603 by TDobes: bugfix: URL aliases got lost when deleting revision.
2004-09-16 14:32:51 +00:00
Dries Buytaert
770f4f8a59
- Patch #10859 by Gerhard: another attempt at fixing duplicate locale strings.
2004-09-16 14:18:00 +00:00
Dries Buytaert
5c7983c4de
- Patch #8179 by JonBob: reintroduced menu caching.
2004-09-16 07:17:56 +00:00
Steven Wittens
6f0fd3aa55
Adding myself as maintainer for the filter system.
2004-09-15 20:53:27 +00:00
Dries Buytaert
8b0af3b4b8
- Patch #9224 by JonBob: updated to latest version with new address and such.
2004-09-15 20:48:18 +00:00
Dries Buytaert
e31fef12a4
- Patch #9988 by MegaGrunt: visual improvements to the tabs in Pushbutton.
2004-09-15 20:42:21 +00:00
Steven Wittens
f8b429e963
#10862 : Smarter filter cache wiping.
2004-09-15 20:34:35 +00:00
Dries Buytaert
d00f4a4ebf
- Patch #10859 by killes: importing more than one po file could cause your database to contain more than one version of the source or the target string.
2004-09-15 15:44:56 +00:00
Dries Buytaert
3079ffeafe
- Made it possible for the i18n module to hook in.
2004-09-15 09:54:32 +00:00
Steven Wittens
5595bc79c6
#10279 : Adding a note to taxonomy_render_nodes when there are no nodes to show, rather than showing an empty page.
2004-09-14 22:55:40 +00:00
Steven Wittens
318ce81a58
updates.inc:
...
Fixing some missing db prefix braces and some bad indentation. Adding a TODO for PGSQL to update_105.
2004-09-14 21:13:01 +00:00
Steven Wittens
a82b5143cf
Removing useless 'read more' title attribute, as discussed.
2004-09-14 21:03:23 +00:00
Dries Buytaert
bf3e513be3
- Roll back of earlier patch.
2004-09-14 20:59:04 +00:00
Dries Buytaert
1606163718
- Fixed SQL problem in _comment_update_node_statistics().
2004-09-14 20:29:34 +00:00
Dries Buytaert
d3fff02f06
- Fixed typo in upgrade script
2004-09-14 20:15:03 +00:00
Steven Wittens
9c9905d9a0
#10648 : Fix watchdog-related tablesort coloring bug in IE, add support for <tr> attributes to theme_table() and reduce specificy of watchdog coloring CSS rules.
2004-09-14 20:01:00 +00:00
Dries Buytaert
5dfcdf0e28
- Patch #10830 by killes: bugfix: made sticky post feature work for blogs.
2004-09-14 20:00:03 +00:00
Dries Buytaert
c09158c3f3
- Patch #10308 by Bart Jansens/ccourtne: fixed shadow copies.
...
- Patch #10308 by ccourtne: performance improvements: comment statistics are now cached in a new SQL table which significantly improves performance of the forum block and the forum pages. These pages are about 3 times faster now!
2004-09-14 05:48:02 +00:00
Steven Wittens
93f193d7ad
#8424 : more meaningful link title=".." attributes for node_title_list().
2004-09-14 02:28:37 +00:00