summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Fixed some SQL query directives.Dries Buytaert2003-03-29
|
* - Fixed typo in the block delete link. Reported by Paul C.Dries Buytaert2003-03-29
|
* - Fixed the broken access log pages.Dries Buytaert2003-03-28
| | | | | | - 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.
* - Moved the logic of email validation from user_validate_mail to a new functionDries Buytaert2003-03-28
| | | | in common.inc. Modified patch from Gerhard.
* - Bugfix by Al.Dries Buytaert2003-03-27
|
* - Added missing title description. Patch by Stefan.Dries Buytaert2003-03-25
|
* - Added missing title description. Patch by Stefan.Dries Buytaert2003-03-25
|
* - Bugfix. Reported by GunnarDries Buytaert2003-03-23
|
* - Bugfix. Reported by GunnarDries Buytaert2003-03-23
|
* - Fixed some broken links in the taxonomy help. Reported by Moshe atDries Buytaert2003-03-23
| | | | http://drupal.org/node/view/299#2255.
* - Bugfix: ignore "textinput" and "image" tags, for now. Reported by Al Maw.Dries Buytaert2003-03-23
|
* - Refactored the import module: it will now use PHP's built-in XML parserDries Buytaert2003-03-23
| | | | | | | | | | | | | | 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.
* - Another improvement to the e-mail address validation code. Fixed DebianDries Buytaert2003-03-19
| | | | bug #185217. Patch by Gerhard.
* - Fixed glitch in e-mail verification code. Patch by Gerhard.Dries Buytaert2003-03-18
|
* - Fixed broken URL in the blog module's feed. Reported by Gunnar.Dries Buytaert2003-03-17
|
* - Cache improvement: only flush cache when told to.Dries Buytaert2003-03-16
|
* - Bugfix: deleting a node should flush the cache.Dries Buytaert2003-03-16
|
* - Fixed typo: 'writeable' -> 'writable'Dries Buytaert2003-03-16
|
* - Fixed typo: 'messagess' -> 'messages'Dries Buytaert2003-03-16
|
* - Fixed 3 typos.Dries Buytaert2003-03-16
|
* - Added a pager to the tracker page.Dries Buytaert2003-03-16
|
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
| | | | | | | | | | | | | | | 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.
* - Some visual improvements. More suggestions welcome.Dries Buytaert2003-03-15
|
* - Fixed coding style issues. Patch by Ax.Dries Buytaert2003-03-14
|
* - Modified patch of Moshe. Enhances the tracker module so it displayes recentDries Buytaert2003-03-14
| | | | | | *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.
* - Fixed a CSS glitch. Thanks Al.Dries Buytaert2003-03-14
| | | | - Removed extraneous %uri's.
* - Removed target attribute from <a href="">. Patch by Al.Dries Buytaert2003-03-13
|
* Patch by Ax:Dries Buytaert2003-03-13
| | | | | | | | | | | - 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.
* - Fixes invalid link generation in import module (wouldn't work withKjartan Mannes2003-03-13
| | | | | clean urls enabled). - Changed the logic in blog module to handle "blog it" links.
* - Eliminated system_init(), the session stuff, and made it possible toDries Buytaert2003-03-12
| | | | rebuild the menu.
* - Fixed translation bug.Dries Buytaert2003-03-12
| | | | | | - Fixed broken queries: use 'AND' instead of '&&'. Reported by Neil. - Fixed broken URLs in e-mails. Reported by Stefaan.
* - The name of a forum node is a "forum topic", not a "discussion forum".Dries Buytaert2003-03-12
|
* - Ported Neil Ernst's patch to CVS: prefix a columname with a qualificationDries Buytaert2003-03-11
| | | | | | to make things work using PostgreSQL. NOTE: Neil's "&&"-patch will be part of Moshe's MSSQL patch.
* - Fixing typos.Kjartan Mannes2003-03-11
|
* - Fixed request 583. Patch by Al.Dries Buytaert2003-03-10
|
* - Fixed typo: maxumum -> maximum. Patch by Al.Dries Buytaert2003-03-10
|
* - Committed Ax' book patch to "fix" the "next/prev" navigation.Dries Buytaert2003-03-10
|
* - Fixing bug reported by Alastair Maw. My paranoia got a little bit too muchKjartan Mannes2003-03-10
| | | | apparently.
* - Fixed bug #1298 : Taxonomy: Edit term doesn't show parent and relatedKjartan Mannes2003-03-10
| | | | | | terms. - Added feature #1299 : Order of related terms and parent in taxonomy admin.
* - Added another security layer.Kjartan Mannes2003-03-10
| | | | - Modified some moderation logic to make it more workable.
* - Fixed log views so that the menu doesn't dissapear. (Note: don't use exit()Kjartan Mannes2003-03-09
| | | | in Drupal unless you really need to!)
* - Ahem , trailing spaces.Kjartan Mannes2003-03-09
|
* - Moved moderation logic back into node module.Kjartan Mannes2003-03-09
| | | | | | | | | | * 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.
* - Moved some block up to avoid the user module duplicating data.Dries Buytaert2003-03-09
|
* - Emit the menu after the actual content; this makes it possible to rebuildDries Buytaert2003-03-09
| | | | the menu when some action changed the system table.
* - Removing some trailing whitespace I forgot to clean up.Kjartan Mannes2003-03-09
|
* - Changed _nodeapi("conf") to _nodeapi("settings").Kjartan Mannes2003-03-08
| | | | | - Changed node settings page to use table(). - Minor code beautification here and there.
* - Bugfix to make parsing http://www.veganporn.com/syndicate-j.pl work.Dries Buytaert2003-03-08
| | | | Patch by Trent.
* - Renamed "form.admin" to "form admin".Kjartan Mannes2003-03-07
| | | | | | | | | | - Added node_admin_settings() to let users set node defaults. * Added _nodeapi("conf") - Modified form_checkbox() to unset options. (Modified the patch from Ax.) - Removed the _save() hook. - Fixed a logical flaw in field_get() and field_set() which would break moderation. - Moved some admin menus around and cleaned up some typos.
* - Removed the path_uri() function in favor of the $base_url variable andDries Buytaert2003-03-07
| | | | fixes a handful of bugs introduced by the clean URL patch.