| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"implemented pieces of kjartan's original nodeAPI patch. the mingling
of other modules into node.module logic decreases (a good thing). for
example, the string "taxonomy" now appears nowhere in node.module
- moved the saving of taxonomy terms when submitting a node out of
node.module and into taxonomy.module
- moved the deletion of comments while deleting a node out of
node.module and into comment.module
- improved usability of node forms by including node type in the title
of the box and page"
|
|
|
|
| |
- Updated the cache system's documentation - it was no longer current.
|
|
|
|
| |
Berendsen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Renamed '---' to '<!--break-->'.
- Removed hard-coded call to the statistics module from the node module.
Patch by Gerhard.
- Removed tables from poll module. Modified patch by Al. Changes to Al's
patch are:
"polltext" -> "poll-text"
"pollfg" -> "poll-foreground"
"pollbg" -> "poll-background"
- Changed some 'statistics.foo's to 's.foo's. Patch by Gary.
[If this closes any bug reports, please update them on drupal.org.]
|
| |
|
|
|
|
| |
- Added a 'form_radio' function.
|
|
|
|
|
|
|
| |
"IE has a bug with tables inside divs with width=100%. I see no reason why
the forum tables should be 100% - they are pretty much naturally padded to
100% as soon as anyone puts any content in them. Removing them doesn't
affect functionality and improves layout compatibility on IE."
|
|
|
|
|
| |
- case t("whatever");
+ case t("whatever"):
|
| |
|
|
|
|
|
|
|
| |
- Changed the import and taxonomy module to use better URLs. Patches by
Al.
- Fixed locale module weirdness. Patch by Kjartan.
|
| |
|
|
|
|
|
|
|
| |
by Paul C.
TODO: someone should look into 'comment_mod_matrix()' - it uses a global
variable $rid that is not set anywhere..
|
| |
|
| |
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
in common.inc. Modified patch from Gerhard.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
http://drupal.org/node/view/299#2255.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
bug #185217. Patch by Gerhard.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
*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.
|
|
|
|
| |
- Removed extraneous %uri's.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
clean urls enabled).
- Changed the logic in blog module to handle "blog it" links.
|
|
|
|
| |
rebuild the menu.
|
|
|
|
|
|
| |
- Fixed broken queries: use 'AND' instead of '&&'. Reported by Neil.
- Fixed broken URLs in e-mails. Reported by Stefaan.
|
| |
|
|
|
|
|
|
| |
to make things work using PostgreSQL.
NOTE: Neil's "&&"-patch will be part of Moshe's MSSQL patch.
|
| |
|
| |
|
| |
|
| |
|