Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Fixed typo: comment_delete_thread() -> _comment_delete_thread(). | Dries Buytaert | 2003-12-30 |
| | |||
* | General filtering improvements | Steven Wittens | 2003-12-30 |
| | | | | | | - Re-added STYLE/ON*= filtering (this got lost a while ago due to reorganisation) - Added form_group's to node.module's filter options - Fixed incorrect filter usage in poll.module | ||
* | - Specify default XML encoding for not-so-well-formed files | Steven Wittens | 2003-12-30 |
| | | | | (sorry last commit, I promise :P) | ||
* | - Improved regexp for encoding extraction | Steven Wittens | 2003-12-30 |
| | |||
* | - Improved regexp for encoding extraction | Steven Wittens | 2003-12-30 |
| | |||
* | - Bugfix: the XML parser in PHP4 requires you to specify the input encoding ↵ | Steven Wittens | 2003-12-30 |
| | | | | | | | explicitly. Added a short piece of code that does this. (see drupal.org's Drupal Talk to see this bug in action) | ||
* | - Updated code to use new semantics of url() and l(). | Dries Buytaert | 2003-12-29 |
| | |||
* | - Fixing temp directory check. | Kjartan Mannes | 2003-12-29 |
| | |||
* | - XHTML improvements: <b> -> <strong>. Patch by Stefan. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Updated the user login block to validate as XHTML strict: the | Dries Buytaert | 2003-12-29 |
| | | | | | | | | <div class="user-login-block"> is now inside the <form> instead of the other way around. - Simplified the user login block by removing some CSS that was no longer needed. The block module already emits block-related classes and an id. | ||
* | - Fixed bug 4832: only list nodes for the specified day. Patch by Goba. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Removed some dead code and improved the link emission. Patch by Kjartan. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Tidied up some inconsistencies in the code: scripts/code-style.sh is your ↵ | Dries Buytaert | 2003-12-28 |
| | | | | friend. | ||
* | - Locale module improvements: better performance, reduce memory footprint. | Dries Buytaert | 2003-12-28 |
| | | | | Patch by Bart. | ||
* | Fixed bug #4551: missing {} for prefix support | Dries Buytaert | 2003-12-28 |
| | |||
* | - Fixed fileuploads for nodes failing without preview. | Kjartan Mannes | 2003-12-27 |
| | |||
* | - Fixed switch in file_create_url(). | Kjartan Mannes | 2003-12-27 |
| | | | | | - Fixed profile module not extracting mime type. - Improved file matching in profile module. | ||
* | - Added file handling. Work by Kjartan. | Dries Buytaert | 2003-12-26 |
| | |||
* | - Removed the import module's custom menu. Added a 'news aggregator' menu to | Dries Buytaert | 2003-12-26 |
| | | | | the navigation block. | ||
* | - First take at improving the user module's code: replaced the custom error | Dries Buytaert | 2003-12-26 |
| | | | | printing with calls to drupal_set_message(). | ||
* | - Fixed the breadcrumb trail of nested forums. Patch by Goba. | Dries Buytaert | 2003-12-24 |
| | |||
* | - Fixed bug 4710: comment module should use drupal_set_message() correctly. | Dries Buytaert | 2003-12-24 |
| | | | | | | | | | | | | | | - Fixed the title and breadcrumb trail of the comment delete page, added missing cache flush, improved usability and made it so that when you delete a comment replies are deleted as well. - Added 'delete comment' links to the comments on node pages. Hopefully this will make it easier to maintain old threads such as those attached to the book pages on drupal.org. - Comment module maintenance: added missing t() functions and improved consistency of the calls to drupal_set_message(), used radio buttons instead of a selection box. | ||
* | - Tiny change for sake of consistency: Blocked -> blocked, Active -> active. | Dries Buytaert | 2003-12-24 |
| | |||
* | - Translation fixes: fixed three usages of format_interval(). Patch by Goba. | Dries Buytaert | 2003-12-22 |
| | |||
* | Patch by Goba: | Dries Buytaert | 2003-12-22 |
| | | | | | | | | | | | | - put text directly into t(), which also means that multipart help text becomes a multiline string - use modern XHTML tagging, no <b> and <i> - put links and URLs out of the translated text where appropriate - let referred menu items and form elements get the same name as in the menu / form, so only one translation would be needed - use %variable instead of $variable when variables need to go into the string - add translation to form items previously untranslated - use example.com in example URLs | ||
* | - Updated documentation, small bug fix and small improvements to the <label> | Dries Buytaert | 2003-12-22 |
| | | | | | | | | tags. To be discussed and investigated: when a form element has no title an empty <label> tag will be emitted (eg. "remember me" checkbox). This doesn't make sense but is our best option for now. | ||
* | - Fixed password field. | Dries Buytaert | 2003-12-22 |
| | |||
* | - The introduction of the $page parameter for the node _view() hooks and | Dries Buytaert | 2003-12-22 |
| | | | | | | | | the theme functions left the poll module's poll_view() function in a state where it does not display the poll results or vote forms on their own pages, since it uses another (proprietary) $block parameter to handle the case when the poll is rendered to be displayed in a block. Patch by Goba. | ||
* | - Usability improvements to the 'create content' section. Patch by Goba. | Dries Buytaert | 2003-12-22 |
| | |||
* | - Fixed bug 4722. Patch by James. | Dries Buytaert | 2003-12-22 |
| | |||
* | - Fixed bug #4722: blogger.newPost not working. Patch by James Walker. | Kjartan Mannes | 2003-12-20 |
| | |||
* | - Fixed bug 4667: users with the deleted role are put back in the authenticated | Dries Buytaert | 2003-12-18 |
| | | | | users pool. | ||
* | - Fixed bug 4652: node loses its terms after getting promoted, declined or ↵ | Dries Buytaert | 2003-12-18 |
| | | | | expired. | ||
* | - Updated the calls to menu() to use MENU_HIDE instead of 1 | Dries Buytaert | 2003-12-17 |
| | |||
* | Patch by Kjartan: | Dries Buytaert | 2003-12-17 |
| | | | | | | | - Adds possibility to hide menu item when it has no children. (Fixes the node/add problem when user doesn't have access to create any node types.) - More doxygen comments. | ||
* | - Reworked 404 (page not found) handling. Patch by walkah. You can specify a | Dries Buytaert | 2003-12-16 |
| | | | | | custom 404 page in the administration page. As a result, error.php could be removed. | ||
* | - Replaced the tables used to structure the threaded comment view by div's. | Dries Buytaert | 2003-12-15 |
| | | | | Patch by Goba. | ||
* | - Fixed capitalization. | Dries Buytaert | 2003-12-14 |
| | |||
* | - Excessive CSS tags were generated for feeds and bundles. | Dries Buytaert | 2003-12-14 |
| | |||
* | - The 'my account' link is already part of the navigation block. | Dries Buytaert | 2003-12-13 |
| | |||
* | - Committed Gerhard's user hook patch. Patch 143. | Dries Buytaert | 2003-12-13 |
| | |||
* | - Bugfix: got rid of the double titles on the import module pages. | Dries Buytaert | 2003-12-11 |
| | | | | TODO: get rid of the custom import specific navigation menu. | ||
* | - Patch 187: made taxonomy module take advantage of breadcrumb navigation. | Dries Buytaert | 2003-12-11 |
| | | | | Modified patch by Moshe. | ||
* | - Show the top nodes on admin/statistics. Patch by James Walker. | Dries Buytaert | 2003-12-10 |
| | |||
* | - Fixed <title> extraction deleting body. | Kjartan Mannes | 2003-12-09 |
| | | | | | | | | | | - Fixed metaWeblog/Blogger incompatibilities in blogger.editPost and blogger.getRecentPosts. - Fixed coding style deviations. - Fixed access checks, now requires maintain personal blog. - Fixed taxonomy integration. - Fixed blogger.getUserInfo - Improved user login/access error messages. | ||
* | - Bugfix: the location of comment submission form was incorrect. Patch by | Dries Buytaert | 2003-12-09 |
| | | | | Bart. | ||
* | - Path module documentation updates. | Dries Buytaert | 2003-12-09 |
| | |||
* | - Bugfix: don't show any links in case of a container. Patch by Bart. | Dries Buytaert | 2003-12-09 |
| | |||
* | - Fixed missing pager_display -> theme('pager'). | Kjartan Mannes | 2003-12-08 |
| | |||
* | - Improvements by Goba: | Dries Buytaert | 2003-12-08 |
| | | | | | | + removes the lots of pagers and indirect pager themeing + add the theme_pager() function, which should be called as theme("pager", ...) to get a pager. |