Dries Buytaert
18e840ac66
- Bugfix: fixed string being check_query()-ed twice. Bug #2425 . Patch by
...
Matt.
2003-09-14 08:57:18 +00:00
Dries Buytaert
9801a1967d
- Changed $theme->links() to theme("links", $links).
...
- Added page titles. Modified version of patch 0104 by Kendow; patch updated
for HEAD branch.
> Modified 4.2.0 code to pass localized title text to theme header so user
> pages have meaningful <title> element content.
2003-09-13 15:24:04 +00:00
Dries Buytaert
36a553c6e3
- Remove node_invoke_all as it has a misleading name and is redundant with
...
module_invoke_all. Patch by Jonathan Chaffer.
2003-09-13 14:52:59 +00:00
Dries Buytaert
fdc379bbf9
- Some breadcrumb refinements by Nick.
2003-09-13 11:06:29 +00:00
Dries Buytaert
33b76e9ae4
- Added basic breadcrumb navigation to the blog module.
2003-09-13 09:17:34 +00:00
Dries Buytaert
ee35d9136e
- Made the forum module's breadcrumb navigation fully themable. Patch by Nick.
...
- Changed 'pubdate' to 'pubDate'. Patch by Kristjan.
- Fixed in Xtemplate theme; don't use return value of node_url() raw and uncut.
Patch by me.
2003-09-12 18:13:22 +00:00
Dries Buytaert
d81f159c63
- Committed Nick's path improvements; you can now control the look and feel
...
of the breadcrumb navigation.
2003-09-11 17:53:45 +00:00
Dries Buytaert
b9633dcded
- Patch by Bart Jansen:
...
<quote>
This adds session support for anonymous users and fixes a bug/typo.
1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make
inner join work.
2. replaced "if ($user .." by "if ($user->uid .." because now $user is
always set (my previous change probably caused this).
3. db_next_id("user_uid") -> db_next_id("users_uid");
</quote>
I repeat:
"This adds session support for anonymous users and fixes a bug/typo."
2003-09-10 19:30:34 +00:00
Dries Buytaert
ad5fb6cd6d
- Noiseword fix. Patch by Matt. Reported by Bart.
2003-09-10 16:48:00 +00:00
Dries Buytaert
9b74d0b83c
- Patch from Matt:
...
"The noise words description says that whitespace and line breaks will be
stripped out, but the code never does any trimming. This simple patch strips
the whitespace from the noise words. This probably takes care of bug #2804."
2003-09-10 07:56:06 +00:00
Dries Buytaert
e406d3054e
- Added support for the optional <pubdate> element in our node RSS feeds. This
...
could help reduce the number of HTTP requests and fixes some annoyances with
RSS clients.
2003-09-09 19:05:08 +00:00
Dries Buytaert
8e657f64ef
- Gerhard's uid 0 patches. These patches bring various performance
...
improvements. Requires a database update.
2003-09-09 18:18:43 +00:00
Dries Buytaert
1cadcafe9e
- Fixed the tracker author sort. Patch by Moshe.
2003-09-06 15:18:12 +00:00
Dries Buytaert
30c546931d
- Fixed bug with being able to post comments while you shouldn't. Patch by
...
Garym.
2003-09-03 20:18:03 +00:00
Dries Buytaert
2c342df5a9
- Fix for bug #2691 : crash due to locale module. Patch by Bruno.
2003-09-03 12:05:46 +00:00
Kjartan Mannes
15a2cbd243
- Fixing a broken query when tracking by host.
2003-08-31 22:15:49 +00:00
Dries Buytaert
756a5da544
- Added an "edit account" link.
2003-08-30 21:52:39 +00:00
Dries Buytaert
796399ffd4
- Fixed bug #2689 . Patch by Bruno.
2003-08-30 21:20:21 +00:00
Dries Buytaert
e330d7c654
- Fixed bug #2690 . Patch by Bruno.
2003-08-30 21:16:23 +00:00
Dries Buytaert
6f4e902e3b
- Corrected the form description of the URL aliasing; don't add a trailing
...
slash. Reported by Stefan.
2003-08-30 07:40:19 +00:00
Dries Buytaert
89005902e4
- Tested and committed Kjartan's performance patches. (Fixed the access check
...
in update.php though.)
2003-08-27 05:49:52 +00:00
Dries Buytaert
93fb265d47
- Removed a debug statement.
2003-08-26 07:13:08 +00:00
Dries Buytaert
8a6ba5f1d0
- More mass-operation fixes.
2003-08-26 07:12:06 +00:00
Dries Buytaert
f58a88dd26
- Fixed a couple of bugs with the mass node operations.
2003-08-26 07:05:11 +00:00
Dries Buytaert
410d619287
- Made the statistics module use the new help system. Patch by Michael.
...
- Increased the number of nodes shown on the admin top nodes page.
2003-08-25 20:07:02 +00:00
Dries Buytaert
2e22798a8d
- More help system updates by Michael F.
2003-08-25 16:57:55 +00:00
Dries Buytaert
9abe339c99
Patches from Moshe:
...
- Tracker module: adds a missing call to tablesort_pager().
- Tablesort:
+ add 'title' attributes
+ let arbitrary querystring params flow through to pager links
+ removed ugly border around the arrow
2003-08-25 16:12:09 +00:00
Dries Buytaert
cefb123e24
- Updated the profile module to use the new help system. Patch by Michael.
2003-08-23 18:27:05 +00:00
Dries Buytaert
e98fe741a9
- Updated the node module to take advantage of the new help system. Patch by
...
Michael.
2003-08-23 18:25:35 +00:00
Dries Buytaert
6a5ce3cad1
- Fixed bug #2548 : error reporting from modules didn't always work.
2003-08-23 12:15:45 +00:00
Dries Buytaert
c485b54555
- Fixed a number of small user experience inconsistencies pointed out by
...
Keith.
2003-08-23 10:11:10 +00:00
Dries Buytaert
4d16c7c65b
Implemented more suggestions by Keith:
...
- Made sure the 'Topic' title is only shown above the topics, not the icons.
- Automatically shorten the username when it is too long. I implemented this
as part of format_name() and could therefore nuke some code in the
statistics module. This is change is somewhat experimental and I'm willing
to revert or change this if a number of people aren't too happy with this
behavior.
- Left align the dates and authors: makes it easier/faster to scan.
- Made the little tablesort arrows clickable.
2003-08-22 21:35:25 +00:00
Dries Buytaert
4e2ee96d4c
- Removed left-overs from the rating module. Patch by Gerhard. Updated the
...
PostgreSQL and MSSQL database scheme as well.
- Made sure the update script updates the correct tables when database
prefixing is enabled. Patch by Bart Jansens.
- Improved the breadcrumb navigation of the book and the forum module as per
Keith Instone's suggestions.
- Updated page titles (or block titles) and links to match. Suggested by
Keith Instone.
- Added missing 'thread' field to the comment table of the MySQL database scheme.
Fixes bug #2590 .
2003-08-22 17:06:44 +00:00
Dries Buytaert
134c9eb887
- Added some missing {} to make database prefixing work. Patch by Moshe.
2003-08-22 05:07:25 +00:00
Dries Buytaert
7f6ecbec0e
- Fixed bug with user sessions. Patch by Jeremy.
2003-08-22 05:00:43 +00:00
Dries Buytaert
694a38c179
- Updated modules to new help system. Patch by Michael.
2003-08-21 20:50:03 +00:00
Dries Buytaert
022db9a21a
- Updated the locale module to the new help system. Patch from Michael.
2003-08-21 19:29:31 +00:00
Dries Buytaert
3d89a559ca
- Updated the story module to the new help system.
2003-08-21 18:21:15 +00:00
Dries Buytaert
da8f92dc3b
- Updated the system module to the new help system. Needs a bit of work after the
...
rest has been completed.
2003-08-21 18:13:28 +00:00
Dries Buytaert
9fac5f5fb9
- Updated the taxonomy module to use the new help system.
2003-08-21 18:02:37 +00:00
Dries Buytaert
2bc440112b
- Forgot to remove a debug statement. Thanks Bart.
2003-08-21 17:42:00 +00:00
Dries Buytaert
f9b06a482b
- Correct caps in table headers
2003-08-21 16:54:21 +00:00
Dries Buytaert
8d013b1666
- Applied Moshe's tablesort patch! Note that I changed the arrow images
...
because those of Moshe where not identical.
2003-08-21 15:47:50 +00:00
Dries Buytaert
8a3512d481
- Updated the throttle module to the new documentation scheme.
2003-08-20 21:19:17 +00:00
Dries Buytaert
49fb60a08b
- Fixed documentation bug in import module.
2003-08-20 21:14:17 +00:00
Dries Buytaert
47797714ab
- Updated the tracker module to the new help system scheme.
2003-08-20 21:06:51 +00:00
Dries Buytaert
6b63aa6638
- Updated the import module to the new documentation scheme. Patch by
...
Michael.
2003-08-20 21:00:31 +00:00
Dries Buytaert
0431f0700f
- Committed Jeremy's session patch: this brings us one step closer to having
...
session for anonymous users.
2003-08-20 19:19:13 +00:00
Dries Buytaert
b79b831152
- Updated the user module to use the new help system approach.
2003-08-19 20:48:25 +00:00
Dries Buytaert
6c1af75896
- Updated the watchdog module to use the new help function approach.
2003-08-19 19:59:33 +00:00