Dries Buytaert
ab04177d6f
- Fixed the broken access log pages.
...
- Changed some '%s's to '%d's - there are more of these left to fix.
- Added pager support to the access log pages.
- Tried to improve the usability of the access log pages.
2003-03-28 11:38:08 +00:00
Dries Buytaert
d1be768b28
- Moved the logic of email validation from user_validate_mail to a new function
...
in common.inc. Modified patch from Gerhard.
2003-03-28 10:55:27 +00:00
Dries Buytaert
8e9d557ac8
- Bugfix by Al.
2003-03-27 18:48:48 +00:00
Dries Buytaert
3c1d5b9f3f
- Added missing title description. Patch by Stefan.
2003-03-25 20:18:00 +00:00
Dries Buytaert
0e19200443
- Added missing title description. Patch by Stefan.
2003-03-25 20:16:28 +00:00
Dries Buytaert
ad2d4d8496
- Bugfix. Reported by Gunnar
2003-03-23 19:14:26 +00:00
Dries Buytaert
9836201e7f
- Bugfix. Reported by Gunnar
2003-03-23 19:12:38 +00:00
Dries Buytaert
3b840abec8
- Fixed some broken links in the taxonomy help. Reported by Moshe at
...
http://drupal.org/node/view/299#2255 .
2003-03-23 13:17:05 +00:00
Dries Buytaert
016b8336f8
- Bugfix: ignore "textinput" and "image" tags, for now. Reported by Al Maw.
2003-03-23 11:48:53 +00:00
Dries Buytaert
e2ab17fbae
- Refactored the import module: it will now use PHP's built-in XML parser
...
rather then a set of regular expressions. Solves Debian bug #184252 :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=184252
- Fixes some invalid db_query_range() queries. This solves bug #1287 :
http://drupal.org/node/view/1387
- Fixed the use of '%d' and '%s' in some queries.
- Fixed some translation bugs.
- Improved error/status reporting.
2003-03-23 09:35:32 +00:00
Dries Buytaert
64b6cb5897
- Removed one line of dead code.
2003-03-19 22:01:38 +00:00
Dries Buytaert
2e2e247979
- Added missing 'created' field to 'cache' table.
2003-03-19 21:55:32 +00:00
Dries Buytaert
65b6203700
- Another improvement to the e-mail address validation code. Fixed Debian
...
bug #185217 . Patch by Gerhard.
2003-03-19 17:34:27 +00:00
Dries Buytaert
2976bc59f0
- The link field got accidentically removed. Thanks Stephane.
2003-03-18 21:03:42 +00:00
Dries Buytaert
31fce3f08c
- Fixed glitch in e-mail verification code. Patch by Gerhard.
2003-03-18 19:18:30 +00:00
Dries Buytaert
ff6976f619
- Fixed broken URL in the blog module's feed. Reported by Gunnar.
2003-03-17 20:09:34 +00:00
Dries Buytaert
8952e9c53e
- Rollback: do not initialize the theme before initializing the user.
2003-03-17 07:01:12 +00:00
Dries Buytaert
2c0f3c9457
- Cache improvement: only flush cache when told to.
2003-03-16 21:49:33 +00:00
Dries Buytaert
297bc73f81
- Bugfix: deleting a node should flush the cache.
2003-03-16 21:47:15 +00:00
Dries Buytaert
b2583b624c
Patch by Ax:
...
- db_query_range() in database.mysql.inc wasn't updated to match
db_query().
- Fixed phpdoc.
2003-03-16 17:38:51 +00:00
Dries Buytaert
583104ce28
- Fixed typo: 'writeable' -> 'writable'
2003-03-16 12:36:07 +00:00
Dries Buytaert
bf3dec3e0d
- Fixed typo: 'messagess' -> 'messages'
2003-03-16 12:34:10 +00:00
Dries Buytaert
59d36699d5
- Fixed 3 typos.
2003-03-16 12:33:18 +00:00
Dries Buytaert
603f604113
- Added a pager to the tracker page.
2003-03-16 07:38:39 +00:00
Dries Buytaert
170b674a09
- All LIMIT queries must go through the pager or through db_query_range().
...
The syntax for db_query_range() was enhanced so it matches db_query(). So
you may pass extra arguments of the SQL statement which are checked via
check_query() and then substituted into the SQL statement. After these
optional arguments, you always pass $from and $count parameters which
define your range. Most often, the $from is 0 and the count is the max
number of records you want returned. Patch by Moshe.
- The pager_query() function for PEAR was enhanced so that it adds proper
GROUP BY statement counting the number of records to be paged. Patch by
James Arthur.
- MSSQL database scheme by Moshe.
2003-03-16 07:02:20 +00:00
Dries Buytaert
6dc1cf59ba
- Added a database scheme for Microsoft's SQL server.
2003-03-16 06:34:59 +00:00
Dries Buytaert
1857845586
- Some visual improvements. More suggestions welcome.
2003-03-15 20:01:58 +00:00
Dries Buytaert
717a9d9e78
- Some visual improvements. More suggestions welcome.
2003-03-15 20:00:17 +00:00
Dries Buytaert
b87c83b319
- Fixed coding style issues. Patch by Ax.
2003-03-14 22:21:23 +00:00
Dries Buytaert
dc19b22fb8
- Modified patch of Moshe. Enhances the tracker module so it displayes recent
...
*nodes* in addition to comments. This will be helpful for tracking down new
book nodes, blog posts, news items, and other stuff which isn't interesting
enough to be promoted to the home page.
2003-03-14 20:41:27 +00:00
Dries Buytaert
1f2d2b73dd
- Fixed a CSS glitch. Thanks Al.
...
- Removed extraneous %uri's.
2003-03-14 20:33:53 +00:00
Dries Buytaert
d0a8e9221b
- Removed target attribute from <a href="">. Patch by Al.
2003-03-13 21:19:36 +00:00
Dries Buytaert
f89d341d11
- Another attempt to get the font size right. Al, Ax: better now?
2003-03-13 20:12:04 +00:00
Dries Buytaert
df75067205
Patch by Ax:
...
- the index link ("View this book's table of contents.") which pointed
to http://drupal/book instead of to ... this book's table of contents.
- it doesn't print "previous", "next", "up", "index" if there are no
"previous", "next", "up", "index"
- it doesn't print "index" if "up" /is/ the "index"
- it swaps the order of "up" and "index", ie. "up" is in the row above
"index", between "previous" and "next" now. this is more logical and the
way all tree-browsing apps (python doc, info, ...) do it.
2003-03-13 20:09:47 +00:00
Kjartan Mannes
9a57a20732
- Fixes invalid link generation in import module (wouldn't work with
...
clean urls enabled).
- Changed the logic in blog module to handle "blog it" links.
2003-03-13 14:02:44 +00:00
Dries Buytaert
4ad174c411
- Eliminated system_init(), the session stuff, and made it possible to
...
rebuild the menu.
2003-03-12 21:46:14 +00:00
Dries Buytaert
127c6fd465
- Fixed translation bug.
...
- Fixed broken queries: use 'AND' instead of '&&'. Reported by Neil.
- Fixed broken URLs in e-mails. Reported by Stefaan.
2003-03-12 21:31:09 +00:00
Dries Buytaert
53321bafae
- Patch by Kjartan:
...
+ Pager is not generated when there are less results than the limit.
+ Fixes ugly blank rows in administration pages when there is just one
page.
2003-03-12 20:45:24 +00:00
Dries Buytaert
4c7bd41a74
- Made the xtemplate theme support the td.dark and tr.light tags emitted
...
by the table rendering functions.
- Made the font-size in the sidebar a bit smaller to avoid excessive
wrapping. Requested by Al.
2003-03-12 20:31:02 +00:00
Dries Buytaert
e1cd7e0836
- The name of a forum node is a "forum topic", not a "discussion forum".
2003-03-12 20:17:14 +00:00
Kjartan Mannes
54ea2de9f3
- Adding $Id$ keyword.
2003-03-12 09:51:30 +00:00
Dries Buytaert
7a88330d9d
- Committed slightly modified version of Kjartan's theme.inc patch: Drupal
...
will now barf when trying to instantiate a non-existing theme class.
This should help to identify broken themes, and to track down theme system
related bugs.
2003-03-11 23:08:01 +00:00
Dries Buytaert
4079abab3b
- Ported Neil Ernst's patch to CVS: prefix a columname with a qualification
...
to make things work using PostgreSQL.
NOTE: Neil's "&&"-patch will be part of Moshe's MSSQL patch.
2003-03-11 22:49:16 +00:00
Dries Buytaert
07bb678662
- Some .htaccess file fixes/improvements. Thanks Ax.
2003-03-11 12:57:13 +00:00
Kjartan Mannes
7c63dbccc8
- Fixing typos.
2003-03-11 08:43:59 +00:00
Dries Buytaert
cd31f11348
- Fixed request 583. Patch by Al.
2003-03-10 21:08:35 +00:00
Dries Buytaert
34aeff6c6c
- Fixed typo: maxumum -> maximum. Patch by Al.
2003-03-10 20:34:40 +00:00
Dries Buytaert
1a647c573b
- Committed Ax' book patch to "fix" the "next/prev" navigation.
2003-03-10 20:18:38 +00:00
Kjartan Mannes
1f81d0e222
- Fixing bug reported by Alastair Maw. My paranoia got a little bit too much
...
apparently.
2003-03-10 18:13:45 +00:00
Kjartan Mannes
5689a98529
- Fixed bug #1298 : Taxonomy: Edit term doesn't show parent and related
...
terms.
- Added feature #1299 : Order of related terms and parent in taxonomy
admin.
2003-03-10 14:07:14 +00:00