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
Steven Wittens
7771fab25c
Aggregator.module: code comments say items older than 3 months get discarded automatically, but the limit in the code is in fact set for 2 weeks.
...
Changing to 3 months (caught by drumm).
2004-09-14 01:58:00 +00:00
Steven Wittens
793486909f
#10803 : file_save_data() does not pass $replace along.
2004-09-13 23:30:58 +00:00
Steven Wittens
ad864fae9e
Filter.module usability: the default format is implicitly accessible to everyone (prevents misconfigurations).
...
The role checkboxes are disabled in the admin interface for the default format.
2004-09-13 23:24:48 +00:00
Steven Wittens
9a38369d0c
#10560 : Upload.module
...
- removing file checks for uid #1 to be consistent with the roles/permissions.
- renaming script files to .txt's to prevent accidental execution (we don't allow them by default, but you never know)
2004-09-13 19:14:32 +00:00
Dries Buytaert
00ceea0986
- Fixed stupid 'SELECT u.* FROM users u WHERE LOWER(u.uid) = 'S' AND u.status < N LIMIT N, N' query.
2004-09-13 18:07:54 +00:00
Dries Buytaert
5a90260d95
- Patch #10775 by crackermackjack: fixed error in the database.mysql file that is incompatible with Mysql > 4.1.x.
...
- Patch #10786 by crackermackjack: fixed bug in session keys (bug in particular MySQL version).
2004-09-13 13:50:06 +00:00
Dries Buytaert
04ef7b1636
- Patch #10777 by ccourtne: performance improvement: the user module executes a query and never uses the results.
2004-09-13 09:00:27 +00:00
Dries Buytaert
2446f32c92
- Renamed the 'first day of week' setting to be more consistent with the other date settings.
2004-09-12 17:18:36 +00:00
Dries Buytaert
d186dcc8c8
- Patch #10668 by drumm: moved the 'first day of week' settings to the system module for other modules to reuse. This is considered to be a usability improvement because it simplifies some pages/workflow.
2004-09-12 17:16:17 +00:00
Steven Wittens
8c07aaa9c7
#10733 : fixing problems when creating users.
2004-09-12 12:47:51 +00:00
Steven Wittens
f6033d29e7
#10733 : fixing broken user registration due to roles selection patch.
2004-09-11 22:49:20 +00:00
Steven Wittens
94e759a864
Adding upgrade path from old xtemplate settings to new theme system settings.
2004-09-11 17:49:52 +00:00
Steven Wittens
90c1623b4d
Typo: "are be"
2004-09-11 16:40:53 +00:00
Dries Buytaert
0308b8c3be
- Usability improvement: made the page titles better match the link titles.
...
- Bugfix: fixed some incorrect colspan's.
2004-09-11 14:43:52 +00:00
Dries Buytaert
054a3e044f
- Patch #10736 by killes: in drupal.css was still a CSS rule to lowercase strings.
2004-09-11 13:57:02 +00:00
Dries Buytaert
841d5a0cf8
- Bugfix: comment subject where not always enabled by default because the default value of comment_subject_field varies.
2004-09-11 13:45:23 +00:00
Kjartan Mannes
c054ce2c3f
- Fixing taxonomy descriptions in node_view links.
2004-09-11 13:19:03 +00:00
Dries Buytaert
2fddec3f6e
- Removed 'aggressive' message.
2004-09-11 10:26:50 +00:00
Dries Buytaert
0ddee8ff09
- Patch #10718 by drumm: bugfix: it was possible to save a user with no roles assigned when the form clearly said at least one was required. The result of saving that was silently leaving the roles unchanged, which is rather bad.
2004-09-10 20:00:28 +00:00
Steven Wittens
b75c1e1c8b
Replace hardcoded <html lang="en"> with a locale dependant one. This is especially important for asian sites where this has an effect on font selection.
2004-09-09 13:36:01 +00:00
Steven Wittens
884c05a64f
Changing the chinese POSIX language tags to RFC 1766 (underscore to hyphen).
2004-09-09 11:53:56 +00:00