- Sep 16, 2004
-
-
Dries Buytaert authored
- Patch #8179 by JonBob: reintroduced menu caching.
-
- Sep 15, 2004
-
-
Steven Wittens authored
-
Dries Buytaert authored
- Patch #9224 by JonBob: updated to latest version with new address and such.
-
Dries Buytaert authored
- Patch #9988 by MegaGrunt: visual improvements to the tabs in Pushbutton.
-
Steven Wittens authored
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- Made it possible for the i18n module to hook in.
-
- Sep 14, 2004
-
-
Steven Wittens authored
#10279: Adding a note to taxonomy_render_nodes when there are no nodes to show, rather than showing an empty page.
-
Steven Wittens authored
Fixing some missing db prefix braces and some bad indentation. Adding a TODO for PGSQL to update_105.
-
Steven Wittens authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed SQL problem in _comment_update_node_statistics().
-
Dries Buytaert authored
-
Steven Wittens authored
#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.
-
Dries Buytaert authored
- Patch #10830 by killes: bugfix: made sticky post feature work for blogs.
-
Dries Buytaert authored
- 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!
-
Steven Wittens authored
-
Steven Wittens authored
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).
-
- Sep 13, 2004
-
-
Steven Wittens authored
-
Steven Wittens authored
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.
-
Steven Wittens authored
- 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)
-
Dries Buytaert authored
- Fixed stupid 'SELECT u.* FROM users u WHERE LOWER(u.uid) = 'S' AND u.status < N LIMIT N, N' query.
-
Dries Buytaert authored
- 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).
-
Dries Buytaert authored
- Patch #10777 by ccourtne: performance improvement: the user module executes a query and never uses the results.
-
- Sep 12, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- 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.
-
Steven Wittens authored
-
- Sep 11, 2004
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Dries Buytaert authored
- Bugfix: fixed some incorrect colspan's.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Bugfix: comment subject where not always enabled by default because the default value of comment_subject_field varies.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Removed 'aggressive' message.
-
- Sep 10, 2004
-
-
Dries Buytaert authored
- 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.
-
- Sep 09, 2004
-
-
Steven Wittens authored
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.
-
Steven Wittens authored
-
Steven Wittens authored
Tiny change to drupal_directory_page() in drupal.module to allow the site list to be sorted on any column (alphabetical is prone to abuse by prefixing the site name with quotes, dashes, hash, ...).
-
Dries Buytaert authored
- Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
-