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
Kjartan Mannes
b5ba5e22e1
- Added another security layer.
...
- Modified some moderation logic to make it more workable.
2003-03-10 12:01:26 +00:00
Kjartan Mannes
9649350004
- Fixed log views so that the menu doesn't dissapear. (Note: don't use exit()
...
in Drupal unless you really need to!)
2003-03-09 21:40:01 +00:00
Kjartan Mannes
2555ddc8ea
- Updating CHANGELOG.
2003-03-09 17:31:42 +00:00
Kjartan Mannes
c4cf16dd3d
- Removing drupal module from the always loaded modules (again).
2003-03-09 17:28:51 +00:00
Kjartan Mannes
5a646024db
- Ahem , trailing spaces.
2003-03-09 17:21:22 +00:00
Kjartan Mannes
1421c878d1
- Moved moderation logic back into node module.
...
* After having a chat with Dries we have agreed on the logics (or
more specifically he told me how its supposed to work). The queue
module is just a method to make moderation public, but its not
necessarily the only way. This brings the power back.
- Minor interface tweaks (names, case changes, etc).
- Fixed error that would show when you tried to view the profile of a
blocked user.
2003-03-09 17:19:50 +00:00
Dries Buytaert
f2c914af5b
- The .htaccess file will now correct the majority of the external referers
...
that still use the old URL scheme! Thanks Ax and Gerhard for providing a
better upgrade path.
2003-03-09 17:04:14 +00:00
Kjartan Mannes
46cbc276a6
- Adding O modifier to format_date.
2003-03-09 16:55:07 +00:00
Dries Buytaert
738cebbaf2
- Moved some block up to avoid the user module duplicating data.
2003-03-09 15:50:26 +00:00