- 14 Apr, 2003 1 commit
-
-
Dries authored
- Made book_tree_recurse() emit code that validates as XHTML. Patch by Nick Berendsen.
-
- 04 Apr, 2003 1 commit
-
-
Dries authored
- case t("whatever"); + case t("whatever"):
-
- 16 Mar, 2003 1 commit
-
-
Dries authored
- 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.
-
- 13 Mar, 2003 1 commit
-
-
Dries authored
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.
-
- 10 Mar, 2003 1 commit
-
-
Dries authored
- Committed Ax' book patch to "fix" the "next/prev" navigation.
-
- 09 Mar, 2003 1 commit
-
-
Kjartan authored
-
- 07 Mar, 2003 1 commit
-
-
Kjartan authored
- 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.
-
- 02 Mar, 2003 1 commit
-
-
Dries authored
- This commit fixes URLs, and makes the "edit book outline" link at the bottom of an "/admin/node/edit/n" page work properly. Patch by Al.
-
- 26 Feb, 2003 1 commit
-
-
Dries authored
- Removed stripslashes(). See http://lists.drupal.org/pipermail/drupal-devel/2003-February/022233.html. Patch by Ax.
-
- 20 Feb, 2003 1 commit
-
-
Dries authored
- New menu houskeeping. Prototyped by Zbynek. The following modules need updating: * glossary module * feed module (Breyten's version) * mailhandler module * notify module * project module * smileys module * admin module * style module * taxonomy_dhtml module To avoid unexpected problems menu_add() is deprecated (it will print an error message when used) and menu() should be used instead.
-
- 15 Feb, 2003 1 commit
-
-
Dries authored
- Everything is using theme("function") now instead of $theme->function().
-
- 23 Jan, 2003 2 commits
- 12 Jan, 2003 1 commit
-
-
Dries authored
- Made sure all table headers could be translated. - Made the book module use the new table rendering function.
-
- 06 Jan, 2003 1 commit
-
-
Dries authored
- Clean URL patch.
-
- 31 Dec, 2002 1 commit
-
-
Dries authored
- Tidied up the use of check_output(). Might make rendering pages a bit snappier (performance improvement).
-
- 24 Dec, 2002 1 commit
-
-
Dries authored
- Refactored the administration pages.
-
- 22 Dec, 2002 2 commits
-
-
Dries authored
- Fixed rendering bug in book module. Reported by vmole at http://drupal.org/node.php?id=923.
-
Dries authored
order.
-
- 10 Dec, 2002 1 commit
-
-
Dries authored
o Permission improvements: + Removed the "post content" permission and replaced it by more fine-grained permissions such as "maintain static pages", "maintain personal blog", "maintain stories", etc. o Usability improvements to teasers: + Teaser forms are no more. Teasers are extracted automatically but can also be instructed using a delimiter "---". Furthermore, when a post it too short for a teaser, the user won't be bother with teaser stuff anymore. + Added an option to set the teaser length, or to disable teasers all together. + When previewing a post, both the short (if any) and the full version of a post are shown. This addresses a common complaint; for example, when writing a book page there was no way you could preview the short version of your post. + Forum posts can be teasered now. This is particularly helpful in the context of drupal.org where we promote forum topics. o Bugfix: replaced all PHP short tags (<?) with long tags (<?php). o Bugfix: removed hard-coded dependence on comment module. o Bugfix: when the queue module was disabled, it was not possible to approve updated book pages. o Bugfix: applied modified version of Marco's node_teaser() fix.
-
- 02 Dec, 2002 1 commit
-
-
Dries authored
* Applied slightly modified version of Marco's taxonomy patch: - Fixed a bug with get_tree and multiple parents. - Fixed 3 wrong caches (this will avoid some queries). - Extension to taxonomy_term_count_nodes() (feature #159): "currently calling taxonomy_term_count_nodes() returns the amount of nodes in each term, would it be possible to extend this function so that it would only return the amount of nodes of a certain type under each term. - Confirm deleting a vocabulary or a term (requested by Moshe). - Use form_weight() in vocabulary and term forms. - After submitting a term, we end up at the term page (requested by Moshe). - Added status messages when adding, editing and deleting vocabularies and terms - Minor clean ups * Made sure all modules use the same link delimiter; "|" for now.
-
- 18 Nov, 2002 1 commit
-
-
Dries authored
- Applied Natrak's "create PHP content" patch.
-
- 15 Nov, 2002 1 commit
-
-
Dries authored
- Made "<root>" translatable. Patch by Stefan.
-
- 10 Nov, 2002 1 commit
-
-
Dries authored
- Some improvements to streamline book maintanance: weights and titles can now be changed on the book overview page in the admin page. Editing the "Drupal handbook" (100+ pages?) on drupal.org became a time-consuming process, hence these improvements ...
-
- 09 Nov, 2002 1 commit
-
-
Dries authored
- Added printer-friendly links to the book pages.
-
- 30 Oct, 2002 1 commit
-
-
Dries authored
- Applied db_query() fix. Thanks Gerhard and Marco.
-
- 24 Oct, 2002 1 commit
-
-
Kjartan authored
-
- 09 Jun, 2002 1 commit
-
-
Dries authored
- Updated the book module documentation a bit.
-
- 01 Jun, 2002 1 commit
-
-
Kjartan authored
- fixed comment flat list view missing 1 comment. - changed update.php around a bit. * security check isn't in effect if the db hasn't been updated. * instructions re-organized. * fixed some minor updates. - updated database.mysql done by UnConeD. - changelog update.
-
- 23 May, 2002 1 commit
-
-
Kjartan authored
- fixed access checks on the register form, do this before you enter the _save function. If registrations are disabled the register link will no longer show (again). - changed » to », using the names of entities are better than the numbers. - fixed user information being set when account is registered (properly this time, really!) - reversed the if(!...) commit. - node_add specifies more defaults. - added link to blog entries from user page.
-
- 22 May, 2002 1 commit
-
-
Kjartan authored
- fixing the UI to represent what actually happens when you are an admin.
-
- 19 May, 2002 1 commit
-
-
Kjartan authored
- updated node modules not to cause errors when taxonomy module is disabled. - added %date variable to user mail configuration. - added hyperlinks to admin.php?mod=system (site configuration) for easy access. - usual coding style and xhtml fixes.
-
- 13 May, 2002 1 commit
-
-
Kjartan authored
-
- 12 May, 2002 4 commits
-
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
- fixed block permissions. - fixed user admin page errors: http://www.drupal.org/node.php?id=173. - cleaned up common.inc a bit: removed format_info, path_img, field_merge.
-
- 04 May, 2002 1 commit
-
-
Kjartan authored
-
- 22 Apr, 2002 1 commit
-
-
Kjartan authored
* fixed mails not being parsed properly. * tracker now shows user name when you view your own recent comments. * link to submission queue now points to the right place. * fixed jabber module. * theme is now activated when changed. - applied Gerhards coding style patch.
-
- 20 Apr, 2002 1 commit
-
-
Dries authored
- Applied Marco's big patch, including contributions from Moshe: + Changed the db_query() API. + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions. + XHTML-ified some HTML. + Wrapped a lot of text in the administrative pages in a t() function. + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri(). + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg. RSS code). + Fixed some bugs in the taxonomy module (eg. tree making bug), added new functionality (eg. new APIs for use by other modules), included Moshe's taxonomy extensions, and some documentation udpates. + ...
-