summaryrefslogtreecommitdiff
path: root/modules/blogapi/blogapi.module
Commit message (Collapse)AuthorAge
* Tabs patch!Dries Buytaert2004-06-18
| | | | | | | | | | | | | | | | | | CHANGES ------- + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page. + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'. + Grouped settings. All settings have been grouped under 'administer > settings'. TODO ---- + Update core themes: only Xtemplate default supports tabs and even those look ugly. Need help. + Update contributed modules. The menu() hook changed drastically. Updating your code adhere the new menu() function should be 90% of the work. Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
* - Patch #8357 by Ax: added support for mt.getRecentPostTitles to theDries Buytaert2004-06-15
| | | | | blogapi module. Used by ecto. I changed '$titles_only' to '$bodies' as the patch favored '!$titles_only'.
* - Commiting patch #7577: comment.module clean up.Kjartan Mannes2004-06-04
|
* - Commited patch #4878: Support file uploads via blogapi.Kjartan Mannes2004-06-04
|
* - Patch #4950 by Stefan (and Morbus): made watchdog messages translatable.Dries Buytaert2004-06-02
|
* - Patch #8244 by walkah: Taxonomy_get_tree changes break mt.getCategoryListDries Buytaert2004-06-02
|
* - Patch #7957 by James: made the blogapi module send absolute URLs instead ↵Dries Buytaert2004-05-22
| | | | of relative URLs.
* - Code improvements to the blogapi module. Patch by JonBob.Dries Buytaert2004-05-15
|
* - Patch #7163 by walkah: blogapi mt.getCategoryList should return an empty ↵Dries Buytaert2004-04-15
| | | | array by default. Reported by Adriaan.
* - Fixed bug 4722. Patch by James.Dries Buytaert2003-12-22
|
* - Fixed bug #4722: blogger.newPost not working. Patch by James Walker.Kjartan Mannes2003-12-20
|
* - Fixed <title> extraction deleting body.Kjartan Mannes2003-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.
* - Improved form items: added <label> tags to improve accessibility and addedDries Buytaert2003-11-17
| | | | | theme_form_element() function to improve themeability. I left form_item() and the calls to form_item() intact for now.
* - Replaced the bloggerapi module by the blogapi module writen by James.Dries Buytaert2003-11-15